接口 TaskModelPb.PollRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TaskModelPb
public static interface TaskModelPb.PollRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetDomain()string domain = 3;com.google.protobuf.ByteStringgetDomainBytes()string domain = 3;StringgetTaskType()string task_type = 1;com.google.protobuf.ByteStringgetTaskTypeBytes()string task_type = 1;StringgetWorkerId()string worker_id = 2;com.google.protobuf.ByteStringgetWorkerIdBytes()string worker_id = 2;
-
-
-
方法详细资料
-
getTaskType
String getTaskType()
string task_type = 1;- 返回:
- The taskType.
-
getTaskTypeBytes
com.google.protobuf.ByteString getTaskTypeBytes()
string task_type = 1;- 返回:
- The bytes for taskType.
-
getWorkerId
String getWorkerId()
string worker_id = 2;- 返回:
- The workerId.
-
getWorkerIdBytes
com.google.protobuf.ByteString getWorkerIdBytes()
string worker_id = 2;- 返回:
- The bytes for workerId.
-
getDomain
String getDomain()
string domain = 3;- 返回:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
string domain = 3;- 返回:
- The bytes for domain.
-
-