Class RegistryTenantList


  • @Generated("jsonschema2pojo")
    public class RegistryTenantList
    extends Object
    Describes the response received when searching for tenants.
    • Constructor Detail

      • RegistryTenantList

        public RegistryTenantList()
    • Method Detail

      • getItems

        public List<RegistryTenant> getItems()
        The RegistryTenants returned in the result set. (Required)
      • setItems

        public void setItems​(List<RegistryTenant> items)
        The RegistryTenants returned in the result set. (Required)
      • getCount

        public Integer getCount()
        The total number of items that matched the query that produced the result set (may be more than the number of items in the result set). (Required)
      • setCount

        public void setCount​(Integer count)
        The total number of items that matched the query that produced the result set (may be more than the number of items in the result set). (Required)