public class ClientQuotaEntity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID |
static String |
CONFLUENT_TENANT |
static String |
IP |
static String |
SERVICE_ACCOUNT |
static String |
USER
The type of an entity entry.
|
Constructor and Description |
---|
ClientQuotaEntity(Map<String,String> entries)
Constructs a quota entity for the given types and names.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
entries() |
boolean |
equals(Object o) |
int |
hashCode() |
static boolean |
isValidEntityType(String entityType) |
String |
toString() |
public static final String USER
public static final String CLIENT_ID
public static final String IP
public static final String CONFLUENT_TENANT
public static final String SERVICE_ACCOUNT
public static boolean isValidEntityType(String entityType)