Package sh.ory.hydra.model
Class PluginDevice
- java.lang.Object
-
- sh.ory.hydra.model.PluginDevice
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class PluginDevice extends Object
PluginDevice plugin device
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PATHstatic StringSERIALIZED_NAME_SETTABLE
-
Constructor Summary
Constructors Constructor Description PluginDevice()
-
Method Summary
Modifier and Type Method Description PluginDeviceaddSettableItem(String settableItem)PluginDevicedescription(String description)booleanequals(Object o)StringgetDescription()descriptionStringgetName()nameStringgetPath()pathList<String>getSettable()settableinthashCode()PluginDevicename(String name)PluginDevicepath(String path)voidsetDescription(String description)voidsetName(String name)voidsetPath(String path)voidsetSettable(List<String> settable)PluginDevicesettable(List<String> settable)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_PATH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SETTABLE
public static final String SERIALIZED_NAME_SETTABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public PluginDevice description(String description)
-
getDescription
public String getDescription()
description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
name
public PluginDevice name(String name)
-
getName
public String getName()
name- Returns:
- name
-
setName
public void setName(String name)
-
path
public PluginDevice path(String path)
-
getPath
public String getPath()
path- Returns:
- path
-
setPath
public void setPath(String path)
-
settable
public PluginDevice settable(List<String> settable)
-
addSettableItem
public PluginDevice addSettableItem(String settableItem)
-
-