public class TrafficPolicySummary extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
TrafficPolicySummary() |
| Modifier and Type | Method and Description |
|---|---|
TrafficPolicySummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
Returns the value of the Id property for this object.
|
Integer |
getLatestVersion()
Returns the value of the LatestVersion property for this object.
|
String |
getName()
Returns the value of the Name property for this object.
|
Integer |
getTrafficPolicyCount()
Returns the value of the TrafficPolicyCount property for this object.
|
String |
getType()
Returns the value of the Type property for this object.
|
int |
hashCode() |
void |
setId(String id)
Sets the value of the Id property for this object.
|
void |
setLatestVersion(Integer latestVersion)
Sets the value of the LatestVersion property for this object.
|
void |
setName(String name)
Sets the value of the Name property for this object.
|
void |
setTrafficPolicyCount(Integer trafficPolicyCount)
Sets the value of the TrafficPolicyCount property for this object.
|
void |
setType(RRType type)
Sets the value of the Type property for this object.
|
void |
setType(String type)
Sets the value of the Type property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrafficPolicySummary |
withId(String id)
Sets the value of the Id property for this object.
|
TrafficPolicySummary |
withLatestVersion(Integer latestVersion)
Sets the value of the LatestVersion property for this object.
|
TrafficPolicySummary |
withName(String name)
Sets the value of the Name property for this object.
|
TrafficPolicySummary |
withTrafficPolicyCount(Integer trafficPolicyCount)
Sets the value of the TrafficPolicyCount property for this object.
|
TrafficPolicySummary |
withType(RRType type)
Sets the value of the Type property for this object.
|
TrafficPolicySummary |
withType(String type)
Sets the value of the Type property for this object.
|
public String getId()
Constraints:
Length: 0 - 36
public void setId(String id)
Constraints:
Length: 0 - 36
id - The new value for the Id property for this object.public TrafficPolicySummary withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 36
id - The new value for the Id property for this object.public String getName()
Constraints:
Length: 0 - 512
public void setName(String name)
Constraints:
Length: 0 - 512
name - The new value for the Name property for this object.public TrafficPolicySummary withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 512
name - The new value for the Name property for this object.public String getType()
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
RRTypepublic void setType(String type)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The new value for the Type property for this object.RRTypepublic TrafficPolicySummary withType(String type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The new value for the Type property for this object.RRTypepublic void setType(RRType type)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The new value for the Type property for this object.RRTypepublic TrafficPolicySummary withType(RRType type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The new value for the Type property for this object.RRTypepublic Integer getLatestVersion()
Constraints:
Range: 1 - 1000
public void setLatestVersion(Integer latestVersion)
Constraints:
Range: 1 - 1000
latestVersion - The new value for the LatestVersion property for this object.public TrafficPolicySummary withLatestVersion(Integer latestVersion)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1000
latestVersion - The new value for the LatestVersion property for this object.public Integer getTrafficPolicyCount()
Constraints:
Range: 1 - 1000
public void setTrafficPolicyCount(Integer trafficPolicyCount)
Constraints:
Range: 1 - 1000
trafficPolicyCount - The new value for the TrafficPolicyCount property for this object.public TrafficPolicySummary withTrafficPolicyCount(Integer trafficPolicyCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 1000
trafficPolicyCount - The new value for the TrafficPolicyCount property for this object.public String toString()
toString in class ObjectObject.toString()public TrafficPolicySummary clone()
Copyright © 2015. All rights reserved.