Class Group

    • Field Detail

      • membersDescription

        @ApiProperty
        protected String membersDescription
        A succinct label describing the members of this grouping.
      • networkComponents

        @ApiProperty
        protected List<Component> networkComponents
        A network component group's associated network components.
      • groupTypeIdSpecified

        protected boolean groupTypeIdSpecified
      • networkComponentCount

        @ApiProperty
        protected Long networkComponentCount
        A count of a network component group's associated network components.
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getMembersDescription

        public String getMembersDescription()
      • setMembersDescription

        public void setMembersDescription​(String membersDescription)
      • getNetworkComponents

        public List<Component> getNetworkComponents()
      • getGroupTypeId

        public Long getGroupTypeId()
      • setGroupTypeId

        public void setGroupTypeId​(Long groupTypeId)
      • isGroupTypeIdSpecified

        public boolean isGroupTypeIdSpecified()
      • unsetGroupTypeId

        public void unsetGroupTypeId()
      • getNetworkComponentCount

        public Long getNetworkComponentCount()
      • setNetworkComponentCount

        public void setNetworkComponentCount​(Long networkComponentCount)