public abstract class MBodyMutableMeterRequest extends MBodyMeterRequest implements MutableStructure
MBodyMeterRequest.
Used by the MBodyMutableMeterStatsRequest.
version| Modifier and Type | Method and Description |
|---|---|
MBodyMutableMeterRequest |
meterId(MeterId meterId)
Sets the meter ID; Since 1.3.
|
String |
toString() |
boolean |
writable()
Returns true if this mutable object is still writable.
|
getMeterId, getTotalLength, validategetVersion, hex, hex, toDebugStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoImmutablegetVersion, toDebugStringpublic boolean writable()
MutableObject#toImmutable() method (defined on a sub-interface)
has not yet been invoked.writable in interface MutableObjectpublic String toString()
toString in class MBodyMeterRequestpublic MBodyMutableMeterRequest meterId(MeterId meterId)
meterId - the meter IDInvalidMutableException - if this instance is no longer writableVersionMismatchException - if version is < 1.3NullPointerException - if meterId is nullCopyright © 2014. All Rights Reserved.