Class TenantLimit

java.lang.Object
com.dtsx.astra.sdk.streaming.domain.TenantLimit

public class TenantLimit extends Object
Response Limit.
Author:
Cedrick LUNVEN (@clunven)
  • Constructor Details

    • TenantLimit

      public TenantLimit()
  • Method Details

    • getNamespace_limit

      public int getNamespace_limit()
      Getter accessor for attribute 'namespace_limit'.
      Returns:
      current value of 'namespace_limit'
    • setNamespace_limit

      public void setNamespace_limit(int namespace_limit)
      Setter accessor for attribute 'namespace_limit'.
      Parameters:
      namespace_limit - new value for 'namespace_limit '
    • getTopic_per_namespace_limit

      public int getTopic_per_namespace_limit()
      Getter accessor for attribute 'topic_per_namespace_limit'.
      Returns:
      current value of 'topic_per_namespace_limit'
    • setTopic_per_namespace_limit

      public void setTopic_per_namespace_limit(int topic_per_namespace_limit)
      Setter accessor for attribute 'topic_per_namespace_limit'.
      Parameters:
      topic_per_namespace_limit - new value for 'topic_per_namespace_limit '
    • getUsage

      public TenantLimit.TenantLimitUsage getUsage()
      Getter accessor for attribute 'usage'.
      Returns:
      current value of 'usage'
    • setUsage

      public void setUsage(TenantLimit.TenantLimitUsage usage)
      Setter accessor for attribute 'usage'.
      Parameters:
      usage - new value for 'usage '