public interface ListPullToPushTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPage()
页码,不填默认1
|
int |
getSize()
每页数量,不填默认20
|
String |
getTitle()
任务标题
|
com.google.protobuf.ByteString |
getTitleBytes()
任务标题
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPage()
页码,不填默认1
int32 Page = 1;int getSize()
每页数量,不填默认20
int32 Size = 2;String getTitle()
任务标题
string Title = 3;com.google.protobuf.ByteString getTitleBytes()
任务标题
string Title = 3;Copyright © 2023. All rights reserved.