Class TenantInfoImpl
java.lang.Object
org.apache.pulsar.common.policies.data.TenantInfoImpl
- All Implemented Interfaces:
org.apache.pulsar.common.policies.data.TenantInfo
public class TenantInfoImpl
extends Object
implements org.apache.pulsar.common.policies.data.TenantInfo
Information of admin roles and allowed clusters for tenant.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.pulsar.common.policies.data.TenantInfo
org.apache.pulsar.common.policies.data.TenantInfo.Builder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.common.policies.data.TenantInfo
getAdminRoles, getAllowedClusters
-
Constructor Details
-
TenantInfoImpl
public TenantInfoImpl()
-
-
Method Details
-
builder
-