public class SetRemovalTimeJsonConverter extends JsonObjectConverter<SetRemovalTimeBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
protected static String |
HAS_REMOVAL_TIME |
protected static String |
IDS |
static SetRemovalTimeJsonConverter |
INSTANCE |
protected static String |
IS_HIERARCHICAL |
protected static String |
REMOVAL_TIME |
Constructor and Description |
---|
SetRemovalTimeJsonConverter() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject(SetRemovalTimeBatchConfiguration configuration) |
SetRemovalTimeBatchConfiguration |
toObject(com.google.gson.JsonObject jsonObject) |
toJson
public static final SetRemovalTimeJsonConverter INSTANCE
protected static final String IDS
protected static final String REMOVAL_TIME
protected static final String HAS_REMOVAL_TIME
protected static final String IS_HIERARCHICAL
public com.google.gson.JsonObject toJsonObject(SetRemovalTimeBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<SetRemovalTimeBatchConfiguration>
public SetRemovalTimeBatchConfiguration toObject(com.google.gson.JsonObject jsonObject)
toObject
in class JsonObjectConverter<SetRemovalTimeBatchConfiguration>
Copyright © 2022. All rights reserved.