public class DefaultAugmentedTopoTerminationPoint extends org.onosproject.yang.model.InnerModelObject implements AugmentedTopoTerminationPoint
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedTopoTerminationPoint.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedTopoTerminationPoint()
Creates an instance of defaultAugmentedTopoTerminationPoint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(String ipAddress)
Sets the attribute ipAddress.
|
boolean |
isLeafValueSet(AugmentedTopoTerminationPoint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultAugmentedTopoTerminationPoint()
public String ipAddress()
AugmentedTopoTerminationPointipAddress in interface AugmentedTopoTerminationPointpublic BitSet valueLeafFlags()
AugmentedTopoTerminationPointvalueLeafFlags in interface AugmentedTopoTerminationPointpublic void ipAddress(String ipAddress)
AugmentedTopoTerminationPointipAddress in interface AugmentedTopoTerminationPointipAddress - value of ipAddresspublic boolean isLeafValueSet(AugmentedTopoTerminationPoint.LeafIdentifier leaf)
AugmentedTopoTerminationPointisLeafValueSet in interface AugmentedTopoTerminationPointleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.