public class CacheNodeTypeSpecificParameter
extends java.lang.Object
implements java.io.Serializable
A parameter that has a different value for each Cache Node Type it is applied to.
| コンストラクタと説明 |
|---|
CacheNodeTypeSpecificParameter()
Default constructor for a new CacheNodeTypeSpecificParameter object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedValues()
Specifies the valid range of values for the parameter.
|
java.util.List<CacheNodeTypeSpecificValue> |
getCacheNodeTypeSpecificValues()
A list of Cache Node types and their corresponding values for this
parameter.
|
java.lang.String |
getDataType()
Specifies the valid data type for the parameter.
|
java.lang.String |
getDescription()
Provides a description of the parameter.
|
java.lang.Boolean |
getIsModifiable()
Indicates whether (
true) or not (false) the
parameter can be modified. |
java.lang.String |
getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
|
java.lang.String |
getParameterName()
Specifies the name of the parameter.
|
java.lang.String |
getSource()
Indicates the source of the parameter value.
|
int |
hashCode() |
java.lang.Boolean |
isModifiable()
Indicates whether (
true) or not (false) the
parameter can be modified. |
void |
setAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
|
void |
setCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this
parameter.
|
void |
setDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
|
void |
setDescription(java.lang.String description)
Provides a description of the parameter.
|
void |
setIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true) or not (false) the
parameter can be modified. |
void |
setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
void |
setParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
|
void |
setSource(java.lang.String source)
Indicates the source of the parameter value.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CacheNodeTypeSpecificParameter |
withAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
|
CacheNodeTypeSpecificParameter |
withCacheNodeTypeSpecificValues(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this
parameter.
|
CacheNodeTypeSpecificParameter |
withCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
A list of Cache Node types and their corresponding values for this
parameter.
|
CacheNodeTypeSpecificParameter |
withDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
|
CacheNodeTypeSpecificParameter |
withDescription(java.lang.String description)
Provides a description of the parameter.
|
CacheNodeTypeSpecificParameter |
withIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true) or not (false) the
parameter can be modified. |
CacheNodeTypeSpecificParameter |
withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
CacheNodeTypeSpecificParameter |
withParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
|
CacheNodeTypeSpecificParameter |
withSource(java.lang.String source)
Indicates the source of the parameter value.
|
public CacheNodeTypeSpecificParameter()
public java.lang.String getParameterName()
public void setParameterName(java.lang.String parameterName)
parameterName - Specifies the name of the parameter.public CacheNodeTypeSpecificParameter withParameterName(java.lang.String parameterName)
Returns a reference to this object so that method calls can be chained together.
parameterName - Specifies the name of the parameter.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Provides a description of the parameter.public CacheNodeTypeSpecificParameter withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - Provides a description of the parameter.public java.lang.String getSource()
public void setSource(java.lang.String source)
source - Indicates the source of the parameter value.public CacheNodeTypeSpecificParameter withSource(java.lang.String source)
Returns a reference to this object so that method calls can be chained together.
source - Indicates the source of the parameter value.public java.lang.String getDataType()
public void setDataType(java.lang.String dataType)
dataType - Specifies the valid data type for the parameter.public CacheNodeTypeSpecificParameter withDataType(java.lang.String dataType)
Returns a reference to this object so that method calls can be chained together.
dataType - Specifies the valid data type for the parameter.public java.lang.String getAllowedValues()
public void setAllowedValues(java.lang.String allowedValues)
allowedValues - Specifies the valid range of values for the parameter.public CacheNodeTypeSpecificParameter withAllowedValues(java.lang.String allowedValues)
Returns a reference to this object so that method calls can be chained together.
allowedValues - Specifies the valid range of values for the parameter.public java.lang.Boolean isModifiable()
true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public void setIsModifiable(java.lang.Boolean isModifiable)
true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.isModifiable - Indicates whether (true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public CacheNodeTypeSpecificParameter withIsModifiable(java.lang.Boolean isModifiable)
true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.
Returns a reference to this object so that method calls can be chained together.
isModifiable - Indicates whether (true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public java.lang.Boolean getIsModifiable()
true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.true) or not (false) the
parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public java.lang.String getMinimumEngineVersion()
public void setMinimumEngineVersion(java.lang.String minimumEngineVersion)
minimumEngineVersion - The earliest engine version to which the parameter can apply.public CacheNodeTypeSpecificParameter withMinimumEngineVersion(java.lang.String minimumEngineVersion)
Returns a reference to this object so that method calls can be chained together.
minimumEngineVersion - The earliest engine version to which the parameter can apply.public java.util.List<CacheNodeTypeSpecificValue> getCacheNodeTypeSpecificValues()
public void setCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.public CacheNodeTypeSpecificParameter withCacheNodeTypeSpecificValues(CacheNodeTypeSpecificValue... cacheNodeTypeSpecificValues)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.public CacheNodeTypeSpecificParameter withCacheNodeTypeSpecificValues(java.util.Collection<CacheNodeTypeSpecificValue> cacheNodeTypeSpecificValues)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificValues - A list of Cache Node types and their corresponding values for this
parameter.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