IpAddress Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. IpAddress
- com.
Implements
public final class IpAddress
implements JsonSerializable<IpAddress>
The ip address.
Constructor Summary
| Constructor | Description |
|---|---|
| IpAddress() |
Creates an instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
address()
Get the address property: The address. |
|
static
Ip |
fromJson(JsonReader jsonReader)
Reads an instance of Ip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ip |
withAddress(String address)
Set the address property: The address. |
Methods inherited from java.lang.Object
Constructor Details
IpAddress
public IpAddress()
Creates an instance of IpAddress class.
Method Details
address
public String address()
Get the address property: The address.
Returns:
fromJson
public static IpAddress fromJson(JsonReader jsonReader)
Reads an instance of IpAddress from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAddress
public IpAddress withAddress(String address)
Set the address property: The address.
Parameters:
Returns: