public static class AlterConfigPolicy.RequestMetadata extends Object
Constructor and Description |
---|
RequestMetadata(ConfigResource resource,
Map<String,String> configs)
Create an instance of this class with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
configs()
Return the configs in the request.
|
boolean |
equals(Object o) |
int |
hashCode() |
ConfigResource |
resource() |
String |
toString() |
public RequestMetadata(ConfigResource resource, Map<String,String> configs)
AlterConfigPolicy
implementations easier.public ConfigResource resource()