Interface BitControl.FragmentStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BitControl.FragmentStatus, BitControl.FragmentStatus.Builder
Enclosing class:
BitControl

public static interface BitControl.FragmentStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasProfile

      boolean hasProfile()
      optional .exec.shared.MinorFragmentProfile profile = 1;
      Returns:
      Whether the profile field is set.
    • getProfile

      optional .exec.shared.MinorFragmentProfile profile = 1;
      Returns:
      The profile.
    • getProfileOrBuilder

      optional .exec.shared.MinorFragmentProfile profile = 1;
    • hasHandle

      boolean hasHandle()
      optional .exec.bit.FragmentHandle handle = 2;
      Returns:
      Whether the handle field is set.
    • getHandle

      optional .exec.bit.FragmentHandle handle = 2;
      Returns:
      The handle.
    • getHandleOrBuilder

      optional .exec.bit.FragmentHandle handle = 2;