public class DefaultIpv6 extends org.onosproject.yang.model.InnerModelObject implements Ipv6
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIpv6.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends AddressAllocationType> |
addressAllocationType |
protected Addresses |
addresses |
protected short |
numberOfDynamicAddress |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpv6()
Creates an instance of defaultIpv6.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AddressAllocationType> |
addressAllocationType()
Returns the attribute addressAllocationType.
|
void |
addressAllocationType(Class<? extends AddressAllocationType> addressAllocationType)
Sets the attribute addressAllocationType.
|
Addresses |
addresses()
Returns the attribute addresses.
|
void |
addresses(Addresses addresses)
Sets the attribute addresses.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ipv6.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
numberOfDynamicAddress()
Returns the attribute numberOfDynamicAddress.
|
void |
numberOfDynamicAddress(short numberOfDynamicAddress)
Sets the attribute numberOfDynamicAddress.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Class<? extends AddressAllocationType> addressAllocationType
protected short numberOfDynamicAddress
protected BitSet valueLeafFlags
protected Addresses addresses
public Class<? extends AddressAllocationType> addressAllocationType()
Ipv6addressAllocationType in interface Ipv6public short numberOfDynamicAddress()
Ipv6numberOfDynamicAddress in interface Ipv6public BitSet valueLeafFlags()
Ipv6valueLeafFlags in interface Ipv6public Addresses addresses()
Ipv6public void addressAllocationType(Class<? extends AddressAllocationType> addressAllocationType)
Ipv6addressAllocationType in interface Ipv6addressAllocationType - value of addressAllocationTypepublic void numberOfDynamicAddress(short numberOfDynamicAddress)
Ipv6numberOfDynamicAddress in interface Ipv6numberOfDynamicAddress - value of numberOfDynamicAddresspublic void addresses(Addresses addresses)
Ipv6public boolean isLeafValueSet(Ipv6.LeafIdentifier leaf)
Ipv6isLeafValueSet in interface Ipv6leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.