Package akka.remote
Interface ContainerFormats.ActorRefOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ContainerFormats.ActorRef,ContainerFormats.ActorRef.Builder
- Enclosing class:
 - ContainerFormats
 
public static interface ContainerFormats.ActorRefOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()required string path = 1;akka.protobufv3.internal.ByteStringgetPathBytes()required string path = 1;booleanhasPath()required string path = 1;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasPath
boolean hasPath()
required string path = 1;- Returns:
 - Whether the path field is set.
 
 
- 
getPath
java.lang.String getPath()
required string path = 1;- Returns:
 - The path.
 
 
- 
getPathBytes
akka.protobufv3.internal.ByteString getPathBytes()
required string path = 1;- Returns:
 - The bytes for path.
 
 
 - 
 
 -