Class GetTasks


  • public class GetTasks
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetTasks()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getBoxIds()  
      java.lang.String getFilter()  
      java.lang.String getToken()  
      void setBoxIds​(int[] boxIds)  
      void setFilter​(java.lang.String filter)  
      void setToken​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetTasks

        public GetTasks()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Returns:
        returns String
      • setToken

        public void setToken​(java.lang.String token)
        Parameters:
        token - the value for the token property
      • getBoxIds

        public int[] getBoxIds()
        Returns:
        returns int[]
      • setBoxIds

        public void setBoxIds​(int[] boxIds)
        Parameters:
        boxIds - the value for the boxIds property
      • getFilter

        public java.lang.String getFilter()
        Returns:
        returns String
      • setFilter

        public void setFilter​(java.lang.String filter)
        Parameters:
        filter - the value for the filter property