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 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()
-
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:
toString
in classNeutronObject<NeutronMeteringLabelRule>
-
extractField
protected boolean extractField(String field, NeutronMeteringLabelRule ans)
- Overrides:
extractField
in classNeutronObject<NeutronMeteringLabelRule>
-
-