接口 ChangeInvisibleDurationResponseOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getReceiptHandle()
      Server may generate a new receipt handle for the message.
      com.google.protobuf.ByteString getReceiptHandleBytes()
      Server may generate a new receipt handle for the message.
      Status getStatus()
      .apache.rocketmq.v2.Status status = 1;
      StatusOrBuilder getStatusOrBuilder()
      .apache.rocketmq.v2.Status status = 1;
      boolean hasStatus()
      .apache.rocketmq.v2.Status status = 1;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasStatus

        boolean hasStatus()
        .apache.rocketmq.v2.Status status = 1;
        返回:
        Whether the status field is set.
      • getStatus

        Status getStatus()
        .apache.rocketmq.v2.Status status = 1;
        返回:
        The status.
      • getStatusOrBuilder

        StatusOrBuilder getStatusOrBuilder()
        .apache.rocketmq.v2.Status status = 1;
      • getReceiptHandle

        String getReceiptHandle()
         Server may generate a new receipt handle for the message.
         
        string receipt_handle = 2;
        返回:
        The receiptHandle.
      • getReceiptHandleBytes

        com.google.protobuf.ByteString getReceiptHandleBytes()
         Server may generate a new receipt handle for the message.
         
        string receipt_handle = 2;
        返回:
        The bytes for receiptHandle.