public class NeutronMeteringLabelRule extends NeutronObject implements Serializable, INeutronObject
Constructor and Description |
---|
NeutronMeteringLabelRule() |
Modifier and Type | Method and Description |
---|---|
NeutronMeteringLabelRule |
extractFields(List<String> fields)
This method copies selected fields from the object and returns them
as a new object, suitable for marshaling.
|
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() |
getTenantID, initDefaults, setTenantID, setTenantID
getID, setID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getID, getTenantID, initDefaults, setID, setTenantID, setTenantID
public 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
public NeutronMeteringLabelRule extractFields(List<String> fields)
fields
- List of attributes to be extractedCopyright © 2017 OpenDaylight. All rights reserved.