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