Package cn.ucloud.udb.models
Class DescribeUDBInstanceBackupURLResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.udb.models.DescribeUDBInstanceBackupURLResponse
-
public class DescribeUDBInstanceBackupURLResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description DescribeUDBInstanceBackupURLResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackupPath()StringgetInnerBackupPath()StringgetMD5()voidsetBackupPath(String backupPath)voidsetInnerBackupPath(String innerBackupPath)voidsetMD5(String md5)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getBackupPath
public String getBackupPath()
-
setBackupPath
public void setBackupPath(String backupPath)
-
getInnerBackupPath
public String getInnerBackupPath()
-
setInnerBackupPath
public void setInnerBackupPath(String innerBackupPath)
-
getMD5
public String getMD5()
-
setMD5
public void setMD5(String md5)
-
-