@Generated(value="org.jsonschema2pojo") public class QuickReplyTextInput extends Object
Constructor and Description |
---|
QuickReplyTextInput() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKeyboard()
The predefined keyboard type.
|
String |
getLabel()
The hint text in the text input.
|
String |
getMetadata()
Metadata that will be sent back in the webhook request.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setKeyboard(String keyboard)
The predefined keyboard type.
|
void |
setLabel(String label)
The hint text in the text input.
|
void |
setMetadata(String metadata)
Metadata that will be sent back in the webhook request.
|
String |
toString() |
QuickReplyTextInput |
withAdditionalProperty(String name,
Object value) |
QuickReplyTextInput |
withKeyboard(String keyboard) |
QuickReplyTextInput |
withLabel(String label) |
QuickReplyTextInput |
withMetadata(String metadata) |
@BeanProperty(value="label") public String getLabel()
@BeanProperty(value="label") public void setLabel(String label)
label
- The labelpublic QuickReplyTextInput withLabel(String label)
@BeanProperty(value="keyboard") public String getKeyboard()
@BeanProperty(value="keyboard") public void setKeyboard(String keyboard)
keyboard
- The keyboardpublic QuickReplyTextInput withKeyboard(String keyboard)
@BeanProperty(value="metadata") public String getMetadata()
@BeanProperty(value="metadata") public void setMetadata(String metadata)
metadata
- The metadatapublic QuickReplyTextInput withMetadata(String metadata)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public QuickReplyTextInput withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.