Package com.exoscale.sdk.model
Class GetDeploymentLogsEntry
java.lang.Object
com.exoscale.sdk.model.GetDeploymentLogsEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetDeploymentLogsEntry
extends Object
A single log entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this get-deployment-logs-entry object is equal to o.Log message contentgetNode()Node identifiergetTime()Timestamp of the log entryinthashCode()voidsetMessage(String message) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TIME
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_NODE
- See Also:
-
-
Constructor Details
-
GetDeploymentLogsEntry
public GetDeploymentLogsEntry()
-
-
Method Details
-
time
-
getTime
Timestamp of the log entry- Returns:
- time
-
setTime
-
message
-
getMessage
Log message content- Returns:
- message
-
setMessage
-
node
-
getNode
Node identifier- Returns:
- node
-
setNode
-
equals
Return true if this get-deployment-logs-entry 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
-