Class JsonNetworkMessageContentMask
java.lang.Object
java.lang.Number
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UNumber
org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger<F>
org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI32<JsonNetworkMessageContentMask.Field>
org.eclipse.milo.opcua.stack.core.types.structured.JsonNetworkMessageContentMask
- All Implemented Interfaces:
Serializable
public class JsonNetworkMessageContentMask
extends OptionSetUI32<JsonNetworkMessageContentMask.Field>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
OptionSetUInteger.BitIndex -
Field Summary
Fields inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
containsAll, containsAll, doubleValue, equals, floatValue, get, get, hashCode, intValue, longValueMethods inherited from class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UNumber
toBigIntegerMethods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
JsonNetworkMessageContentMask
-
-
Method Details
-
getNetworkMessageHeader
public boolean getNetworkMessageHeader() -
getDataSetMessageHeader
public boolean getDataSetMessageHeader() -
getSingleDataSetMessage
public boolean getSingleDataSetMessage() -
getPublisherId
public boolean getPublisherId() -
getDataSetClassId
public boolean getDataSetClassId() -
getReplyTo
public boolean getReplyTo() -
getWriterGroupName
public boolean getWriterGroupName() -
getValue
- Overrides:
getValuein classOptionSetUI32<JsonNetworkMessageContentMask.Field>
-
toSet
Description copied from class:OptionSetUIntegerGet theSetof fields that have their bit set.- Specified by:
toSetin classOptionSetUInteger<JsonNetworkMessageContentMask.Field>- Returns:
- the
Setof fields that have their bit set.
-
toString
-
of
-