public class DefaultIpAddress extends org.onosproject.yang.model.InnerModelObject implements IpAddress
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIpAddress.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
ipAddress |
protected byte[] |
ipFlags |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpAddress()
Creates an instance of defaultIpAddress.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
IpAddress |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(IpAddress ipAddress)
Sets the attribute ipAddress.
|
byte[] |
ipFlags()
Returns the attribute ipFlags.
|
void |
ipFlags(byte[] ipFlags)
Sets the attribute ipFlags.
|
boolean |
isLeafValueSet(IpAddress.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected IpAddress ipAddress
protected byte[] ipFlags
protected BitSet valueLeafFlags
public DefaultIpAddress()
public IpAddress ipAddress()
IpAddresspublic byte[] ipFlags()
IpAddresspublic BitSet valueLeafFlags()
IpAddressvalueLeafFlags in interface IpAddresspublic void ipAddress(IpAddress ipAddress)
IpAddresspublic void ipFlags(byte[] ipFlags)
IpAddresspublic boolean isLeafValueSet(IpAddress.LeafIdentifier leaf)
IpAddressisLeafValueSet in interface IpAddressleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.