@Generated(value="org.jsonschema2pojo") public class WelcomeMessageRule extends Object implements Serializable
Constructor and Description |
---|
WelcomeMessageRule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
org.joda.time.DateTime |
getCreatedTimestamp() |
String |
getId() |
String |
getWelcomeMessageId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCreatedTimestamp(org.joda.time.DateTime createdTimestamp) |
void |
setId(String id) |
void |
setWelcomeMessageId(String welcomeMessageId) |
String |
toString() |
WelcomeMessageRule |
withAdditionalProperty(String name,
Object value) |
WelcomeMessageRule |
withCreatedTimestamp(org.joda.time.DateTime createdTimestamp) |
WelcomeMessageRule |
withId(String id) |
WelcomeMessageRule |
withWelcomeMessageId(String welcomeMessageId) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The idpublic WelcomeMessageRule withId(String id)
@BeanProperty(value="created_timestamp") public org.joda.time.DateTime getCreatedTimestamp()
@BeanProperty(value="created_timestamp") public void setCreatedTimestamp(org.joda.time.DateTime createdTimestamp)
createdTimestamp
- The created_timestamppublic WelcomeMessageRule withCreatedTimestamp(org.joda.time.DateTime createdTimestamp)
@BeanProperty(value="welcome_message_id") public String getWelcomeMessageId()
@BeanProperty(value="welcome_message_id") public void setWelcomeMessageId(String welcomeMessageId)
welcomeMessageId
- The welcome_message_idpublic WelcomeMessageRule withWelcomeMessageId(String welcomeMessageId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public WelcomeMessageRule withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.