public final class NeutronMeteringLabelRule extends NeutronObject<NeutronMeteringLabelRule>
| Constructor and Description |
|---|
NeutronMeteringLabelRule() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
extractField(String field,
NeutronMeteringLabelRule ans) |
String |
getMeteringLabelRuleDirection() |
Boolean |
getMeteringLabelRuleExcluded() |
String |
getMeteringLabelRuleLabelID() |
String |
getMeteringLabelRuleRemoteIpPrefix() |
void |
setMeteringLabelRuleDirection(String direction) |
void |
setMeteringLabelRuleExcluded(Boolean excluded) |
void |
setMeteringLabelRuleLabelID(String meteringLabelID) |
void |
setMeteringLabelRuleRemoteIpPrefix(String prefix) |
String |
toString() |
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetID, setIDpublic String getMeteringLabelRuleDirection()
public void setMeteringLabelRuleDirection(String direction)
public Boolean getMeteringLabelRuleExcluded()
public void setMeteringLabelRuleExcluded(Boolean excluded)
public String getMeteringLabelRuleRemoteIpPrefix()
public void setMeteringLabelRuleRemoteIpPrefix(String prefix)
public String getMeteringLabelRuleLabelID()
public void setMeteringLabelRuleLabelID(String meteringLabelID)
public String toString()
toString in class NeutronObject<NeutronMeteringLabelRule>protected boolean extractField(String field, NeutronMeteringLabelRule ans)
extractField in class NeutronObject<NeutronMeteringLabelRule>Copyright © 2019 OpenDaylight. All rights reserved.