Class ClusterManagementListResult<T extends AbstractConfiguration<R>,​R extends RuntimeInfo>

    • Constructor Detail

      • ClusterManagementListResult

        public ClusterManagementListResult()
    • Method Detail

      • getEntityGroupInfo

        public java.util.List<EntityGroupInfo<T,​R>> getEntityGroupInfo()
        Returns the combined payload of the list call
        Returns:
        a list of EntityGroupInfo
      • getResult

        public java.util.List<EntityInfo<T,​R>> getResult()
      • setResult

        public void setResult​(java.util.List<EntityInfo<T,​R>> entities)
      • addEntityInfo

        public void addEntityInfo​(EntityInfo<T,​R> entityInfo)
      • setEntityGroupInfo

        public void setEntityGroupInfo​(java.util.List<EntityGroupInfo<T,​R>> entityGroupInfos)
      • getConfigResult

        public java.util.List<T> getConfigResult()
        Returns only the static config portion of the results
        Returns:
        only the static config portion of the results
      • getRuntimeResult

        public java.util.List<R> getRuntimeResult()
        Returns only the runtime information portion of the results
        Returns:
        only the runtime information portion of the results