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