@Generated(value="org.jsonschema2pojo") public class Target extends Object
Constructor and Description |
---|
Target() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRecipientId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRecipientId(String recipientId) |
String |
toString() |
Target |
withAdditionalProperty(String name,
Object value) |
Target |
withRecipientId(String recipientId) |
@BeanProperty(value="recipient_id") public String getRecipientId()
@BeanProperty(value="recipient_id") public void setRecipientId(String recipientId)
recipientId
- The recipient_id@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.