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