Package cn.ucloud.uslk.models
Class DescribeUSLKRedirectRecordsResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uslk.models.DescribeUSLKRedirectRecordsResponse
-
public class DescribeUSLKRedirectRecordsResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUSLKRedirectRecordsResponse.RedirectRecords
-
Constructor Summary
Constructors Constructor Description DescribeUSLKRedirectRecordsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUSLKRedirectRecordsResponse.RedirectRecords>getData()IntegergetTotal()voidsetData(List<DescribeUSLKRedirectRecordsResponse.RedirectRecords> data)voidsetTotal(Integer total)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getData
public List<DescribeUSLKRedirectRecordsResponse.RedirectRecords> getData()
-
setData
public void setData(List<DescribeUSLKRedirectRecordsResponse.RedirectRecords> data)
-
getTotal
public Integer getTotal()
-
setTotal
public void setTotal(Integer total)
-
-