Interface ValueOuterClass.Map.EntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      string key = 1 [json_name = "key"];
      com.google.protobuf.ByteString getKeyBytes()
      string key = 1 [json_name = "key"];
      ValueOuterClass.Value getValue()
      .com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
      ValueOuterClass.ValueOrBuilder getValueOrBuilder()
      .com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
      boolean hasValue()
      .com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
      • 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 Detail

      • getKey

        java.lang.String getKey()
        string key = 1 [json_name = "key"];
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        string key = 1 [json_name = "key"];
        Returns:
        The bytes for key.
      • hasValue

        boolean hasValue()
        .com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
        Returns:
        Whether the value field is set.
      • getValue

        ValueOuterClass.Value getValue()
        .com.daml.ledger.api.v1.Value value = 2 [json_name = "value"];
        Returns:
        The value.