Class InstallationsResponseInstallation
- java.lang.Object
-
- com.exasol.extensionmanager.client.model.InstallationsResponseInstallation
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2026-03-31T08:33:42.485877959Z[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)StringgetId()Get idStringgetName()Get nameStringgetVersion()Get versioninthashCode()InstallationsResponseInstallationid(String id)InstallationsResponseInstallationname(String name)voidsetId(String id)voidsetName(String name)voidsetVersion(String version)StringtoString()InstallationsResponseInstallationversion(String version)
-
-
-
Method Detail
-
id
public InstallationsResponseInstallation id(String id)
-
getId
public String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
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)
-
-