public interface CustomerProfile extends Profile, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomerProfile.LeafIdentifier
Identify the leaf of CustomerProfile.
|
| Modifier and Type | Method and Description |
|---|---|
String |
algorithm()
Returns the attribute algorithm.
|
void |
algorithm(String algorithm)
Sets the attribute algorithm.
|
boolean |
isLeafValueSet(CustomerProfile.LeafIdentifier leaf)
Checks if the leaf value is set.
|
KeyType |
keyType()
Returns the attribute keyType.
|
void |
keyType(KeyType keyType)
Sets the attribute keyType.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String algorithm()
BitSet valueLeafFlags()
KeyType keyType()
void algorithm(String algorithm)
algorithm - value of algorithmvoid keyType(KeyType keyType)
keyType - value of keyTypeboolean isLeafValueSet(CustomerProfile.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.