Class Address
java.lang.Object
com.microsoft.azure.management.appservice.Address
Address information for domain registration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress1()
Get first line of an Address.address2()
Get the second line of the Address.city()
Get the city for the address.country()
Get the country for the address.Get the postal code for the address.state()
Get the state or province for the address.withAddress1
(String address1) Set first line of an Address.withAddress2
(String address2) Set the second line of the Address.Set the city for the address.withCountry
(String country) Set the country for the address.withPostalCode
(String postalCode) Set the postal code for the address.Set the state or province for the address.
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
address1
Get first line of an Address.- Returns:
- the address1 value
-
withAddress1
Set first line of an Address.- Parameters:
address1
- the address1 value to set- Returns:
- the Address object itself.
-
address2
Get the second line of the Address. Optional.- Returns:
- the address2 value
-
withAddress2
Set the second line of the Address. Optional.- Parameters:
address2
- the address2 value to set- Returns:
- the Address object itself.
-
city
Get the city for the address.- Returns:
- the city value
-
withCity
Set the city for the address.- Parameters:
city
- the city value to set- Returns:
- the Address object itself.
-
country
Get the country for the address.- Returns:
- the country value
-
withCountry
Set the country for the address.- Parameters:
country
- the country value to set- Returns:
- the Address object itself.
-
postalCode
Get the postal code for the address.- Returns:
- the postalCode value
-
withPostalCode
Set the postal code for the address.- Parameters:
postalCode
- the postalCode value to set- Returns:
- the Address object itself.
-
state
Get the state or province for the address.- Returns:
- the state value
-
withState
Set the state or province for the address.- Parameters:
state
- the state value to set- Returns:
- the Address object itself.
-