Package com.mypurecloud.sdk.v2.model
Class TargetAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.TargetAttributes
- All Implemented Interfaces:
Serializable
TargetAttributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseAttributes(List<PolicyAttribute> baseAttributes) A set of base attributes which may be used in policies for any target.booleaninthashCode()voidsetBaseAttributes(List<PolicyAttribute> baseAttributes) voidsetTargetAttributes(Map<String, TargetAttributeValue> targetAttributes) targetAttributes(Map<String, TargetAttributeValue> targetAttributes) A map of policy targets to any additional attributes which are valid for that target.toString()
-
Constructor Details
-
TargetAttributes
public TargetAttributes() -
TargetAttributes
-
-
Method Details
-
baseAttributes
A set of base attributes which may be used in policies for any target. -
getBaseAttributes
-
setBaseAttributes
-
targetAttributes
A map of policy targets to any additional attributes which are valid for that target. -
getTargetAttributes
-
setTargetAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-