Package akka.protobuf

Interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder

    • Method Detail

      • hasStart

        boolean hasStart()
        optional int32 start = 1;
      • getStart

        int getStart()
        optional int32 start = 1;
      • hasEnd

        boolean hasEnd()
        optional int32 end = 2;
      • getEnd

        int getEnd()
        optional int32 end = 2;