Class Task

    • Method Detail

      • getVersion

        public java.lang.Integer getVersion()
      • getTaskType

        public TaskType getTaskType()
      • getPods

        public java.util.List<Pod> getPods()
      • getPod

        public Pod getPod​(java.lang.String id)
        Gets a Pod from this task that has a given id
        Parameters:
        id - the id of the pod
        Returns:
        the pod
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object