Package com.influxdb.client.domain
Class Replication
java.lang.Object
com.influxdb.client.domain.Replication
Replication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentQueueSizeBytes(Long currentQueueSizeBytes) description(String description) dropNonRetryableData(Boolean dropNonRetryableData) booleanGet currentQueueSizeBytesGet descriptionGet dropNonRetryableDatagetId()Get idGet latestErrorMessageGet latestResponseCodeGet localBucketIDGet maxQueueSizeBytesgetName()Get namegetOrgID()Get orgIDGet remoteBucketIDGet remoteIDinthashCode()latestErrorMessage(String latestErrorMessage) latestResponseCode(Integer latestResponseCode) localBucketID(String localBucketID) maxQueueSizeBytes(Long maxQueueSizeBytes) remoteBucketID(String remoteBucketID) voidsetCurrentQueueSizeBytes(Long currentQueueSizeBytes) voidsetDescription(String description) voidsetDropNonRetryableData(Boolean dropNonRetryableData) voidvoidsetLatestErrorMessage(String latestErrorMessage) voidsetLatestResponseCode(Integer latestResponseCode) voidsetLocalBucketID(String localBucketID) voidsetMaxQueueSizeBytes(Long maxQueueSizeBytes) voidvoidvoidsetRemoteBucketID(String remoteBucketID) voidsetRemoteID(String remoteID) toString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_I_D
- See Also:
-
SERIALIZED_NAME_LOCAL_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_REMOTE_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_MAX_QUEUE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_CURRENT_QUEUE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_LATEST_RESPONSE_CODE
- See Also:
-
SERIALIZED_NAME_LATEST_ERROR_MESSAGE
- See Also:
-
SERIALIZED_NAME_DROP_NON_RETRYABLE_DATA
- See Also:
-
-
Constructor Details
-
Replication
public Replication()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
orgID
-
getOrgID
Get orgID- Returns:
- orgID
-
setOrgID
-
remoteID
-
getRemoteID
Get remoteID- Returns:
- remoteID
-
setRemoteID
-
localBucketID
-
getLocalBucketID
Get localBucketID- Returns:
- localBucketID
-
setLocalBucketID
-
remoteBucketID
-
getRemoteBucketID
Get remoteBucketID- Returns:
- remoteBucketID
-
setRemoteBucketID
-
maxQueueSizeBytes
-
getMaxQueueSizeBytes
Get maxQueueSizeBytes- Returns:
- maxQueueSizeBytes
-
setMaxQueueSizeBytes
-
currentQueueSizeBytes
-
getCurrentQueueSizeBytes
Get currentQueueSizeBytes- Returns:
- currentQueueSizeBytes
-
setCurrentQueueSizeBytes
-
latestResponseCode
-
getLatestResponseCode
Get latestResponseCode- Returns:
- latestResponseCode
-
setLatestResponseCode
-
latestErrorMessage
-
getLatestErrorMessage
Get latestErrorMessage- Returns:
- latestErrorMessage
-
setLatestErrorMessage
-
dropNonRetryableData
-
getDropNonRetryableData
Get dropNonRetryableData- Returns:
- dropNonRetryableData
-
setDropNonRetryableData
-
equals
-
hashCode
public int hashCode() -
toString
-