org.onosproject.yang.model.ModelObject.ModelObjectTypeIpv4.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends AddressAllocationType> |
addressAllocationType |
protected Addresses |
addresses |
protected short |
numberOfDynamicAddress |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpv4()
Creates an instance of defaultIpv4.
|
| 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(Ipv4.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.
|
protected Class<? extends AddressAllocationType> addressAllocationType
protected short numberOfDynamicAddress
protected BitSet valueLeafFlags
protected Addresses addresses
public Class<? extends AddressAllocationType> addressAllocationType()
Ipv4addressAllocationType in interface Ipv4public short numberOfDynamicAddress()
Ipv4numberOfDynamicAddress in interface Ipv4public BitSet valueLeafFlags()
Ipv4valueLeafFlags in interface Ipv4public Addresses addresses()
Ipv4public void addressAllocationType(Class<? extends AddressAllocationType> addressAllocationType)
Ipv4addressAllocationType in interface Ipv4addressAllocationType - value of addressAllocationTypepublic void numberOfDynamicAddress(short numberOfDynamicAddress)
Ipv4numberOfDynamicAddress in interface Ipv4numberOfDynamicAddress - value of numberOfDynamicAddresspublic void addresses(Addresses addresses)
Ipv4public boolean isLeafValueSet(Ipv4.LeafIdentifier leaf)
Ipv4isLeafValueSet in interface Ipv4leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.