Package sh.ory.hydra.model
Class PluginConfigLinux
- java.lang.Object
-
- sh.ory.hydra.model.PluginConfigLinux
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class PluginConfigLinux extends Object
PluginConfigLinux plugin config linux
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLOW_ALL_DEVICESstatic StringSERIALIZED_NAME_CAPABILITIESstatic StringSERIALIZED_NAME_DEVICES
-
Constructor Summary
Constructors Constructor Description PluginConfigLinux()
-
Method Summary
Modifier and Type Method Description PluginConfigLinuxaddCapabilitiesItem(String capabilitiesItem)PluginConfigLinuxaddDevicesItem(PluginDevice devicesItem)PluginConfigLinuxallowAllDevices(Boolean allowAllDevices)PluginConfigLinuxcapabilities(List<String> capabilities)PluginConfigLinuxdevices(List<PluginDevice> devices)booleanequals(Object o)BooleangetAllowAllDevices()allow all devicesList<String>getCapabilities()capabilitiesList<PluginDevice>getDevices()devicesinthashCode()voidsetAllowAllDevices(Boolean allowAllDevices)voidsetCapabilities(List<String> capabilities)voidsetDevices(List<PluginDevice> devices)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLOW_ALL_DEVICES
public static final String SERIALIZED_NAME_ALLOW_ALL_DEVICES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CAPABILITIES
public static final String SERIALIZED_NAME_CAPABILITIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEVICES
public static final String SERIALIZED_NAME_DEVICES
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowAllDevices
public PluginConfigLinux allowAllDevices(Boolean allowAllDevices)
-
getAllowAllDevices
public Boolean getAllowAllDevices()
allow all devices- Returns:
- allowAllDevices
-
setAllowAllDevices
public void setAllowAllDevices(Boolean allowAllDevices)
-
capabilities
public PluginConfigLinux capabilities(List<String> capabilities)
-
addCapabilitiesItem
public PluginConfigLinux addCapabilitiesItem(String capabilitiesItem)
-
devices
public PluginConfigLinux devices(List<PluginDevice> devices)
-
addDevicesItem
public PluginConfigLinux addDevicesItem(PluginDevice devicesItem)
-
getDevices
public List<PluginDevice> getDevices()
devices- Returns:
- devices
-
setDevices
public void setDevices(List<PluginDevice> devices)
-
-