Class InstallationsResponse
- java.lang.Object
-
- com.exasol.extensionmanager.client.model.InstallationsResponse
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2025-03-11T14:36:38.696411155Z[Etc/UTC]") public class InstallationsResponse extends ObjectInstallationsResponse
-
-
Constructor Summary
Constructors Constructor Description InstallationsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallationsResponseaddInstallationsItem(InstallationsResponseInstallation installationsItem)booleanequals(Object o)List<InstallationsResponseInstallation>getInstallations()Get installationsinthashCode()InstallationsResponseinstallations(List<InstallationsResponseInstallation> installations)voidsetInstallations(List<InstallationsResponseInstallation> installations)StringtoString()
-
-
-
Method Detail
-
installations
public InstallationsResponse installations(List<InstallationsResponseInstallation> installations)
-
addInstallationsItem
public InstallationsResponse addInstallationsItem(InstallationsResponseInstallation installationsItem)
-
getInstallations
public List<InstallationsResponseInstallation> getInstallations()
Get installations- Returns:
- installations
-
setInstallations
public void setInstallations(List<InstallationsResponseInstallation> installations)
-
-