@Generated(value="org.jsonschema2pojo") public class WelcomeMessageNewRuleRequestWrapper extends Object
Constructor and Description |
---|
WelcomeMessageNewRuleRequestWrapper() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
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 |
setWelcomeMessageId(String welcomeMessageId)
The ID of the Welcome Message that will be sent when this Rule is triggered.
|
String |
toString() |
WelcomeMessageNewRuleRequestWrapper |
withAdditionalProperty(String name,
Object value) |
WelcomeMessageNewRuleRequestWrapper |
withWelcomeMessageId(String welcomeMessageId) |
@BeanProperty(value="welcome_message_id") public String getWelcomeMessageId()
@BeanProperty(value="welcome_message_id") public void setWelcomeMessageId(String welcomeMessageId)
welcomeMessageId
- The welcome_message_idpublic WelcomeMessageNewRuleRequestWrapper withWelcomeMessageId(String welcomeMessageId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public WelcomeMessageNewRuleRequestWrapper withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.