index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeDomainsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeDomainsResponseBody extends TeaModel {
/**
* <p>The domain names.</p>
*/
@NameInMap("Domains")
public DescribeDomainsResponseBodyDomains domains;
/**
* <p>The page number of the returned page.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Long pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("PageSize")
public Long pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>68386699-8B9E-4D5B-BC4C-75A28F6C2A00</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of domain names.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("TotalCount")
public Long totalCount;
public static DescribeDomainsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBody self = new DescribeDomainsResponseBody();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBody setDomains(DescribeDomainsResponseBodyDomains domains) {
this.domains = domains;
return this;
}
public DescribeDomainsResponseBodyDomains getDomains() {
return this.domains;
}
public DescribeDomainsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribeDomainsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribeDomainsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeDomainsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public static class DescribeDomainsResponseBodyDomainsDomainDnsServers extends TeaModel {
@NameInMap("DnsServer")
public java.util.List<String> dnsServer;
public static DescribeDomainsResponseBodyDomainsDomainDnsServers build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBodyDomainsDomainDnsServers self = new DescribeDomainsResponseBodyDomainsDomainDnsServers();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBodyDomainsDomainDnsServers setDnsServer(java.util.List<String> dnsServer) {
this.dnsServer = dnsServer;
return this;
}
public java.util.List<String> getDnsServer() {
return this.dnsServer;
}
}
public static class DescribeDomainsResponseBodyDomainsDomainTagsTag extends TeaModel {
/**
* <p>The key of tag N added to the resource.</p>
*/
@NameInMap("Key")
public String key;
/**
* <p>The value of tag N added to the resource.</p>
*/
@NameInMap("Value")
public String value;
public static DescribeDomainsResponseBodyDomainsDomainTagsTag build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBodyDomainsDomainTagsTag self = new DescribeDomainsResponseBodyDomainsDomainTagsTag();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBodyDomainsDomainTagsTag setKey(String key) {
this.key = key;
return this;
}
public String getKey() {
return this.key;
}
public DescribeDomainsResponseBodyDomainsDomainTagsTag setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class DescribeDomainsResponseBodyDomainsDomainTags extends TeaModel {
@NameInMap("Tag")
public java.util.List<DescribeDomainsResponseBodyDomainsDomainTagsTag> tag;
public static DescribeDomainsResponseBodyDomainsDomainTags build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBodyDomainsDomainTags self = new DescribeDomainsResponseBodyDomainsDomainTags();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBodyDomainsDomainTags setTag(java.util.List<DescribeDomainsResponseBodyDomainsDomainTagsTag> tag) {
this.tag = tag;
return this;
}
public java.util.List<DescribeDomainsResponseBodyDomainsDomainTagsTag> getTag() {
return this.tag;
}
}
public static class DescribeDomainsResponseBodyDomainsDomain extends TeaModel {
/**
* <p>Indicates whether the domain name was registered with Alibaba Cloud.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("AliDomain")
public Boolean aliDomain;
/**
* <p>The time when the domain name was added. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2019-01-30T05:25Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The time when the domain name was added. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1660546144000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The names of the DNS servers configured for the domain name assigned by Alibaba Cloud DNS.</p>
*/
@NameInMap("DnsServers")
public DescribeDomainsResponseBodyDomainsDomainDnsServers dnsServers;
/**
* <p>The ID of the domain name.</p>
*
* <strong>example:</strong>
* <p>00efd71a-770e-4255-b54e-6fe5659baffe</p>
*/
@NameInMap("DomainId")
public String domainId;
/**
* <p>Indicates whether the DNS traffic analysis feature is enabled for the domain name. Valid values:</p>
* <ul>
* <li>OPEN</li>
* <li>CLOSE</li>
* </ul>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("DomainLoggingSwitchStatus")
public String domainLoggingSwitchStatus;
/**
* <p>The domain name.</p>
*
* <strong>example:</strong>
* <p>abc.com</p>
*/
@NameInMap("DomainName")
public String domainName;
/**
* <p>The ID of the domain name group.</p>
*
* <strong>example:</strong>
* <p>2223</p>
*/
@NameInMap("GroupId")
public String groupId;
/**
* <p>The name of the domain name group.</p>
*
* <strong>example:</strong>
* <p>mygroup</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>The time when the Alibaba Cloud DNS instance expires. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2020-03-14T16:00Z</p>
*/
@NameInMap("InstanceEndTime")
public String instanceEndTime;
/**
* <p>Indicates whether the Alibaba Cloud DNS instance expires.</p>
*
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("InstanceExpired")
public Boolean instanceExpired;
/**
* <p>The ID of the Alibaba Cloud DNS instance.</p>
*
* <strong>example:</strong>
* <p>i-7bg</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The Punycode for the domain name. This parameter is returned only for Chinese domain names.</p>
*
* <strong>example:</strong>
* <p>abc.com</p>
*/
@NameInMap("PunyCode")
public String punyCode;
/**
* <p>The number of Domain Name System (DNS) records added for the domain name.</p>
*
* <strong>example:</strong>
* <p>100</p>
*/
@NameInMap("RecordCount")
public Long recordCount;
/**
* <p>The email address of the registrant.</p>
*
* <strong>example:</strong>
* <p><a href="mailto:test@example.com">test@example.com</a></p>
*/
@NameInMap("RegistrantEmail")
public String registrantEmail;
/**
* <p>The description of the domain name.</p>
*
* <strong>example:</strong>
* <p>remark</p>
*/
@NameInMap("Remark")
public String remark;
/**
* <p>The ID of the resource group to which the domain name belongs.</p>
*
* <strong>example:</strong>
* <p>rg-acf</p>
*/
@NameInMap("ResourceGroupId")
public String resourceGroupId;
@NameInMap("SlaveDnsStatus")
public String slaveDnsStatus;
/**
* <p>Indicates whether the domain name was added to favorites.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Starmark")
public Boolean starmark;
/**
* <p>The tags added to the resource.</p>
*/
@NameInMap("Tags")
public DescribeDomainsResponseBodyDomainsDomainTags tags;
/**
* <p>The edition code of Alibaba Cloud DNS.</p>
*
* <strong>example:</strong>
* <p>version_enterprise_basic</p>
*/
@NameInMap("VersionCode")
public String versionCode;
/**
* <p>The edition of Alibaba Cloud DNS.</p>
*/
@NameInMap("VersionName")
public String versionName;
public static DescribeDomainsResponseBodyDomainsDomain build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBodyDomainsDomain self = new DescribeDomainsResponseBodyDomainsDomain();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBodyDomainsDomain setAliDomain(Boolean aliDomain) {
this.aliDomain = aliDomain;
return this;
}
public Boolean getAliDomain() {
return this.aliDomain;
}
public DescribeDomainsResponseBodyDomainsDomain setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeDomainsResponseBodyDomainsDomain setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeDomainsResponseBodyDomainsDomain setDnsServers(DescribeDomainsResponseBodyDomainsDomainDnsServers dnsServers) {
this.dnsServers = dnsServers;
return this;
}
public DescribeDomainsResponseBodyDomainsDomainDnsServers getDnsServers() {
return this.dnsServers;
}
public DescribeDomainsResponseBodyDomainsDomain setDomainId(String domainId) {
this.domainId = domainId;
return this;
}
public String getDomainId() {
return this.domainId;
}
public DescribeDomainsResponseBodyDomainsDomain setDomainLoggingSwitchStatus(String domainLoggingSwitchStatus) {
this.domainLoggingSwitchStatus = domainLoggingSwitchStatus;
return this;
}
public String getDomainLoggingSwitchStatus() {
return this.domainLoggingSwitchStatus;
}
public DescribeDomainsResponseBodyDomainsDomain setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribeDomainsResponseBodyDomainsDomain setGroupId(String groupId) {
this.groupId = groupId;
return this;
}
public String getGroupId() {
return this.groupId;
}
public DescribeDomainsResponseBodyDomainsDomain setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public DescribeDomainsResponseBodyDomainsDomain setInstanceEndTime(String instanceEndTime) {
this.instanceEndTime = instanceEndTime;
return this;
}
public String getInstanceEndTime() {
return this.instanceEndTime;
}
public DescribeDomainsResponseBodyDomainsDomain setInstanceExpired(Boolean instanceExpired) {
this.instanceExpired = instanceExpired;
return this;
}
public Boolean getInstanceExpired() {
return this.instanceExpired;
}
public DescribeDomainsResponseBodyDomainsDomain setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeDomainsResponseBodyDomainsDomain setPunyCode(String punyCode) {
this.punyCode = punyCode;
return this;
}
public String getPunyCode() {
return this.punyCode;
}
public DescribeDomainsResponseBodyDomainsDomain setRecordCount(Long recordCount) {
this.recordCount = recordCount;
return this;
}
public Long getRecordCount() {
return this.recordCount;
}
public DescribeDomainsResponseBodyDomainsDomain setRegistrantEmail(String registrantEmail) {
this.registrantEmail = registrantEmail;
return this;
}
public String getRegistrantEmail() {
return this.registrantEmail;
}
public DescribeDomainsResponseBodyDomainsDomain setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public DescribeDomainsResponseBodyDomainsDomain setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
return this;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public DescribeDomainsResponseBodyDomainsDomain setSlaveDnsStatus(String slaveDnsStatus) {
this.slaveDnsStatus = slaveDnsStatus;
return this;
}
public String getSlaveDnsStatus() {
return this.slaveDnsStatus;
}
public DescribeDomainsResponseBodyDomainsDomain setStarmark(Boolean starmark) {
this.starmark = starmark;
return this;
}
public Boolean getStarmark() {
return this.starmark;
}
public DescribeDomainsResponseBodyDomainsDomain setTags(DescribeDomainsResponseBodyDomainsDomainTags tags) {
this.tags = tags;
return this;
}
public DescribeDomainsResponseBodyDomainsDomainTags getTags() {
return this.tags;
}
public DescribeDomainsResponseBodyDomainsDomain setVersionCode(String versionCode) {
this.versionCode = versionCode;
return this;
}
public String getVersionCode() {
return this.versionCode;
}
public DescribeDomainsResponseBodyDomainsDomain setVersionName(String versionName) {
this.versionName = versionName;
return this;
}
public String getVersionName() {
return this.versionName;
}
}
public static class DescribeDomainsResponseBodyDomains extends TeaModel {
@NameInMap("Domain")
public java.util.List<DescribeDomainsResponseBodyDomainsDomain> domain;
public static DescribeDomainsResponseBodyDomains build(java.util.Map<String, ?> map) throws Exception {
DescribeDomainsResponseBodyDomains self = new DescribeDomainsResponseBodyDomains();
return TeaModel.build(map, self);
}
public DescribeDomainsResponseBodyDomains setDomain(java.util.List<DescribeDomainsResponseBodyDomainsDomain> domain) {
this.domain = domain;
return this;
}
public java.util.List<DescribeDomainsResponseBodyDomainsDomain> getDomain() {
return this.domain;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategiesRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategiesRequest extends TeaModel {
/**
* <p>The ID of the GTM instance whose access policies you want to query.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The number of the page to return.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries to return per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
public static DescribeGtmAccessStrategiesRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesRequest self = new DescribeGtmAccessStrategiesRequest();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmAccessStrategiesRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmAccessStrategiesRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmAccessStrategiesRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategiesResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategiesResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmAccessStrategiesResponseBody body;
public static DescribeGtmAccessStrategiesResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponse self = new DescribeGtmAccessStrategiesResponse();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmAccessStrategiesResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmAccessStrategiesResponse setBody(DescribeGtmAccessStrategiesResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmAccessStrategiesResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategiesResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategiesResponseBody extends TeaModel {
/**
* <p>The number of the page returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>0CCC9971-CEC9-4132-824B-4AE611C07623</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The returned list of access policies of the GTM instance.</p>
*/
@NameInMap("Strategies")
public DescribeGtmAccessStrategiesResponseBodyStrategies strategies;
/**
* <p>The total number of entries returned on all pages.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeGtmAccessStrategiesResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponseBody self = new DescribeGtmAccessStrategiesResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmAccessStrategiesResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmAccessStrategiesResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmAccessStrategiesResponseBody setStrategies(DescribeGtmAccessStrategiesResponseBodyStrategies strategies) {
this.strategies = strategies;
return this;
}
public DescribeGtmAccessStrategiesResponseBodyStrategies getStrategies() {
return this.strategies;
}
public DescribeGtmAccessStrategiesResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeGtmAccessStrategiesResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine extends TeaModel {
/**
* <p>The code of the access region group.</p>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
@NameInMap("GroupCode")
public String groupCode;
/**
* <p>The name of the access region group.</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>The code for the line of the access region.</p>
*
* <strong>example:</strong>
* <p>default</p>
*/
@NameInMap("LineCode")
public String lineCode;
/**
* <p>The name for the line of the access region.</p>
*/
@NameInMap("LineName")
public String lineName;
public static DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine self = new DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine setGroupCode(String groupCode) {
this.groupCode = groupCode;
return this;
}
public String getGroupCode() {
return this.groupCode;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine setLineCode(String lineCode) {
this.lineCode = lineCode;
return this;
}
public String getLineCode() {
return this.lineCode;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine setLineName(String lineName) {
this.lineName = lineName;
return this;
}
public String getLineName() {
return this.lineName;
}
}
public static class DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines extends TeaModel {
@NameInMap("Line")
public java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine> line;
public static DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines self = new DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines setLine(java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine> line) {
this.line = line;
return this;
}
public java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLinesLine> getLine() {
return this.line;
}
}
public static class DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy extends TeaModel {
/**
* <p>The access policy. Valid values:</p>
* <ul>
* <li><strong>AUTO</strong>: Automatic switch</li>
* <li><strong>DEFAULT</strong>: Default address pool</li>
* <li><strong>FAILOVER</strong>: Failover address pool</li>
* </ul>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
@NameInMap("AccessMode")
public String accessMode;
/**
* <p>The access status. Valid values:</p>
* <ul>
* <li><strong>DEFAULT</strong>: The default address pool is currently accessed.</li>
* <li><strong>FAILOVER</strong>: The failover address pool is currently accessed.</li>
* </ul>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
@NameInMap("AccessStatus")
public String accessStatus;
/**
* <p>The time when the access policy was created.</p>
*
* <strong>example:</strong>
* <p>2018-08-09T00:10Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>1533773400000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The ID of the default address pool.</p>
*
* <strong>example:</strong>
* <p>hra0i1</p>
*/
@NameInMap("DefaultAddrPoolId")
public String defaultAddrPoolId;
/**
* <p>Indicates whether health check was enabled for the default address pool. Valid values:</p>
* <ul>
* <li><strong>OPEN</strong>: Enabled</li>
* <li><strong>CLOSE</strong>: Disabled</li>
* <li><strong>UNCONFIGURED</strong>: Not configured</li>
* </ul>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("DefaultAddrPoolMonitorStatus")
public String defaultAddrPoolMonitorStatus;
/**
* <p>The name of the default address pool.</p>
*/
@NameInMap("DefaultAddrPoolName")
public String defaultAddrPoolName;
/**
* <p>The availability status of the default address pool. Valid values:</p>
* <ul>
* <li><strong>AVAILABLE</strong>: Available</li>
* <li><strong>NOT_AVAILABLE</strong>: Unavailable</li>
* </ul>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("DefaultAddrPoolStatus")
public String defaultAddrPoolStatus;
/**
* <p>The ID of the failover address pool.</p>
*
* <strong>example:</strong>
* <p>hra0i2</p>
*/
@NameInMap("FailoverAddrPoolId")
public String failoverAddrPoolId;
/**
* <p>Indicates whether health check was enabled for the failover address pool.</p>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("FailoverAddrPoolMonitorStatus")
public String failoverAddrPoolMonitorStatus;
/**
* <p>The name of the failover address pool.</p>
*/
@NameInMap("FailoverAddrPoolName")
public String failoverAddrPoolName;
/**
* <p>The availability status of the failover address pool.</p>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("FailoverAddrPoolStatus")
public String failoverAddrPoolStatus;
/**
* <p>The ID of the GTM instance whose access policies you want to query.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The returned lines of access regions.</p>
*/
@NameInMap("Lines")
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines lines;
/**
* <p>The ID of the access policy.</p>
*
* <strong>example:</strong>
* <p>hra0hs</p>
*/
@NameInMap("StrategyId")
public String strategyId;
/**
* <p>The mode of the access policy. <strong>SELF_DEFINED</strong> indicates that the access policy is user-defined.</p>
*
* <strong>example:</strong>
* <p>SELF_DEFINED</p>
*/
@NameInMap("StrategyMode")
public String strategyMode;
/**
* <p>The name of the access policy.</p>
*/
@NameInMap("StrategyName")
public String strategyName;
public static DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy self = new DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setAccessMode(String accessMode) {
this.accessMode = accessMode;
return this;
}
public String getAccessMode() {
return this.accessMode;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setAccessStatus(String accessStatus) {
this.accessStatus = accessStatus;
return this;
}
public String getAccessStatus() {
return this.accessStatus;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setDefaultAddrPoolId(String defaultAddrPoolId) {
this.defaultAddrPoolId = defaultAddrPoolId;
return this;
}
public String getDefaultAddrPoolId() {
return this.defaultAddrPoolId;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setDefaultAddrPoolMonitorStatus(String defaultAddrPoolMonitorStatus) {
this.defaultAddrPoolMonitorStatus = defaultAddrPoolMonitorStatus;
return this;
}
public String getDefaultAddrPoolMonitorStatus() {
return this.defaultAddrPoolMonitorStatus;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setDefaultAddrPoolName(String defaultAddrPoolName) {
this.defaultAddrPoolName = defaultAddrPoolName;
return this;
}
public String getDefaultAddrPoolName() {
return this.defaultAddrPoolName;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setDefaultAddrPoolStatus(String defaultAddrPoolStatus) {
this.defaultAddrPoolStatus = defaultAddrPoolStatus;
return this;
}
public String getDefaultAddrPoolStatus() {
return this.defaultAddrPoolStatus;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setFailoverAddrPoolId(String failoverAddrPoolId) {
this.failoverAddrPoolId = failoverAddrPoolId;
return this;
}
public String getFailoverAddrPoolId() {
return this.failoverAddrPoolId;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setFailoverAddrPoolMonitorStatus(String failoverAddrPoolMonitorStatus) {
this.failoverAddrPoolMonitorStatus = failoverAddrPoolMonitorStatus;
return this;
}
public String getFailoverAddrPoolMonitorStatus() {
return this.failoverAddrPoolMonitorStatus;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setFailoverAddrPoolName(String failoverAddrPoolName) {
this.failoverAddrPoolName = failoverAddrPoolName;
return this;
}
public String getFailoverAddrPoolName() {
return this.failoverAddrPoolName;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setFailoverAddrPoolStatus(String failoverAddrPoolStatus) {
this.failoverAddrPoolStatus = failoverAddrPoolStatus;
return this;
}
public String getFailoverAddrPoolStatus() {
return this.failoverAddrPoolStatus;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setLines(DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines lines) {
this.lines = lines;
return this;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategyLines getLines() {
return this.lines;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setStrategyId(String strategyId) {
this.strategyId = strategyId;
return this;
}
public String getStrategyId() {
return this.strategyId;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setStrategyMode(String strategyMode) {
this.strategyMode = strategyMode;
return this;
}
public String getStrategyMode() {
return this.strategyMode;
}
public DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy setStrategyName(String strategyName) {
this.strategyName = strategyName;
return this;
}
public String getStrategyName() {
return this.strategyName;
}
}
public static class DescribeGtmAccessStrategiesResponseBodyStrategies extends TeaModel {
@NameInMap("Strategy")
public java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy> strategy;
public static DescribeGtmAccessStrategiesResponseBodyStrategies build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategiesResponseBodyStrategies self = new DescribeGtmAccessStrategiesResponseBodyStrategies();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategiesResponseBodyStrategies setStrategy(java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy> strategy) {
this.strategy = strategy;
return this;
}
public java.util.List<DescribeGtmAccessStrategiesResponseBodyStrategiesStrategy> getStrategy() {
return this.strategy;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyAvailableConfigRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyAvailableConfigRequest extends TeaModel {
/**
* <p>The ID of the Global Traffic Manager (GTM) instance.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>gtm-cn-xxxx</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmAccessStrategyAvailableConfigRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigRequest self = new DescribeGtmAccessStrategyAvailableConfigRequest();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmAccessStrategyAvailableConfigRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyAvailableConfigResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyAvailableConfigResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmAccessStrategyAvailableConfigResponseBody body;
public static DescribeGtmAccessStrategyAvailableConfigResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponse self = new DescribeGtmAccessStrategyAvailableConfigResponse();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmAccessStrategyAvailableConfigResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmAccessStrategyAvailableConfigResponse setBody(DescribeGtmAccessStrategyAvailableConfigResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyAvailableConfigResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyAvailableConfigResponseBody extends TeaModel {
/**
* <p>The address pools.</p>
*/
@NameInMap("AddrPools")
public DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools addrPools;
/**
* <p>The Domain Name System (DNS) request sources.</p>
*/
@NameInMap("Lines")
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLines lines;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>C2851BA9-CE56-49AF-8D12-4FC6A49EE688</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>Indicates whether the global line is recommended.</p>
*
* <strong>example:</strong>
* <p>True</p>
*/
@NameInMap("SuggestSetDefaultLine")
public Boolean suggestSetDefaultLine;
public static DescribeGtmAccessStrategyAvailableConfigResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponseBody self = new DescribeGtmAccessStrategyAvailableConfigResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponseBody setAddrPools(DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools addrPools) {
this.addrPools = addrPools;
return this;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools getAddrPools() {
return this.addrPools;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBody setLines(DescribeGtmAccessStrategyAvailableConfigResponseBodyLines lines) {
this.lines = lines;
return this;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLines getLines() {
return this.lines;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBody setSuggestSetDefaultLine(Boolean suggestSetDefaultLine) {
this.suggestSetDefaultLine = suggestSetDefaultLine;
return this;
}
public Boolean getSuggestSetDefaultLine() {
return this.suggestSetDefaultLine;
}
public static class DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool extends TeaModel {
/**
* <p>The ID of the address pool.</p>
*
* <strong>example:</strong>
* <p>hra0ix</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The name of the address pool.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("AddrPoolName")
public String addrPoolName;
public static DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool self = new DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool setAddrPoolName(String addrPoolName) {
this.addrPoolName = addrPoolName;
return this;
}
public String getAddrPoolName() {
return this.addrPoolName;
}
}
public static class DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools extends TeaModel {
@NameInMap("AddrPool")
public java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool> addrPool;
public static DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools self = new DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPools setAddrPool(java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool> addrPool) {
this.addrPool = addrPool;
return this;
}
public java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyAddrPoolsAddrPool> getAddrPool() {
return this.addrPool;
}
}
public static class DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine extends TeaModel {
/**
* <p>The code of the parent line. No value is returned if no parent line exists.</p>
*
* <strong>example:</strong>
* <p>telecom</p>
*/
@NameInMap("FatherCode")
public String fatherCode;
/**
* <p>The group number of the DNS request source.</p>
*
* <strong>example:</strong>
* <p>ISP</p>
*/
@NameInMap("GroupCode")
public String groupCode;
/**
* <p>The group name of the DNS request source.</p>
*
* <strong>example:</strong>
* <p>Mainland China</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>The code of the DNS request source.</p>
*
* <strong>example:</strong>
* <p>cn_telecom_hubei</p>
*/
@NameInMap("LineCode")
public String lineCode;
/**
* <p>The name of the DNS request source.</p>
*
* <strong>example:</strong>
* <p>South China</p>
*/
@NameInMap("LineName")
public String lineName;
/**
* <p>The state of the line. Valid values:</p>
* <ul>
* <li><strong>FORBIDDEN</strong>: The line is unavailable.</li>
* <li><strong>OPTIONAL</strong>: The line is available.</li>
* </ul>
*
* <strong>example:</strong>
* <p>FORBIDDEN</p>
*/
@NameInMap("Status")
public String status;
public static DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine self = new DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setFatherCode(String fatherCode) {
this.fatherCode = fatherCode;
return this;
}
public String getFatherCode() {
return this.fatherCode;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setGroupCode(String groupCode) {
this.groupCode = groupCode;
return this;
}
public String getGroupCode() {
return this.groupCode;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setLineCode(String lineCode) {
this.lineCode = lineCode;
return this;
}
public String getLineCode() {
return this.lineCode;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setLineName(String lineName) {
this.lineName = lineName;
return this;
}
public String getLineName() {
return this.lineName;
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
}
public static class DescribeGtmAccessStrategyAvailableConfigResponseBodyLines extends TeaModel {
@NameInMap("Line")
public java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine> line;
public static DescribeGtmAccessStrategyAvailableConfigResponseBodyLines build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyAvailableConfigResponseBodyLines self = new DescribeGtmAccessStrategyAvailableConfigResponseBodyLines();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyAvailableConfigResponseBodyLines setLine(java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine> line) {
this.line = line;
return this;
}
public java.util.List<DescribeGtmAccessStrategyAvailableConfigResponseBodyLinesLine> getLine() {
return this.line;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyRequest extends TeaModel {
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The ID of the access policy that you want to query.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>hra0hs</p>
*/
@NameInMap("StrategyId")
public String strategyId;
public static DescribeGtmAccessStrategyRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyRequest self = new DescribeGtmAccessStrategyRequest();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmAccessStrategyRequest setStrategyId(String strategyId) {
this.strategyId = strategyId;
return this;
}
public String getStrategyId() {
return this.strategyId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmAccessStrategyResponseBody body;
public static DescribeGtmAccessStrategyResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyResponse self = new DescribeGtmAccessStrategyResponse();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmAccessStrategyResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmAccessStrategyResponse setBody(DescribeGtmAccessStrategyResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmAccessStrategyResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAccessStrategyResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAccessStrategyResponseBody extends TeaModel {
/**
* <p>The access policy.</p>
*
* <strong>example:</strong>
* <p>AUTO</p>
*/
@NameInMap("AccessMode")
public String accessMode;
/**
* <p>The access status. Valid values:</p>
* <ul>
* <li><strong>DEFAULT</strong>: Indicates normal when the default address pool is accessed.</li>
* <li><strong>FAILOVER</strong>: Indicates an exception when a failover address pool is accessed.</li>
* </ul>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
@NameInMap("AccessStatus")
public String accessStatus;
/**
* <p>Indicates whether health check is enabled for the default address pool.</p>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("DefaultAddrPoolMonitorStatus")
public String defaultAddrPoolMonitorStatus;
/**
* <p>The name of the default address pool.</p>
*/
@NameInMap("DefaultAddrPoolName")
public String defaultAddrPoolName;
/**
* <p>The availability status of the default address pool.</p>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("DefaultAddrPoolStatus")
public String defaultAddrPoolStatus;
/**
* <p>The ID of the default address pool.</p>
*
* <strong>example:</strong>
* <p>hra0i1</p>
*/
@NameInMap("DefultAddrPoolId")
public String defultAddrPoolId;
/**
* <p>The ID of the failover address pool.</p>
*
* <strong>example:</strong>
* <p>hra0i2</p>
*/
@NameInMap("FailoverAddrPoolId")
public String failoverAddrPoolId;
/**
* <p>Indicates whether health check is enabled for the failover address pool.</p>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("FailoverAddrPoolMonitorStatus")
public String failoverAddrPoolMonitorStatus;
/**
* <p>The name of the failover address pool.</p>
*/
@NameInMap("FailoverAddrPoolName")
public String failoverAddrPoolName;
/**
* <p>The availability status of the failover address pool.</p>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("FailoverAddrPoolStatus")
public String failoverAddrPoolStatus;
/**
* <p>The ID of the GTM instance whose access policy details you want to query.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The returned lines of access regions.</p>
*/
@NameInMap("Lines")
public DescribeGtmAccessStrategyResponseBodyLines lines;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>BA1608CA-834C-4E63-8682-8AF0B11ED72D</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The ID of the access policy queried.</p>
*
* <strong>example:</strong>
* <p>hra0hs</p>
*/
@NameInMap("StrategyId")
public String strategyId;
/**
* <p>The mode of traffic scheduling.</p>
*
* <strong>example:</strong>
* <p>SELF_DEFINED</p>
*/
@NameInMap("StrategyMode")
public String strategyMode;
/**
* <p>The name of the access policy queried.</p>
*/
@NameInMap("StrategyName")
public String strategyName;
public static DescribeGtmAccessStrategyResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyResponseBody self = new DescribeGtmAccessStrategyResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyResponseBody setAccessMode(String accessMode) {
this.accessMode = accessMode;
return this;
}
public String getAccessMode() {
return this.accessMode;
}
public DescribeGtmAccessStrategyResponseBody setAccessStatus(String accessStatus) {
this.accessStatus = accessStatus;
return this;
}
public String getAccessStatus() {
return this.accessStatus;
}
public DescribeGtmAccessStrategyResponseBody setDefaultAddrPoolMonitorStatus(String defaultAddrPoolMonitorStatus) {
this.defaultAddrPoolMonitorStatus = defaultAddrPoolMonitorStatus;
return this;
}
public String getDefaultAddrPoolMonitorStatus() {
return this.defaultAddrPoolMonitorStatus;
}
public DescribeGtmAccessStrategyResponseBody setDefaultAddrPoolName(String defaultAddrPoolName) {
this.defaultAddrPoolName = defaultAddrPoolName;
return this;
}
public String getDefaultAddrPoolName() {
return this.defaultAddrPoolName;
}
public DescribeGtmAccessStrategyResponseBody setDefaultAddrPoolStatus(String defaultAddrPoolStatus) {
this.defaultAddrPoolStatus = defaultAddrPoolStatus;
return this;
}
public String getDefaultAddrPoolStatus() {
return this.defaultAddrPoolStatus;
}
public DescribeGtmAccessStrategyResponseBody setDefultAddrPoolId(String defultAddrPoolId) {
this.defultAddrPoolId = defultAddrPoolId;
return this;
}
public String getDefultAddrPoolId() {
return this.defultAddrPoolId;
}
public DescribeGtmAccessStrategyResponseBody setFailoverAddrPoolId(String failoverAddrPoolId) {
this.failoverAddrPoolId = failoverAddrPoolId;
return this;
}
public String getFailoverAddrPoolId() {
return this.failoverAddrPoolId;
}
public DescribeGtmAccessStrategyResponseBody setFailoverAddrPoolMonitorStatus(String failoverAddrPoolMonitorStatus) {
this.failoverAddrPoolMonitorStatus = failoverAddrPoolMonitorStatus;
return this;
}
public String getFailoverAddrPoolMonitorStatus() {
return this.failoverAddrPoolMonitorStatus;
}
public DescribeGtmAccessStrategyResponseBody setFailoverAddrPoolName(String failoverAddrPoolName) {
this.failoverAddrPoolName = failoverAddrPoolName;
return this;
}
public String getFailoverAddrPoolName() {
return this.failoverAddrPoolName;
}
public DescribeGtmAccessStrategyResponseBody setFailoverAddrPoolStatus(String failoverAddrPoolStatus) {
this.failoverAddrPoolStatus = failoverAddrPoolStatus;
return this;
}
public String getFailoverAddrPoolStatus() {
return this.failoverAddrPoolStatus;
}
public DescribeGtmAccessStrategyResponseBody setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmAccessStrategyResponseBody setLines(DescribeGtmAccessStrategyResponseBodyLines lines) {
this.lines = lines;
return this;
}
public DescribeGtmAccessStrategyResponseBodyLines getLines() {
return this.lines;
}
public DescribeGtmAccessStrategyResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmAccessStrategyResponseBody setStrategyId(String strategyId) {
this.strategyId = strategyId;
return this;
}
public String getStrategyId() {
return this.strategyId;
}
public DescribeGtmAccessStrategyResponseBody setStrategyMode(String strategyMode) {
this.strategyMode = strategyMode;
return this;
}
public String getStrategyMode() {
return this.strategyMode;
}
public DescribeGtmAccessStrategyResponseBody setStrategyName(String strategyName) {
this.strategyName = strategyName;
return this;
}
public String getStrategyName() {
return this.strategyName;
}
public static class DescribeGtmAccessStrategyResponseBodyLinesLine extends TeaModel {
/**
* <p>The code of the access region group.</p>
*
* <strong>example:</strong>
* <p>DEFAULT</p>
*/
@NameInMap("GroupCode")
public String groupCode;
/**
* <p>The name of the access region group.</p>
*
* <strong>example:</strong>
* <p>Global</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>The code for the line of the access region.</p>
*
* <strong>example:</strong>
* <p>default</p>
*/
@NameInMap("LineCode")
public String lineCode;
/**
* <p>The name for the line of the access region.</p>
*
* <strong>example:</strong>
* <p>Global</p>
*/
@NameInMap("LineName")
public String lineName;
public static DescribeGtmAccessStrategyResponseBodyLinesLine build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyResponseBodyLinesLine self = new DescribeGtmAccessStrategyResponseBodyLinesLine();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyResponseBodyLinesLine setGroupCode(String groupCode) {
this.groupCode = groupCode;
return this;
}
public String getGroupCode() {
return this.groupCode;
}
public DescribeGtmAccessStrategyResponseBodyLinesLine setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public DescribeGtmAccessStrategyResponseBodyLinesLine setLineCode(String lineCode) {
this.lineCode = lineCode;
return this;
}
public String getLineCode() {
return this.lineCode;
}
public DescribeGtmAccessStrategyResponseBodyLinesLine setLineName(String lineName) {
this.lineName = lineName;
return this;
}
public String getLineName() {
return this.lineName;
}
}
public static class DescribeGtmAccessStrategyResponseBodyLines extends TeaModel {
@NameInMap("Line")
public java.util.List<DescribeGtmAccessStrategyResponseBodyLinesLine> line;
public static DescribeGtmAccessStrategyResponseBodyLines build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAccessStrategyResponseBodyLines self = new DescribeGtmAccessStrategyResponseBodyLines();
return TeaModel.build(map, self);
}
public DescribeGtmAccessStrategyResponseBodyLines setLine(java.util.List<DescribeGtmAccessStrategyResponseBodyLinesLine> line) {
this.line = line;
return this;
}
public java.util.List<DescribeGtmAccessStrategyResponseBodyLinesLine> getLine() {
return this.line;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAvailableAlertGroupRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAvailableAlertGroupRequest extends TeaModel {
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmAvailableAlertGroupRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAvailableAlertGroupRequest self = new DescribeGtmAvailableAlertGroupRequest();
return TeaModel.build(map, self);
}
public DescribeGtmAvailableAlertGroupRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAvailableAlertGroupResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAvailableAlertGroupResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmAvailableAlertGroupResponseBody body;
public static DescribeGtmAvailableAlertGroupResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAvailableAlertGroupResponse self = new DescribeGtmAvailableAlertGroupResponse();
return TeaModel.build(map, self);
}
public DescribeGtmAvailableAlertGroupResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmAvailableAlertGroupResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmAvailableAlertGroupResponse setBody(DescribeGtmAvailableAlertGroupResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmAvailableAlertGroupResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmAvailableAlertGroupResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmAvailableAlertGroupResponseBody extends TeaModel {
/**
* <p>The available alert groups of the GTM instance.</p>
*/
@NameInMap("AvailableAlertGroup")
public String availableAlertGroup;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p>
*/
@NameInMap("RequestId")
public String requestId;
public static DescribeGtmAvailableAlertGroupResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmAvailableAlertGroupResponseBody self = new DescribeGtmAvailableAlertGroupResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmAvailableAlertGroupResponseBody setAvailableAlertGroup(String availableAlertGroup) {
this.availableAlertGroup = availableAlertGroup;
return this;
}
public String getAvailableAlertGroup() {
return this.availableAlertGroup;
}
public DescribeGtmAvailableAlertGroupResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolRequest extends TeaModel {
/**
* <p>The ID of the address pool that you want to query.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1234</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmInstanceAddressPoolRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolRequest self = new DescribeGtmInstanceAddressPoolRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolRequest setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmInstanceAddressPoolRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstanceAddressPoolResponseBody body;
public static DescribeGtmInstanceAddressPoolResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolResponse self = new DescribeGtmInstanceAddressPoolResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstanceAddressPoolResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstanceAddressPoolResponse setBody(DescribeGtmInstanceAddressPoolResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstanceAddressPoolResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolResponseBody extends TeaModel {
/**
* <p>The number of addresses in the address pool queried.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("AddrCount")
public Integer addrCount;
/**
* <p>The ID of the address pool.</p>
*
* <strong>example:</strong>
* <p>1234abc</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The addresses in the address pool.</p>
*/
@NameInMap("Addrs")
public DescribeGtmInstanceAddressPoolResponseBodyAddrs addrs;
/**
* <p>The time when the address pool was created.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The minimum number of available addresses in the address pool.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("MinAvailableAddrNum")
public Integer minAvailableAddrNum;
/**
* <p>The health check ID of the address pool.</p>
*
* <strong>example:</strong>
* <p>100abc</p>
*/
@NameInMap("MonitorConfigId")
public String monitorConfigId;
/**
* <p>Indicates whether health check was enabled for the address pool. Valid values:</p>
* <ul>
* <li><strong>OPEN</strong>: Enabled</li>
* <li><strong>CLOSE</strong>: Disabled</li>
* <li><strong>UNCONFIGURED</strong>: Not configured</li>
* </ul>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("MonitorStatus")
public String monitorStatus;
/**
* <p>The name of the address pool.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The availability status of the address pool. Valid values:</p>
* <ul>
* <li><strong>AVAILABLE</strong>: Available</li>
* <li><strong>NOT_AVAILABLE</strong>: Unavailable</li>
* </ul>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The type of the address pool. Valid values:</p>
* <ul>
* <li><strong>IP</strong>: IP address</li>
* <li><strong>DOMAIN</strong>: Domain name</li>
* </ul>
*
* <strong>example:</strong>
* <p>IP</p>
*/
@NameInMap("Type")
public String type;
/**
* <p>The last time when the address pool was updated.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>A timestamp that indicates the last time the address pool was updated.</p>
*
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
public static DescribeGtmInstanceAddressPoolResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolResponseBody self = new DescribeGtmInstanceAddressPoolResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolResponseBody setAddrCount(Integer addrCount) {
this.addrCount = addrCount;
return this;
}
public Integer getAddrCount() {
return this.addrCount;
}
public DescribeGtmInstanceAddressPoolResponseBody setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmInstanceAddressPoolResponseBody setAddrs(DescribeGtmInstanceAddressPoolResponseBodyAddrs addrs) {
this.addrs = addrs;
return this;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrs getAddrs() {
return this.addrs;
}
public DescribeGtmInstanceAddressPoolResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmInstanceAddressPoolResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmInstanceAddressPoolResponseBody setMinAvailableAddrNum(Integer minAvailableAddrNum) {
this.minAvailableAddrNum = minAvailableAddrNum;
return this;
}
public Integer getMinAvailableAddrNum() {
return this.minAvailableAddrNum;
}
public DescribeGtmInstanceAddressPoolResponseBody setMonitorConfigId(String monitorConfigId) {
this.monitorConfigId = monitorConfigId;
return this;
}
public String getMonitorConfigId() {
return this.monitorConfigId;
}
public DescribeGtmInstanceAddressPoolResponseBody setMonitorStatus(String monitorStatus) {
this.monitorStatus = monitorStatus;
return this;
}
public String getMonitorStatus() {
return this.monitorStatus;
}
public DescribeGtmInstanceAddressPoolResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribeGtmInstanceAddressPoolResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstanceAddressPoolResponseBody setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeGtmInstanceAddressPoolResponseBody setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public DescribeGtmInstanceAddressPoolResponseBody setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmInstanceAddressPoolResponseBody setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
public static class DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr extends TeaModel {
/**
* <p>The ID of the address.</p>
*
* <strong>example:</strong>
* <p>123</p>
*/
@NameInMap("AddrId")
public Long addrId;
/**
* <p>Indicates whether health check was enabled for the address. Valid values:</p>
* <ul>
* <li><strong>OK</strong>: Normal</li>
* <li><strong>ALERT</strong>: Alert</li>
* </ul>
*
* <strong>example:</strong>
* <p>OK</p>
*/
@NameInMap("AlertStatus")
public String alertStatus;
/**
* <p>The time when the address pool was created.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The weight of the address.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("LbaWeight")
public Integer lbaWeight;
/**
* <p>The mode of the address. Valid values:</p>
* <ul>
* <li><strong>SMART</strong>: Intelligent return</li>
* <li><strong>ONLINE</strong>: Always online</li>
* <li><strong>OFFLINE</strong>: Always offline</li>
* </ul>
*
* <strong>example:</strong>
* <p>SMART</p>
*/
@NameInMap("Mode")
public String mode;
/**
* <p>The last time when the address was updated.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>A timestamp that indicates the last time when the address was updated.</p>
*
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
/**
* <p>The address.</p>
*
* <strong>example:</strong>
* <p>1.1.1.1</p>
*/
@NameInMap("Value")
public String value;
public static DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr self = new DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setAddrId(Long addrId) {
this.addrId = addrId;
return this;
}
public Long getAddrId() {
return this.addrId;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setAlertStatus(String alertStatus) {
this.alertStatus = alertStatus;
return this;
}
public String getAlertStatus() {
return this.alertStatus;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setLbaWeight(Integer lbaWeight) {
this.lbaWeight = lbaWeight;
return this;
}
public Integer getLbaWeight() {
return this.lbaWeight;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setMode(String mode) {
this.mode = mode;
return this;
}
public String getMode() {
return this.mode;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class DescribeGtmInstanceAddressPoolResponseBodyAddrs extends TeaModel {
@NameInMap("Addr")
public java.util.List<DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr> addr;
public static DescribeGtmInstanceAddressPoolResponseBodyAddrs build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolResponseBodyAddrs self = new DescribeGtmInstanceAddressPoolResponseBodyAddrs();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolResponseBodyAddrs setAddr(java.util.List<DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr> addr) {
this.addr = addr;
return this;
}
public java.util.List<DescribeGtmInstanceAddressPoolResponseBodyAddrsAddr> getAddr() {
return this.addr;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolsRequest extends TeaModel {
/**
* <p>The ID of the GTM instance that you want to query.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>gtmtest</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The number of the page to return. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries to return per page. Maximum value: <strong>100</strong>. Default value: <strong>20</strong>.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
public static DescribeGtmInstanceAddressPoolsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolsRequest self = new DescribeGtmInstanceAddressPoolsRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolsRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstanceAddressPoolsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmInstanceAddressPoolsRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmInstanceAddressPoolsRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstanceAddressPoolsResponseBody body;
public static DescribeGtmInstanceAddressPoolsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolsResponse self = new DescribeGtmInstanceAddressPoolsResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstanceAddressPoolsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstanceAddressPoolsResponse setBody(DescribeGtmInstanceAddressPoolsResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstanceAddressPoolsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceAddressPoolsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceAddressPoolsResponseBody extends TeaModel {
/**
* <p>The returned list of address pools of the GTM instance.</p>
*/
@NameInMap("AddrPools")
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPools addrPools;
/**
* <p>The number of the page returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned on all pages.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeGtmInstanceAddressPoolsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolsResponseBody self = new DescribeGtmInstanceAddressPoolsResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolsResponseBody setAddrPools(DescribeGtmInstanceAddressPoolsResponseBodyAddrPools addrPools) {
this.addrPools = addrPools;
return this;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPools getAddrPools() {
return this.addrPools;
}
public DescribeGtmInstanceAddressPoolsResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmInstanceAddressPoolsResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmInstanceAddressPoolsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstanceAddressPoolsResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeGtmInstanceAddressPoolsResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool extends TeaModel {
/**
* <p>The number of addresses in the address pool.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("AddrCount")
public Integer addrCount;
/**
* <p>The ID of the address pool.</p>
*
* <strong>example:</strong>
* <p>1234abc</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The time when this address pool was created.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The minimum number of available addresses in the address pool.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("MinAvailableAddrNum")
public Integer minAvailableAddrNum;
/**
* <p>The health check ID of the address pool.</p>
*
* <strong>example:</strong>
* <p>100abc</p>
*/
@NameInMap("MonitorConfigId")
public String monitorConfigId;
/**
* <p>Indicates whether health check was enabled for the address pool. Valid values:</p>
* <ul>
* <li><strong>OPEN</strong>: Enabled</li>
* <li><strong>CLOSE</strong>: Disabled</li>
* <li><strong>UNCONFIGURED</strong>: Not configured</li>
* </ul>
*
* <strong>example:</strong>
* <p>OPEN</p>
*/
@NameInMap("MonitorStatus")
public String monitorStatus;
/**
* <p>The name of the address pool.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>The availability status of the address pool. Valid values:</p>
* <ul>
* <li><strong>AVAILABLE</strong>: Available</li>
* <li><strong>NOT_AVAILABLE</strong>: Unavailable</li>
* </ul>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The type of the address pool. Valid values:</p>
* <ul>
* <li><strong>IP</strong>: IP address</li>
* <li><strong>DOMAIN</strong>: Domain name</li>
* </ul>
*
* <strong>example:</strong>
* <p>IP</p>
*/
@NameInMap("Type")
public String type;
/**
* <p>The last time when the address pool was updated.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>A timestamp that indicates the last time the address pool was updated.</p>
*
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
public static DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool self = new DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setAddrCount(Integer addrCount) {
this.addrCount = addrCount;
return this;
}
public Integer getAddrCount() {
return this.addrCount;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setMinAvailableAddrNum(Integer minAvailableAddrNum) {
this.minAvailableAddrNum = minAvailableAddrNum;
return this;
}
public Integer getMinAvailableAddrNum() {
return this.minAvailableAddrNum;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setMonitorConfigId(String monitorConfigId) {
this.monitorConfigId = monitorConfigId;
return this;
}
public String getMonitorConfigId() {
return this.monitorConfigId;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setMonitorStatus(String monitorStatus) {
this.monitorStatus = monitorStatus;
return this;
}
public String getMonitorStatus() {
return this.monitorStatus;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
}
public static class DescribeGtmInstanceAddressPoolsResponseBodyAddrPools extends TeaModel {
@NameInMap("AddrPool")
public java.util.List<DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool> addrPool;
public static DescribeGtmInstanceAddressPoolsResponseBodyAddrPools build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceAddressPoolsResponseBodyAddrPools self = new DescribeGtmInstanceAddressPoolsResponseBodyAddrPools();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceAddressPoolsResponseBodyAddrPools setAddrPool(java.util.List<DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool> addrPool) {
this.addrPool = addrPool;
return this;
}
public java.util.List<DescribeGtmInstanceAddressPoolsResponseBodyAddrPoolsAddrPool> getAddrPool() {
return this.addrPool;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceRequest extends TeaModel {
/**
* <p>The ID of the GTM instance.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language of the values of specific response parameters.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>Specifies whether additional information is required. Default value: <strong>false</strong>. If the value is <strong>true</strong>, the AccessStrategyNum and AddressPoolNum parameters are returned.</p>
*
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NeedDetailAttributes")
public Boolean needDetailAttributes;
public static DescribeGtmInstanceRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceRequest self = new DescribeGtmInstanceRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstanceRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmInstanceRequest setNeedDetailAttributes(Boolean needDetailAttributes) {
this.needDetailAttributes = needDetailAttributes;
return this;
}
public Boolean getNeedDetailAttributes() {
return this.needDetailAttributes;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstanceResponseBody body;
public static DescribeGtmInstanceResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceResponse self = new DescribeGtmInstanceResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstanceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstanceResponse setBody(DescribeGtmInstanceResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstanceResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceResponseBody extends TeaModel {
/**
* <p>The number of access policies of the GTM instance.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("AccessStrategyNum")
public Integer accessStrategyNum;
/**
* <p>The number of address pools of the GTM instance.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("AddressPoolNum")
public Integer addressPoolNum;
/**
* <p>The alert group of the GTM instance.</p>
*
* <strong>example:</strong>
* <p>[\\"Daily test - R\&D group\\"]</p>
*/
@NameInMap("AlertGroup")
public String alertGroup;
/**
* <p>The domain name of the GTM instance to which the service domain name is mapped by using a CNAME record.</p>
*
* <strong>example:</strong>
* <p>instance1.14.com</p>
*/
@NameInMap("Cname")
public String cname;
/**
* <p>Indicates whether the CNAME is a custom domain name or is assigned by the system. Valid values:</p>
* <ul>
* <li><strong>SYSTEM_ASSIGN</strong></li>
* <li><strong>CUSTOM</strong></li>
* </ul>
*
* <strong>example:</strong>
* <p>SYSTEM_ASSIGN</p>
*/
@NameInMap("CnameMode")
public String cnameMode;
/**
* <p>The time when the GTM instance was created.</p>
*
* <strong>example:</strong>
* <p>2018-06-06T11:34Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The timestamp that indicates the time when the GTM instance was created.</p>
*
* <strong>example:</strong>
* <p>1528284856000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The time when the GTM instance expires.</p>
*
* <strong>example:</strong>
* <p>2018-06-06T11:34Z</p>
*/
@NameInMap("ExpireTime")
public String expireTime;
/**
* <p>The timestamp that indicates the time when the GTM instance expires.</p>
*
* <strong>example:</strong>
* <p>1528284856000</p>
*/
@NameInMap("ExpireTimestamp")
public Long expireTimestamp;
/**
* <p>The ID of the GTM instance.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The name of the GTM instance.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("InstanceName")
public String instanceName;
/**
* <p>The load balancing policy. Valid values:</p>
* <ul>
* <li><strong>ALL_RR</strong>: round robin</li>
* <li><strong>RATIO</strong>: weighted round-robin</li>
* </ul>
*
* <strong>example:</strong>
* <p>RATIO</p>
*/
@NameInMap("LbaStrategy")
public String lbaStrategy;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>E41AA251-F9BA-48C6-99B2-2B82B26A573A</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The ID of the resource group.</p>
*
* <strong>example:</strong>
* <p>rg-testgroupid</p>
*/
@NameInMap("ResourceGroupId")
public String resourceGroupId;
/**
* <p>The global time to live (TTL).</p>
*
* <strong>example:</strong>
* <p>60</p>
*/
@NameInMap("Ttl")
public Integer ttl;
/**
* <p>The domain name of the application.</p>
*
* <strong>example:</strong>
* <p><a href="http://www.example.com">www.example.com</a></p>
*/
@NameInMap("UserDomainName")
public String userDomainName;
/**
* <p>The version code.</p>
*
* <strong>example:</strong>
* <p>biaozhun</p>
*/
@NameInMap("VersionCode")
public String versionCode;
public static DescribeGtmInstanceResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceResponseBody self = new DescribeGtmInstanceResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceResponseBody setAccessStrategyNum(Integer accessStrategyNum) {
this.accessStrategyNum = accessStrategyNum;
return this;
}
public Integer getAccessStrategyNum() {
return this.accessStrategyNum;
}
public DescribeGtmInstanceResponseBody setAddressPoolNum(Integer addressPoolNum) {
this.addressPoolNum = addressPoolNum;
return this;
}
public Integer getAddressPoolNum() {
return this.addressPoolNum;
}
public DescribeGtmInstanceResponseBody setAlertGroup(String alertGroup) {
this.alertGroup = alertGroup;
return this;
}
public String getAlertGroup() {
return this.alertGroup;
}
public DescribeGtmInstanceResponseBody setCname(String cname) {
this.cname = cname;
return this;
}
public String getCname() {
return this.cname;
}
public DescribeGtmInstanceResponseBody setCnameMode(String cnameMode) {
this.cnameMode = cnameMode;
return this;
}
public String getCnameMode() {
return this.cnameMode;
}
public DescribeGtmInstanceResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmInstanceResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmInstanceResponseBody setExpireTime(String expireTime) {
this.expireTime = expireTime;
return this;
}
public String getExpireTime() {
return this.expireTime;
}
public DescribeGtmInstanceResponseBody setExpireTimestamp(Long expireTimestamp) {
this.expireTimestamp = expireTimestamp;
return this;
}
public Long getExpireTimestamp() {
return this.expireTimestamp;
}
public DescribeGtmInstanceResponseBody setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstanceResponseBody setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
public DescribeGtmInstanceResponseBody setLbaStrategy(String lbaStrategy) {
this.lbaStrategy = lbaStrategy;
return this;
}
public String getLbaStrategy() {
return this.lbaStrategy;
}
public DescribeGtmInstanceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstanceResponseBody setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
return this;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public DescribeGtmInstanceResponseBody setTtl(Integer ttl) {
this.ttl = ttl;
return this;
}
public Integer getTtl() {
return this.ttl;
}
public DescribeGtmInstanceResponseBody setUserDomainName(String userDomainName) {
this.userDomainName = userDomainName;
return this;
}
public String getUserDomainName() {
return this.userDomainName;
}
public DescribeGtmInstanceResponseBody setVersionCode(String versionCode) {
this.versionCode = versionCode;
return this;
}
public String getVersionCode() {
return this.versionCode;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceStatusRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceStatusRequest extends TeaModel {
/**
* <p>The instance ID.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmInstanceStatusRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceStatusRequest self = new DescribeGtmInstanceStatusRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceStatusRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstanceStatusRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceStatusResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceStatusResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstanceStatusResponseBody body;
public static DescribeGtmInstanceStatusResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceStatusResponse self = new DescribeGtmInstanceStatusResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceStatusResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstanceStatusResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstanceStatusResponse setBody(DescribeGtmInstanceStatusResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstanceStatusResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceStatusResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceStatusResponseBody extends TeaModel {
/**
* <p>The number of unavailable addresses.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("AddrNotAvailableNum")
public Integer addrNotAvailableNum;
/**
* <p>The number of unavailable address pools.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("AddrPoolNotAvailableNum")
public Integer addrPoolNotAvailableNum;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The state of the instance. Valid values:</p>
* <ul>
* <li>ALLOW: The operation on the instance is allowed.</li>
* <li>DENY: The operation on the instance is not allowed.</li>
* </ul>
*
* <strong>example:</strong>
* <p>ALLOW</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The reasons why the instance is in the current state. Valid values:</p>
* <ul>
* <li>INSTANCE_OPERATE_BLACK_LIST: The operation on the instance is not allowed.</li>
* <li>BETA_INSTANCE: The instance is in public preview.</li>
* </ul>
*
* <strong>example:</strong>
* <p>["BETA_INSTANCE"]</p>
*/
@NameInMap("StatusReason")
public String statusReason;
/**
* <p>The number of unavailable access policies.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("StrategyNotAvailableNum")
public Integer strategyNotAvailableNum;
/**
* <p>The number of access policies switched to the secondary address pool.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("SwitchToFailoverStrategyNum")
public Integer switchToFailoverStrategyNum;
public static DescribeGtmInstanceStatusResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceStatusResponseBody self = new DescribeGtmInstanceStatusResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceStatusResponseBody setAddrNotAvailableNum(Integer addrNotAvailableNum) {
this.addrNotAvailableNum = addrNotAvailableNum;
return this;
}
public Integer getAddrNotAvailableNum() {
return this.addrNotAvailableNum;
}
public DescribeGtmInstanceStatusResponseBody setAddrPoolNotAvailableNum(Integer addrPoolNotAvailableNum) {
this.addrPoolNotAvailableNum = addrPoolNotAvailableNum;
return this;
}
public Integer getAddrPoolNotAvailableNum() {
return this.addrPoolNotAvailableNum;
}
public DescribeGtmInstanceStatusResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstanceStatusResponseBody setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeGtmInstanceStatusResponseBody setStatusReason(String statusReason) {
this.statusReason = statusReason;
return this;
}
public String getStatusReason() {
return this.statusReason;
}
public DescribeGtmInstanceStatusResponseBody setStrategyNotAvailableNum(Integer strategyNotAvailableNum) {
this.strategyNotAvailableNum = strategyNotAvailableNum;
return this;
}
public Integer getStrategyNotAvailableNum() {
return this.strategyNotAvailableNum;
}
public DescribeGtmInstanceStatusResponseBody setSwitchToFailoverStrategyNum(Integer switchToFailoverStrategyNum) {
this.switchToFailoverStrategyNum = switchToFailoverStrategyNum;
return this;
}
public Integer getSwitchToFailoverStrategyNum() {
return this.switchToFailoverStrategyNum;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceSystemCnameRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceSystemCnameRequest extends TeaModel {
/**
* <p>The ID of the Global Traffic Manager (GTM) instance.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmInstanceSystemCnameRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceSystemCnameRequest self = new DescribeGtmInstanceSystemCnameRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceSystemCnameRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstanceSystemCnameRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceSystemCnameResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceSystemCnameResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstanceSystemCnameResponseBody body;
public static DescribeGtmInstanceSystemCnameResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceSystemCnameResponse self = new DescribeGtmInstanceSystemCnameResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceSystemCnameResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstanceSystemCnameResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstanceSystemCnameResponse setBody(DescribeGtmInstanceSystemCnameResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstanceSystemCnameResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstanceSystemCnameResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstanceSystemCnameResponseBody extends TeaModel {
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The CNAME record assigned by the system.</p>
*
* <strong>example:</strong>
* <p>gtm-cn-mp91004xxxx.gtm-a2b4.com</p>
*/
@NameInMap("SystemCname")
public String systemCname;
public static DescribeGtmInstanceSystemCnameResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstanceSystemCnameResponseBody self = new DescribeGtmInstanceSystemCnameResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstanceSystemCnameResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstanceSystemCnameResponseBody setSystemCname(String systemCname) {
this.systemCname = systemCname;
return this;
}
public String getSystemCname() {
return this.systemCname;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstancesRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstancesRequest extends TeaModel {
/**
* <p>The keyword that you use for query. Exact match is supported by instance ID or instance name.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("Keyword")
public String keyword;
/**
* <p>The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>Specifies whether additional information is required. Default value: <strong>false</strong>.</p>
*
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NeedDetailAttributes")
public Boolean needDetailAttributes;
/**
* <p>The page number to return.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries to return per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the resource group.</p>
*
* <strong>example:</strong>
* <p>rg-xxxxx</p>
*/
@NameInMap("ResourceGroupId")
public String resourceGroupId;
public static DescribeGtmInstancesRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstancesRequest self = new DescribeGtmInstancesRequest();
return TeaModel.build(map, self);
}
public DescribeGtmInstancesRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribeGtmInstancesRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmInstancesRequest setNeedDetailAttributes(Boolean needDetailAttributes) {
this.needDetailAttributes = needDetailAttributes;
return this;
}
public Boolean getNeedDetailAttributes() {
return this.needDetailAttributes;
}
public DescribeGtmInstancesRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmInstancesRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmInstancesRequest setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
return this;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstancesResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstancesResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmInstancesResponseBody body;
public static DescribeGtmInstancesResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstancesResponse self = new DescribeGtmInstancesResponse();
return TeaModel.build(map, self);
}
public DescribeGtmInstancesResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmInstancesResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmInstancesResponse setBody(DescribeGtmInstancesResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmInstancesResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmInstancesResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmInstancesResponseBody extends TeaModel {
/**
* <p>The list of queried instances.</p>
*/
@NameInMap("GtmInstances")
public DescribeGtmInstancesResponseBodyGtmInstances gtmInstances;
/**
* <p>The returned page number.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>193B0163-7F93-42DF-AB05-ACEEB7D22707</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeGtmInstancesResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstancesResponseBody self = new DescribeGtmInstancesResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmInstancesResponseBody setGtmInstances(DescribeGtmInstancesResponseBodyGtmInstances gtmInstances) {
this.gtmInstances = gtmInstances;
return this;
}
public DescribeGtmInstancesResponseBodyGtmInstances getGtmInstances() {
return this.gtmInstances;
}
public DescribeGtmInstancesResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmInstancesResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmInstancesResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmInstancesResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeGtmInstancesResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance extends TeaModel {
/**
* <p>The number of access policies.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("AccessStrategyNum")
public Integer accessStrategyNum;
/**
* <p>The number of address pools.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("AddressPoolNum")
public Integer addressPoolNum;
/**
* <p>The name of the alert group.</p>
*
* <strong>example:</strong>
* <p>[\\"R\&D group\\"]</p>
*/
@NameInMap("AlertGroup")
public String alertGroup;
/**
* <p>The CNAME domain name that is used to access the instance.</p>
*
* <strong>example:</strong>
* <p>instance1.14.com</p>
*/
@NameInMap("Cname")
public String cname;
/**
* <p>The CNAME domain name used to access the instance. Valid values:</p>
* <ul>
* <li><strong>SYSTEM_ASSIGN</strong>: A CNAME domain name assigned by the system is used.</li>
* <li><strong>CUSTOM</strong>: A custom CNAME domain name is used.</li>
* </ul>
*
* <strong>example:</strong>
* <p>SYSTEM_ASSIGN</p>
*/
@NameInMap("CnameMode")
public String cnameMode;
/**
* <p>The time when the instance was created.</p>
*
* <strong>example:</strong>
* <p>2018-06-06T11:34Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The UNIX timestamp that indicates when the instance was created.</p>
*
* <strong>example:</strong>
* <p>1528284856000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The time when the instance expires.</p>
*
* <strong>example:</strong>
* <p>2018-06-06T11:34Z</p>
*/
@NameInMap("ExpireTime")
public String expireTime;
/**
* <p>The UNIX timestamp that indicates when the instance expires.</p>
*
* <strong>example:</strong>
* <p>1528284856000</p>
*/
@NameInMap("ExpireTimestamp")
public Long expireTimestamp;
/**
* <p>The ID of the instance.</p>
*
* <strong>example:</strong>
* <p>instance1</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The name of the instance.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("InstanceName")
public String instanceName;
/**
* <p>The load balancing policy that is used. Valid values:</p>
* <ul>
* <li><strong>ALL_RR</strong>: Load balancing</li>
* <li><strong>RATIO</strong>: Weighted round-robin</li>
* </ul>
*
* <strong>example:</strong>
* <p>RATIO</p>
*/
@NameInMap("LbaStrategy")
public String lbaStrategy;
/**
* <p>The ID of the resource group to which the instance belongs.</p>
*
* <strong>example:</strong>
* <p>rg-acfm2q2jqpjh***</p>
*/
@NameInMap("ResourceGroupId")
public String resourceGroupId;
/**
* <p>The global time to live (TTL).</p>
*
* <strong>example:</strong>
* <p>60</p>
*/
@NameInMap("Ttl")
public Integer ttl;
/**
* <p>The domain name of the user.</p>
*
* <strong>example:</strong>
* <p><a href="http://www.example.com">www.example.com</a></p>
*/
@NameInMap("UserDomainName")
public String userDomainName;
/**
* <p>The version code of the instance.</p>
*
* <strong>example:</strong>
* <p>biaozhun</p>
*/
@NameInMap("VersionCode")
public String versionCode;
public static DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance self = new DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance();
return TeaModel.build(map, self);
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setAccessStrategyNum(Integer accessStrategyNum) {
this.accessStrategyNum = accessStrategyNum;
return this;
}
public Integer getAccessStrategyNum() {
return this.accessStrategyNum;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setAddressPoolNum(Integer addressPoolNum) {
this.addressPoolNum = addressPoolNum;
return this;
}
public Integer getAddressPoolNum() {
return this.addressPoolNum;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setAlertGroup(String alertGroup) {
this.alertGroup = alertGroup;
return this;
}
public String getAlertGroup() {
return this.alertGroup;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setCname(String cname) {
this.cname = cname;
return this;
}
public String getCname() {
return this.cname;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setCnameMode(String cnameMode) {
this.cnameMode = cnameMode;
return this;
}
public String getCnameMode() {
return this.cnameMode;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setExpireTime(String expireTime) {
this.expireTime = expireTime;
return this;
}
public String getExpireTime() {
return this.expireTime;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setExpireTimestamp(Long expireTimestamp) {
this.expireTimestamp = expireTimestamp;
return this;
}
public Long getExpireTimestamp() {
return this.expireTimestamp;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setLbaStrategy(String lbaStrategy) {
this.lbaStrategy = lbaStrategy;
return this;
}
public String getLbaStrategy() {
return this.lbaStrategy;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
return this;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setTtl(Integer ttl) {
this.ttl = ttl;
return this;
}
public Integer getTtl() {
return this.ttl;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setUserDomainName(String userDomainName) {
this.userDomainName = userDomainName;
return this;
}
public String getUserDomainName() {
return this.userDomainName;
}
public DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance setVersionCode(String versionCode) {
this.versionCode = versionCode;
return this;
}
public String getVersionCode() {
return this.versionCode;
}
}
public static class DescribeGtmInstancesResponseBodyGtmInstances extends TeaModel {
@NameInMap("GtmInstance")
public java.util.List<DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance> gtmInstance;
public static DescribeGtmInstancesResponseBodyGtmInstances build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmInstancesResponseBodyGtmInstances self = new DescribeGtmInstancesResponseBodyGtmInstances();
return TeaModel.build(map, self);
}
public DescribeGtmInstancesResponseBodyGtmInstances setGtmInstance(java.util.List<DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance> gtmInstance) {
this.gtmInstance = gtmInstance;
return this;
}
public java.util.List<DescribeGtmInstancesResponseBodyGtmInstancesGtmInstance> getGtmInstance() {
return this.gtmInstance;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmLogsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmLogsRequest extends TeaModel {
/**
* <p>The timestamp that specifies the end of the time range to query.</p>
*
* <strong>example:</strong>
* <p>1363453350000</p>
*/
@NameInMap("EndTimestamp")
public Long endTimestamp;
/**
* <p>The ID of the GTM instance whose logs you want to query.</p>
*
* <strong>example:</strong>
* <p>gtm-cn-xxxxx</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The keyword for searching logs, in case-insensitive "%Keyword%" format.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("Keyword")
public String keyword;
/**
* <p>The language used by the user.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The number of the page to return. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries to return on each page. Maximum value: <strong>100</strong>. Default value: <strong>20</strong>.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The beginning of the time range to query.</p>
*
* <strong>example:</strong>
* <p>1363453340000</p>
*/
@NameInMap("StartTimestamp")
public Long startTimestamp;
public static DescribeGtmLogsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmLogsRequest self = new DescribeGtmLogsRequest();
return TeaModel.build(map, self);
}
public DescribeGtmLogsRequest setEndTimestamp(Long endTimestamp) {
this.endTimestamp = endTimestamp;
return this;
}
public Long getEndTimestamp() {
return this.endTimestamp;
}
public DescribeGtmLogsRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmLogsRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribeGtmLogsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmLogsRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmLogsRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmLogsRequest setStartTimestamp(Long startTimestamp) {
this.startTimestamp = startTimestamp;
return this;
}
public Long getStartTimestamp() {
return this.startTimestamp;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmLogsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmLogsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmLogsResponseBody body;
public static DescribeGtmLogsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmLogsResponse self = new DescribeGtmLogsResponse();
return TeaModel.build(map, self);
}
public DescribeGtmLogsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmLogsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmLogsResponse setBody(DescribeGtmLogsResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmLogsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmLogsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmLogsResponseBody extends TeaModel {
/**
* <p>The list of logs returned.</p>
*/
@NameInMap("Logs")
public DescribeGtmLogsResponseBodyLogs logs;
/**
* <p>The page number of the returned page.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>50C60A29-2E93-425A-ABA8-068686E28873</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned on all pages.</p>
*
* <strong>example:</strong>
* <p>224</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>224</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeGtmLogsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmLogsResponseBody self = new DescribeGtmLogsResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmLogsResponseBody setLogs(DescribeGtmLogsResponseBodyLogs logs) {
this.logs = logs;
return this;
}
public DescribeGtmLogsResponseBodyLogs getLogs() {
return this.logs;
}
public DescribeGtmLogsResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmLogsResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmLogsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmLogsResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeGtmLogsResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeGtmLogsResponseBodyLogsLog extends TeaModel {
/**
* <p>The formatted message content.</p>
*
* <strong>example:</strong>
* <p>addtest-pool-1</p>
*/
@NameInMap("Content")
public String content;
/**
* <p>The ID of the object that was operated on.</p>
*
* <strong>example:</strong>
* <p>121212</p>
*/
@NameInMap("EntityId")
public String entityId;
/**
* <p>The name of the object that was operated on.</p>
*
* <strong>example:</strong>
* <p>test-pool-1</p>
*/
@NameInMap("EntityName")
public String entityName;
/**
* <p>The type of the object that was operated on.</p>
*
* <strong>example:</strong>
* <p>POOL</p>
*/
@NameInMap("EntityType")
public String entityType;
/**
* <p>The ID of the log record.</p>
*
* <strong>example:</strong>
* <p>6726</p>
*/
@NameInMap("Id")
public Long id;
/**
* <p>The operation performed.</p>
*
* <strong>example:</strong>
* <p>add</p>
*/
@NameInMap("OperAction")
public String operAction;
/**
* <p>The IP address subject to the operation.</p>
*
* <strong>example:</strong>
* <p>106.11.34.X</p>
*/
@NameInMap("OperIp")
public String operIp;
/**
* <p>The time when the operation was performed.</p>
*
* <strong>example:</strong>
* <p>2018-01-24T07:35Z</p>
*/
@NameInMap("OperTime")
public String operTime;
/**
* <p>A timestamp that indicates the time when the operation was performed.</p>
*
* <strong>example:</strong>
* <p>1516779348000</p>
*/
@NameInMap("OperTimestamp")
public Long operTimestamp;
public static DescribeGtmLogsResponseBodyLogsLog build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmLogsResponseBodyLogsLog self = new DescribeGtmLogsResponseBodyLogsLog();
return TeaModel.build(map, self);
}
public DescribeGtmLogsResponseBodyLogsLog setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public DescribeGtmLogsResponseBodyLogsLog setEntityId(String entityId) {
this.entityId = entityId;
return this;
}
public String getEntityId() {
return this.entityId;
}
public DescribeGtmLogsResponseBodyLogsLog setEntityName(String entityName) {
this.entityName = entityName;
return this;
}
public String getEntityName() {
return this.entityName;
}
public DescribeGtmLogsResponseBodyLogsLog setEntityType(String entityType) {
this.entityType = entityType;
return this;
}
public String getEntityType() {
return this.entityType;
}
public DescribeGtmLogsResponseBodyLogsLog setId(Long id) {
this.id = id;
return this;
}
public Long getId() {
return this.id;
}
public DescribeGtmLogsResponseBodyLogsLog setOperAction(String operAction) {
this.operAction = operAction;
return this;
}
public String getOperAction() {
return this.operAction;
}
public DescribeGtmLogsResponseBodyLogsLog setOperIp(String operIp) {
this.operIp = operIp;
return this;
}
public String getOperIp() {
return this.operIp;
}
public DescribeGtmLogsResponseBodyLogsLog setOperTime(String operTime) {
this.operTime = operTime;
return this;
}
public String getOperTime() {
return this.operTime;
}
public DescribeGtmLogsResponseBodyLogsLog setOperTimestamp(Long operTimestamp) {
this.operTimestamp = operTimestamp;
return this;
}
public Long getOperTimestamp() {
return this.operTimestamp;
}
}
public static class DescribeGtmLogsResponseBodyLogs extends TeaModel {
@NameInMap("Log")
public java.util.List<DescribeGtmLogsResponseBodyLogsLog> log;
public static DescribeGtmLogsResponseBodyLogs build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmLogsResponseBodyLogs self = new DescribeGtmLogsResponseBodyLogs();
return TeaModel.build(map, self);
}
public DescribeGtmLogsResponseBodyLogs setLog(java.util.List<DescribeGtmLogsResponseBodyLogsLog> log) {
this.log = log;
return this;
}
public java.util.List<DescribeGtmLogsResponseBodyLogsLog> getLog() {
return this.log;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorAvailableConfigRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorAvailableConfigRequest extends TeaModel {
/**
* <p>The language of the values of specific response parameters.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmMonitorAvailableConfigRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorAvailableConfigRequest self = new DescribeGtmMonitorAvailableConfigRequest();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorAvailableConfigRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorAvailableConfigResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorAvailableConfigResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmMonitorAvailableConfigResponseBody body;
public static DescribeGtmMonitorAvailableConfigResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorAvailableConfigResponse self = new DescribeGtmMonitorAvailableConfigResponse();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorAvailableConfigResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmMonitorAvailableConfigResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmMonitorAvailableConfigResponse setBody(DescribeGtmMonitorAvailableConfigResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmMonitorAvailableConfigResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorAvailableConfigResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorAvailableConfigResponseBody extends TeaModel {
/**
* <p>The monitored nodes.</p>
*/
@NameInMap("IspCityNodes")
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes ispCityNodes;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
public static DescribeGtmMonitorAvailableConfigResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorAvailableConfigResponseBody self = new DescribeGtmMonitorAvailableConfigResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorAvailableConfigResponseBody setIspCityNodes(DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes ispCityNodes) {
this.ispCityNodes = ispCityNodes;
return this;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes getIspCityNodes() {
return this.ispCityNodes;
}
public DescribeGtmMonitorAvailableConfigResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode extends TeaModel {
/**
* <p>The code of the city where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>503</p>
*/
@NameInMap("CityCode")
public String cityCode;
/**
* <p>The display name of the city where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>Zhangjiakou</p>
*/
@NameInMap("CityName")
public String cityName;
/**
* <p>Indicates whether the monitored node is selected for the health check by default.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("DefaultSelected")
public Boolean defaultSelected;
/**
* <p>The name of the group to which the monitored node belongs.</p>
* <p>Valid values: Overseas Nodes, BGP Nodes, and ISP Nodes.</p>
*
* <strong>example:</strong>
* <p>Overseas Nodes</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>The type of the group to which the monitored node belongs.</p>
* <p>Valid values: BGP, OVERSEAS, and ISP.</p>
*
* <strong>example:</strong>
* <p>OVERSEAS</p>
*/
@NameInMap("GroupType")
public String groupType;
/**
* <p>The code of the Internet service provider (ISP) to which the monitored node belongs.</p>
* <ul>
* <li>If the value of the GroupType parameter is BGP or OVERSEAS, the value of IspCode is 465 by default.</li>
* <li>If the value of the GroupType parameter is not BGP or OVERSEAS, valid values of IspCode are 232, 132, and 5. and is used together with CityCode.</li>
* </ul>
*
* <strong>example:</strong>
* <p>465</p>
*/
@NameInMap("IspCode")
public String ispCode;
/**
* <p>The display name of the ISP to which the monitored node belongs.</p>
*
* <strong>example:</strong>
* <p>Alibaba</p>
*/
@NameInMap("IspName")
public String ispName;
/**
* <p>Indicates whether the monitored node is deployed in the Chinese mainland.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Mainland")
public Boolean mainland;
public static DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode self = new DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setCityCode(String cityCode) {
this.cityCode = cityCode;
return this;
}
public String getCityCode() {
return this.cityCode;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setCityName(String cityName) {
this.cityName = cityName;
return this;
}
public String getCityName() {
return this.cityName;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setDefaultSelected(Boolean defaultSelected) {
this.defaultSelected = defaultSelected;
return this;
}
public Boolean getDefaultSelected() {
return this.defaultSelected;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setGroupType(String groupType) {
this.groupType = groupType;
return this;
}
public String getGroupType() {
return this.groupType;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setIspCode(String ispCode) {
this.ispCode = ispCode;
return this;
}
public String getIspCode() {
return this.ispCode;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setIspName(String ispName) {
this.ispName = ispName;
return this;
}
public String getIspName() {
return this.ispName;
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode setMainland(Boolean mainland) {
this.mainland = mainland;
return this;
}
public Boolean getMainland() {
return this.mainland;
}
}
public static class DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes extends TeaModel {
@NameInMap("IspCityNode")
public java.util.List<DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode> ispCityNode;
public static DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes self = new DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodes setIspCityNode(java.util.List<DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode> ispCityNode) {
this.ispCityNode = ispCityNode;
return this;
}
public java.util.List<DescribeGtmMonitorAvailableConfigResponseBodyIspCityNodesIspCityNode> getIspCityNode() {
return this.ispCityNode;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorConfigRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorConfigRequest extends TeaModel {
/**
* <p>The language of the values of specific response parameters.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The ID of the health check configuration.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>100</p>
*/
@NameInMap("MonitorConfigId")
public String monitorConfigId;
public static DescribeGtmMonitorConfigRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorConfigRequest self = new DescribeGtmMonitorConfigRequest();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorConfigRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmMonitorConfigRequest setMonitorConfigId(String monitorConfigId) {
this.monitorConfigId = monitorConfigId;
return this;
}
public String getMonitorConfigId() {
return this.monitorConfigId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorConfigResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorConfigResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmMonitorConfigResponseBody body;
public static DescribeGtmMonitorConfigResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorConfigResponse self = new DescribeGtmMonitorConfigResponse();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorConfigResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmMonitorConfigResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmMonitorConfigResponse setBody(DescribeGtmMonitorConfigResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmMonitorConfigResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmMonitorConfigResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmMonitorConfigResponseBody extends TeaModel {
/**
* <p>The time when the health check configuration was created.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The timestamp that indicates the time when the health check configuration was created.</p>
*
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The maximum number of consecutive exceptions detected. If the number of consecutive exceptions detected reaches the maximum number, the application service is deemed abnormal.</p>
*
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("EvaluationCount")
public Integer evaluationCount;
/**
* <p>The health check interval. Unit: seconds. The value is 60.</p>
*
* <strong>example:</strong>
* <p>60</p>
*/
@NameInMap("Interval")
public Integer interval;
/**
* <p>The monitored nodes.</p>
*/
@NameInMap("IspCityNodes")
public DescribeGtmMonitorConfigResponseBodyIspCityNodes ispCityNodes;
/**
* <p>The ID of the health check configuration.</p>
*
* <strong>example:</strong>
* <p>1234abc</p>
*/
@NameInMap("MonitorConfigId")
public String monitorConfigId;
/**
* <p>The extended information, that is, the parameters required for the protocol. Different protocols require different parameters:</p>
* <p>HTTP or HTTPS:</p>
* <ul>
* <li>port: the port to check.</li>
* <li>failureRate: the failure rate.</li>
* <li>code: the status code threshold. If the returned status code is greater than the specified threshold, the application service is deemed abnormal. Valid values: 400 and 500.</li>
* <li>host: the host configuration.</li>
* <li>path: the health check URL.</li>
* </ul>
* <p>PING:</p>
* <ul>
* <li>packetNum: the number of ping packets.</li>
* <li>packetLossRate: the loss rate of ping packets.</li>
* <li>failureRate: the failure rate.</li>
* </ul>
* <p>TCP:</p>
* <ul>
* <li>port: the port to check.</li>
* <li>failureRate: the failure rate.</li>
* </ul>
*
* <strong>example:</strong>
* <p>{\"code\":200,\"path\":\"\\index.htm\",\"host\":\"aliyun.com\"}</p>
*/
@NameInMap("MonitorExtendInfo")
public String monitorExtendInfo;
/**
* <p>The protocol used for the health check.</p>
*
* <strong>example:</strong>
* <p>HTTP</p>
*/
@NameInMap("ProtocolType")
public String protocolType;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The health check timeout period. Unit: milliseconds. Valid values: 2000, 3000, 5000, and 10000.</p>
*
* <strong>example:</strong>
* <p>3000</p>
*/
@NameInMap("Timeout")
public Integer timeout;
/**
* <p>The time when the health check configuration was last updated.</p>
*
* <strong>example:</strong>
* <p>2017-12-28T13:08Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>The timestamp that indicates the time when the health check configuration was last updated.</p>
*
* <strong>example:</strong>
* <p>1527690629357</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
public static DescribeGtmMonitorConfigResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorConfigResponseBody self = new DescribeGtmMonitorConfigResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorConfigResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmMonitorConfigResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmMonitorConfigResponseBody setEvaluationCount(Integer evaluationCount) {
this.evaluationCount = evaluationCount;
return this;
}
public Integer getEvaluationCount() {
return this.evaluationCount;
}
public DescribeGtmMonitorConfigResponseBody setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public DescribeGtmMonitorConfigResponseBody setIspCityNodes(DescribeGtmMonitorConfigResponseBodyIspCityNodes ispCityNodes) {
this.ispCityNodes = ispCityNodes;
return this;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodes getIspCityNodes() {
return this.ispCityNodes;
}
public DescribeGtmMonitorConfigResponseBody setMonitorConfigId(String monitorConfigId) {
this.monitorConfigId = monitorConfigId;
return this;
}
public String getMonitorConfigId() {
return this.monitorConfigId;
}
public DescribeGtmMonitorConfigResponseBody setMonitorExtendInfo(String monitorExtendInfo) {
this.monitorExtendInfo = monitorExtendInfo;
return this;
}
public String getMonitorExtendInfo() {
return this.monitorExtendInfo;
}
public DescribeGtmMonitorConfigResponseBody setProtocolType(String protocolType) {
this.protocolType = protocolType;
return this;
}
public String getProtocolType() {
return this.protocolType;
}
public DescribeGtmMonitorConfigResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmMonitorConfigResponseBody setTimeout(Integer timeout) {
this.timeout = timeout;
return this;
}
public Integer getTimeout() {
return this.timeout;
}
public DescribeGtmMonitorConfigResponseBody setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmMonitorConfigResponseBody setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
public static class DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode extends TeaModel {
/**
* <p>The code of the city where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>503</p>
*/
@NameInMap("CityCode")
public String cityCode;
/**
* <p>The display name of the city where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>Zhangjiakou</p>
*/
@NameInMap("CityName")
public String cityName;
/**
* <p>The code of the country where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>001</p>
*/
@NameInMap("CountryCode")
public String countryCode;
/**
* <p>The display name of the country where the monitored node is deployed.</p>
*
* <strong>example:</strong>
* <p>China</p>
*/
@NameInMap("CountryName")
public String countryName;
/**
* <p>The code of the Internet service provider (ISP) to which the monitored node belongs.</p>
*
* <strong>example:</strong>
* <p>465</p>
*/
@NameInMap("IspCode")
public String ispCode;
/**
* <p>The display name of the ISP to which the monitored node belongs.</p>
*
* <strong>example:</strong>
* <p>Alibaba</p>
*/
@NameInMap("IspName")
public String ispName;
public static DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode self = new DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setCityCode(String cityCode) {
this.cityCode = cityCode;
return this;
}
public String getCityCode() {
return this.cityCode;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setCityName(String cityName) {
this.cityName = cityName;
return this;
}
public String getCityName() {
return this.cityName;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setCountryCode(String countryCode) {
this.countryCode = countryCode;
return this;
}
public String getCountryCode() {
return this.countryCode;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setCountryName(String countryName) {
this.countryName = countryName;
return this;
}
public String getCountryName() {
return this.countryName;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setIspCode(String ispCode) {
this.ispCode = ispCode;
return this;
}
public String getIspCode() {
return this.ispCode;
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode setIspName(String ispName) {
this.ispName = ispName;
return this;
}
public String getIspName() {
return this.ispName;
}
}
public static class DescribeGtmMonitorConfigResponseBodyIspCityNodes extends TeaModel {
@NameInMap("IspCityNode")
public java.util.List<DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode> ispCityNode;
public static DescribeGtmMonitorConfigResponseBodyIspCityNodes build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmMonitorConfigResponseBodyIspCityNodes self = new DescribeGtmMonitorConfigResponseBodyIspCityNodes();
return TeaModel.build(map, self);
}
public DescribeGtmMonitorConfigResponseBodyIspCityNodes setIspCityNode(java.util.List<DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode> ispCityNode) {
this.ispCityNode = ispCityNode;
return this;
}
public java.util.List<DescribeGtmMonitorConfigResponseBodyIspCityNodesIspCityNode> getIspCityNode() {
return this.ispCityNode;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanAvailableConfigRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanAvailableConfigRequest extends TeaModel {
/**
* <p>The language in which the returned results are displayed. Valid values:</p>
* <ul>
* <li>zh: Chinese</li>
* <li>en: English</li>
* </ul>
* <p>Default value: en.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribeGtmRecoveryPlanAvailableConfigRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigRequest self = new DescribeGtmRecoveryPlanAvailableConfigRequest();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanAvailableConfigResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanAvailableConfigResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmRecoveryPlanAvailableConfigResponseBody body;
public static DescribeGtmRecoveryPlanAvailableConfigResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponse self = new DescribeGtmRecoveryPlanAvailableConfigResponse();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmRecoveryPlanAvailableConfigResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmRecoveryPlanAvailableConfigResponse setBody(DescribeGtmRecoveryPlanAvailableConfigResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanAvailableConfigResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanAvailableConfigResponseBody extends TeaModel {
/**
* <p>The instances.</p>
*/
@NameInMap("Instances")
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances instances;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>F8F8EF50-8B7F-4702-B294-97170A423403</p>
*/
@NameInMap("RequestId")
public String requestId;
public static DescribeGtmRecoveryPlanAvailableConfigResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponseBody self = new DescribeGtmRecoveryPlanAvailableConfigResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBody setInstances(DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances instances) {
this.instances = instances;
return this;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances getInstances() {
return this.instances;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool extends TeaModel {
/**
* <p>The address pool ID.</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The name of the address pool.</p>
*
* <strong>example:</strong>
* <p>hra0i9</p>
*/
@NameInMap("Name")
public String name;
public static DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool self = new DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
}
public static class DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools extends TeaModel {
@NameInMap("AddrPool")
public java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool> addrPool;
public static DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools self = new DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools setAddrPool(java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool> addrPool) {
this.addrPool = addrPool;
return this;
}
public java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPoolsAddrPool> getAddrPool() {
return this.addrPool;
}
}
public static class DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance extends TeaModel {
/**
* <p>The address pools.</p>
*/
@NameInMap("AddrPools")
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools addrPools;
/**
* <p>The instance ID.</p>
*
* <strong>example:</strong>
* <p>instance-example</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The instance name.</p>
*
* <strong>example:</strong>
* <p>instance-name-example</p>
*/
@NameInMap("InstanceName")
public String instanceName;
public static DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance self = new DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance setAddrPools(DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools addrPools) {
this.addrPools = addrPools;
return this;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstanceAddrPools getAddrPools() {
return this.addrPools;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
}
public static class DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances extends TeaModel {
@NameInMap("Instance")
public java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance> instance;
public static DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances self = new DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstances setInstance(java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance> instance) {
this.instance = instance;
return this;
}
public java.util.List<DescribeGtmRecoveryPlanAvailableConfigResponseBodyInstancesInstance> getInstance() {
return this.instance;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanRequest extends TeaModel {
/**
* <p>The language of the response. Valid values:</p>
* <ul>
* <li>zh: Chinese</li>
* <li>en: English</li>
* </ul>
* <p>Default value: en.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The ID of the disaster recovery plan.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>100</p>
*/
@NameInMap("RecoveryPlanId")
public Long recoveryPlanId;
public static DescribeGtmRecoveryPlanRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanRequest self = new DescribeGtmRecoveryPlanRequest();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmRecoveryPlanRequest setRecoveryPlanId(Long recoveryPlanId) {
this.recoveryPlanId = recoveryPlanId;
return this;
}
public Long getRecoveryPlanId() {
return this.recoveryPlanId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmRecoveryPlanResponseBody body;
public static DescribeGtmRecoveryPlanResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponse self = new DescribeGtmRecoveryPlanResponse();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmRecoveryPlanResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmRecoveryPlanResponse setBody(DescribeGtmRecoveryPlanResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmRecoveryPlanResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlanResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlanResponseBody extends TeaModel {
/**
* <p>The time when the disaster recovery plan was created. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T05:04Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The time when the disaster recovery plan was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1565499867000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The number of faulty address pools.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("FaultAddrPoolNum")
public Integer faultAddrPoolNum;
/**
* <p>The faulty address pools.</p>
*/
@NameInMap("FaultAddrPools")
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPools faultAddrPools;
/**
* <p>The time when the disaster recovery plan was last executed. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T05:04Z</p>
*/
@NameInMap("LastExecuteTime")
public String lastExecuteTime;
/**
* <p>The time when the disaster recovery plan was last executed. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1565505898000</p>
*/
@NameInMap("LastExecuteTimestamp")
public Long lastExecuteTimestamp;
/**
* <p>The time when the disaster recovery plan was last rolled back. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:45Z</p>
*/
@NameInMap("LastRollbackTime")
public String lastRollbackTime;
/**
* <p>The time when the disaster recovery plan was last rolled back. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1565505919000</p>
*/
@NameInMap("LastRollbackTimestamp")
public Long lastRollbackTimestamp;
/**
* <p>The name of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>name-example</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>The ID of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>55</p>
*/
@NameInMap("RecoveryPlanId")
public Long recoveryPlanId;
/**
* <p>The description of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>remark-example</p>
*/
@NameInMap("Remark")
public String remark;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>0A5F4315-D6E8-435E-82DF-24F4C97D6999</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The status of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>UNEXECUTED</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The time when the disaster recovery plan was last modified. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:45Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>The time when the disaster recovery plan was last modified. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1565499867000</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
public static DescribeGtmRecoveryPlanResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponseBody self = new DescribeGtmRecoveryPlanResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmRecoveryPlanResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmRecoveryPlanResponseBody setFaultAddrPoolNum(Integer faultAddrPoolNum) {
this.faultAddrPoolNum = faultAddrPoolNum;
return this;
}
public Integer getFaultAddrPoolNum() {
return this.faultAddrPoolNum;
}
public DescribeGtmRecoveryPlanResponseBody setFaultAddrPools(DescribeGtmRecoveryPlanResponseBodyFaultAddrPools faultAddrPools) {
this.faultAddrPools = faultAddrPools;
return this;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPools getFaultAddrPools() {
return this.faultAddrPools;
}
public DescribeGtmRecoveryPlanResponseBody setLastExecuteTime(String lastExecuteTime) {
this.lastExecuteTime = lastExecuteTime;
return this;
}
public String getLastExecuteTime() {
return this.lastExecuteTime;
}
public DescribeGtmRecoveryPlanResponseBody setLastExecuteTimestamp(Long lastExecuteTimestamp) {
this.lastExecuteTimestamp = lastExecuteTimestamp;
return this;
}
public Long getLastExecuteTimestamp() {
return this.lastExecuteTimestamp;
}
public DescribeGtmRecoveryPlanResponseBody setLastRollbackTime(String lastRollbackTime) {
this.lastRollbackTime = lastRollbackTime;
return this;
}
public String getLastRollbackTime() {
return this.lastRollbackTime;
}
public DescribeGtmRecoveryPlanResponseBody setLastRollbackTimestamp(Long lastRollbackTimestamp) {
this.lastRollbackTimestamp = lastRollbackTimestamp;
return this;
}
public Long getLastRollbackTimestamp() {
return this.lastRollbackTimestamp;
}
public DescribeGtmRecoveryPlanResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribeGtmRecoveryPlanResponseBody setRecoveryPlanId(Long recoveryPlanId) {
this.recoveryPlanId = recoveryPlanId;
return this;
}
public Long getRecoveryPlanId() {
return this.recoveryPlanId;
}
public DescribeGtmRecoveryPlanResponseBody setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public DescribeGtmRecoveryPlanResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmRecoveryPlanResponseBody setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeGtmRecoveryPlanResponseBody setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmRecoveryPlanResponseBody setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
public static class DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr extends TeaModel {
/**
* <p>The address ID.</p>
*
* <strong>example:</strong>
* <p>739</p>
*/
@NameInMap("Id")
public Long id;
/**
* <p>The address mode.</p>
*
* <strong>example:</strong>
* <p>OFFLINE</p>
*/
@NameInMap("Mode")
public String mode;
/**
* <p>The address.</p>
*
* <strong>example:</strong>
* <p>1.1.1.1</p>
*/
@NameInMap("Value")
public String value;
public static DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr self = new DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr setId(Long id) {
this.id = id;
return this;
}
public Long getId() {
return this.id;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr setMode(String mode) {
this.mode = mode;
return this;
}
public String getMode() {
return this.mode;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs extends TeaModel {
@NameInMap("Addr")
public java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr> addr;
public static DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs self = new DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs setAddr(java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr> addr) {
this.addr = addr;
return this;
}
public java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrsAddr> getAddr() {
return this.addr;
}
}
public static class DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool extends TeaModel {
/**
* <p>The address pool ID.</p>
*
* <strong>example:</strong>
* <p>hra0oq</p>
*/
@NameInMap("AddrPoolId")
public String addrPoolId;
/**
* <p>The address pool name.</p>
*/
@NameInMap("AddrPoolName")
public String addrPoolName;
@NameInMap("Addrs")
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs addrs;
/**
* <p>The instance ID.</p>
*
* <strong>example:</strong>
* <p>instance-zwy-38</p>
*/
@NameInMap("InstanceId")
public String instanceId;
public static DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool self = new DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool setAddrPoolId(String addrPoolId) {
this.addrPoolId = addrPoolId;
return this;
}
public String getAddrPoolId() {
return this.addrPoolId;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool setAddrPoolName(String addrPoolName) {
this.addrPoolName = addrPoolName;
return this;
}
public String getAddrPoolName() {
return this.addrPoolName;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool setAddrs(DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs addrs) {
this.addrs = addrs;
return this;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPoolAddrs getAddrs() {
return this.addrs;
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
}
public static class DescribeGtmRecoveryPlanResponseBodyFaultAddrPools extends TeaModel {
@NameInMap("FaultAddrPool")
public java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool> faultAddrPool;
public static DescribeGtmRecoveryPlanResponseBodyFaultAddrPools build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlanResponseBodyFaultAddrPools self = new DescribeGtmRecoveryPlanResponseBodyFaultAddrPools();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlanResponseBodyFaultAddrPools setFaultAddrPool(java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool> faultAddrPool) {
this.faultAddrPool = faultAddrPool;
return this;
}
public java.util.List<DescribeGtmRecoveryPlanResponseBodyFaultAddrPoolsFaultAddrPool> getFaultAddrPool() {
return this.faultAddrPool;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlansRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlansRequest extends TeaModel {
/**
* <p>The keyword for the query. Fuzzy match is supported by disaster recovery plan name.</p>
*
* <strong>example:</strong>
* <p>test</p>
*/
@NameInMap("Keyword")
public String keyword;
/**
* <p>The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The page number to return. The page number starts from <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries to return per page. Maximum value: <strong>100</strong>. Default value: <strong>20</strong>.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
public static DescribeGtmRecoveryPlansRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlansRequest self = new DescribeGtmRecoveryPlansRequest();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlansRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribeGtmRecoveryPlansRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeGtmRecoveryPlansRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmRecoveryPlansRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlansResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlansResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeGtmRecoveryPlansResponseBody body;
public static DescribeGtmRecoveryPlansResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlansResponse self = new DescribeGtmRecoveryPlansResponse();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlansResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeGtmRecoveryPlansResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeGtmRecoveryPlansResponse setBody(DescribeGtmRecoveryPlansResponseBody body) {
this.body = body;
return this;
}
public DescribeGtmRecoveryPlansResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeGtmRecoveryPlansResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeGtmRecoveryPlansResponseBody extends TeaModel {
/**
* <p>The page number of the returned page.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries returned per page.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The details about the queried disaster recovery plans.</p>
*/
@NameInMap("RecoveryPlans")
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlans recoveryPlans;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>2BA072CF-CA21-4A34-B6C2-227BE2C58079</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeGtmRecoveryPlansResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlansResponseBody self = new DescribeGtmRecoveryPlansResponseBody();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlansResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeGtmRecoveryPlansResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeGtmRecoveryPlansResponseBody setRecoveryPlans(DescribeGtmRecoveryPlansResponseBodyRecoveryPlans recoveryPlans) {
this.recoveryPlans = recoveryPlans;
return this;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlans getRecoveryPlans() {
return this.recoveryPlans;
}
public DescribeGtmRecoveryPlansResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeGtmRecoveryPlansResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeGtmRecoveryPlansResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan extends TeaModel {
/**
* <p>The time when the disaster recovery plan was created.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:45Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The UNIX timestamp that indicates when the disaster recovery plan was created.</p>
*
* <strong>example:</strong>
* <p>1565499867000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The number of faulty address pools.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("FaultAddrPoolNum")
public Integer faultAddrPoolNum;
/**
* <p>The last time when the disaster recovery plan was executed.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:44Z</p>
*/
@NameInMap("LastExecuteTime")
public String lastExecuteTime;
/**
* <p>The UNIX timestamp that indicates the last time when the disaster recovery plan was executed.</p>
*
* <strong>example:</strong>
* <p>1565505898000</p>
*/
@NameInMap("LastExecuteTimestamp")
public Long lastExecuteTimestamp;
/**
* <p>The last time when the disaster recovery plan was rolled back.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:45Z</p>
*/
@NameInMap("LastRollbackTime")
public String lastRollbackTime;
/**
* <p>The UNIX timestamp that indicates the last time when the disaster recovery plan was rolled back.</p>
*
* <strong>example:</strong>
* <p>1565505919000</p>
*/
@NameInMap("LastRollbackTimestamp")
public Long lastRollbackTimestamp;
/**
* <p>The name of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>name-example</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>The ID of the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>55</p>
*/
@NameInMap("RecoveryPlanId")
public Long recoveryPlanId;
/**
* <p>The remarks about the disaster recovery plan.</p>
*
* <strong>example:</strong>
* <p>remark-example</p>
*/
@NameInMap("Remark")
public String remark;
/**
* <p>The status of the disaster recovery plan. Valid values:</p>
* <ul>
* <li><strong>UNEXECUTED</strong>: The plan is not executed.</li>
* <li><strong>EXECUTED</strong>: The plan is executed.</li>
* <li><strong>ROLLED_BACK</strong>: The plan is rolled back.</li>
* </ul>
*
* <strong>example:</strong>
* <p>UNEXECUTED</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The last time when the disaster recovery plan was updated.</p>
*
* <strong>example:</strong>
* <p>2019-08-11T06:45Z</p>
*/
@NameInMap("UpdateTime")
public String updateTime;
/**
* <p>The UNIX timestamp that indicates the last time when the disaster recovery plan was updated.</p>
*
* <strong>example:</strong>
* <p>1565505919000</p>
*/
@NameInMap("UpdateTimestamp")
public Long updateTimestamp;
public static DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan self = new DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setFaultAddrPoolNum(Integer faultAddrPoolNum) {
this.faultAddrPoolNum = faultAddrPoolNum;
return this;
}
public Integer getFaultAddrPoolNum() {
return this.faultAddrPoolNum;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setLastExecuteTime(String lastExecuteTime) {
this.lastExecuteTime = lastExecuteTime;
return this;
}
public String getLastExecuteTime() {
return this.lastExecuteTime;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setLastExecuteTimestamp(Long lastExecuteTimestamp) {
this.lastExecuteTimestamp = lastExecuteTimestamp;
return this;
}
public Long getLastExecuteTimestamp() {
return this.lastExecuteTimestamp;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setLastRollbackTime(String lastRollbackTime) {
this.lastRollbackTime = lastRollbackTime;
return this;
}
public String getLastRollbackTime() {
return this.lastRollbackTime;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setLastRollbackTimestamp(Long lastRollbackTimestamp) {
this.lastRollbackTimestamp = lastRollbackTimestamp;
return this;
}
public Long getLastRollbackTimestamp() {
return this.lastRollbackTimestamp;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setRecoveryPlanId(Long recoveryPlanId) {
this.recoveryPlanId = recoveryPlanId;
return this;
}
public Long getRecoveryPlanId() {
return this.recoveryPlanId;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan setUpdateTimestamp(Long updateTimestamp) {
this.updateTimestamp = updateTimestamp;
return this;
}
public Long getUpdateTimestamp() {
return this.updateTimestamp;
}
}
public static class DescribeGtmRecoveryPlansResponseBodyRecoveryPlans extends TeaModel {
@NameInMap("RecoveryPlan")
public java.util.List<DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan> recoveryPlan;
public static DescribeGtmRecoveryPlansResponseBodyRecoveryPlans build(java.util.Map<String, ?> map) throws Exception {
DescribeGtmRecoveryPlansResponseBodyRecoveryPlans self = new DescribeGtmRecoveryPlansResponseBodyRecoveryPlans();
return TeaModel.build(map, self);
}
public DescribeGtmRecoveryPlansResponseBodyRecoveryPlans setRecoveryPlan(java.util.List<DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan> recoveryPlan) {
this.recoveryPlan = recoveryPlan;
return this;
}
public java.util.List<DescribeGtmRecoveryPlansResponseBodyRecoveryPlansRecoveryPlan> getRecoveryPlan() {
return this.recoveryPlan;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInstanceDomainsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInstanceDomainsRequest extends TeaModel {
/**
* <p>The ID of the Alibaba Cloud Domain Name System (DNS) instance. You can call the <a href="https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaininfo?spm=a2c63.p38356.help-menu-search-29697.d_0">DescribeDomainInfo</a> operation to obtain the ID.</p>
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>weriwieru</p>
*/
@NameInMap("InstanceId")
public String instanceId;
/**
* <p>The language of the response. Valid values:</p>
* <ul>
* <li>zh: Chinese</li>
* <li>en: English</li>
* </ul>
* <p>Default value: English.</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The number of the page to return. Pages start from page 1. Default value: 1.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Long pageNumber;
/**
* <p>The number of entries per page. Valid values: 1 to 100. Default value: 20.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("PageSize")
public Long pageSize;
public static DescribeInstanceDomainsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeInstanceDomainsRequest self = new DescribeInstanceDomainsRequest();
return TeaModel.build(map, self);
}
public DescribeInstanceDomainsRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeInstanceDomainsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeInstanceDomainsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribeInstanceDomainsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInstanceDomainsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInstanceDomainsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeInstanceDomainsResponseBody body;
public static DescribeInstanceDomainsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeInstanceDomainsResponse self = new DescribeInstanceDomainsResponse();
return TeaModel.build(map, self);
}
public DescribeInstanceDomainsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeInstanceDomainsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeInstanceDomainsResponse setBody(DescribeInstanceDomainsResponseBody body) {
this.body = body;
return this;
}
public DescribeInstanceDomainsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInstanceDomainsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInstanceDomainsResponseBody extends TeaModel {
/**
* <p>The domain names that are bound to the DNS instance.</p>
*/
@NameInMap("InstanceDomains")
public java.util.List<DescribeInstanceDomainsResponseBodyInstanceDomains> instanceDomains;
/**
* <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>The number of entries per page. Valid values: <strong>1 to 100</strong>. Default value: <strong>20</strong>.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>68386699-8B9E-4D5B-BC4C-75A28F6C2A00</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned on all pages.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("TotalItems")
public Integer totalItems;
/**
* <p>The total number of pages returned.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeInstanceDomainsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeInstanceDomainsResponseBody self = new DescribeInstanceDomainsResponseBody();
return TeaModel.build(map, self);
}
public DescribeInstanceDomainsResponseBody setInstanceDomains(java.util.List<DescribeInstanceDomainsResponseBodyInstanceDomains> instanceDomains) {
this.instanceDomains = instanceDomains;
return this;
}
public java.util.List<DescribeInstanceDomainsResponseBodyInstanceDomains> getInstanceDomains() {
return this.instanceDomains;
}
public DescribeInstanceDomainsResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeInstanceDomainsResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeInstanceDomainsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeInstanceDomainsResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeInstanceDomainsResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeInstanceDomainsResponseBodyInstanceDomains extends TeaModel {
/**
* <p>The time when the instance was created. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.</p>
*
* <strong>example:</strong>
* <p>2020-03-09T02:15Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <p>The time when the instance was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1583720154000</p>
*/
@NameInMap("CreateTimestamp")
public Long createTimestamp;
/**
* <p>The domain name.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("DomainName")
public String domainName;
public static DescribeInstanceDomainsResponseBodyInstanceDomains build(java.util.Map<String, ?> map) throws Exception {
DescribeInstanceDomainsResponseBodyInstanceDomains self = new DescribeInstanceDomainsResponseBodyInstanceDomains();
return TeaModel.build(map, self);
}
public DescribeInstanceDomainsResponseBodyInstanceDomains setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeInstanceDomainsResponseBodyInstanceDomains setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeInstanceDomainsResponseBodyInstanceDomains setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInternetDnsLogsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInternetDnsLogsRequest extends TeaModel {
/**
* <p>The account ID displayed on the Recursive Resolution (Public DNS) page after you activate Alibaba Cloud Public DNS.</p>
*
* <strong>example:</strong>
* <p>51**4</p>
*/
@NameInMap("AccountId")
public Long accountId;
/**
* <p>The domain name.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("DomainName")
public String domainName;
/**
* <p>The end time of the query (timestamp, unit: milliseconds). >Warning: If the query time span is too large and the amount of resolution logs for the queried domain is excessive, it may lead to a query timeout or inaccurate query results.</p>
*
* <strong>example:</strong>
* <p>1709196299999</p>
*/
@NameInMap("EndTimestamp")
public Long endTimestamp;
/**
* <p>Return value language, options: </p>
* <ul>
* <li>zh: Chinese </li>
* <li>en: English</li>
* </ul>
* <p>Default: en</p>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>Module type </p>
* <ul>
* <li>AUTHORITY (default): Public Authoritative DNS </li>
* <li>RECURSION: Public Recursive DNS</li>
* </ul>
*
* <strong>example:</strong>
* <p>AUTHORITY</p>
*/
@NameInMap("Module")
public String module;
/**
* <p>Page number, default value is 1.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Integer pageNumber;
/**
* <p>Page size for query.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>Query parameters </p>
* <ul>
* <li>sourceIp: Source IP address </li>
* <li>queryNameFuzzy: Domain name (fuzzy value) </li>
* <li>queryType: Record type </li>
* <li>value: Resolution result </li>
* <li>status: Status </li>
* <li>serverIp: Resolution server IP</li>
* </ul>
*
* <strong>example:</strong>
* <p>{"sourceIp":"59.82.XX.XX","queryType":"A"}</p>
*/
@NameInMap("QueryCondition")
public String queryCondition;
@NameInMap("RecursionProtocolType")
public String recursionProtocolType;
/**
* <p>The start time of the query (timestamp, unit: milliseconds).</p>
*
* <strong>example:</strong>
* <p>1709192640000</p>
*/
@NameInMap("StartTimestamp")
public Long startTimestamp;
public static DescribeInternetDnsLogsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsRequest self = new DescribeInternetDnsLogsRequest();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsRequest setAccountId(Long accountId) {
this.accountId = accountId;
return this;
}
public Long getAccountId() {
return this.accountId;
}
public DescribeInternetDnsLogsRequest setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribeInternetDnsLogsRequest setEndTimestamp(Long endTimestamp) {
this.endTimestamp = endTimestamp;
return this;
}
public Long getEndTimestamp() {
return this.endTimestamp;
}
public DescribeInternetDnsLogsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeInternetDnsLogsRequest setModule(String module) {
this.module = module;
return this;
}
public String getModule() {
return this.module;
}
public DescribeInternetDnsLogsRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeInternetDnsLogsRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeInternetDnsLogsRequest setQueryCondition(String queryCondition) {
this.queryCondition = queryCondition;
return this;
}
public String getQueryCondition() {
return this.queryCondition;
}
public DescribeInternetDnsLogsRequest setRecursionProtocolType(String recursionProtocolType) {
this.recursionProtocolType = recursionProtocolType;
return this;
}
public String getRecursionProtocolType() {
return this.recursionProtocolType;
}
public DescribeInternetDnsLogsRequest setStartTimestamp(Long startTimestamp) {
this.startTimestamp = startTimestamp;
return this;
}
public Long getStartTimestamp() {
return this.startTimestamp;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInternetDnsLogsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInternetDnsLogsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeInternetDnsLogsResponseBody body;
public static DescribeInternetDnsLogsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsResponse self = new DescribeInternetDnsLogsResponse();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeInternetDnsLogsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeInternetDnsLogsResponse setBody(DescribeInternetDnsLogsResponseBody body) {
this.body = body;
return this;
}
public DescribeInternetDnsLogsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeInternetDnsLogsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeInternetDnsLogsResponseBody extends TeaModel {
/**
* <p>Indicates whether the log query is precise.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Complete")
public Boolean complete;
/**
* <p>Current page number.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("CurPage")
public Integer curPage;
/**
* <p>The queried logs.</p>
*/
@NameInMap("Logs")
public DescribeInternetDnsLogsResponseBodyLogs logs;
/**
* <p>Page size for query.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("PageSize")
public Integer pageSize;
/**
* <p>Unique request identifier.</p>
*
* <strong>example:</strong>
* <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>Total number of pages.</p>
*
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("TotalPage")
public Integer totalPage;
/**
* <p>Total quantity.</p>
*
* <strong>example:</strong>
* <p>48</p>
*/
@NameInMap("TotalSize")
public Integer totalSize;
public static DescribeInternetDnsLogsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsResponseBody self = new DescribeInternetDnsLogsResponseBody();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsResponseBody setComplete(Boolean complete) {
this.complete = complete;
return this;
}
public Boolean getComplete() {
return this.complete;
}
public DescribeInternetDnsLogsResponseBody setCurPage(Integer curPage) {
this.curPage = curPage;
return this;
}
public Integer getCurPage() {
return this.curPage;
}
public DescribeInternetDnsLogsResponseBody setLogs(DescribeInternetDnsLogsResponseBodyLogs logs) {
this.logs = logs;
return this;
}
public DescribeInternetDnsLogsResponseBodyLogs getLogs() {
return this.logs;
}
public DescribeInternetDnsLogsResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeInternetDnsLogsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeInternetDnsLogsResponseBody setTotalPage(Integer totalPage) {
this.totalPage = totalPage;
return this;
}
public Integer getTotalPage() {
return this.totalPage;
}
public DescribeInternetDnsLogsResponseBody setTotalSize(Integer totalSize) {
this.totalSize = totalSize;
return this;
}
public Integer getTotalSize() {
return this.totalSize;
}
public static class DescribeInternetDnsLogsResponseBodyLogsLogValue extends TeaModel {
@NameInMap("Value")
public java.util.List<String> value;
public static DescribeInternetDnsLogsResponseBodyLogsLogValue build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsResponseBodyLogsLogValue self = new DescribeInternetDnsLogsResponseBodyLogsLogValue();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsResponseBodyLogsLogValue setValue(java.util.List<String> value) {
this.value = value;
return this;
}
public java.util.List<String> getValue() {
return this.value;
}
}
public static class DescribeInternetDnsLogsResponseBodyLogsLog extends TeaModel {
/**
* <p>Parse log ID (can be duplicated).</p>
*
* <strong>example:</strong>
* <p>3583</p>
*/
@NameInMap("DnsMsgId")
public String dnsMsgId;
/**
* <p>Parse timestamp.</p>
*
* <strong>example:</strong>
* <p>1709196249000</p>
*/
@NameInMap("LogTime")
public Long logTime;
/**
* <p>The protocol type of the domain name resolution query request:</p>
* <ul>
* <li>UDP</li>
* <li>TCP</li>
* <li>HTTP</li>
* <li>HTTPS</li>
* <li>DOH</li>
* </ul>
*
* <strong>example:</strong>
* <p>UDP</p>
*/
@NameInMap("Protocol")
public String protocol;
/**
* <p>The domain name for which you want to query Domain Name System (DNS) records.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("QueryName")
public String queryName;
/**
* <p>Record type.</p>
*
* <strong>example:</strong>
* <p>A</p>
*/
@NameInMap("QueryType")
public String queryType;
/**
* <p>Parse response time.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Rt")
public Integer rt;
/**
* <p>Parse server IP.</p>
*
* <strong>example:</strong>
* <p>140.205.XX.XX</p>
*/
@NameInMap("ServerIp")
public String serverIp;
/**
* <p>Source IP address.</p>
*
* <strong>example:</strong>
* <p>59.82.XX.XX</p>
*/
@NameInMap("SourceIp")
public String sourceIp;
/**
* <p>Response status.</p>
*
* <strong>example:</strong>
* <p>NOERROR</p>
*/
@NameInMap("Status")
public String status;
/**
* <p>The value set for the edns-client-subnet option.</p>
*
* <strong>example:</strong>
* <p>170.33.XX.XX</p>
*/
@NameInMap("SubnetIp")
public String subnetIp;
/**
* <p>Array of parsing results.</p>
*/
@NameInMap("Value")
public DescribeInternetDnsLogsResponseBodyLogsLogValue value;
/**
* <p>The zone name.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("ZoneName")
public String zoneName;
public static DescribeInternetDnsLogsResponseBodyLogsLog build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsResponseBodyLogsLog self = new DescribeInternetDnsLogsResponseBodyLogsLog();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsResponseBodyLogsLog setDnsMsgId(String dnsMsgId) {
this.dnsMsgId = dnsMsgId;
return this;
}
public String getDnsMsgId() {
return this.dnsMsgId;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setLogTime(Long logTime) {
this.logTime = logTime;
return this;
}
public Long getLogTime() {
return this.logTime;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setProtocol(String protocol) {
this.protocol = protocol;
return this;
}
public String getProtocol() {
return this.protocol;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setQueryName(String queryName) {
this.queryName = queryName;
return this;
}
public String getQueryName() {
return this.queryName;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setQueryType(String queryType) {
this.queryType = queryType;
return this;
}
public String getQueryType() {
return this.queryType;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setRt(Integer rt) {
this.rt = rt;
return this;
}
public Integer getRt() {
return this.rt;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setServerIp(String serverIp) {
this.serverIp = serverIp;
return this;
}
public String getServerIp() {
return this.serverIp;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
return this;
}
public String getSourceIp() {
return this.sourceIp;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setSubnetIp(String subnetIp) {
this.subnetIp = subnetIp;
return this;
}
public String getSubnetIp() {
return this.subnetIp;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setValue(DescribeInternetDnsLogsResponseBodyLogsLogValue value) {
this.value = value;
return this;
}
public DescribeInternetDnsLogsResponseBodyLogsLogValue getValue() {
return this.value;
}
public DescribeInternetDnsLogsResponseBodyLogsLog setZoneName(String zoneName) {
this.zoneName = zoneName;
return this;
}
public String getZoneName() {
return this.zoneName;
}
}
public static class DescribeInternetDnsLogsResponseBodyLogs extends TeaModel {
@NameInMap("Log")
public java.util.List<DescribeInternetDnsLogsResponseBodyLogsLog> log;
public static DescribeInternetDnsLogsResponseBodyLogs build(java.util.Map<String, ?> map) throws Exception {
DescribeInternetDnsLogsResponseBodyLogs self = new DescribeInternetDnsLogsResponseBodyLogs();
return TeaModel.build(map, self);
}
public DescribeInternetDnsLogsResponseBodyLogs setLog(java.util.List<DescribeInternetDnsLogsResponseBodyLogsLog> log) {
this.log = log;
return this;
}
public java.util.List<DescribeInternetDnsLogsResponseBodyLogsLog> getLog() {
return this.log;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheInstancesRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheInstancesRequest extends TeaModel {
@NameInMap("Direction")
public String direction;
@NameInMap("Isp")
public String isp;
@NameInMap("Keyword")
public String keyword;
@NameInMap("Lang")
public String lang;
@NameInMap("OrderBy")
public String orderBy;
@NameInMap("PageNumber")
public Integer pageNumber;
@NameInMap("PageSize")
public Integer pageSize;
@NameInMap("Type")
public String type;
public static DescribeIspFlushCacheInstancesRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheInstancesRequest self = new DescribeIspFlushCacheInstancesRequest();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheInstancesRequest setDirection(String direction) {
this.direction = direction;
return this;
}
public String getDirection() {
return this.direction;
}
public DescribeIspFlushCacheInstancesRequest setIsp(String isp) {
this.isp = isp;
return this;
}
public String getIsp() {
return this.isp;
}
public DescribeIspFlushCacheInstancesRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribeIspFlushCacheInstancesRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeIspFlushCacheInstancesRequest setOrderBy(String orderBy) {
this.orderBy = orderBy;
return this;
}
public String getOrderBy() {
return this.orderBy;
}
public DescribeIspFlushCacheInstancesRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeIspFlushCacheInstancesRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeIspFlushCacheInstancesRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheInstancesResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheInstancesResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeIspFlushCacheInstancesResponseBody body;
public static DescribeIspFlushCacheInstancesResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheInstancesResponse self = new DescribeIspFlushCacheInstancesResponse();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheInstancesResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeIspFlushCacheInstancesResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeIspFlushCacheInstancesResponse setBody(DescribeIspFlushCacheInstancesResponseBody body) {
this.body = body;
return this;
}
public DescribeIspFlushCacheInstancesResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheInstancesResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheInstancesResponseBody extends TeaModel {
@NameInMap("IspFlushCacheInstances")
public java.util.List<DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances> ispFlushCacheInstances;
@NameInMap("PageNumber")
public Integer pageNumber;
@NameInMap("PageSize")
public Integer pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalItems")
public Integer totalItems;
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeIspFlushCacheInstancesResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheInstancesResponseBody self = new DescribeIspFlushCacheInstancesResponseBody();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheInstancesResponseBody setIspFlushCacheInstances(java.util.List<DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances> ispFlushCacheInstances) {
this.ispFlushCacheInstances = ispFlushCacheInstances;
return this;
}
public java.util.List<DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances> getIspFlushCacheInstances() {
return this.ispFlushCacheInstances;
}
public DescribeIspFlushCacheInstancesResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeIspFlushCacheInstancesResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeIspFlushCacheInstancesResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeIspFlushCacheInstancesResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeIspFlushCacheInstancesResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo extends TeaModel {
@NameInMap("InstanceQuota")
public Integer instanceQuota;
@NameInMap("InstanceQuotaUsed")
public Integer instanceQuotaUsed;
public static DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo self = new DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo setInstanceQuota(Integer instanceQuota) {
this.instanceQuota = instanceQuota;
return this;
}
public Integer getInstanceQuota() {
return this.instanceQuota;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo setInstanceQuotaUsed(Integer instanceQuotaUsed) {
this.instanceQuotaUsed = instanceQuotaUsed;
return this;
}
public Integer getInstanceQuotaUsed() {
return this.instanceQuotaUsed;
}
}
public static class DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances extends TeaModel {
@NameInMap("ExpireTime")
public String expireTime;
@NameInMap("ExpireTimestamp")
public Long expireTimestamp;
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("InstanceName")
public String instanceName;
@NameInMap("Isp")
public String isp;
@NameInMap("QuotaInfo")
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo quotaInfo;
@NameInMap("Status")
public String status;
@NameInMap("VersionCode")
public String versionCode;
public static DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances self = new DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setExpireTime(String expireTime) {
this.expireTime = expireTime;
return this;
}
public String getExpireTime() {
return this.expireTime;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setExpireTimestamp(Long expireTimestamp) {
this.expireTimestamp = expireTimestamp;
return this;
}
public Long getExpireTimestamp() {
return this.expireTimestamp;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setIsp(String isp) {
this.isp = isp;
return this;
}
public String getIsp() {
return this.isp;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setQuotaInfo(DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo quotaInfo) {
this.quotaInfo = quotaInfo;
return this;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo getQuotaInfo() {
return this.quotaInfo;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstances setVersionCode(String versionCode) {
this.versionCode = versionCode;
return this;
}
public String getVersionCode() {
return this.versionCode;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheRemainQuotaRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheRemainQuotaRequest extends TeaModel {
@NameInMap("Lang")
public String lang;
public static DescribeIspFlushCacheRemainQuotaRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheRemainQuotaRequest self = new DescribeIspFlushCacheRemainQuotaRequest();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheRemainQuotaRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheRemainQuotaResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheRemainQuotaResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeIspFlushCacheRemainQuotaResponseBody body;
public static DescribeIspFlushCacheRemainQuotaResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheRemainQuotaResponse self = new DescribeIspFlushCacheRemainQuotaResponse();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheRemainQuotaResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeIspFlushCacheRemainQuotaResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeIspFlushCacheRemainQuotaResponse setBody(DescribeIspFlushCacheRemainQuotaResponseBody body) {
this.body = body;
return this;
}
public DescribeIspFlushCacheRemainQuotaResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheRemainQuotaResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheRemainQuotaResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
@NameInMap("TelecomRemainQuota")
public Integer telecomRemainQuota;
public static DescribeIspFlushCacheRemainQuotaResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheRemainQuotaResponseBody self = new DescribeIspFlushCacheRemainQuotaResponseBody();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheRemainQuotaResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeIspFlushCacheRemainQuotaResponseBody setTelecomRemainQuota(Integer telecomRemainQuota) {
this.telecomRemainQuota = telecomRemainQuota;
return this;
}
public Integer getTelecomRemainQuota() {
return this.telecomRemainQuota;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTaskRequest extends TeaModel {
@NameInMap("Lang")
public String lang;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("TaskId")
public String taskId;
public static DescribeIspFlushCacheTaskRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskRequest self = new DescribeIspFlushCacheTaskRequest();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeIspFlushCacheTaskRequest setTaskId(String taskId) {
this.taskId = taskId;
return this;
}
public String getTaskId() {
return this.taskId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTaskResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeIspFlushCacheTaskResponseBody body;
public static DescribeIspFlushCacheTaskResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskResponse self = new DescribeIspFlushCacheTaskResponse();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeIspFlushCacheTaskResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeIspFlushCacheTaskResponse setBody(DescribeIspFlushCacheTaskResponseBody body) {
this.body = body;
return this;
}
public DescribeIspFlushCacheTaskResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTaskResponseBody extends TeaModel {
@NameInMap("CreateTime")
public String createTime;
@NameInMap("CreateTimestamp")
public Long createTimestamp;
@NameInMap("DomainName")
public String domainName;
@NameInMap("FlushCacheResults")
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResults> flushCacheResults;
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("InstanceName")
public String instanceName;
@NameInMap("Isp")
public String isp;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TaskId")
public String taskId;
@NameInMap("TaskStatus")
public String taskStatus;
public static DescribeIspFlushCacheTaskResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskResponseBody self = new DescribeIspFlushCacheTaskResponseBody();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeIspFlushCacheTaskResponseBody setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeIspFlushCacheTaskResponseBody setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribeIspFlushCacheTaskResponseBody setFlushCacheResults(java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResults> flushCacheResults) {
this.flushCacheResults = flushCacheResults;
return this;
}
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResults> getFlushCacheResults() {
return this.flushCacheResults;
}
public DescribeIspFlushCacheTaskResponseBody setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeIspFlushCacheTaskResponseBody setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
public DescribeIspFlushCacheTaskResponseBody setIsp(String isp) {
this.isp = isp;
return this;
}
public String getIsp() {
return this.isp;
}
public DescribeIspFlushCacheTaskResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeIspFlushCacheTaskResponseBody setTaskId(String taskId) {
this.taskId = taskId;
return this;
}
public String getTaskId() {
return this.taskId;
}
public DescribeIspFlushCacheTaskResponseBody setTaskStatus(String taskStatus) {
this.taskStatus = taskStatus;
return this;
}
public String getTaskStatus() {
return this.taskStatus;
}
public static class DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers extends TeaModel {
@NameInMap("Name")
public String name;
@NameInMap("Record")
public String record;
@NameInMap("Ttl")
public Long ttl;
@NameInMap("Type")
public String type;
public static DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers self = new DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers setRecord(String record) {
this.record = record;
return this;
}
public String getRecord() {
return this.record;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers setTtl(Long ttl) {
this.ttl = ttl;
return this;
}
public Long getTtl() {
return this.ttl;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes extends TeaModel {
@NameInMap("Answers")
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers> answers;
@NameInMap("NodeIp")
public String nodeIp;
@NameInMap("SpName")
public String spName;
@NameInMap("Status")
public String status;
public static DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes self = new DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes setAnswers(java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers> answers) {
this.answers = answers;
return this;
}
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodesAnswers> getAnswers() {
return this.answers;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes setNodeIp(String nodeIp) {
this.nodeIp = nodeIp;
return this;
}
public String getNodeIp() {
return this.nodeIp;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes setSpName(String spName) {
this.spName = spName;
return this;
}
public String getSpName() {
return this.spName;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
}
public static class DescribeIspFlushCacheTaskResponseBodyFlushCacheResults extends TeaModel {
@NameInMap("DnsNodes")
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes> dnsNodes;
@NameInMap("Province")
public String province;
public static DescribeIspFlushCacheTaskResponseBodyFlushCacheResults build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTaskResponseBodyFlushCacheResults self = new DescribeIspFlushCacheTaskResponseBodyFlushCacheResults();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResults setDnsNodes(java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes> dnsNodes) {
this.dnsNodes = dnsNodes;
return this;
}
public java.util.List<DescribeIspFlushCacheTaskResponseBodyFlushCacheResultsDnsNodes> getDnsNodes() {
return this.dnsNodes;
}
public DescribeIspFlushCacheTaskResponseBodyFlushCacheResults setProvince(String province) {
this.province = province;
return this;
}
public String getProvince() {
return this.province;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTasksRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTasksRequest extends TeaModel {
@NameInMap("Direction")
public String direction;
@NameInMap("DomainName")
public String domainName;
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("Isp")
public String isp;
@NameInMap("Lang")
public String lang;
@NameInMap("OrderBy")
public String orderBy;
@NameInMap("PageNumber")
public Integer pageNumber;
@NameInMap("PageSize")
public Integer pageSize;
public static DescribeIspFlushCacheTasksRequest build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTasksRequest self = new DescribeIspFlushCacheTasksRequest();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTasksRequest setDirection(String direction) {
this.direction = direction;
return this;
}
public String getDirection() {
return this.direction;
}
public DescribeIspFlushCacheTasksRequest setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribeIspFlushCacheTasksRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeIspFlushCacheTasksRequest setIsp(String isp) {
this.isp = isp;
return this;
}
public String getIsp() {
return this.isp;
}
public DescribeIspFlushCacheTasksRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribeIspFlushCacheTasksRequest setOrderBy(String orderBy) {
this.orderBy = orderBy;
return this;
}
public String getOrderBy() {
return this.orderBy;
}
public DescribeIspFlushCacheTasksRequest setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeIspFlushCacheTasksRequest setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTasksResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTasksResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribeIspFlushCacheTasksResponseBody body;
public static DescribeIspFlushCacheTasksResponse build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTasksResponse self = new DescribeIspFlushCacheTasksResponse();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTasksResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribeIspFlushCacheTasksResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribeIspFlushCacheTasksResponse setBody(DescribeIspFlushCacheTasksResponseBody body) {
this.body = body;
return this;
}
public DescribeIspFlushCacheTasksResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribeIspFlushCacheTasksResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribeIspFlushCacheTasksResponseBody extends TeaModel {
@NameInMap("IspFlushCacheTasks")
public java.util.List<DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks> ispFlushCacheTasks;
@NameInMap("PageNumber")
public Integer pageNumber;
@NameInMap("PageSize")
public Integer pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalItems")
public Integer totalItems;
@NameInMap("TotalPages")
public Integer totalPages;
public static DescribeIspFlushCacheTasksResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTasksResponseBody self = new DescribeIspFlushCacheTasksResponseBody();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTasksResponseBody setIspFlushCacheTasks(java.util.List<DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks> ispFlushCacheTasks) {
this.ispFlushCacheTasks = ispFlushCacheTasks;
return this;
}
public java.util.List<DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks> getIspFlushCacheTasks() {
return this.ispFlushCacheTasks;
}
public DescribeIspFlushCacheTasksResponseBody setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public DescribeIspFlushCacheTasksResponseBody setPageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
public Integer getPageSize() {
return this.pageSize;
}
public DescribeIspFlushCacheTasksResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribeIspFlushCacheTasksResponseBody setTotalItems(Integer totalItems) {
this.totalItems = totalItems;
return this;
}
public Integer getTotalItems() {
return this.totalItems;
}
public DescribeIspFlushCacheTasksResponseBody setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
return this;
}
public Integer getTotalPages() {
return this.totalPages;
}
public static class DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks extends TeaModel {
@NameInMap("CreateTime")
public String createTime;
@NameInMap("CreateTimestamp")
public Long createTimestamp;
@NameInMap("DomainName")
public String domainName;
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("InstanceName")
public String instanceName;
@NameInMap("Isp")
public String isp;
@NameInMap("TaskId")
public String taskId;
@NameInMap("TaskStatus")
public String taskStatus;
public static DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks build(java.util.Map<String, ?> map) throws Exception {
DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks self = new DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks();
return TeaModel.build(map, self);
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setInstanceName(String instanceName) {
this.instanceName = instanceName;
return this;
}
public String getInstanceName() {
return this.instanceName;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setIsp(String isp) {
this.isp = isp;
return this;
}
public String getIsp() {
return this.isp;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setTaskId(String taskId) {
this.taskId = taskId;
return this;
}
public String getTaskId() {
return this.taskId;
}
public DescribeIspFlushCacheTasksResponseBodyIspFlushCacheTasks setTaskStatus(String taskStatus) {
this.taskStatus = taskStatus;
return this;
}
public String getTaskStatus() {
return this.taskStatus;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAccountSummaryRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAccountSummaryRequest extends TeaModel {
@NameInMap("EndDate")
public String endDate;
@NameInMap("Lang")
public String lang;
@NameInMap("StartDate")
public String startDate;
public static DescribePdnsAccountSummaryRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAccountSummaryRequest self = new DescribePdnsAccountSummaryRequest();
return TeaModel.build(map, self);
}
public DescribePdnsAccountSummaryRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsAccountSummaryRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsAccountSummaryRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAccountSummaryResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAccountSummaryResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsAccountSummaryResponseBody body;
public static DescribePdnsAccountSummaryResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAccountSummaryResponse self = new DescribePdnsAccountSummaryResponse();
return TeaModel.build(map, self);
}
public DescribePdnsAccountSummaryResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsAccountSummaryResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsAccountSummaryResponse setBody(DescribePdnsAccountSummaryResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsAccountSummaryResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAccountSummaryResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAccountSummaryResponseBody extends TeaModel {
@NameInMap("Data")
public DescribePdnsAccountSummaryResponseBodyData data;
@NameInMap("RequestId")
public String requestId;
public static DescribePdnsAccountSummaryResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAccountSummaryResponseBody self = new DescribePdnsAccountSummaryResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsAccountSummaryResponseBody setData(DescribePdnsAccountSummaryResponseBodyData data) {
this.data = data;
return this;
}
public DescribePdnsAccountSummaryResponseBodyData getData() {
return this.data;
}
public DescribePdnsAccountSummaryResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribePdnsAccountSummaryResponseBodyData extends TeaModel {
@NameInMap("DomainCount")
public Long domainCount;
@NameInMap("HttpCount")
public Long httpCount;
@NameInMap("HttpsCount")
public Long httpsCount;
@NameInMap("SubDomainCount")
public Long subDomainCount;
@NameInMap("ThreatCount")
public Long threatCount;
@NameInMap("TotalCount")
public Long totalCount;
@NameInMap("UserId")
public Long userId;
public static DescribePdnsAccountSummaryResponseBodyData build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAccountSummaryResponseBodyData self = new DescribePdnsAccountSummaryResponseBodyData();
return TeaModel.build(map, self);
}
public DescribePdnsAccountSummaryResponseBodyData setDomainCount(Long domainCount) {
this.domainCount = domainCount;
return this;
}
public Long getDomainCount() {
return this.domainCount;
}
public DescribePdnsAccountSummaryResponseBodyData setHttpCount(Long httpCount) {
this.httpCount = httpCount;
return this;
}
public Long getHttpCount() {
return this.httpCount;
}
public DescribePdnsAccountSummaryResponseBodyData setHttpsCount(Long httpsCount) {
this.httpsCount = httpsCount;
return this;
}
public Long getHttpsCount() {
return this.httpsCount;
}
public DescribePdnsAccountSummaryResponseBodyData setSubDomainCount(Long subDomainCount) {
this.subDomainCount = subDomainCount;
return this;
}
public Long getSubDomainCount() {
return this.subDomainCount;
}
public DescribePdnsAccountSummaryResponseBodyData setThreatCount(Long threatCount) {
this.threatCount = threatCount;
return this;
}
public Long getThreatCount() {
return this.threatCount;
}
public DescribePdnsAccountSummaryResponseBodyData setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsAccountSummaryResponseBodyData setUserId(Long userId) {
this.userId = userId;
return this;
}
public Long getUserId() {
return this.userId;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeyRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeyRequest extends TeaModel {
@NameInMap("AppKeyId")
public String appKeyId;
@NameInMap("AuthCode")
public String authCode;
@NameInMap("Lang")
public String lang;
public static DescribePdnsAppKeyRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeyRequest self = new DescribePdnsAppKeyRequest();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeyRequest setAppKeyId(String appKeyId) {
this.appKeyId = appKeyId;
return this;
}
public String getAppKeyId() {
return this.appKeyId;
}
public DescribePdnsAppKeyRequest setAuthCode(String authCode) {
this.authCode = authCode;
return this;
}
public String getAuthCode() {
return this.authCode;
}
public DescribePdnsAppKeyRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeyResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeyResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsAppKeyResponseBody body;
public static DescribePdnsAppKeyResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeyResponse self = new DescribePdnsAppKeyResponse();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeyResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsAppKeyResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsAppKeyResponse setBody(DescribePdnsAppKeyResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsAppKeyResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeyResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeyResponseBody extends TeaModel {
@NameInMap("AppKey")
public DescribePdnsAppKeyResponseBodyAppKey appKey;
@NameInMap("RequestId")
public String requestId;
public static DescribePdnsAppKeyResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeyResponseBody self = new DescribePdnsAppKeyResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeyResponseBody setAppKey(DescribePdnsAppKeyResponseBodyAppKey appKey) {
this.appKey = appKey;
return this;
}
public DescribePdnsAppKeyResponseBodyAppKey getAppKey() {
return this.appKey;
}
public DescribePdnsAppKeyResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribePdnsAppKeyResponseBodyAppKey extends TeaModel {
@NameInMap("AppKeyId")
public String appKeyId;
@NameInMap("AppKeySecret")
public String appKeySecret;
@NameInMap("CreateDate")
public String createDate;
@NameInMap("CreateTimestamp")
public Long createTimestamp;
@NameInMap("Remark")
public String remark;
@NameInMap("State")
public String state;
public static DescribePdnsAppKeyResponseBodyAppKey build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeyResponseBodyAppKey self = new DescribePdnsAppKeyResponseBodyAppKey();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeyResponseBodyAppKey setAppKeyId(String appKeyId) {
this.appKeyId = appKeyId;
return this;
}
public String getAppKeyId() {
return this.appKeyId;
}
public DescribePdnsAppKeyResponseBodyAppKey setAppKeySecret(String appKeySecret) {
this.appKeySecret = appKeySecret;
return this;
}
public String getAppKeySecret() {
return this.appKeySecret;
}
public DescribePdnsAppKeyResponseBodyAppKey setCreateDate(String createDate) {
this.createDate = createDate;
return this;
}
public String getCreateDate() {
return this.createDate;
}
public DescribePdnsAppKeyResponseBodyAppKey setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribePdnsAppKeyResponseBodyAppKey setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public DescribePdnsAppKeyResponseBodyAppKey setState(String state) {
this.state = state;
return this;
}
public String getState() {
return this.state;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeysRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeysRequest extends TeaModel {
@NameInMap("Lang")
public String lang;
public static DescribePdnsAppKeysRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeysRequest self = new DescribePdnsAppKeysRequest();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeysRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeysResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeysResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsAppKeysResponseBody body;
public static DescribePdnsAppKeysResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeysResponse self = new DescribePdnsAppKeysResponse();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeysResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsAppKeysResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsAppKeysResponse setBody(DescribePdnsAppKeysResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsAppKeysResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsAppKeysResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsAppKeysResponseBody extends TeaModel {
@NameInMap("AppKeys")
public java.util.List<DescribePdnsAppKeysResponseBodyAppKeys> appKeys;
@NameInMap("RequestId")
public String requestId;
public static DescribePdnsAppKeysResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeysResponseBody self = new DescribePdnsAppKeysResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeysResponseBody setAppKeys(java.util.List<DescribePdnsAppKeysResponseBodyAppKeys> appKeys) {
this.appKeys = appKeys;
return this;
}
public java.util.List<DescribePdnsAppKeysResponseBodyAppKeys> getAppKeys() {
return this.appKeys;
}
public DescribePdnsAppKeysResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribePdnsAppKeysResponseBodyAppKeys extends TeaModel {
@NameInMap("AppKeyId")
public String appKeyId;
@NameInMap("CreateDate")
public String createDate;
@NameInMap("CreateTimestamp")
public Long createTimestamp;
@NameInMap("Remark")
public String remark;
@NameInMap("State")
public String state;
public static DescribePdnsAppKeysResponseBodyAppKeys build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsAppKeysResponseBodyAppKeys self = new DescribePdnsAppKeysResponseBodyAppKeys();
return TeaModel.build(map, self);
}
public DescribePdnsAppKeysResponseBodyAppKeys setAppKeyId(String appKeyId) {
this.appKeyId = appKeyId;
return this;
}
public String getAppKeyId() {
return this.appKeyId;
}
public DescribePdnsAppKeysResponseBodyAppKeys setCreateDate(String createDate) {
this.createDate = createDate;
return this;
}
public String getCreateDate() {
return this.createDate;
}
public DescribePdnsAppKeysResponseBodyAppKeys setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribePdnsAppKeysResponseBodyAppKeys setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public DescribePdnsAppKeysResponseBodyAppKeys setState(String state) {
this.state = state;
return this;
}
public String getState() {
return this.state;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsOperateLogsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsOperateLogsRequest extends TeaModel {
@NameInMap("ActionType")
public String actionType;
@NameInMap("EndDate")
public String endDate;
@NameInMap("Keyword")
public String keyword;
@NameInMap("Lang")
public String lang;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("ResourceType")
public String resourceType;
@NameInMap("StartDate")
public String startDate;
public static DescribePdnsOperateLogsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsOperateLogsRequest self = new DescribePdnsOperateLogsRequest();
return TeaModel.build(map, self);
}
public DescribePdnsOperateLogsRequest setActionType(String actionType) {
this.actionType = actionType;
return this;
}
public String getActionType() {
return this.actionType;
}
public DescribePdnsOperateLogsRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsOperateLogsRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribePdnsOperateLogsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsOperateLogsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsOperateLogsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsOperateLogsRequest setResourceType(String resourceType) {
this.resourceType = resourceType;
return this;
}
public String getResourceType() {
return this.resourceType;
}
public DescribePdnsOperateLogsRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsOperateLogsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsOperateLogsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsOperateLogsResponseBody body;
public static DescribePdnsOperateLogsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsOperateLogsResponse self = new DescribePdnsOperateLogsResponse();
return TeaModel.build(map, self);
}
public DescribePdnsOperateLogsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsOperateLogsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsOperateLogsResponse setBody(DescribePdnsOperateLogsResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsOperateLogsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsOperateLogsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsOperateLogsResponseBody extends TeaModel {
@NameInMap("Logs")
public java.util.List<DescribePdnsOperateLogsResponseBodyLogs> logs;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalCount")
public Long totalCount;
public static DescribePdnsOperateLogsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsOperateLogsResponseBody self = new DescribePdnsOperateLogsResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsOperateLogsResponseBody setLogs(java.util.List<DescribePdnsOperateLogsResponseBodyLogs> logs) {
this.logs = logs;
return this;
}
public java.util.List<DescribePdnsOperateLogsResponseBodyLogs> getLogs() {
return this.logs;
}
public DescribePdnsOperateLogsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsOperateLogsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsOperateLogsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsOperateLogsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public static class DescribePdnsOperateLogsResponseBodyLogs extends TeaModel {
@NameInMap("Action")
public String action;
@NameInMap("OperateTime")
public String operateTime;
@NameInMap("Type")
public String type;
@NameInMap("content")
public String content;
public static DescribePdnsOperateLogsResponseBodyLogs build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsOperateLogsResponseBodyLogs self = new DescribePdnsOperateLogsResponseBodyLogs();
return TeaModel.build(map, self);
}
public DescribePdnsOperateLogsResponseBodyLogs setAction(String action) {
this.action = action;
return this;
}
public String getAction() {
return this.action;
}
public DescribePdnsOperateLogsResponseBodyLogs setOperateTime(String operateTime) {
this.operateTime = operateTime;
return this;
}
public String getOperateTime() {
return this.operateTime;
}
public DescribePdnsOperateLogsResponseBodyLogs setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public DescribePdnsOperateLogsResponseBodyLogs setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticRequest extends TeaModel {
/**
* <p>The primary domain name whose statistics you want to query.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("DomainName")
public String domainName;
/**
* <p>The end of the time range to query. Specify the time in the <strong>YYYY-MM-DD</strong> format.</p>
* <p>The default value is the day when you query the data.</p>
*
* <strong>example:</strong>
* <p>2024-7-1 00:00:00</p>
*/
@NameInMap("EndDate")
public String endDate;
/**
* <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The beginning of the time range to query. Specify the time in the <strong>YYYY-MM-DD</strong> format.</p>
* <p>You can query only records of the last 90 days.</p>
*
* <strong>example:</strong>
* <p>2024-06-14 00:00:00</p>
*/
@NameInMap("StartDate")
public String startDate;
/**
* <p>The subdomain name whose statistics you want to query.</p>
*
* <strong>example:</strong>
* <p><a href="http://www.example.com">www.example.com</a></p>
*/
@NameInMap("SubDomain")
public String subDomain;
/**
* <p>The type of the request statistics that you want to query. Valid values:</p>
* <ul>
* <li><strong>ACCOUNT</strong>: queries the request statistics by account.</li>
* <li><strong>DOMAIN</strong>: queries the request statistics by domain name.</li>
* <li><strong>SUB_DOMAIN</strong>: queries the request statistics by subdomain name.</li>
* </ul>
*
* <strong>example:</strong>
* <p>ACCOUNT</p>
*/
@NameInMap("Type")
public String type;
public static DescribePdnsRequestStatisticRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticRequest self = new DescribePdnsRequestStatisticRequest();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticRequest setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribePdnsRequestStatisticRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsRequestStatisticRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsRequestStatisticRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
public DescribePdnsRequestStatisticRequest setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsRequestStatisticRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsRequestStatisticResponseBody body;
public static DescribePdnsRequestStatisticResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticResponse self = new DescribePdnsRequestStatisticResponse();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsRequestStatisticResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsRequestStatisticResponse setBody(DescribePdnsRequestStatisticResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsRequestStatisticResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticResponseBody extends TeaModel {
/**
* <p>The statistics on the DNS requests.</p>
*/
@NameInMap("Data")
public java.util.List<DescribePdnsRequestStatisticResponseBodyData> data;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p>
*/
@NameInMap("RequestId")
public String requestId;
public static DescribePdnsRequestStatisticResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticResponseBody self = new DescribePdnsRequestStatisticResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticResponseBody setData(java.util.List<DescribePdnsRequestStatisticResponseBodyData> data) {
this.data = data;
return this;
}
public java.util.List<DescribePdnsRequestStatisticResponseBodyData> getData() {
return this.data;
}
public DescribePdnsRequestStatisticResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribePdnsRequestStatisticResponseBodyData extends TeaModel {
/**
* <p>The total number of DoH requests, including HTTP and HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("DohTotalCount")
public Long dohTotalCount;
/**
* <p>The number of HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("HttpCount")
public Long httpCount;
/**
* <p>The number of HTTPS requests. On the Traffic Analysis tab of the Public DNS console, the value of this parameter includes the number of DNS over HTTPs (DoH) requests. Therefore, the number of DoH requests is not separately displayed in the console.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("HttpsCount")
public Long httpsCount;
/**
* <p>The number of source IP addresses.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("IpCount")
public Long ipCount;
/**
* <p>The statistical timestamp. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.</p>
*
* <strong>example:</strong>
* <p>1706716800000</p>
*/
@NameInMap("Timestamp")
public Long timestamp;
/**
* <p>The total number of requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("TotalCount")
public Long totalCount;
/**
* <p>The total number of UDP requests.</p>
*
* <strong>example:</strong>
* <p>5000</p>
*/
@NameInMap("UdpTotalCount")
public Long udpTotalCount;
/**
* <p>The number of IPv4-based requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4Count")
public Long v4Count;
/**
* <p>The number of IPv4-based HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4HttpCount")
public Long v4HttpCount;
/**
* <p>The number of IPv4-based HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4HttpsCount")
public Long v4HttpsCount;
/**
* <p>The number of IPv6-based requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6Count")
public Long v6Count;
/**
* <p>The number of IPv6-based HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6HttpCount")
public Long v6HttpCount;
/**
* <p>The number of IPv6-based HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6HttpsCount")
public Long v6HttpsCount;
public static DescribePdnsRequestStatisticResponseBodyData build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticResponseBodyData self = new DescribePdnsRequestStatisticResponseBodyData();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticResponseBodyData setDohTotalCount(Long dohTotalCount) {
this.dohTotalCount = dohTotalCount;
return this;
}
public Long getDohTotalCount() {
return this.dohTotalCount;
}
public DescribePdnsRequestStatisticResponseBodyData setHttpCount(Long httpCount) {
this.httpCount = httpCount;
return this;
}
public Long getHttpCount() {
return this.httpCount;
}
public DescribePdnsRequestStatisticResponseBodyData setHttpsCount(Long httpsCount) {
this.httpsCount = httpsCount;
return this;
}
public Long getHttpsCount() {
return this.httpsCount;
}
public DescribePdnsRequestStatisticResponseBodyData setIpCount(Long ipCount) {
this.ipCount = ipCount;
return this;
}
public Long getIpCount() {
return this.ipCount;
}
public DescribePdnsRequestStatisticResponseBodyData setTimestamp(Long timestamp) {
this.timestamp = timestamp;
return this;
}
public Long getTimestamp() {
return this.timestamp;
}
public DescribePdnsRequestStatisticResponseBodyData setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsRequestStatisticResponseBodyData setUdpTotalCount(Long udpTotalCount) {
this.udpTotalCount = udpTotalCount;
return this;
}
public Long getUdpTotalCount() {
return this.udpTotalCount;
}
public DescribePdnsRequestStatisticResponseBodyData setV4Count(Long v4Count) {
this.v4Count = v4Count;
return this;
}
public Long getV4Count() {
return this.v4Count;
}
public DescribePdnsRequestStatisticResponseBodyData setV4HttpCount(Long v4HttpCount) {
this.v4HttpCount = v4HttpCount;
return this;
}
public Long getV4HttpCount() {
return this.v4HttpCount;
}
public DescribePdnsRequestStatisticResponseBodyData setV4HttpsCount(Long v4HttpsCount) {
this.v4HttpsCount = v4HttpsCount;
return this;
}
public Long getV4HttpsCount() {
return this.v4HttpsCount;
}
public DescribePdnsRequestStatisticResponseBodyData setV6Count(Long v6Count) {
this.v6Count = v6Count;
return this;
}
public Long getV6Count() {
return this.v6Count;
}
public DescribePdnsRequestStatisticResponseBodyData setV6HttpCount(Long v6HttpCount) {
this.v6HttpCount = v6HttpCount;
return this;
}
public Long getV6HttpCount() {
return this.v6HttpCount;
}
public DescribePdnsRequestStatisticResponseBodyData setV6HttpsCount(Long v6HttpsCount) {
this.v6HttpsCount = v6HttpsCount;
return this;
}
public Long getV6HttpsCount() {
return this.v6HttpsCount;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticsRequest extends TeaModel {
/**
* <p>The primary domain name whose statistics you want to query.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("DomainName")
public String domainName;
/**
* <p>The end of the time range to query. Specify the time in the YYYY-MM-DD format.</p>
* <p>The default value is the day when you query the data.</p>
*
* <strong>example:</strong>
* <p>2024-07-14 00:00:00</p>
*/
@NameInMap("EndDate")
public String endDate;
/**
* <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid values:</p>
* <ul>
* <li><strong>zh</strong>: Chinese</li>
* <li><strong>en</strong>: English</li>
* </ul>
*
* <strong>example:</strong>
* <p>zh</p>
*/
@NameInMap("Lang")
public String lang;
/**
* <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Long pageNumber;
/**
* <p>The number of entries per page. Default value: 20. Valid values: 1 to 100.</p>
*
* <strong>example:</strong>
* <p>20</p>
*/
@NameInMap("PageSize")
public Long pageSize;
/**
* <p>The beginning of the time range to query. Specify the time in the YYYY-MM-DD format.</p>
* <p>You can query only records of the last 90 days.</p>
*
* <strong>example:</strong>
* <p>2024-06-14 00:00:00</p>
*/
@NameInMap("StartDate")
public String startDate;
/**
* <p>The subdomain name whose statistics you want to query.</p>
*
* <strong>example:</strong>
* <p><a href="http://www.example.com">www.example.com</a></p>
*/
@NameInMap("SubDomain")
public String subDomain;
/**
* <p>The type of the request statistics that you want to query. Valid values:</p>
* <ul>
* <li>DOMAIN: queries the request statistics by domain name.</li>
* <li>SUB_DOMAIN: queries the request statistics by subdomain name.</li>
* </ul>
*
* <strong>example:</strong>
* <p>DOMAIN</p>
*/
@NameInMap("Type")
public String type;
public static DescribePdnsRequestStatisticsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticsRequest self = new DescribePdnsRequestStatisticsRequest();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticsRequest setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribePdnsRequestStatisticsRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsRequestStatisticsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsRequestStatisticsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsRequestStatisticsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsRequestStatisticsRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
public DescribePdnsRequestStatisticsRequest setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsRequestStatisticsRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsRequestStatisticsResponseBody body;
public static DescribePdnsRequestStatisticsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticsResponse self = new DescribePdnsRequestStatisticsResponse();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsRequestStatisticsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsRequestStatisticsResponse setBody(DescribePdnsRequestStatisticsResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsRequestStatisticsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsRequestStatisticsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsRequestStatisticsResponseBody extends TeaModel {
/**
* <p>The statistics on the DNS requests.</p>
*/
@NameInMap("Data")
public java.util.List<DescribePdnsRequestStatisticsResponseBodyData> data;
/**
* <p>The page number. Pages start from page <strong>1</strong>. Default value: <strong>1</strong>.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("PageNumber")
public Long pageNumber;
/**
* <p>The number of entries per page. Default value: <strong>20</strong>. Valid values: <strong>1 to 100</strong>.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("PageSize")
public Long pageSize;
/**
* <p>The request ID.</p>
*
* <strong>example:</strong>
* <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The total number of entries returned.</p>
*
* <strong>example:</strong>
* <p>49</p>
*/
@NameInMap("TotalCount")
public Long totalCount;
public static DescribePdnsRequestStatisticsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticsResponseBody self = new DescribePdnsRequestStatisticsResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticsResponseBody setData(java.util.List<DescribePdnsRequestStatisticsResponseBodyData> data) {
this.data = data;
return this;
}
public java.util.List<DescribePdnsRequestStatisticsResponseBodyData> getData() {
return this.data;
}
public DescribePdnsRequestStatisticsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsRequestStatisticsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsRequestStatisticsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsRequestStatisticsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public static class DescribePdnsRequestStatisticsResponseBodyDataThreatInfo extends TeaModel {
/**
* <p>The current version does not support this parameter.</p>
*
* <strong>example:</strong>
* <ul>
* <li></li>
* </ul>
*/
@NameInMap("ThreatLevel")
public String threatLevel;
/**
* <p>The current version does not support this parameter.</p>
*
* <strong>example:</strong>
* <ul>
* <li></li>
* </ul>
*/
@NameInMap("ThreatType")
public String threatType;
public static DescribePdnsRequestStatisticsResponseBodyDataThreatInfo build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticsResponseBodyDataThreatInfo self = new DescribePdnsRequestStatisticsResponseBodyDataThreatInfo();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticsResponseBodyDataThreatInfo setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsRequestStatisticsResponseBodyDataThreatInfo setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
}
public static class DescribePdnsRequestStatisticsResponseBodyData extends TeaModel {
/**
* <p>The total number of DoH requests, including the HTTP and HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("DohTotalCount")
public Long dohTotalCount;
/**
* <p>The domain name.</p>
*
* <strong>example:</strong>
* <p>example.com</p>
*/
@NameInMap("DomainName")
public String domainName;
/**
* <p>The number of HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("HttpCount")
public Long httpCount;
/**
* <p>The number of HTTPS requests. On the Traffic Analysis tab of the public DNS console, the value of this parameter includes the number of DNS over HTTPs (DoH) requests. Therefore, the number of DoH requests is not separately displayed in the console.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("HttpsCount")
public Long httpsCount;
/**
* <p>The number of source IP addresses.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("IpCount")
public Long ipCount;
/**
* <p>The current version does not support this parameter.</p>
*
* <strong>example:</strong>
* <ul>
* <li></li>
* </ul>
*/
@NameInMap("MaxThreatLevel")
public String maxThreatLevel;
/**
* <p>The subdomain name.</p>
*
* <strong>example:</strong>
* <p><a href="http://www.example.com">www.example.com</a></p>
*/
@NameInMap("SubDomain")
public String subDomain;
/**
* <p>The current version does not support this parameter.</p>
*
* <strong>example:</strong>
* <ul>
* <li></li>
* </ul>
*/
@NameInMap("ThreatCount")
public Long threatCount;
/**
* <p>The current version does not support this parameter.</p>
*/
@NameInMap("ThreatInfo")
public java.util.List<DescribePdnsRequestStatisticsResponseBodyDataThreatInfo> threatInfo;
/**
* <p>The total number of requests.</p>
*
* <strong>example:</strong>
* <p>500</p>
*/
@NameInMap("TotalCount")
public Long totalCount;
/**
* <p>The total number of UDP requests.</p>
*
* <strong>example:</strong>
* <p>500</p>
*/
@NameInMap("UdpTotalCount")
public Long udpTotalCount;
/**
* <p>The number of IPv4-based requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4Count")
public Long v4Count;
/**
* <p>The number of IPv4-based HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4HttpCount")
public Long v4HttpCount;
/**
* <p>The number of IPv4-based HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V4HttpsCount")
public Long v4HttpsCount;
/**
* <p>The number of IPv6-based requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6Count")
public Long v6Count;
/**
* <p>The number of IPv6-based HTTP requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6HttpCount")
public Long v6HttpCount;
/**
* <p>The number of IPv6-based HTTPS requests.</p>
*
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("V6HttpsCount")
public Long v6HttpsCount;
public static DescribePdnsRequestStatisticsResponseBodyData build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsRequestStatisticsResponseBodyData self = new DescribePdnsRequestStatisticsResponseBodyData();
return TeaModel.build(map, self);
}
public DescribePdnsRequestStatisticsResponseBodyData setDohTotalCount(Long dohTotalCount) {
this.dohTotalCount = dohTotalCount;
return this;
}
public Long getDohTotalCount() {
return this.dohTotalCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribePdnsRequestStatisticsResponseBodyData setHttpCount(Long httpCount) {
this.httpCount = httpCount;
return this;
}
public Long getHttpCount() {
return this.httpCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setHttpsCount(Long httpsCount) {
this.httpsCount = httpsCount;
return this;
}
public Long getHttpsCount() {
return this.httpsCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setIpCount(Long ipCount) {
this.ipCount = ipCount;
return this;
}
public Long getIpCount() {
return this.ipCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setMaxThreatLevel(String maxThreatLevel) {
this.maxThreatLevel = maxThreatLevel;
return this;
}
public String getMaxThreatLevel() {
return this.maxThreatLevel;
}
public DescribePdnsRequestStatisticsResponseBodyData setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsRequestStatisticsResponseBodyData setThreatCount(Long threatCount) {
this.threatCount = threatCount;
return this;
}
public Long getThreatCount() {
return this.threatCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setThreatInfo(java.util.List<DescribePdnsRequestStatisticsResponseBodyDataThreatInfo> threatInfo) {
this.threatInfo = threatInfo;
return this;
}
public java.util.List<DescribePdnsRequestStatisticsResponseBodyDataThreatInfo> getThreatInfo() {
return this.threatInfo;
}
public DescribePdnsRequestStatisticsResponseBodyData setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setUdpTotalCount(Long udpTotalCount) {
this.udpTotalCount = udpTotalCount;
return this;
}
public Long getUdpTotalCount() {
return this.udpTotalCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setV4Count(Long v4Count) {
this.v4Count = v4Count;
return this;
}
public Long getV4Count() {
return this.v4Count;
}
public DescribePdnsRequestStatisticsResponseBodyData setV4HttpCount(Long v4HttpCount) {
this.v4HttpCount = v4HttpCount;
return this;
}
public Long getV4HttpCount() {
return this.v4HttpCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setV4HttpsCount(Long v4HttpsCount) {
this.v4HttpsCount = v4HttpsCount;
return this;
}
public Long getV4HttpsCount() {
return this.v4HttpsCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setV6Count(Long v6Count) {
this.v6Count = v6Count;
return this;
}
public Long getV6Count() {
return this.v6Count;
}
public DescribePdnsRequestStatisticsResponseBodyData setV6HttpCount(Long v6HttpCount) {
this.v6HttpCount = v6HttpCount;
return this;
}
public Long getV6HttpCount() {
return this.v6HttpCount;
}
public DescribePdnsRequestStatisticsResponseBodyData setV6HttpsCount(Long v6HttpsCount) {
this.v6HttpsCount = v6HttpsCount;
return this;
}
public Long getV6HttpsCount() {
return this.v6HttpsCount;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatLogsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatLogsRequest extends TeaModel {
@NameInMap("EndDate")
public String endDate;
@NameInMap("Keyword")
public String keyword;
@NameInMap("Lang")
public String lang;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("StartDate")
public String startDate;
@NameInMap("ThreatLevel")
public String threatLevel;
@NameInMap("ThreatSourceIp")
public String threatSourceIp;
@NameInMap("ThreatType")
public String threatType;
public static DescribePdnsThreatLogsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatLogsRequest self = new DescribePdnsThreatLogsRequest();
return TeaModel.build(map, self);
}
public DescribePdnsThreatLogsRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsThreatLogsRequest setKeyword(String keyword) {
this.keyword = keyword;
return this;
}
public String getKeyword() {
return this.keyword;
}
public DescribePdnsThreatLogsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsThreatLogsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsThreatLogsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsThreatLogsRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
public DescribePdnsThreatLogsRequest setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsThreatLogsRequest setThreatSourceIp(String threatSourceIp) {
this.threatSourceIp = threatSourceIp;
return this;
}
public String getThreatSourceIp() {
return this.threatSourceIp;
}
public DescribePdnsThreatLogsRequest setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatLogsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatLogsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsThreatLogsResponseBody body;
public static DescribePdnsThreatLogsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatLogsResponse self = new DescribePdnsThreatLogsResponse();
return TeaModel.build(map, self);
}
public DescribePdnsThreatLogsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsThreatLogsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsThreatLogsResponse setBody(DescribePdnsThreatLogsResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsThreatLogsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatLogsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatLogsResponseBody extends TeaModel {
@NameInMap("Logs")
public java.util.List<DescribePdnsThreatLogsResponseBodyLogs> logs;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalCount")
public Long totalCount;
public static DescribePdnsThreatLogsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatLogsResponseBody self = new DescribePdnsThreatLogsResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsThreatLogsResponseBody setLogs(java.util.List<DescribePdnsThreatLogsResponseBodyLogs> logs) {
this.logs = logs;
return this;
}
public java.util.List<DescribePdnsThreatLogsResponseBodyLogs> getLogs() {
return this.logs;
}
public DescribePdnsThreatLogsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsThreatLogsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsThreatLogsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsThreatLogsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public static class DescribePdnsThreatLogsResponseBodyLogs extends TeaModel {
@NameInMap("SourceIp")
public String sourceIp;
@NameInMap("SubDomain")
public String subDomain;
@NameInMap("ThreatLevel")
public String threatLevel;
@NameInMap("ThreatTime")
public String threatTime;
@NameInMap("ThreatType")
public String threatType;
public static DescribePdnsThreatLogsResponseBodyLogs build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatLogsResponseBodyLogs self = new DescribePdnsThreatLogsResponseBodyLogs();
return TeaModel.build(map, self);
}
public DescribePdnsThreatLogsResponseBodyLogs setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
return this;
}
public String getSourceIp() {
return this.sourceIp;
}
public DescribePdnsThreatLogsResponseBodyLogs setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsThreatLogsResponseBodyLogs setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsThreatLogsResponseBodyLogs setThreatTime(String threatTime) {
this.threatTime = threatTime;
return this;
}
public String getThreatTime() {
return this.threatTime;
}
public DescribePdnsThreatLogsResponseBodyLogs setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticRequest extends TeaModel {
@NameInMap("EndDate")
public String endDate;
@NameInMap("Lang")
public String lang;
@NameInMap("StartDate")
public String startDate;
@NameInMap("ThreatSourceIp")
public String threatSourceIp;
public static DescribePdnsThreatStatisticRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticRequest self = new DescribePdnsThreatStatisticRequest();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsThreatStatisticRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsThreatStatisticRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
public DescribePdnsThreatStatisticRequest setThreatSourceIp(String threatSourceIp) {
this.threatSourceIp = threatSourceIp;
return this;
}
public String getThreatSourceIp() {
return this.threatSourceIp;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsThreatStatisticResponseBody body;
public static DescribePdnsThreatStatisticResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticResponse self = new DescribePdnsThreatStatisticResponse();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsThreatStatisticResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsThreatStatisticResponse setBody(DescribePdnsThreatStatisticResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsThreatStatisticResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticResponseBody extends TeaModel {
@NameInMap("Data")
public java.util.List<DescribePdnsThreatStatisticResponseBodyData> data;
@NameInMap("RequestId")
public String requestId;
public static DescribePdnsThreatStatisticResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticResponseBody self = new DescribePdnsThreatStatisticResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticResponseBody setData(java.util.List<DescribePdnsThreatStatisticResponseBodyData> data) {
this.data = data;
return this;
}
public java.util.List<DescribePdnsThreatStatisticResponseBodyData> getData() {
return this.data;
}
public DescribePdnsThreatStatisticResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class DescribePdnsThreatStatisticResponseBodyData extends TeaModel {
@NameInMap("DohTotalCount")
public Long dohTotalCount;
@NameInMap("ThreatLevel")
public String threatLevel;
@NameInMap("ThreatType")
public String threatType;
@NameInMap("Timestamp")
public Long timestamp;
@NameInMap("TotalCount")
public Long totalCount;
@NameInMap("UdpTotalCount")
public Long udpTotalCount;
public static DescribePdnsThreatStatisticResponseBodyData build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticResponseBodyData self = new DescribePdnsThreatStatisticResponseBodyData();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticResponseBodyData setDohTotalCount(Long dohTotalCount) {
this.dohTotalCount = dohTotalCount;
return this;
}
public Long getDohTotalCount() {
return this.dohTotalCount;
}
public DescribePdnsThreatStatisticResponseBodyData setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsThreatStatisticResponseBodyData setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
public DescribePdnsThreatStatisticResponseBodyData setTimestamp(Long timestamp) {
this.timestamp = timestamp;
return this;
}
public Long getTimestamp() {
return this.timestamp;
}
public DescribePdnsThreatStatisticResponseBodyData setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsThreatStatisticResponseBodyData setUdpTotalCount(Long udpTotalCount) {
this.udpTotalCount = udpTotalCount;
return this;
}
public Long getUdpTotalCount() {
return this.udpTotalCount;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticsRequest extends TeaModel {
@NameInMap("Direction")
public String direction;
@NameInMap("DomainName")
public String domainName;
@NameInMap("EndDate")
public String endDate;
@NameInMap("Lang")
public String lang;
@NameInMap("OrderBy")
public String orderBy;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("StartDate")
public String startDate;
@NameInMap("SubDomain")
public String subDomain;
@NameInMap("ThreatLevel")
public String threatLevel;
@NameInMap("ThreatSourceIp")
public String threatSourceIp;
@NameInMap("ThreatType")
public String threatType;
@NameInMap("Type")
public String type;
public static DescribePdnsThreatStatisticsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticsRequest self = new DescribePdnsThreatStatisticsRequest();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticsRequest setDirection(String direction) {
this.direction = direction;
return this;
}
public String getDirection() {
return this.direction;
}
public DescribePdnsThreatStatisticsRequest setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribePdnsThreatStatisticsRequest setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public DescribePdnsThreatStatisticsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsThreatStatisticsRequest setOrderBy(String orderBy) {
this.orderBy = orderBy;
return this;
}
public String getOrderBy() {
return this.orderBy;
}
public DescribePdnsThreatStatisticsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsThreatStatisticsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsThreatStatisticsRequest setStartDate(String startDate) {
this.startDate = startDate;
return this;
}
public String getStartDate() {
return this.startDate;
}
public DescribePdnsThreatStatisticsRequest setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsThreatStatisticsRequest setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsThreatStatisticsRequest setThreatSourceIp(String threatSourceIp) {
this.threatSourceIp = threatSourceIp;
return this;
}
public String getThreatSourceIp() {
return this.threatSourceIp;
}
public DescribePdnsThreatStatisticsRequest setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
public DescribePdnsThreatStatisticsRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsThreatStatisticsResponseBody body;
public static DescribePdnsThreatStatisticsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticsResponse self = new DescribePdnsThreatStatisticsResponse();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsThreatStatisticsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsThreatStatisticsResponse setBody(DescribePdnsThreatStatisticsResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsThreatStatisticsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsThreatStatisticsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsThreatStatisticsResponseBody extends TeaModel {
@NameInMap("Data")
public java.util.List<DescribePdnsThreatStatisticsResponseBodyData> data;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalCount")
public Long totalCount;
public static DescribePdnsThreatStatisticsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticsResponseBody self = new DescribePdnsThreatStatisticsResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticsResponseBody setData(java.util.List<DescribePdnsThreatStatisticsResponseBodyData> data) {
this.data = data;
return this;
}
public java.util.List<DescribePdnsThreatStatisticsResponseBodyData> getData() {
return this.data;
}
public DescribePdnsThreatStatisticsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsThreatStatisticsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsThreatStatisticsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsThreatStatisticsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public static class DescribePdnsThreatStatisticsResponseBodyData extends TeaModel {
@NameInMap("DohTotalCount")
public Long dohTotalCount;
@NameInMap("DomainCount")
public Long domainCount;
@NameInMap("DomainName")
public String domainName;
@NameInMap("LatestThreatTime")
public Long latestThreatTime;
@NameInMap("MaxThreatLevel")
public String maxThreatLevel;
@NameInMap("SourceIp")
public String sourceIp;
@NameInMap("SubDomain")
public String subDomain;
@NameInMap("ThreatLevel")
public String threatLevel;
@NameInMap("ThreatType")
public String threatType;
@NameInMap("TotalCount")
public Long totalCount;
@NameInMap("UdpTotalCount")
public Long udpTotalCount;
public static DescribePdnsThreatStatisticsResponseBodyData build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsThreatStatisticsResponseBodyData self = new DescribePdnsThreatStatisticsResponseBodyData();
return TeaModel.build(map, self);
}
public DescribePdnsThreatStatisticsResponseBodyData setDohTotalCount(Long dohTotalCount) {
this.dohTotalCount = dohTotalCount;
return this;
}
public Long getDohTotalCount() {
return this.dohTotalCount;
}
public DescribePdnsThreatStatisticsResponseBodyData setDomainCount(Long domainCount) {
this.domainCount = domainCount;
return this;
}
public Long getDomainCount() {
return this.domainCount;
}
public DescribePdnsThreatStatisticsResponseBodyData setDomainName(String domainName) {
this.domainName = domainName;
return this;
}
public String getDomainName() {
return this.domainName;
}
public DescribePdnsThreatStatisticsResponseBodyData setLatestThreatTime(Long latestThreatTime) {
this.latestThreatTime = latestThreatTime;
return this;
}
public Long getLatestThreatTime() {
return this.latestThreatTime;
}
public DescribePdnsThreatStatisticsResponseBodyData setMaxThreatLevel(String maxThreatLevel) {
this.maxThreatLevel = maxThreatLevel;
return this;
}
public String getMaxThreatLevel() {
return this.maxThreatLevel;
}
public DescribePdnsThreatStatisticsResponseBodyData setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
return this;
}
public String getSourceIp() {
return this.sourceIp;
}
public DescribePdnsThreatStatisticsResponseBodyData setSubDomain(String subDomain) {
this.subDomain = subDomain;
return this;
}
public String getSubDomain() {
return this.subDomain;
}
public DescribePdnsThreatStatisticsResponseBodyData setThreatLevel(String threatLevel) {
this.threatLevel = threatLevel;
return this;
}
public String getThreatLevel() {
return this.threatLevel;
}
public DescribePdnsThreatStatisticsResponseBodyData setThreatType(String threatType) {
this.threatType = threatType;
return this;
}
public String getThreatType() {
return this.threatType;
}
public DescribePdnsThreatStatisticsResponseBodyData setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsThreatStatisticsResponseBodyData setUdpTotalCount(Long udpTotalCount) {
this.udpTotalCount = udpTotalCount;
return this;
}
public Long getUdpTotalCount() {
return this.udpTotalCount;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUdpIpSegmentsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUdpIpSegmentsRequest extends TeaModel {
@NameInMap("Lang")
public String lang;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
public static DescribePdnsUdpIpSegmentsRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUdpIpSegmentsRequest self = new DescribePdnsUdpIpSegmentsRequest();
return TeaModel.build(map, self);
}
public DescribePdnsUdpIpSegmentsRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
public DescribePdnsUdpIpSegmentsRequest setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsUdpIpSegmentsRequest setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUdpIpSegmentsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUdpIpSegmentsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsUdpIpSegmentsResponseBody body;
public static DescribePdnsUdpIpSegmentsResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUdpIpSegmentsResponse self = new DescribePdnsUdpIpSegmentsResponse();
return TeaModel.build(map, self);
}
public DescribePdnsUdpIpSegmentsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsUdpIpSegmentsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsUdpIpSegmentsResponse setBody(DescribePdnsUdpIpSegmentsResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsUdpIpSegmentsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUdpIpSegmentsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUdpIpSegmentsResponseBody extends TeaModel {
@NameInMap("IpSegments")
public java.util.List<DescribePdnsUdpIpSegmentsResponseBodyIpSegments> ipSegments;
@NameInMap("PageNumber")
public Long pageNumber;
@NameInMap("PageSize")
public Long pageSize;
@NameInMap("RequestId")
public String requestId;
@NameInMap("TotalCount")
public Long totalCount;
@NameInMap("TotalPages")
public String totalPages;
public static DescribePdnsUdpIpSegmentsResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUdpIpSegmentsResponseBody self = new DescribePdnsUdpIpSegmentsResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsUdpIpSegmentsResponseBody setIpSegments(java.util.List<DescribePdnsUdpIpSegmentsResponseBodyIpSegments> ipSegments) {
this.ipSegments = ipSegments;
return this;
}
public java.util.List<DescribePdnsUdpIpSegmentsResponseBodyIpSegments> getIpSegments() {
return this.ipSegments;
}
public DescribePdnsUdpIpSegmentsResponseBody setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
return this;
}
public Long getPageNumber() {
return this.pageNumber;
}
public DescribePdnsUdpIpSegmentsResponseBody setPageSize(Long pageSize) {
this.pageSize = pageSize;
return this;
}
public Long getPageSize() {
return this.pageSize;
}
public DescribePdnsUdpIpSegmentsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsUdpIpSegmentsResponseBody setTotalCount(Long totalCount) {
this.totalCount = totalCount;
return this;
}
public Long getTotalCount() {
return this.totalCount;
}
public DescribePdnsUdpIpSegmentsResponseBody setTotalPages(String totalPages) {
this.totalPages = totalPages;
return this;
}
public String getTotalPages() {
return this.totalPages;
}
public static class DescribePdnsUdpIpSegmentsResponseBodyIpSegments extends TeaModel {
@NameInMap("CreateDate")
public String createDate;
@NameInMap("CreateTimestamp")
public Long createTimestamp;
@NameInMap("Id")
public String id;
@NameInMap("Ip")
public String ip;
@NameInMap("Mask")
public Long mask;
@NameInMap("Name")
public String name;
@NameInMap("SecretKey")
public String secretKey;
@NameInMap("State")
public String state;
@NameInMap("UpdateDate")
public String updateDate;
public static DescribePdnsUdpIpSegmentsResponseBodyIpSegments build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUdpIpSegmentsResponseBodyIpSegments self = new DescribePdnsUdpIpSegmentsResponseBodyIpSegments();
return TeaModel.build(map, self);
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setCreateDate(String createDate) {
this.createDate = createDate;
return this;
}
public String getCreateDate() {
return this.createDate;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setCreateTimestamp(Long createTimestamp) {
this.createTimestamp = createTimestamp;
return this;
}
public Long getCreateTimestamp() {
return this.createTimestamp;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setIp(String ip) {
this.ip = ip;
return this;
}
public String getIp() {
return this.ip;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setMask(Long mask) {
this.mask = mask;
return this;
}
public Long getMask() {
return this.mask;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setSecretKey(String secretKey) {
this.secretKey = secretKey;
return this;
}
public String getSecretKey() {
return this.secretKey;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setState(String state) {
this.state = state;
return this;
}
public String getState() {
return this.state;
}
public DescribePdnsUdpIpSegmentsResponseBodyIpSegments setUpdateDate(String updateDate) {
this.updateDate = updateDate;
return this;
}
public String getUpdateDate() {
return this.updateDate;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUserInfoRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUserInfoRequest extends TeaModel {
/**
* <p>The language of the content within the request and response. Default value: <strong>zh</strong>. Valid value:</p>
* <ul>
* <li><strong>zh</strong>: Chinese.</li>
* <li><strong>en</strong>: English.</li>
* </ul>
*
* <strong>example:</strong>
* <p>en</p>
*/
@NameInMap("Lang")
public String lang;
public static DescribePdnsUserInfoRequest build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUserInfoRequest self = new DescribePdnsUserInfoRequest();
return TeaModel.build(map, self);
}
public DescribePdnsUserInfoRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUserInfoResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUserInfoResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DescribePdnsUserInfoResponseBody body;
public static DescribePdnsUserInfoResponse build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUserInfoResponse self = new DescribePdnsUserInfoResponse();
return TeaModel.build(map, self);
}
public DescribePdnsUserInfoResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DescribePdnsUserInfoResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DescribePdnsUserInfoResponse setBody(DescribePdnsUserInfoResponseBody body) {
this.body = body;
return this;
}
public DescribePdnsUserInfoResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/DescribePdnsUserInfoResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class DescribePdnsUserInfoResponseBody extends TeaModel {
/**
* <p>The ID of the request.</p>
*
* <strong>example:</strong>
* <p>FD552816-FCC8-4832-B4A2-2DA0C2BA1688</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <p>The information about the user.</p>
*/
@NameInMap("UserInfo")
public DescribePdnsUserInfoResponseBodyUserInfo userInfo;
public static DescribePdnsUserInfoResponseBody build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUserInfoResponseBody self = new DescribePdnsUserInfoResponseBody();
return TeaModel.build(map, self);
}
public DescribePdnsUserInfoResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public DescribePdnsUserInfoResponseBody setUserInfo(DescribePdnsUserInfoResponseBodyUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public DescribePdnsUserInfoResponseBodyUserInfo getUserInfo() {
return this.userInfo;
}
public static class DescribePdnsUserInfoResponseBodyUserInfo extends TeaModel {
/**
* <p>The enabled access security types.</p>
*
* <strong>example:</strong>
* <p>SECURE</p>
*/
@NameInMap("AvailableAccessSecurityType")
public String availableAccessSecurityType;
/**
* <p>The enabled public recursive DNS service.</p>
*
* <strong>example:</strong>
* <p>HTTP,HTTPS</p>
*/
@NameInMap("AvailableService")
public String availableService;
/**
* <p>The configuration ID of the users in public recursive DNS.</p>
*
* <strong>example:</strong>
* <p>10001</p>
*/
@NameInMap("PdnsId")
public Long pdnsId;
/**
* <p>The SecretKey configured for a UDP-based CIDR block.</p>
*
* <strong>example:</strong>
* <p>1c092d715b7a48de</p>
*/
@NameInMap("SecretKey")
public String secretKey;
/**
* <p>The type of the public recursive DNS service.</p>
*
* <strong>example:</strong>
* <p>normal</p>
*/
@NameInMap("ServiceType")
public String serviceType;
/**
* <p>The status of the public recursive DNS service.</p>
*
* <strong>example:</strong>
* <p>AVAILABLE</p>
*/
@NameInMap("State")
public String state;
/**
* <p>The status of the traffic analysis switch for the user in public recursive DNS service.</p>
*
* <strong>example:</strong>
* <p>CLOSED</p>
*/
@NameInMap("StatisticSwitchStatus")
public String statisticSwitchStatus;
/**
* <p>The disabled public recursive DNS service.</p>
*/
@NameInMap("StoppedService")
public String stoppedService;
public static DescribePdnsUserInfoResponseBodyUserInfo build(java.util.Map<String, ?> map) throws Exception {
DescribePdnsUserInfoResponseBodyUserInfo self = new DescribePdnsUserInfoResponseBodyUserInfo();
return TeaModel.build(map, self);
}
public DescribePdnsUserInfoResponseBodyUserInfo setAvailableAccessSecurityType(String availableAccessSecurityType) {
this.availableAccessSecurityType = availableAccessSecurityType;
return this;
}
public String getAvailableAccessSecurityType() {
return this.availableAccessSecurityType;
}
public DescribePdnsUserInfoResponseBodyUserInfo setAvailableService(String availableService) {
this.availableService = availableService;
return this;
}
public String getAvailableService() {
return this.availableService;
}
public DescribePdnsUserInfoResponseBodyUserInfo setPdnsId(Long pdnsId) {
this.pdnsId = pdnsId;
return this;
}
public Long getPdnsId() {
return this.pdnsId;
}
public DescribePdnsUserInfoResponseBodyUserInfo setSecretKey(String secretKey) {
this.secretKey = secretKey;
return this;
}
public String getSecretKey() {
return this.secretKey;
}
public DescribePdnsUserInfoResponseBodyUserInfo setServiceType(String serviceType) {
this.serviceType = serviceType;
return this;
}
public String getServiceType() {
return this.serviceType;
}
public DescribePdnsUserInfoResponseBodyUserInfo setState(String state) {
this.state = state;
return this;
}
public String getState() {
return this.state;
}
public DescribePdnsUserInfoResponseBodyUserInfo setStatisticSwitchStatus(String statisticSwitchStatus) {
this.statisticSwitchStatus = statisticSwitchStatus;
return this;
}
public String getStatisticSwitchStatus() {
return this.statisticSwitchStatus;
}
public DescribePdnsUserInfoResponseBodyUserInfo setStoppedService(String stoppedService) {
this.stoppedService = stoppedService;
return this;
}
public String getStoppedService() {
return this.stoppedService;
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.