Interface PyDictionaryProto.DictEntryPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PyDictionaryProto.DictEntryPB,PyDictionaryProto.DictEntryPB.Builder
- Enclosing class:
- PyDictionaryProto
public static interface PyDictionaryProto.DictEntryPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()In Ignition, keys and values can be either Java objects or Jython objects.In Ignition, keys and values can be either Java objects or Jython objects.getValue().common.protobuf.AnyObjectPB value = 2;.common.protobuf.AnyObjectPB value = 2;booleanhasKey()In Ignition, keys and values can be either Java objects or Jython objects.booleanhasValue().common.protobuf.AnyObjectPB value = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey()In Ignition, keys and values can be either Java objects or Jython objects. We have to handle either case.
.common.protobuf.AnyObjectPB key = 1;- Returns:
- Whether the key field is set.
-
getKey
AnyObjectProto.AnyObjectPB getKey()In Ignition, keys and values can be either Java objects or Jython objects. We have to handle either case.
.common.protobuf.AnyObjectPB key = 1;- Returns:
- The key.
-
getKeyOrBuilder
AnyObjectProto.AnyObjectPBOrBuilder getKeyOrBuilder()In Ignition, keys and values can be either Java objects or Jython objects. We have to handle either case.
.common.protobuf.AnyObjectPB key = 1; -
hasValue
boolean hasValue().common.protobuf.AnyObjectPB value = 2;- Returns:
- Whether the value field is set.
-
getValue
AnyObjectProto.AnyObjectPB getValue().common.protobuf.AnyObjectPB value = 2;- Returns:
- The value.
-
getValueOrBuilder
AnyObjectProto.AnyObjectPBOrBuilder getValueOrBuilder().common.protobuf.AnyObjectPB value = 2;
-