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, setTenantIDgetID, setIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetID, getTenantID, initDefaults, setID, setTenantID, setTenantIDpublic String getMeteringLabelName()
public void setMeteringLabelName(String name)
public Boolean getMeteringLabelShared()
public void setMeteringLabelShared(Boolean shared)
public String toString()
toString in class NeutronObjectpublic NeutronMeteringLabel extractFields(List<String> fields)
fields - List of attributes to be extractedCopyright © 2017 OpenDaylight. All rights reserved.