Package com.daml.ledger.api.v1
Interface ValueOuterClass.OptionalOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ValueOuterClass.Optional,ValueOuterClass.Optional.Builder
- Enclosing class:
 - ValueOuterClass
 
public static interface ValueOuterClass.OptionalOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOuterClass.ValuegetValue()optionalValueOuterClass.ValueOrBuildergetValueOrBuilder()optionalbooleanhasValue()optional- 
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.
 
 
- 
getValueOrBuilder
ValueOuterClass.ValueOrBuilder getValueOrBuilder()
optional
.com.daml.ledger.api.v1.Value value = 1 [json_name = "value"]; 
 - 
 
 -