public class CacheNodeTypeSpecificValue
extends java.lang.Object
implements java.io.Serializable
A value that applies only to a certain Cache Node Type.
| コンストラクタと説明 |
|---|
CacheNodeTypeSpecificValue()
Default constructor for a new CacheNodeTypeSpecificValue object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheNodeType()
Specifies the Cache Node type for which this value applies.
|
java.lang.String |
getValue()
Specifies the value for the Cache Node type.
|
int |
hashCode() |
void |
setCacheNodeType(java.lang.String cacheNodeType)
Specifies the Cache Node type for which this value applies.
|
void |
setValue(java.lang.String value)
Specifies the value for the Cache Node type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheNodeTypeSpecificValue |
withCacheNodeType(java.lang.String cacheNodeType)
Specifies the Cache Node type for which this value applies.
|
CacheNodeTypeSpecificValue |
withValue(java.lang.String value)
Specifies the value for the Cache Node type.
|
public CacheNodeTypeSpecificValue()
public java.lang.String getCacheNodeType()
public void setCacheNodeType(java.lang.String cacheNodeType)
cacheNodeType - Specifies the Cache Node type for which this value applies.public CacheNodeTypeSpecificValue withCacheNodeType(java.lang.String cacheNodeType)
Returns a reference to this object so that method calls can be chained together.
cacheNodeType - Specifies the Cache Node type for which this value applies.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - Specifies the value for the Cache Node type.public CacheNodeTypeSpecificValue withValue(java.lang.String value)
Returns a reference to this object so that method calls can be chained together.
value - Specifies the value for the Cache Node type.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object