Class DescribeUDBBinlogBackupURLRequest

java.lang.Object
cn.ucloud.common.request.Request
cn.ucloud.udb.models.DescribeUDBBinlogBackupURLRequest

public class DescribeUDBBinlogBackupURLRequest extends Request
  • Constructor Details

    • DescribeUDBBinlogBackupURLRequest

      public DescribeUDBBinlogBackupURLRequest()
  • Method Details

    • getRegion

      public String getRegion()
      Overrides:
      getRegion in class Request
    • setRegion

      public void setRegion(String region)
      Overrides:
      setRegion in class Request
    • getZone

      public String getZone()
    • setZone

      public void setZone(String zone)
    • getDBId

      public String getDBId()
    • setDBId

      public void setDBId(String dbId)
    • getBackupId

      public Integer getBackupId()
    • setBackupId

      public void setBackupId(Integer backupId)
    • getBinlogType

      public String getBinlogType()
    • setBinlogType

      public void setBinlogType(String binlogType)
    • loadMaxRetries

      public Integer loadMaxRetries()
    • withMaxRetries

      public void withMaxRetries(Integer arg0)
    • loadTimeout

      public Integer loadTimeout()
    • withTimeout

      public void withTimeout(Integer arg0)