public class PolicyAttributeTypeDescription
extends java.lang.Object
implements java.io.Serializable
The PolicyAttributeTypeDescription data type. This data type is used to describe values that are acceptable for the policy attribute.
| コンストラクタと説明 |
|---|
PolicyAttributeTypeDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
The name of the attribute associated with the policy type.
|
java.lang.String |
getAttributeType()
The type of attribute.
|
java.lang.String |
getCardinality()
The cardinality of the attribute.
|
java.lang.String |
getDefaultValue()
The default value of the attribute, if applicable.
|
java.lang.String |
getDescription()
A human-readable description of the attribute.
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy type.
|
void |
setAttributeType(java.lang.String attributeType)
The type of attribute.
|
void |
setCardinality(java.lang.String cardinality)
The cardinality of the attribute.
|
void |
setDefaultValue(java.lang.String defaultValue)
The default value of the attribute, if applicable.
|
void |
setDescription(java.lang.String description)
A human-readable description of the attribute.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PolicyAttributeTypeDescription |
withAttributeName(java.lang.String attributeName)
The name of the attribute associated with the policy type.
|
PolicyAttributeTypeDescription |
withAttributeType(java.lang.String attributeType)
The type of attribute.
|
PolicyAttributeTypeDescription |
withCardinality(java.lang.String cardinality)
The cardinality of the attribute.
|
PolicyAttributeTypeDescription |
withDefaultValue(java.lang.String defaultValue)
The default value of the attribute, if applicable.
|
PolicyAttributeTypeDescription |
withDescription(java.lang.String description)
A human-readable description of the attribute.
|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName - The name of the attribute associated with the policy type.public PolicyAttributeTypeDescription withAttributeName(java.lang.String attributeName)
Returns a reference to this object so that method calls can be chained together.
attributeName - The name of the attribute associated with the policy type.public java.lang.String getAttributeType()
public void setAttributeType(java.lang.String attributeType)
attributeType - The type of attribute. For example, Boolean, Integer, etc.public PolicyAttributeTypeDescription withAttributeType(java.lang.String attributeType)
Returns a reference to this object so that method calls can be chained together.
attributeType - The type of attribute. For example, Boolean, Integer, etc.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - A human-readable description of the attribute.public PolicyAttributeTypeDescription withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - A human-readable description of the attribute.public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue - The default value of the attribute, if applicable.public PolicyAttributeTypeDescription withDefaultValue(java.lang.String defaultValue)
Returns a reference to this object so that method calls can be chained together.
defaultValue - The default value of the attribute, if applicable.public java.lang.String getCardinality()
public void setCardinality(java.lang.String cardinality)
cardinality - The cardinality of the attribute. Valid Values: public PolicyAttributeTypeDescription withCardinality(java.lang.String cardinality)
Returns a reference to this object so that method calls can be chained together.
cardinality - The cardinality of the attribute. Valid Values: 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