public class UpdatePermissionConfigRequest extends Object implements JsonSerializable
HttpCommandProcessor
Constructor and Description |
---|
UpdatePermissionConfigRequest() |
UpdatePermissionConfigRequest(Set<PermissionConfig> permissionConfigs) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(JsonObject json)
Extracts the state from the given
json object and mutates the
state of this object. |
Set<PermissionConfig> |
getPermissionConfigs() |
JsonObject |
toJson()
Serializes state represented by this object into a
JsonObject . |
public UpdatePermissionConfigRequest()
public UpdatePermissionConfigRequest(Set<PermissionConfig> permissionConfigs)
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectpublic Set<PermissionConfig> getPermissionConfigs()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.