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 TypeMethodDescriptiongetBizId()业务IDcom.google.protobuf.ByteString业务ID业务类型com.google.protobuf.ByteString业务类型Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBizType
-
getBizTypeBytes
com.google.protobuf.ByteString getBizTypeBytes()业务类型
string biz_type = 1;- Returns:
- The bytes for bizType.
-
getBizId
-
getBizIdBytes
com.google.protobuf.ByteString getBizIdBytes()业务ID
string biz_id = 2;- Returns:
- The bytes for bizId.
-