Class Task

    • Method Detail

      • getId

        public String getId()
        Return the task id.
        Returns:
        the task id
      • getPayloadType

        public String getPayloadType()
        Return the task payload type.
        Returns:
        the task payload type
      • getPayload

        public Map<String,​Object> getPayload()
        Return the task payload.
        Returns:
        the task payload
      • newBuilder

        public static Task.Builder newBuilder()
        Return a new Task builder.
        Returns:
        a new Task builder
      • toString

        public String toString()
        Return the string representation of this object.
        Overrides:
        toString in class Object
        Returns:
        the string representation of this object