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