public class AccountAttributeValue extends Object implements Serializable, Cloneable
Describes a value of an account attribute.
Constructor and Description |
---|
AccountAttributeValue() |
Modifier and Type | Method and Description |
---|---|
AccountAttributeValue |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeValue()
The value of the attribute.
|
int |
hashCode() |
void |
setAttributeValue(String attributeValue)
The value of the attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountAttributeValue |
withAttributeValue(String attributeValue)
The value of the attribute.
|
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- The value of the attribute.public AccountAttributeValue withAttributeValue(String attributeValue)
Returns a reference to this object so that method calls can be chained together.
attributeValue
- The value of the attribute.public String toString()
toString
in class Object
Object.toString()
public AccountAttributeValue clone()
Copyright © 2015. All rights reserved.