Package sh.ory.hydra.model
Class PluginConfigInterface
- java.lang.Object
-
- sh.ory.hydra.model.PluginConfigInterface
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class PluginConfigInterface extends Object
PluginConfigInterface The interface between Docker and the plugin
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SOCKETstatic StringSERIALIZED_NAME_TYPES
-
Constructor Summary
Constructors Constructor Description PluginConfigInterface()
-
Method Summary
Modifier and Type Method Description PluginConfigInterfaceaddTypesItem(PluginInterfaceType typesItem)booleanequals(Object o)StringgetSocket()socketList<PluginInterfaceType>getTypes()typesinthashCode()voidsetSocket(String socket)voidsetTypes(List<PluginInterfaceType> types)PluginConfigInterfacesocket(String socket)StringtoString()PluginConfigInterfacetypes(List<PluginInterfaceType> types)
-
-
-
Field Detail
-
SERIALIZED_NAME_SOCKET
public static final String SERIALIZED_NAME_SOCKET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPES
public static final String SERIALIZED_NAME_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
socket
public PluginConfigInterface socket(String socket)
-
getSocket
public String getSocket()
socket- Returns:
- socket
-
setSocket
public void setSocket(String socket)
-
types
public PluginConfigInterface types(List<PluginInterfaceType> types)
-
addTypesItem
public PluginConfigInterface addTypesItem(PluginInterfaceType typesItem)
-
getTypes
public List<PluginInterfaceType> getTypes()
types- Returns:
- types
-
setTypes
public void setTypes(List<PluginInterfaceType> types)
-
-