public class AdditionalAttribute extends Object implements Serializable
The AdditionalAttribute
data type.
Constructor and Description |
---|
AdditionalAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKey()
Reserved for future use.
|
String |
getValue()
Reserved for future use.
|
int |
hashCode() |
void |
setKey(String key)
Reserved for future use.
|
void |
setValue(String value)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdditionalAttribute |
withKey(String key)
Reserved for future use.
|
AdditionalAttribute |
withValue(String value)
Reserved for future use.
|
public String getKey()
public void setKey(String key)
key
- Reserved for future use.public AdditionalAttribute withKey(String key)
Returns a reference to this object so that method calls can be chained together.
key
- Reserved for future use.public String getValue()
public void setValue(String value)
value
- Reserved for future use.public AdditionalAttribute withValue(String value)
Returns a reference to this object so that method calls can be chained together.
value
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.