Attribute.SCOPE| Constructor and Description |
|---|
AttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
attributeName(String attributeName)
Set the Attribute name for which an attribute value is required
and return the modified Attribute object
|
Attribute |
clusterName(String clusterName)
Set the Cluster name for which an attribute value is required
and return the modified Attribute object
|
String |
getValue()
Fetch the attribute value based on all the parameters set for this object.
|
Attribute |
scope(Attribute.SCOPE scope)
Set the Scope for which an attribute value is required
and return the modified Attribute object
|
Attribute |
serviceName(String serviceName)
Set the Service name for which an attribute value is required
and return the modified Attribute object
|
String |
toString() |
public Attribute clusterName(String clusterName)
AttributeclusterName in interface AttributeclusterName - Name of cluster for which an attribute value needs to be fetchedpublic Attribute serviceName(String serviceName) throws AccessControlException
AttributeserviceName in interface AttributeserviceName - Name of Service for which attribute value needs to be fetchedAccessControlException - when access is restricted to attributes of the servicepublic Attribute attributeName(String attributeName)
AttributeattributeName in interface AttributeattributeName - Name of Service for which an attribute value needs to be fetchedpublic Attribute scope(Attribute.SCOPE scope)
Attributepublic String getValue() throws IllegalArgumentException
AttributegetValue in interface AttributeIllegalArgumentException - when any illegal parameter(s) are set in Attribute objectCopyright © 2023 Avaya. All rights reserved.