public class DefaultRouteTargetIpv4 extends org.onosproject.yang.model.InnerModelObject implements RouteTargetIpv4
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRouteTargetIpv4.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Ipv4Address |
globalAdministrator |
protected int |
localAdministrator |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRouteTargetIpv4()
Creates an instance of defaultRouteTargetIpv4.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Ipv4Address |
globalAdministrator()
Returns the attribute globalAdministrator.
|
void |
globalAdministrator(Ipv4Address globalAdministrator)
Sets the attribute globalAdministrator.
|
int |
hashCode() |
boolean |
isLeafValueSet(RouteTargetIpv4.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
localAdministrator()
Returns the attribute localAdministrator.
|
void |
localAdministrator(int localAdministrator)
Sets the attribute localAdministrator.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Ipv4Address globalAdministrator
protected int localAdministrator
protected BitSet valueLeafFlags
public DefaultRouteTargetIpv4()
public Ipv4Address globalAdministrator()
RouteTargetIpv4globalAdministrator in interface RouteTargetIpv4public int localAdministrator()
RouteTargetIpv4localAdministrator in interface RouteTargetIpv4public BitSet valueLeafFlags()
RouteTargetIpv4valueLeafFlags in interface RouteTargetIpv4public void globalAdministrator(Ipv4Address globalAdministrator)
RouteTargetIpv4globalAdministrator in interface RouteTargetIpv4globalAdministrator - value of globalAdministratorpublic void localAdministrator(int localAdministrator)
RouteTargetIpv4localAdministrator in interface RouteTargetIpv4localAdministrator - value of localAdministratorpublic boolean isLeafValueSet(RouteTargetIpv4.LeafIdentifier leaf)
RouteTargetIpv4isLeafValueSet in interface RouteTargetIpv4leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.