public class DefaultDeniedSite extends org.onosproject.yang.model.InnerModelObject implements DeniedSite, org.onosproject.yang.model.MultiInstanceObject<DeniedSiteKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDeniedSite.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
siteId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultDeniedSite()
Creates an instance of defaultDeniedSite.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(DeniedSite.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.
|
public DefaultDeniedSite()
public Object siteId()
DeniedSitesiteId in interface DeniedSitepublic BitSet valueLeafFlags()
DeniedSitevalueLeafFlags in interface DeniedSitepublic void siteId(Object siteId)
DeniedSitesiteId in interface DeniedSitesiteId - value of siteIdpublic boolean isLeafValueSet(DeniedSite.LeafIdentifier leaf)
DeniedSiteisLeafValueSet in interface DeniedSiteleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.