public interface VQScoreTaskInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountID()
账号
|
com.google.protobuf.ByteString |
getAccountIDBytes()
账号
|
long |
getDuration()
测评运行时间
|
String |
getID()
测评任务ID
|
com.google.protobuf.ByteString |
getIDBytes()
测评任务ID
|
long |
getStatus()
测评状态,1:测试中,2:成功,3:失败
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getID()
测评任务ID
string ID = 1;com.google.protobuf.ByteString getIDBytes()
测评任务ID
string ID = 1;long getDuration()
测评运行时间
int64 Duration = 2;long getStatus()
测评状态,1:测试中,2:成功,3:失败
int64 Status = 3;String getAccountID()
账号
string AccountID = 4;com.google.protobuf.ByteString getAccountIDBytes()
账号
string AccountID = 4;Copyright © 2023. All rights reserved.