@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AddressInformationInput extends Object
| Constructor and Description |
|---|
AddressInformationInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AddressInformation |
getAddressInformation() |
String |
getDisplayLevelCode()
Specifies the display level for the recipient.
|
String |
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response.
|
int |
hashCode() |
void |
setAddressInformation(AddressInformation addressInformation) |
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
String |
toString() |
public AddressInformation getAddressInformation()
public void setAddressInformation(AddressInformation addressInformation)
public String getDisplayLevelCode()
public void setDisplayLevelCode(String displayLevelCode)
public String getReceiveInResponse()
public void setReceiveInResponse(String receiveInResponse)
Copyright © 2017. All rights reserved.