Package com.exoscale.sdk.model
Class GetDeploymentLogsResponse
java.lang.Object
com.exoscale.sdk.model.GetDeploymentLogsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetDeploymentLogsResponse
extends Object
Deployment logs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLogsItem(GetDeploymentLogsEntry logsItem) booleanReturn true if this get-deployment-logs-response object is equal to o.getLogs()List of log entriesinthashCode()logs(List<GetDeploymentLogsEntry> logs) voidsetLogs(List<GetDeploymentLogsEntry> logs) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LOGS
- See Also:
-
-
Constructor Details
-
GetDeploymentLogsResponse
public GetDeploymentLogsResponse()
-
-
Method Details
-
logs
-
addLogsItem
-
getLogs
List of log entries- Returns:
- logs
-
setLogs
-
equals
Return true if this get-deployment-logs-response object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-