@Generated(value="org.jsonschema2pojo") public class InitiatedVia extends Object
Constructor and Description |
---|
InitiatedVia() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getTweetId()
The ID of the Tweet with Direct Message Prompt the event was initiated from if one was used.
|
String |
getWelcomeMessageId()
The ID of the Welcome Message immediately preceding the event if one was used.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setTweetId(String tweetId)
The ID of the Tweet with Direct Message Prompt the event was initiated from if one was used.
|
void |
setWelcomeMessageId(String welcomeMessageId)
The ID of the Welcome Message immediately preceding the event if one was used.
|
String |
toString() |
InitiatedVia |
withAdditionalProperty(String name,
Object value) |
InitiatedVia |
withTweetId(String tweetId) |
InitiatedVia |
withWelcomeMessageId(String welcomeMessageId) |
@BeanProperty(value="tweet_id") public String getTweetId()
@BeanProperty(value="tweet_id") public void setTweetId(String tweetId)
tweetId
- The tweet_idpublic InitiatedVia withTweetId(String tweetId)
@BeanProperty(value="welcome_message_id") public String getWelcomeMessageId()
@BeanProperty(value="welcome_message_id") public void setWelcomeMessageId(String welcomeMessageId)
welcomeMessageId
- The welcome_message_idpublic InitiatedVia withWelcomeMessageId(String welcomeMessageId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public InitiatedVia withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.