public class DefaultAddressOriginated extends org.onosproject.yang.model.InnerModelObject implements AddressOriginated
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAddressOriginated.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddressNoZone |
sourceAddress |
protected String |
sourceVrf |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAddressOriginated()
Creates an instance of defaultAddressOriginated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AddressOriginated.LeafIdentifier leaf)
Checks if the leaf value is set.
|
IpAddressNoZone |
sourceAddress()
Returns the attribute sourceAddress.
|
void |
sourceAddress(IpAddressNoZone sourceAddress)
Sets the attribute sourceAddress.
|
String |
sourceVrf()
Returns the attribute sourceVrf.
|
void |
sourceVrf(String sourceVrf)
Sets the attribute sourceVrf.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String sourceVrf
protected IpAddressNoZone sourceAddress
protected BitSet valueLeafFlags
public DefaultAddressOriginated()
public String sourceVrf()
AddressOriginatedsourceVrf in interface AddressOriginatedpublic IpAddressNoZone sourceAddress()
AddressOriginatedsourceAddress in interface AddressOriginatedpublic BitSet valueLeafFlags()
AddressOriginatedvalueLeafFlags in interface AddressOriginatedpublic void sourceVrf(String sourceVrf)
AddressOriginatedsourceVrf in interface AddressOriginatedsourceVrf - value of sourceVrfpublic void sourceAddress(IpAddressNoZone sourceAddress)
AddressOriginatedsourceAddress in interface AddressOriginatedsourceAddress - value of sourceAddresspublic boolean isLeafValueSet(AddressOriginated.LeafIdentifier leaf)
AddressOriginatedisLeafValueSet in interface AddressOriginatedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.