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 Type
    Method
    Description
    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.
    .common.protobuf.AnyObjectPB value = 2;
    .common.protobuf.AnyObjectPB value = 2;
    boolean
    In Ignition, keys and values can be either Java objects or Jython objects.
    boolean
    .common.protobuf.AnyObjectPB 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

    • 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

       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

       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

      .common.protobuf.AnyObjectPB value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      .common.protobuf.AnyObjectPB value = 2;