public class DefaultAssociation extends org.onosproject.yang.model.InnerModelObject implements Association
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAssociation.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected IpAddress |
globalSource |
protected int |
id |
protected Class<? extends BidirProvisioningMode> |
provisioing |
protected IpAddress |
source |
protected Class<? extends BidirAssociationType> |
type |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAssociation()
Creates an instance of defaultAssociation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IpAddress |
globalSource()
Returns the attribute globalSource.
|
void |
globalSource(IpAddress globalSource)
Sets the attribute globalSource.
|
int |
hashCode() |
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Association.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends BidirProvisioningMode> |
provisioing()
Returns the attribute provisioing.
|
void |
provisioing(Class<? extends BidirProvisioningMode> provisioing)
Sets the attribute provisioing.
|
IpAddress |
source()
Returns the attribute source.
|
void |
source(IpAddress source)
Sets the attribute source.
|
String |
toString() |
Class<? extends BidirAssociationType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends BidirAssociationType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int id
protected IpAddress source
protected IpAddress globalSource
protected Class<? extends BidirAssociationType> type
protected Class<? extends BidirProvisioningMode> provisioing
protected BitSet valueLeafFlags
public DefaultAssociation()
public int id()
Associationid in interface Associationpublic IpAddress source()
Associationsource in interface Associationpublic IpAddress globalSource()
AssociationglobalSource in interface Associationpublic Class<? extends BidirAssociationType> type()
Associationtype in interface Associationpublic Class<? extends BidirProvisioningMode> provisioing()
Associationprovisioing in interface Associationpublic BitSet valueLeafFlags()
AssociationvalueLeafFlags in interface Associationpublic void id(int id)
Associationid in interface Associationid - value of idpublic void source(IpAddress source)
Associationsource in interface Associationsource - value of sourcepublic void globalSource(IpAddress globalSource)
AssociationglobalSource in interface AssociationglobalSource - value of globalSourcepublic void type(Class<? extends BidirAssociationType> type)
Associationtype in interface Associationtype - value of typepublic void provisioing(Class<? extends BidirProvisioningMode> provisioing)
Associationprovisioing in interface Associationprovisioing - value of provisioingpublic boolean isLeafValueSet(Association.LeafIdentifier leaf)
AssociationisLeafValueSet in interface Associationleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.