public class PrivateIpAddressSpecification extends Object implements Serializable
Constructor and Description |
---|
PrivateIpAddressSpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getPrimary()
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
String |
getPrivateIpAddress()
The private IPv4 addresses.
|
int |
hashCode() |
Boolean |
isPrimary()
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
void |
setPrimary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
void |
setPrivateIpAddress(String privateIpAddress)
The private IPv4 addresses.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setPrivateIpAddress(String privateIpAddress)
The private IPv4 addresses.
privateIpAddress
- The private IPv4 addresses.public String getPrivateIpAddress()
The private IPv4 addresses.
public void setPrimary(Boolean primary)
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
primary
- Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can
be designated as primary.public Boolean getPrimary()
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
public Boolean isPrimary()
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.