@Generated(value="org.jsonschema2pojo") public class WelcomeMessageNewRuleResponseWrapper extends Object
Constructor and Description |
---|
WelcomeMessageNewRuleResponseWrapper() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCreatedTimestamp()
created_timestamp
(Required)
|
String |
getId()
The ID of the Welcome Message that will be sent when this Rule is triggered.
|
String |
getWelcomeMessageId()
The ID of the Welcome Message that will be sent when this Rule is triggered.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreatedTimestamp(String createdTimestamp)
created_timestamp
(Required)
|
void |
setId(String id)
The ID of the Welcome Message that will be sent when this Rule is triggered.
|
void |
setWelcomeMessageId(String welcomeMessageId)
The ID of the Welcome Message that will be sent when this Rule is triggered.
|
String |
toString() |
WelcomeMessageNewRuleResponseWrapper |
withAdditionalProperty(String name,
Object value) |
WelcomeMessageNewRuleResponseWrapper |
withCreatedTimestamp(String createdTimestamp) |
WelcomeMessageNewRuleResponseWrapper |
withId(String id) |
WelcomeMessageNewRuleResponseWrapper |
withWelcomeMessageId(String welcomeMessageId) |
public WelcomeMessageNewRuleResponseWrapper()
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The idpublic WelcomeMessageNewRuleResponseWrapper withId(String id)
@BeanProperty(value="created_timestamp") public String getCreatedTimestamp()
@BeanProperty(value="created_timestamp") public void setCreatedTimestamp(String createdTimestamp)
createdTimestamp
- The created_timestamppublic WelcomeMessageNewRuleResponseWrapper withCreatedTimestamp(String createdTimestamp)
@BeanProperty(value="welcome_message_id") public String getWelcomeMessageId()
@BeanProperty(value="welcome_message_id") public void setWelcomeMessageId(String welcomeMessageId)
welcomeMessageId
- The welcome_message_idpublic WelcomeMessageNewRuleResponseWrapper withWelcomeMessageId(String welcomeMessageId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public WelcomeMessageNewRuleResponseWrapper withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.