Package cn.ucloud.udb.models
Class DescribeUDBBinlogBackupURLRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.udb.models.DescribeUDBBinlogBackupURLRequest
-
public class DescribeUDBBinlogBackupURLRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribeUDBBinlogBackupURLRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBackupId()StringgetDBId()StringgetRegion()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBackupId(Integer backupId)voidsetDBId(String dbId)voidsetRegion(String region)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignature
-
-
-
-
Method Detail
-
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)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-