Package org.opendaylight.neutron.spi
Class NeutronMeteringLabelRule
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<NeutronMeteringLabelRule>
-
- org.opendaylight.neutron.spi.NeutronMeteringLabelRule
-
- All Implemented Interfaces:
Serializable,INeutronObject<NeutronMeteringLabelRule>
public final class NeutronMeteringLabelRule extends NeutronObject<NeutronMeteringLabelRule>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronMeteringLabelRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanextractField(String field, NeutronMeteringLabelRule ans)StringgetMeteringLabelRuleDirection()BooleangetMeteringLabelRuleExcluded()StringgetMeteringLabelRuleLabelID()StringgetMeteringLabelRuleRemoteIpPrefix()voidsetMeteringLabelRuleDirection(String direction)voidsetMeteringLabelRuleExcluded(Boolean excluded)voidsetMeteringLabelRuleLabelID(String meteringLabelID)voidsetMeteringLabelRuleRemoteIpPrefix(String prefix)StringtoString()-
Methods inherited from class org.opendaylight.neutron.spi.NeutronObject
extractFields, getProjectID, getRevisionNumber, getTenantID, initDefaults, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opendaylight.neutron.spi.INeutronObject
getID, setID
-
-
-
-
Method Detail
-
getMeteringLabelRuleDirection
public String getMeteringLabelRuleDirection()
-
setMeteringLabelRuleDirection
public void setMeteringLabelRuleDirection(String direction)
-
getMeteringLabelRuleExcluded
public Boolean getMeteringLabelRuleExcluded()
-
setMeteringLabelRuleExcluded
public void setMeteringLabelRuleExcluded(Boolean excluded)
-
getMeteringLabelRuleRemoteIpPrefix
public String getMeteringLabelRuleRemoteIpPrefix()
-
setMeteringLabelRuleRemoteIpPrefix
public void setMeteringLabelRuleRemoteIpPrefix(String prefix)
-
getMeteringLabelRuleLabelID
public String getMeteringLabelRuleLabelID()
-
setMeteringLabelRuleLabelID
public void setMeteringLabelRuleLabelID(String meteringLabelID)
-
toString
public String toString()
- Overrides:
toStringin classNeutronObject<NeutronMeteringLabelRule>
-
extractField
protected boolean extractField(String field, NeutronMeteringLabelRule ans)
- Overrides:
extractFieldin classNeutronObject<NeutronMeteringLabelRule>
-
-