Interface ConditionConnectionMessages.ConditionResponseMessage.CapsuleData.PropertyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConditionConnectionMessages.ConditionResponseMessage.CapsuleData.Property
,ConditionConnectionMessages.ConditionResponseMessage.CapsuleData.Property.Builder
- Enclosing class:
- ConditionConnectionMessages.ConditionResponseMessage.CapsuleData
public static interface ConditionConnectionMessages.ConditionResponseMessage.CapsuleData.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
required string name = 1;
com.google.protobuf.ByteString
required string name = 1;
getUnits()
required string units = 3;
com.google.protobuf.ByteString
required string units = 3;
getValue()
required string value = 2;
com.google.protobuf.ByteString
required string value = 2;
boolean
hasName()
required string name = 1;
boolean
hasUnits()
required string units = 3;
boolean
hasValue()
required string value = 2;
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
-
hasName
boolean hasName()required string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()required string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()required string name = 1;
- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()required string value = 2;
- Returns:
- Whether the value field is set.
-
getValue
String getValue()required string value = 2;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()required string value = 2;
- Returns:
- The bytes for value.
-
hasUnits
boolean hasUnits()required string units = 3;
- Returns:
- Whether the units field is set.
-
getUnits
String getUnits()required string units = 3;
- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()required string units = 3;
- Returns:
- The bytes for units.
-