Interface SparkplugBProto.Payload.PropertyValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SparkplugBProto.Payload.PropertyValue
,SparkplugBProto.Payload.PropertyValue.Builder
- Enclosing class:
- SparkplugBProto.Payload
public static interface SparkplugBProto.Payload.PropertyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool boolean_value = 7;
double
double double_value = 6;
.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
float
float float_value = 5;
int
uint32 int_value = 3;
boolean
optional bool is_null = 2;
long
uint64 long_value = 4;
List of Property ValuesList of Property Values.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
string string_value = 8;
com.google.protobuf.ByteString
string string_value = 8;
int
getType()
optional uint32 type = 1;
boolean
bool boolean_value = 7;
boolean
double double_value = 6;
boolean
.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
boolean
float float_value = 5;
boolean
uint32 int_value = 3;
boolean
optional bool is_null = 2;
boolean
uint64 long_value = 4;
boolean
List of Property Valuesboolean
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
boolean
string string_value = 8;
boolean
hasType()
optional uint32 type = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()optional uint32 type = 1;
- Returns:
- Whether the type field is set.
-
getType
int getType()optional uint32 type = 1;
- Returns:
- The type.
-
hasIsNull
boolean hasIsNull()optional bool is_null = 2;
- Returns:
- Whether the isNull field is set.
-
getIsNull
boolean getIsNull()optional bool is_null = 2;
- Returns:
- The isNull.
-
hasIntValue
boolean hasIntValue()uint32 int_value = 3;
- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()uint32 int_value = 3;
- Returns:
- The intValue.
-
hasLongValue
boolean hasLongValue()uint64 long_value = 4;
- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()uint64 long_value = 4;
- Returns:
- The longValue.
-
hasFloatValue
boolean hasFloatValue()float float_value = 5;
- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()float float_value = 5;
- Returns:
- The floatValue.
-
hasDoubleValue
boolean hasDoubleValue()double double_value = 6;
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()double double_value = 6;
- Returns:
- The doubleValue.
-
hasBooleanValue
boolean hasBooleanValue()bool boolean_value = 7;
- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
boolean getBooleanValue()bool boolean_value = 7;
- Returns:
- The booleanValue.
-
hasStringValue
boolean hasStringValue()string string_value = 8;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 8;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 8;
- Returns:
- The bytes for stringValue.
-
hasPropertysetValue
boolean hasPropertysetValue().com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
- Returns:
- Whether the propertysetValue field is set.
-
getPropertysetValue
SparkplugBProto.Payload.PropertySet getPropertysetValue().com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
- Returns:
- The propertysetValue.
-
getPropertysetValueOrBuilder
SparkplugBProto.Payload.PropertySetOrBuilder getPropertysetValueOrBuilder().com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;
-
hasPropertysetsValue
boolean hasPropertysetsValue()List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;
- Returns:
- Whether the propertysetsValue field is set.
-
getPropertysetsValue
SparkplugBProto.Payload.PropertySetList getPropertysetsValue()List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;
- Returns:
- The propertysetsValue.
-
getPropertysetsValueOrBuilder
SparkplugBProto.Payload.PropertySetListOrBuilder getPropertysetsValueOrBuilder()List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;
-
hasExtensionValue
boolean hasExtensionValue().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
- Returns:
- Whether the extensionValue field is set.
-
getExtensionValue
SparkplugBProto.Payload.PropertyValue.PropertyValueExtension getExtensionValue().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
- Returns:
- The extensionValue.
-
getExtensionValueOrBuilder
SparkplugBProto.Payload.PropertyValue.PropertyValueExtensionOrBuilder getExtensionValueOrBuilder().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;
-
getValueCase
SparkplugBProto.Payload.PropertyValue.ValueCase getValueCase()
-