Interface QueryAttachmentListRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryAttachmentListRequest, QueryAttachmentListRequest.Builder

public interface QueryAttachmentListRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    业务ID
    com.google.protobuf.ByteString
    业务ID
    业务类型
    com.google.protobuf.ByteString
    业务类型

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBizType

      String getBizType()
      业务类型
      
      string biz_type = 1;
      Returns:
      The bizType.
    • getBizTypeBytes

      com.google.protobuf.ByteString getBizTypeBytes()
      业务类型
      
      string biz_type = 1;
      Returns:
      The bytes for bizType.
    • getBizId

      String getBizId()
      业务ID
      
      string biz_id = 2;
      Returns:
      The bizId.
    • getBizIdBytes

      com.google.protobuf.ByteString getBizIdBytes()
      业务ID
      
      string biz_id = 2;
      Returns:
      The bytes for bizId.