Class ReplicationCreationRequest

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

public class ReplicationCreationRequest extends Object
ReplicationCreationRequest
  • Field Details

  • Constructor Details

    • ReplicationCreationRequest

      public ReplicationCreationRequest()
  • Method Details

    • name

      public ReplicationCreationRequest name(String name)
    • getName

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

      public void setName(String name)
    • description

      public ReplicationCreationRequest description(String description)
    • getDescription

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

      public void setDescription(String description)
    • orgID

      public ReplicationCreationRequest orgID(String orgID)
    • getOrgID

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

      public void setOrgID(String orgID)
    • remoteID

      public ReplicationCreationRequest remoteID(String remoteID)
    • getRemoteID

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

      public void setRemoteID(String remoteID)
    • localBucketID

      public ReplicationCreationRequest localBucketID(String localBucketID)
    • getLocalBucketID

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

      public void setLocalBucketID(String localBucketID)
    • remoteBucketID

      public ReplicationCreationRequest remoteBucketID(String remoteBucketID)
    • getRemoteBucketID

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

      public void setRemoteBucketID(String remoteBucketID)
    • maxQueueSizeBytes

      public ReplicationCreationRequest maxQueueSizeBytes(Long maxQueueSizeBytes)
    • getMaxQueueSizeBytes

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

      public void setMaxQueueSizeBytes(Long maxQueueSizeBytes)
    • dropNonRetryableData

      public ReplicationCreationRequest dropNonRetryableData(Boolean dropNonRetryableData)
    • getDropNonRetryableData

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

      public void setDropNonRetryableData(Boolean dropNonRetryableData)
    • maxAgeSeconds

      public ReplicationCreationRequest 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