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)
Attribute
clusterName
in interface Attribute
clusterName
- Name of cluster for which an attribute value needs to be fetchedpublic Attribute serviceName(String serviceName) throws AccessControlException
Attribute
serviceName
in interface Attribute
serviceName
- Name of Service for which attribute value needs to be fetchedAccessControlException
- when access is restricted to attributes of the servicepublic Attribute attributeName(String attributeName)
Attribute
attributeName
in interface Attribute
attributeName
- Name of Service for which an attribute value needs to be fetchedpublic Attribute scope(Attribute.SCOPE scope)
Attribute
public String getValue() throws IllegalArgumentException
Attribute
getValue
in interface Attribute
IllegalArgumentException
- when any illegal parameter(s) are set in Attribute objectCopyright © 2023 Avaya. All rights reserved.