Package com.oracle.bmc.ospgateway.model
Class BillToAddress
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.ospgateway.model.BillToAddress
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20191001") public final class BillToAddress extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAddress details model
 Note: Objects should always be created or deserialized using theBillToAddress.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the BillToAddress.Builder, which maintain a set of all explicitly set fields calledBillToAddress.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBillToAddress.Builder
 - 
Constructor SummaryConstructors Constructor Description BillToAddress(String contactName, String companyName, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String streetName, String streetNumber, String city, Country country, String county, String state, String postalCode, String province)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BillToAddress.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAddressLine1()Address line 1StringgetAddressLine2()Address line 2StringgetAddressLine3()Address line 3StringgetAddressLine4()Address line 4StringgetCity()Name of the cityStringgetCompanyName()Name of the customer companyStringgetContactName()Name of the contact personCountrygetCountry()StringgetCounty()County nameStringgetPostalCode()ZIP noStringgetProvince()Name of the provinceStringgetState()Name of the stateStringgetStreetName()Street nameStringgetStreetNumber()House nointhashCode()BillToAddress.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
BillToAddress@Deprecated @ConstructorProperties({"contactName","companyName","addressLine1","addressLine2","addressLine3","addressLine4","streetName","streetNumber","city","country","county","state","postalCode","province"}) public BillToAddress(String contactName, String companyName, String addressLine1, String addressLine2, String addressLine3, String addressLine4, String streetName, String streetNumber, String city, Country country, String county, String state, String postalCode, String province) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static BillToAddress.Builder builder() Create a new builder.
 - 
toBuilderpublic BillToAddress.Builder toBuilder() 
 - 
getContactNamepublic String getContactName() Name of the contact person- Returns:
- the value
 
 - 
getCompanyNamepublic String getCompanyName() Name of the customer company- Returns:
- the value
 
 - 
getAddressLine1public String getAddressLine1() Address line 1- Returns:
- the value
 
 - 
getAddressLine2public String getAddressLine2() Address line 2- Returns:
- the value
 
 - 
getAddressLine3public String getAddressLine3() Address line 3- Returns:
- the value
 
 - 
getAddressLine4public String getAddressLine4() Address line 4- Returns:
- the value
 
 - 
getStreetNamepublic String getStreetName() Street name- Returns:
- the value
 
 - 
getStreetNumberpublic String getStreetNumber() House no- Returns:
- the value
 
 - 
getCitypublic String getCity() Name of the city- Returns:
- the value
 
 - 
getCountrypublic Country getCountry() 
 - 
getCountypublic String getCounty() County name- Returns:
- the value
 
 - 
getStatepublic String getState() Name of the state- Returns:
- the value
 
 - 
getPostalCodepublic String getPostalCode() ZIP no- Returns:
- the value
 
 - 
getProvincepublic String getProvince() Name of the province- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-