Class Replication

java.lang.Object
com.influxdb.client.domain.Replication

public class Replication extends Object
Replication
  • Field Details

  • Constructor Details

    • Replication

      public Replication()
  • Method Details

    • id

      public Replication id(String id)
    • getId

      public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public Replication name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public Replication description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • orgID

      public Replication orgID(String orgID)
    • getOrgID

      public String getOrgID()
      Get orgID
      Returns:
      orgID
    • setOrgID

      public void setOrgID(String orgID)
    • remoteID

      public Replication remoteID(String remoteID)
    • getRemoteID

      public String getRemoteID()
      Get remoteID
      Returns:
      remoteID
    • setRemoteID

      public void setRemoteID(String remoteID)
    • localBucketID

      public Replication localBucketID(String localBucketID)
    • getLocalBucketID

      public String getLocalBucketID()
      Get localBucketID
      Returns:
      localBucketID
    • setLocalBucketID

      public void setLocalBucketID(String localBucketID)
    • remoteBucketID

      public Replication remoteBucketID(String remoteBucketID)
    • getRemoteBucketID

      public String getRemoteBucketID()
      Get remoteBucketID
      Returns:
      remoteBucketID
    • setRemoteBucketID

      public void setRemoteBucketID(String remoteBucketID)
    • maxQueueSizeBytes

      public Replication maxQueueSizeBytes(Long maxQueueSizeBytes)
    • getMaxQueueSizeBytes

      public Long getMaxQueueSizeBytes()
      Get maxQueueSizeBytes
      Returns:
      maxQueueSizeBytes
    • setMaxQueueSizeBytes

      public void setMaxQueueSizeBytes(Long maxQueueSizeBytes)
    • currentQueueSizeBytes

      public Replication currentQueueSizeBytes(Long currentQueueSizeBytes)
    • getCurrentQueueSizeBytes

      public Long getCurrentQueueSizeBytes()
      Get currentQueueSizeBytes
      Returns:
      currentQueueSizeBytes
    • setCurrentQueueSizeBytes

      public void setCurrentQueueSizeBytes(Long currentQueueSizeBytes)
    • latestResponseCode

      public Replication latestResponseCode(Integer latestResponseCode)
    • getLatestResponseCode

      public Integer getLatestResponseCode()
      Get latestResponseCode
      Returns:
      latestResponseCode
    • setLatestResponseCode

      public void setLatestResponseCode(Integer latestResponseCode)
    • latestErrorMessage

      public Replication latestErrorMessage(String latestErrorMessage)
    • getLatestErrorMessage

      public String getLatestErrorMessage()
      Get latestErrorMessage
      Returns:
      latestErrorMessage
    • setLatestErrorMessage

      public void setLatestErrorMessage(String latestErrorMessage)
    • dropNonRetryableData

      public Replication dropNonRetryableData(Boolean dropNonRetryableData)
    • getDropNonRetryableData

      public Boolean getDropNonRetryableData()
      Get dropNonRetryableData
      Returns:
      dropNonRetryableData
    • setDropNonRetryableData

      public void setDropNonRetryableData(Boolean dropNonRetryableData)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object