接口 TaskModelPb.PollRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getDomain()
      string domain = 3;
      com.google.protobuf.ByteString getDomainBytes()
      string domain = 3;
      String getTaskType()
      string task_type = 1;
      com.google.protobuf.ByteString getTaskTypeBytes()
      string task_type = 1;
      String getWorkerId()
      string worker_id = 2;
      com.google.protobuf.ByteString getWorkerIdBytes()
      string worker_id = 2;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.