Class Iteration


  • public class Iteration
    extends Object
    Iteration model to be sent over JSON.
    • Constructor Detail

      • Iteration

        public Iteration()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public Iteration withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the Iteration object itself.
      • status

        public String status()
        Get the status value.
        Returns:
        the status value
      • created

        public org.joda.time.DateTime created()
        Get the created value.
        Returns:
        the created value
      • lastModified

        public org.joda.time.DateTime lastModified()
        Get the lastModified value.
        Returns:
        the lastModified value
      • trainedAt

        public org.joda.time.DateTime trainedAt()
        Get the trainedAt value.
        Returns:
        the trainedAt value
      • projectId

        public UUID projectId()
        Get the projectId value.
        Returns:
        the projectId value
      • exportable

        public boolean exportable()
        Get the exportable value.
        Returns:
        the exportable value
      • exportableTo

        public List<String> exportableTo()
        Get the exportableTo value.
        Returns:
        the exportableTo value
      • domainId

        public UUID domainId()
        Get the domainId value.
        Returns:
        the domainId value
      • classificationType

        public Classifier classificationType()
        Get the classificationType value.
        Returns:
        the classificationType value
      • trainingType

        public TrainingType trainingType()
        Get the trainingType value.
        Returns:
        the trainingType value
      • reservedBudgetInHours

        public int reservedBudgetInHours()
        Get the reservedBudgetInHours value.
        Returns:
        the reservedBudgetInHours value
      • publishName

        public String publishName()
        Get the publishName value.
        Returns:
        the publishName value
      • originalPublishResourceId

        public String originalPublishResourceId()
        Get the originalPublishResourceId value.
        Returns:
        the originalPublishResourceId value