public class AccountAttributeValue
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes a value of an account attribute.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
attributeValue
The value of the attribute.
|
Constructor and Description |
---|
AccountAttributeValue() |
Modifier and Type | Method and Description |
---|---|
AccountAttributeValue |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeValue()
The value of the attribute.
|
int |
hashCode() |
void |
setAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountAttributeValue |
withAttributeValue(java.lang.String attributeValue)
The value of the attribute.
|
public void setAttributeValue(java.lang.String attributeValue)
The value of the attribute.
attributeValue
- The value of the attribute.public java.lang.String getAttributeValue()
The value of the attribute.
public AccountAttributeValue withAttributeValue(java.lang.String attributeValue)
The value of the attribute.
attributeValue
- The value of the attribute.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AccountAttributeValue clone()
clone
in class java.lang.Object