public class DefaultAuthorizedSite extends org.onosproject.yang.model.InnerModelObject implements AuthorizedSite, org.onosproject.yang.model.MultiInstanceObject<AuthorizedSiteKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAuthorizedSite.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
siteId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAuthorizedSite()
Creates an instance of defaultAuthorizedSite.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AuthorizedSite.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
siteId()
Returns the attribute siteId.
|
void |
siteId(Object siteId)
Sets the attribute siteId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultAuthorizedSite()
public Object siteId()
AuthorizedSitesiteId in interface AuthorizedSitepublic BitSet valueLeafFlags()
AuthorizedSitevalueLeafFlags in interface AuthorizedSitepublic void siteId(Object siteId)
AuthorizedSitesiteId in interface AuthorizedSitesiteId - value of siteIdpublic boolean isLeafValueSet(AuthorizedSite.LeafIdentifier leaf)
AuthorizedSiteisLeafValueSet in interface AuthorizedSiteleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.