Package akka.remote
Interface ContainerFormats.OptionOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.Option
,ContainerFormats.Option.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.OptionOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormats.Payload
getValue()
optional .Payload value = 1;
ContainerFormats.PayloadOrBuilder
getValueOrBuilder()
optional .Payload value = 1;
boolean
hasValue()
optional .Payload value = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
optional .Payload value = 1;
- Returns:
- Whether the value field is set.
-
getValue
ContainerFormats.Payload getValue()
optional .Payload value = 1;
- Returns:
- The value.
-
getValueOrBuilder
ContainerFormats.PayloadOrBuilder getValueOrBuilder()
optional .Payload value = 1;
-
-