Interface ValueOuterClass.OptionalOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ValueOuterClass.Value getValue()
      optional
      ValueOuterClass.ValueOrBuilder getValueOrBuilder()
      optional
      boolean hasValue()
      optional
      • 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

      • hasValue

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

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