Class GroupRequestDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class GroupRequestDTO
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupRequestDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpression()  
      java.lang.Integer getLimit()  
      void setExpression​(java.lang.String expression)  
      void setLimit​(java.lang.Integer limit)  
      • Methods inherited from class java.lang.Object

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

      • GroupRequestDTO

        public GroupRequestDTO()
    • Method Detail

      • setExpression

        public void setExpression​(java.lang.String expression)
      • getExpression

        public java.lang.String getExpression()
      • setLimit

        public void setLimit​(java.lang.Integer limit)
      • getLimit

        public java.lang.Integer getLimit()