public class DefaultBearerAttachment extends org.onosproject.yang.model.InnerModelObject implements BearerAttachment
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeBearerAttachment.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Ipv4Address |
peMgmtIp |
protected String |
peName |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultBearerAttachment()
Creates an instance of defaultBearerAttachment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(BearerAttachment.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv4Address |
peMgmtIp()
Returns the attribute peMgmtIp.
|
void |
peMgmtIp(Ipv4Address peMgmtIp)
Sets the attribute peMgmtIp.
|
String |
peName()
Returns the attribute peName.
|
void |
peName(String peName)
Sets the attribute peName.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String peName
protected Ipv4Address peMgmtIp
protected BitSet valueLeafFlags
public DefaultBearerAttachment()
public String peName()
BearerAttachmentpeName in interface BearerAttachmentpublic Ipv4Address peMgmtIp()
BearerAttachmentpeMgmtIp in interface BearerAttachmentpublic BitSet valueLeafFlags()
BearerAttachmentvalueLeafFlags in interface BearerAttachmentpublic void peName(String peName)
BearerAttachmentpeName in interface BearerAttachmentpeName - value of peNamepublic void peMgmtIp(Ipv4Address peMgmtIp)
BearerAttachmentpeMgmtIp in interface BearerAttachmentpeMgmtIp - value of peMgmtIppublic boolean isLeafValueSet(BearerAttachment.LeafIdentifier leaf)
BearerAttachmentisLeafValueSet in interface BearerAttachmentleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.