Class Group


  • public class Group
    extends Object
    • Constructor Detail

      • Group

        public Group()
        No args constructor for use in serialization
      • Group

        public Group​(List<Group> children,
                     Long start,
                     String value)
        Parameters:
        children -
        start -
        value -
    • Method Detail

      • getChildren

        public List<Group> getChildren()
        (Required)
      • setChildren

        public void setChildren​(List<Group> children)
        (Required)
      • getStart

        public Long getStart()
      • setStart

        public void setStart​(Long start)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object