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