Package org.apache.pekko.remote
Interface ArteryControlFormats.QuarantinedOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ArteryControlFormats.Quarantined,ArteryControlFormats.Quarantined.Builder
- Enclosing class:
- ArteryControlFormats
public static interface ArteryControlFormats.QuarantinedOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFrom
boolean hasFrom()required .UniqueAddress from = 1;- Returns:
- Whether the from field is set.
-
getFrom
ArteryControlFormats.UniqueAddress getFrom()required .UniqueAddress from = 1;- Returns:
- The from.
-
getFromOrBuilder
ArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1; -
hasTo
boolean hasTo()required .UniqueAddress to = 2;- Returns:
- Whether the to field is set.
-
getTo
required .UniqueAddress to = 2;- Returns:
- The to.
-
getToOrBuilder
ArteryControlFormats.UniqueAddressOrBuilder getToOrBuilder()required .UniqueAddress to = 2;
-