public class DefaultCustomerProfile extends org.onosproject.yang.model.InnerModelObject implements CustomerProfile
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeCustomerProfile.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected KeyType |
keyType |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCustomerProfile()
Creates an instance of defaultCustomerProfile.
|
| Modifier and Type | Method and Description |
|---|---|
String |
algorithm()
Returns the attribute algorithm.
|
void |
algorithm(String algorithm)
Sets the attribute algorithm.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String algorithm
protected BitSet valueLeafFlags
protected KeyType keyType
public DefaultCustomerProfile()
public String algorithm()
CustomerProfilealgorithm in interface CustomerProfilepublic BitSet valueLeafFlags()
CustomerProfilevalueLeafFlags in interface CustomerProfilepublic KeyType keyType()
CustomerProfilekeyType in interface CustomerProfilepublic void algorithm(String algorithm)
CustomerProfilealgorithm in interface CustomerProfilealgorithm - value of algorithmpublic void keyType(KeyType keyType)
CustomerProfilekeyType in interface CustomerProfilekeyType - value of keyTypepublic boolean isLeafValueSet(CustomerProfile.LeafIdentifier leaf)
CustomerProfileisLeafValueSet in interface CustomerProfileleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.