Class TenantLimit.TenantLimitUsage
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.TenantLimit.TenantLimitUsage
- Enclosing class:
- TenantLimit
Custom ussage.
- Author:
- Cedrick LUNVEN (@clunven)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter accessor for attribute 'namespace'.Getter accessor for attribute 'topics'.void
setNamespace
(String namespace) Setter accessor for attribute 'namespace'.void
Setter accessor for attribute 'topics'.
-
Constructor Details
-
TenantLimitUsage
public TenantLimitUsage()
-
-
Method Details
-
getNamespace
Getter accessor for attribute 'namespace'.- Returns:
- current value of 'namespace'
-
setNamespace
Setter accessor for attribute 'namespace'.- Parameters:
namespace
- new value for 'namespace '
-
getTopics
Getter accessor for attribute 'topics'.- Returns:
- current value of 'topics'
-
setTopics
Setter accessor for attribute 'topics'.- Parameters:
topics
- new value for 'topics '
-