@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-19T10:58:15.793880-05:00[America/New_York]") public class PortalNotificationMethod extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PortalNotificationMethod.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIVE |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_USER_PARAM |
Constructor and Description |
---|
PortalNotificationMethod() |
Modifier and Type | Method and Description |
---|---|
PortalNotificationMethod |
active(Boolean active) |
PortalNotificationMethod |
addUserParamItem(String userParamItem) |
boolean |
equals(Object o)
Return true if this PortalNotificationMethod object is equal to o.
|
Boolean |
getActive()
Get active
|
String |
getJacksonType() |
PortalNotificationMethod.TypeEnum |
getType()
Get type
|
Set<String> |
getUserParam()
Get userParam
|
int |
hashCode() |
void |
setActive(Boolean active) |
void |
setJacksonType(String jacksonType) |
void |
setType(PortalNotificationMethod.TypeEnum type) |
void |
setUserParam(Set<String> userParam) |
String |
toString() |
PortalNotificationMethod |
type(PortalNotificationMethod.TypeEnum type) |
PortalNotificationMethod |
userParam(Set<String> userParam) |
public static final String JSON_PROPERTY_USER_PARAM
public static final String JSON_PROPERTY_ACTIVE
public static final String JSON_PROPERTY_TYPE
public PortalNotificationMethod userParam(Set<String> userParam)
public PortalNotificationMethod addUserParamItem(String userParamItem)
public PortalNotificationMethod active(Boolean active)
public void setActive(Boolean active)
public PortalNotificationMethod type(PortalNotificationMethod.TypeEnum type)
@Nullable public PortalNotificationMethod.TypeEnum getType()
public void setType(PortalNotificationMethod.TypeEnum type)
public boolean equals(Object o)
public String getJacksonType()
public void setJacksonType(String jacksonType)