Package com.exoscale.sdk.model
Class ReplicaFailure
java.lang.Object
com.exoscale.sdk.model.ReplicaFailure
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ReplicaFailure
extends Object
ReplicaFailure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattemptedWatermark(Integer attemptedWatermark) booleanReturn true if this replica-failure object is equal to o.failedAt(OffsetDateTime failedAt) The target sync sequence watermark that triggered the replication failure.getError()A descriptive message containing error logs or system details regarding the sync failure.The UTC timestamp showing exactly when the replication sync window failed.inthashCode()voidsetAttemptedWatermark(Integer attemptedWatermark) voidvoidsetFailedAt(OffsetDateTime failedAt) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTEMPTED_WATERMARK
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_FAILED_AT
- See Also:
-
-
Constructor Details
-
ReplicaFailure
public ReplicaFailure()
-
-
Method Details
-
attemptedWatermark
-
getAttemptedWatermark
The target sync sequence watermark that triggered the replication failure.- Returns:
- attemptedWatermark
-
setAttemptedWatermark
-
error
-
getError
A descriptive message containing error logs or system details regarding the sync failure.- Returns:
- error
-
setError
-
failedAt
-
getFailedAt
The UTC timestamp showing exactly when the replication sync window failed.- Returns:
- failedAt
-
setFailedAt
-
equals
Return true if this replica-failure 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
-