public class NeutronMeteringLabel extends NeutronObject implements Serializable, INeutronObject
Constructor and Description |
---|
NeutronMeteringLabel() |
Modifier and Type | Method and Description |
---|---|
NeutronMeteringLabel |
extractFields(List<String> fields)
This method copies selected fields from the object and returns them
as a new object, suitable for marshaling.
|
String |
getMeteringLabelName() |
Boolean |
getMeteringLabelShared() |
void |
setMeteringLabelName(String name) |
void |
setMeteringLabelShared(Boolean shared) |
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 getMeteringLabelName()
public void setMeteringLabelName(String name)
public Boolean getMeteringLabelShared()
public void setMeteringLabelShared(Boolean shared)
public String toString()
toString
in class NeutronObject
public NeutronMeteringLabel extractFields(List<String> fields)
fields
- List of attributes to be extractedCopyright © 2017 OpenDaylight. All rights reserved.