@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AddressInformationInput extends Object
Contains address input information.
| 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()
Specifies the display level for the recipient. \nValid values are: \n\n* ReadOnly\n* Editable\n* DoNotDisplay
public void setDisplayLevelCode(String displayLevelCode)
public String getReceiveInResponse()
When set to true, the information needs to be returned in the response.
public void setReceiveInResponse(String receiveInResponse)
Copyright © 2017. All Rights Reserved.