Interface ReceiverDProto.ReceptionCapabilitiesOrBuilder

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

public static interface ReceiverDProto.ReceptionCapabilitiesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCapabilitiesList

       Capabilities. 
       
      repeated .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability capabilities = 1;
      Returns:
      A list containing the capabilities.
    • getCapabilitiesCount

      int getCapabilitiesCount()
       Capabilities. 
       
      repeated .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability capabilities = 1;
      Returns:
      The count of capabilities.
    • getCapabilities

       Capabilities. 
       
      repeated .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability capabilities = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The capabilities at the given index.
    • getCapabilitiesValueList

      List<Integer> getCapabilitiesValueList()
       Capabilities. 
       
      repeated .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability capabilities = 1;
      Returns:
      A list containing the enum numeric values on the wire for capabilities.
    • getCapabilitiesValue

      int getCapabilitiesValue(int index)
       Capabilities. 
       
      repeated .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability capabilities = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of capabilities at the given index.