Class ReplicationUpdateRequest

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

public class ReplicationUpdateRequest extends Object
ReplicationUpdateRequest
  • Field Details

  • Constructor Details

    • ReplicationUpdateRequest

      public ReplicationUpdateRequest()
  • Method Details

    • name

      public ReplicationUpdateRequest name(String name)
    • getName

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

      public void setName(String name)
    • description

      public ReplicationUpdateRequest description(String description)
    • getDescription

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

      public void setDescription(String description)
    • remoteID

      public ReplicationUpdateRequest remoteID(String remoteID)
    • getRemoteID

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

      public void setRemoteID(String remoteID)
    • remoteBucketID

      public ReplicationUpdateRequest remoteBucketID(String remoteBucketID)
    • getRemoteBucketID

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

      public void setRemoteBucketID(String remoteBucketID)
    • maxQueueSizeBytes

      public ReplicationUpdateRequest maxQueueSizeBytes(Long maxQueueSizeBytes)
    • getMaxQueueSizeBytes

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

      public void setMaxQueueSizeBytes(Long maxQueueSizeBytes)
    • dropNonRetryableData

      public ReplicationUpdateRequest dropNonRetryableData(Boolean dropNonRetryableData)
    • getDropNonRetryableData

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

      public void setDropNonRetryableData(Boolean dropNonRetryableData)
    • maxAgeSeconds

      public ReplicationUpdateRequest maxAgeSeconds(Long maxAgeSeconds)
    • getMaxAgeSeconds

      public Long getMaxAgeSeconds()
      Get maxAgeSeconds minimum: 0
      Returns:
      maxAgeSeconds
    • setMaxAgeSeconds

      public void setMaxAgeSeconds(Long maxAgeSeconds)
    • 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