Package org.opendaylight.neutron.spi
Class NeutronMeteringLabel
- java.lang.Object
-
- org.opendaylight.neutron.spi.NeutronID
-
- org.opendaylight.neutron.spi.NeutronObject<T>
-
- org.opendaylight.neutron.spi.NeutronBaseAttributes<NeutronMeteringLabel>
-
- org.opendaylight.neutron.spi.NeutronMeteringLabel
-
- All Implemented Interfaces:
Serializable
,INeutronBaseAttributes<NeutronMeteringLabel>
,INeutronObject<NeutronMeteringLabel>
public final class NeutronMeteringLabel extends NeutronBaseAttributes<NeutronMeteringLabel>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronMeteringLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
extractField(String field, NeutronMeteringLabel ans)
Boolean
getMeteringLabelShared()
void
setMeteringLabelShared(Boolean value)
String
toString()
-
Methods inherited from class org.opendaylight.neutron.spi.NeutronBaseAttributes
getName, setName
-
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
extractFields, getID, getProjectID, getRevisionNumber, getTenantID, initDefaults, setID, setProjectID, setRevisionNumber, setTenantID, setTenantID
-
-
-
-
Method Detail
-
getMeteringLabelShared
public Boolean getMeteringLabelShared()
-
setMeteringLabelShared
public void setMeteringLabelShared(Boolean value)
-
toString
public String toString()
- Overrides:
toString
in classNeutronObject<NeutronMeteringLabel>
-
extractField
protected boolean extractField(String field, NeutronMeteringLabel ans)
- Overrides:
extractField
in classNeutronBaseAttributes<NeutronMeteringLabel>
-
-