Package sh.ory.hydra.model
Class PluginConfigRootfs
- java.lang.Object
-
- sh.ory.hydra.model.PluginConfigRootfs
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class PluginConfigRootfs extends Object
PluginConfigRootfs plugin config rootfs
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIFF_IDSstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description PluginConfigRootfs()
-
Method Summary
Modifier and Type Method Description PluginConfigRootfsaddDiffIdsItem(String diffIdsItem)PluginConfigRootfsdiffIds(List<String> diffIds)booleanequals(Object o)List<String>getDiffIds()diff idsStringgetType()typeinthashCode()voidsetDiffIds(List<String> diffIds)voidsetType(String type)StringtoString()PluginConfigRootfstype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_DIFF_IDS
public static final String SERIALIZED_NAME_DIFF_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
diffIds
public PluginConfigRootfs diffIds(List<String> diffIds)
-
addDiffIdsItem
public PluginConfigRootfs addDiffIdsItem(String diffIdsItem)
-
type
public PluginConfigRootfs type(String type)
-
setType
public void setType(String type)
-
-