public class DefaultIpv4Address extends org.onosproject.yang.model.InnerModelObject implements Ipv4Address
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIpv4Address.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Ipv4Address |
v4Address |
protected short |
v4Flags |
protected short |
v4PrefixLength |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpv4Address()
Creates an instance of defaultIpv4Address.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ipv4Address.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
Ipv4Address |
v4Address()
Returns the attribute v4Address.
|
void |
v4Address(Ipv4Address v4Address)
Sets the attribute v4Address.
|
short |
v4Flags()
Returns the attribute v4Flags.
|
void |
v4Flags(short v4Flags)
Sets the attribute v4Flags.
|
short |
v4PrefixLength()
Returns the attribute v4PrefixLength.
|
void |
v4PrefixLength(short v4PrefixLength)
Sets the attribute v4PrefixLength.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Ipv4Address v4Address
protected short v4PrefixLength
protected short v4Flags
protected BitSet valueLeafFlags
public DefaultIpv4Address()
public Ipv4Address v4Address()
Ipv4Addressv4Address in interface Ipv4Addresspublic short v4PrefixLength()
Ipv4Addressv4PrefixLength in interface Ipv4Addresspublic short v4Flags()
Ipv4Addressv4Flags in interface Ipv4Addresspublic BitSet valueLeafFlags()
Ipv4AddressvalueLeafFlags in interface Ipv4Addresspublic void v4Address(Ipv4Address v4Address)
Ipv4Addressv4Address in interface Ipv4Addressv4Address - value of v4Addresspublic void v4PrefixLength(short v4PrefixLength)
Ipv4Addressv4PrefixLength in interface Ipv4Addressv4PrefixLength - value of v4PrefixLengthpublic void v4Flags(short v4Flags)
Ipv4Addressv4Flags in interface Ipv4Addressv4Flags - value of v4Flagspublic boolean isLeafValueSet(Ipv4Address.LeafIdentifier leaf)
Ipv4AddressisLeafValueSet in interface Ipv4Addressleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.