public interface VQScoreTaskInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getAccountID()
账号
string AccountID = 4; |
com.google.protobuf.ByteString |
getAccountIDBytes()
账号
string AccountID = 4; |
long |
getDuration()
测评运行时间
int64 Duration = 2; |
String |
getID()
测评任务ID
string ID = 1; |
com.google.protobuf.ByteString |
getIDBytes()
测评任务ID
string ID = 1; |
long |
getStatus()
测评状态,1:测试中,2:成功,3:失败
int64 Status = 3; |
String 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 © 2024. All rights reserved.