Class InstallationsResponseInstallation
- java.lang.Object
-
- com.exasol.extensionmanager.client.model.InstallationsResponseInstallation
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-17T05:54:58.439771Z[Etc/UTC]") public class InstallationsResponseInstallation extends ObjectInstallationsResponseInstallation
-
-
Constructor Summary
Constructors Constructor Description InstallationsResponseInstallation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Get nameStringgetVersion()Get versioninthashCode()InstallationsResponseInstallationname(String name)voidsetName(String name)voidsetVersion(String version)StringtoString()InstallationsResponseInstallationversion(String version)
-
-
-
Method Detail
-
name
public InstallationsResponseInstallation name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
version
public InstallationsResponseInstallation version(String version)
-
getVersion
public String getVersion()
Get version- Returns:
- version
-
setVersion
public void setVersion(String version)
-
-