Class DescribeIpGeolocationDatabaseUrlResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeIpGeolocationDatabaseUrlResponse
-
public class DescribeIpGeolocationDatabaseUrlResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIpGeolocationDatabaseUrlResponse()DescribeIpGeolocationDatabaseUrlResponse(DescribeIpGeolocationDatabaseUrlResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDownLoadUrl()Get IP地理位置库下载链接地址。StringgetExpiredAt()Get 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetDownLoadUrl(String DownLoadUrl)Set IP地理位置库下载链接地址。voidsetExpiredAt(String ExpiredAt)Set 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeIpGeolocationDatabaseUrlResponse
public DescribeIpGeolocationDatabaseUrlResponse()
-
DescribeIpGeolocationDatabaseUrlResponse
public DescribeIpGeolocationDatabaseUrlResponse(DescribeIpGeolocationDatabaseUrlResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getDownLoadUrl
public String getDownLoadUrl()
Get IP地理位置库下载链接地址。- Returns:
- DownLoadUrl IP地理位置库下载链接地址。
-
setDownLoadUrl
public void setDownLoadUrl(String DownLoadUrl)
Set IP地理位置库下载链接地址。- Parameters:
DownLoadUrl- IP地理位置库下载链接地址。
-
getExpiredAt
public String getExpiredAt()
Get 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。- Returns:
- ExpiredAt 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
-
setExpiredAt
public void setExpiredAt(String ExpiredAt)
Set 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。- Parameters:
ExpiredAt- 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-