Class PredictionQueryToken


  • public class PredictionQueryToken
    extends Object
    The PredictionQueryToken model.
    • Constructor Detail

      • PredictionQueryToken

        public PredictionQueryToken()
    • Method Detail

      • session

        public String session()
        Get the session value.
        Returns:
        the session value
      • withSession

        public PredictionQueryToken withSession​(String session)
        Set the session value.
        Parameters:
        session - the session value to set
        Returns:
        the PredictionQueryToken object itself.
      • continuation

        public String continuation()
        Get the continuation value.
        Returns:
        the continuation value
      • withContinuation

        public PredictionQueryToken withContinuation​(String continuation)
        Set the continuation value.
        Parameters:
        continuation - the continuation value to set
        Returns:
        the PredictionQueryToken object itself.
      • maxCount

        public int maxCount()
        Get the maxCount value.
        Returns:
        the maxCount value
      • withMaxCount

        public PredictionQueryToken withMaxCount​(int maxCount)
        Set the maxCount value.
        Parameters:
        maxCount - the maxCount value to set
        Returns:
        the PredictionQueryToken object itself.
      • orderBy

        public OrderBy orderBy()
        Get the orderBy value.
        Returns:
        the orderBy value
      • withOrderBy

        public PredictionQueryToken withOrderBy​(OrderBy orderBy)
        Set the orderBy value.
        Parameters:
        orderBy - the orderBy value to set
        Returns:
        the PredictionQueryToken object itself.
      • iterationId

        public UUID iterationId()
        Get the iterationId value.
        Returns:
        the iterationId value
      • withIterationId

        public PredictionQueryToken withIterationId​(UUID iterationId)
        Set the iterationId value.
        Parameters:
        iterationId - the iterationId value to set
        Returns:
        the PredictionQueryToken object itself.
      • startTime

        public org.joda.time.DateTime startTime()
        Get the startTime value.
        Returns:
        the startTime value
      • withStartTime

        public PredictionQueryToken withStartTime​(org.joda.time.DateTime startTime)
        Set the startTime value.
        Parameters:
        startTime - the startTime value to set
        Returns:
        the PredictionQueryToken object itself.
      • endTime

        public org.joda.time.DateTime endTime()
        Get the endTime value.
        Returns:
        the endTime value
      • withEndTime

        public PredictionQueryToken withEndTime​(org.joda.time.DateTime endTime)
        Set the endTime value.
        Parameters:
        endTime - the endTime value to set
        Returns:
        the PredictionQueryToken object itself.
      • application

        public String application()
        Get the application value.
        Returns:
        the application value
      • withApplication

        public PredictionQueryToken withApplication​(String application)
        Set the application value.
        Parameters:
        application - the application value to set
        Returns:
        the PredictionQueryToken object itself.