@Generated(value="com.neeve.adm.AdmGenerator", date="Thu May 07 15:37:31 EDT 2020") @AdmGenerated(compatLevel="4.0.0", admVersion="nvx-rumi-adm v3.14 (build 29)", date="5/7/20 3:37 PM", buildInfo="nvx-talon-3.14.19 (nvx-codegen-plugin)") public interface ISrvMonMessageMetadata extends IRogValidatable
ADM Type | Embedded Entity |
Factory | SrvMonAlertFactory |
ADM Field Summary |
---|
Field | Type | Id | Description |
---|---|---|---|
messageMessageBusName | String | 32 | The bus name. |
messageMessageChannelId | String | 34 | The id of the message channel. |
messageMessageChannelName | String | 33 | The name of the message channel. |
messageMessageEncodingType | Byte | 41 | A message's encoding type. |
messageMessageFactoryId | Short | 39 | A message's sender id. |
messageMessageFlowId | Integer | 37 | A message's flow id. |
messageMessageKey | String | 35 | A message's key. |
messageMessageSenderId | Integer | 38 | A message's sender id. |
messageMessageSno | Long | 36 | A message's sequence number. |
messageMessageViewId | Short | 40 | A message's sender id. |
Modifier and Type | Method and Description |
---|---|
void |
clearMessageMessageBusName()
Clears the value of 'messageMessageBusName'.
|
void |
clearMessageMessageChannelId()
Clears the value of 'messageMessageChannelId'.
|
void |
clearMessageMessageChannelName()
Clears the value of 'messageMessageChannelName'.
|
void |
clearMessageMessageEncodingType()
Clears the value of 'messageMessageEncodingType'.
|
void |
clearMessageMessageFactoryId()
Clears the value of 'messageMessageFactoryId'.
|
void |
clearMessageMessageFlowId()
Clears the value of 'messageMessageFlowId'.
|
void |
clearMessageMessageKey()
Clears the value of 'messageMessageKey'.
|
void |
clearMessageMessageSenderId()
Clears the value of 'messageMessageSenderId'.
|
void |
clearMessageMessageSno()
Clears the value of 'messageMessageSno'.
|
void |
clearMessageMessageViewId()
Clears the value of 'messageMessageViewId'.
|
String |
getMessageMessageBusName()
Gets the value of 'messageMessageBusName'.
|
<T extends XString> |
getMessageMessageBusNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getMessageMessageBusNameTo(XString val)
Copies the value of 'messageMessageBusName' into the provided XString.
|
XString |
getMessageMessageBusNameUnsafe()
Gets the raw value of 'messageMessageBusName'.
|
String |
getMessageMessageChannelId()
Gets the value of 'messageMessageChannelId'.
|
<T extends XString> |
getMessageMessageChannelIdTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getMessageMessageChannelIdTo(XString val)
Copies the value of 'messageMessageChannelId' into the provided XString.
|
XString |
getMessageMessageChannelIdUnsafe()
Gets the raw value of 'messageMessageChannelId'.
|
String |
getMessageMessageChannelName()
Gets the value of 'messageMessageChannelName'.
|
<T extends XString> |
getMessageMessageChannelNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getMessageMessageChannelNameTo(XString val)
Copies the value of 'messageMessageChannelName' into the provided XString.
|
XString |
getMessageMessageChannelNameUnsafe()
Gets the raw value of 'messageMessageChannelName'.
|
byte |
getMessageMessageEncodingType()
Gets the value of 'messageMessageEncodingType'.
|
short |
getMessageMessageFactoryId()
Gets the value of 'messageMessageFactoryId'.
|
int |
getMessageMessageFlowId()
Gets the value of 'messageMessageFlowId'.
|
String |
getMessageMessageKey()
Gets the value of 'messageMessageKey'.
|
<T extends XString> |
getMessageMessageKeyTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getMessageMessageKeyTo(XString val)
Copies the value of 'messageMessageKey' into the provided XString.
|
XString |
getMessageMessageKeyUnsafe()
Gets the raw value of 'messageMessageKey'.
|
int |
getMessageMessageSenderId()
Gets the value of 'messageMessageSenderId'.
|
long |
getMessageMessageSno()
Gets the value of 'messageMessageSno'.
|
short |
getMessageMessageViewId()
Gets the value of 'messageMessageViewId'.
|
boolean |
hasMessageMessageBusName()
Checks for the presence of 'messageMessageBusName'.
|
boolean |
hasMessageMessageChannelId()
Checks for the presence of 'messageMessageChannelId'.
|
boolean |
hasMessageMessageChannelName()
Checks for the presence of 'messageMessageChannelName'.
|
boolean |
hasMessageMessageEncodingType()
Checks for the presence of 'messageMessageEncodingType'.
|
boolean |
hasMessageMessageFactoryId()
Checks for the presence of 'messageMessageFactoryId'.
|
boolean |
hasMessageMessageFlowId()
Checks for the presence of 'messageMessageFlowId'.
|
boolean |
hasMessageMessageKey()
Checks for the presence of 'messageMessageKey'.
|
boolean |
hasMessageMessageSenderId()
Checks for the presence of 'messageMessageSenderId'.
|
boolean |
hasMessageMessageSno()
Checks for the presence of 'messageMessageSno'.
|
boolean |
hasMessageMessageViewId()
Checks for the presence of 'messageMessageViewId'.
|
void |
lendMessageMessageBusName(XString val)
Lends the value of 'messageMessageBusName' to this object.
|
void |
lendMessageMessageChannelId(XString val)
Lends the value of 'messageMessageChannelId' to this object.
|
void |
lendMessageMessageChannelName(XString val)
Lends the value of 'messageMessageChannelName' to this object.
|
void |
lendMessageMessageKey(XString val)
Lends the value of 'messageMessageKey' to this object.
|
void |
setMessageMessageBusName(String val)
Sets the value of 'messageMessageBusName'.
|
void |
setMessageMessageBusNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setMessageMessageBusNameFrom(XString val)
Copies the provided XString value into this object's 'messageMessageBusName'.
|
void |
setMessageMessageChannelId(String val)
Sets the value of 'messageMessageChannelId'.
|
void |
setMessageMessageChannelIdFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setMessageMessageChannelIdFrom(XString val)
Copies the provided XString value into this object's 'messageMessageChannelId'.
|
void |
setMessageMessageChannelName(String val)
Sets the value of 'messageMessageChannelName'.
|
void |
setMessageMessageChannelNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setMessageMessageChannelNameFrom(XString val)
Copies the provided XString value into this object's 'messageMessageChannelName'.
|
void |
setMessageMessageEncodingType(byte val)
Sets the value of 'messageMessageEncodingType'.
|
void |
setMessageMessageFactoryId(short val)
Sets the value of 'messageMessageFactoryId'.
|
void |
setMessageMessageFlowId(int val)
Sets the value of 'messageMessageFlowId'.
|
void |
setMessageMessageKey(String val)
Sets the value of 'messageMessageKey'.
|
void |
setMessageMessageKeyFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setMessageMessageKeyFrom(XString val)
Copies the provided XString value into this object's 'messageMessageKey'.
|
void |
setMessageMessageSenderId(int val)
Sets the value of 'messageMessageSenderId'.
|
void |
setMessageMessageSno(long val)
Sets the value of 'messageMessageSno'.
|
void |
setMessageMessageViewId(short val)
Sets the value of 'messageMessageViewId'.
|
getValidationErrors, isValid
void setMessageMessageSno(long val)
val
- The value to set.long getMessageMessageSno()
void clearMessageMessageSno()
setMessageMessageSno(long)
boolean hasMessageMessageSno()
getMessageMessageSno()
void setMessageMessageFlowId(int val)
val
- The value to set.int getMessageMessageFlowId()
void clearMessageMessageFlowId()
setMessageMessageFlowId(int)
boolean hasMessageMessageFlowId()
getMessageMessageFlowId()
void setMessageMessageSenderId(int val)
val
- The value to set.int getMessageMessageSenderId()
void clearMessageMessageSenderId()
setMessageMessageSenderId(int)
boolean hasMessageMessageSenderId()
getMessageMessageSenderId()
void setMessageMessageFactoryId(short val)
val
- The value to set.short getMessageMessageFactoryId()
void clearMessageMessageFactoryId()
setMessageMessageFactoryId(short)
boolean hasMessageMessageFactoryId()
getMessageMessageFactoryId()
void setMessageMessageViewId(short val)
val
- The value to set.short getMessageMessageViewId()
void clearMessageMessageViewId()
setMessageMessageViewId(short)
boolean hasMessageMessageViewId()
getMessageMessageViewId()
void setMessageMessageEncodingType(byte val)
val
- The value to set.byte getMessageMessageEncodingType()
void clearMessageMessageEncodingType()
setMessageMessageEncodingType(byte)
boolean hasMessageMessageEncodingType()
getMessageMessageEncodingType()
void setMessageMessageBusName(String val)
val
- The value to set.String getMessageMessageBusName()
void lendMessageMessageBusName(XString val)
This method is equivalent to setMessageMessageBusName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setMessageMessageBusNameFrom(long val)
NOTE:
This is the same as calling setMessageMessageBusName(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getMessageMessageBusNameTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setMessageMessageBusNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setMessageMessageBusName(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getMessageMessageBusNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getMessageMessageBusName()
bec
because it can avoid decoding the value into an String
.
getMessageMessageBusName()
XString getMessageMessageBusNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getMessageMessageBusName()
void clearMessageMessageBusName()
setMessageMessageBusName(String)
boolean hasMessageMessageBusName()
getMessageMessageBusName()
void setMessageMessageChannelName(String val)
val
- The value to set.String getMessageMessageChannelName()
void lendMessageMessageChannelName(XString val)
This method is equivalent to setMessageMessageChannelName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setMessageMessageChannelNameFrom(long val)
NOTE:
This is the same as calling setMessageMessageChannelName(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getMessageMessageChannelNameTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setMessageMessageChannelNameFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setMessageMessageChannelName(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getMessageMessageChannelNameTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getMessageMessageChannelName()
bec
because it can avoid decoding the value into an String
.
getMessageMessageChannelName()
XString getMessageMessageChannelNameUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getMessageMessageChannelName()
void clearMessageMessageChannelName()
setMessageMessageChannelName(String)
boolean hasMessageMessageChannelName()
getMessageMessageChannelName()
void setMessageMessageChannelId(String val)
val
- The value to set.String getMessageMessageChannelId()
void lendMessageMessageChannelId(XString val)
This method is equivalent to setMessageMessageChannelId except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setMessageMessageChannelIdFrom(long val)
NOTE:
This is the same as calling setMessageMessageChannelId(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getMessageMessageChannelIdTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setMessageMessageChannelIdFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setMessageMessageChannelId(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getMessageMessageChannelIdTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getMessageMessageChannelId()
bec
because it can avoid decoding the value into an String
.
getMessageMessageChannelId()
XString getMessageMessageChannelIdUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getMessageMessageChannelId()
void clearMessageMessageChannelId()
setMessageMessageChannelId(String)
boolean hasMessageMessageChannelId()
getMessageMessageChannelId()
void setMessageMessageKey(String val)
val
- The value to set.String getMessageMessageKey()
void lendMessageMessageKey(XString val)
This method is equivalent to setMessageMessageKey except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
val
- The value to set.IllegalArgumentException
- If the value is mutable.void setMessageMessageKeyFrom(long val)
NOTE:
This is the same as calling setMessageMessageKey(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
<T extends XString> T getMessageMessageKeyTo(XString.Factory<T> factory)
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
factory
- The factory from which to get the XString to copy into and returnnull
.NullPointerException
- if the provided factory is nullvoid setMessageMessageKeyFrom(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than setMessageMessageKey(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
void getMessageMessageKeyTo(XString val)
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than getMessageMessageKey()
bec
because it can avoid decoding the value into an String
.
getMessageMessageKey()
XString getMessageMessageKeyUnsafe()
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getMessageMessageKey()
void clearMessageMessageKey()
setMessageMessageKey(String)
boolean hasMessageMessageKey()
getMessageMessageKey()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.