public interface ListVQScoreTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTime()
查询结束时间,UTC时间格式,支持查询最近30天内的数据
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询结束时间,UTC时间格式,支持查询最近30天内的数据
|
long |
getPageNum()
当前页码,取值范围为 。
|
long |
getPageSize()
分页大小,取值范围为 。
|
String |
getStartTime()
查询开始时间,UTC时间格式,支持查询最近30天内的数据
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询开始时间,UTC时间格式,支持查询最近30天内的数据
|
long |
getStatus()
测评状态,0:全部,1:测试中,2:成功,3:失败
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStartTime()
查询开始时间,UTC时间格式,支持查询最近30天内的数据
string StartTime = 1;com.google.protobuf.ByteString getStartTimeBytes()
查询开始时间,UTC时间格式,支持查询最近30天内的数据
string StartTime = 1;String getEndTime()
查询结束时间,UTC时间格式,支持查询最近30天内的数据
string EndTime = 2;com.google.protobuf.ByteString getEndTimeBytes()
查询结束时间,UTC时间格式,支持查询最近30天内的数据
string EndTime = 2;long getPageNum()
当前页码,取值范围为 。
int64 PageNum = 3;long getPageSize()
分页大小,取值范围为 。
int64 PageSize = 4;long getStatus()
测评状态,0:全部,1:测试中,2:成功,3:失败
int64 Status = 5;Copyright © 2022. All rights reserved.