index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertHistoryListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeAlertHistoryListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlertHistoryListResponse extends AcsResponse { private String code; private String message; private String requestId; private String total; private Boolean success; private List<AlarmHistory> alarmHistoryList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTotal() { return this.total; } public void setTotal(String total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<AlarmHistory> getAlarmHistoryList() { return this.alarmHistoryList; } public void setAlarmHistoryList(List<AlarmHistory> alarmHistoryList) { this.alarmHistoryList = alarmHistoryList; } public static class AlarmHistory { private Integer status; private String metricName; private Integer evaluationCount; private String state; private String preLevel; private String namespace; private String webhooks; private String ruleName; private String ruleId; private Long lastTime; private String value; private String expression; private String groupId; private Long alertTime; private String instanceName; private String dimensions; private String level; private List<String> contacts; private List<String> contactALIIMs; private List<String> contactMails; private List<String> contactSmses; private List<String> contactGroups; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public Integer getEvaluationCount() { return this.evaluationCount; } public void setEvaluationCount(Integer evaluationCount) { this.evaluationCount = evaluationCount; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getPreLevel() { return this.preLevel; } public void setPreLevel(String preLevel) { this.preLevel = preLevel; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getWebhooks() { return this.webhooks; } public void setWebhooks(String webhooks) { this.webhooks = webhooks; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } public Long getLastTime() { return this.lastTime; } public void setLastTime(Long lastTime) { this.lastTime = lastTime; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getExpression() { return this.expression; } public void setExpression(String expression) { this.expression = expression; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public Long getAlertTime() { return this.alertTime; } public void setAlertTime(Long alertTime) { this.alertTime = alertTime; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public List<String> getContacts() { return this.contacts; } public void setContacts(List<String> contacts) { this.contacts = contacts; } public List<String> getContactALIIMs() { return this.contactALIIMs; } public void setContactALIIMs(List<String> contactALIIMs) { this.contactALIIMs = contactALIIMs; } public List<String> getContactMails() { return this.contactMails; } public void setContactMails(List<String> contactMails) { this.contactMails = contactMails; } public List<String> getContactSmses() { return this.contactSmses; } public void setContactSmses(List<String> contactSmses) { this.contactSmses = contactSmses; } public List<String> getContactGroups() { return this.contactGroups; } public void setContactGroups(List<String> contactGroups) { this.contactGroups = contactGroups; } } @Override public DescribeAlertHistoryListResponse getInstance(UnmarshallerContext context) { return DescribeAlertHistoryListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogCountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeAlertLogCountRequest extends RpcAcsRequest<DescribeAlertLogCountResponse> { private String sendStatus; private String contactGroup; private String searchKey; private String ruleName; private Long startTime; private Integer pageNumber; private String lastMin; private Integer pageSize; private String metricName; private String product; private String level; private String groupId; private Long endTime; private String groupBy; private String namespace; public DescribeAlertLogCountRequest() { super("Cms", "2019-01-01", "DescribeAlertLogCount", "cms"); setMethod(MethodType.POST); } public String getSendStatus() { return this.sendStatus; } public void setSendStatus(String sendStatus) { this.sendStatus = sendStatus; if(sendStatus != null){ putQueryParameter("SendStatus", sendStatus); } } public String getContactGroup() { return this.contactGroup; } public void setContactGroup(String contactGroup) { this.contactGroup = contactGroup; if(contactGroup != null){ putQueryParameter("ContactGroup", contactGroup); } } public String getSearchKey() { return this.searchKey; } public void setSearchKey(String searchKey) { this.searchKey = searchKey; if(searchKey != null){ putQueryParameter("SearchKey", searchKey); } } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getLastMin() { return this.lastMin; } public void setLastMin(String lastMin) { this.lastMin = lastMin; if(lastMin != null){ putQueryParameter("LastMin", lastMin); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; if(product != null){ putQueryParameter("Product", product); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public String getGroupBy() { return this.groupBy; } public void setGroupBy(String groupBy) { this.groupBy = groupBy; if(groupBy != null){ putQueryParameter("GroupBy", groupBy); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } @Override public Class<DescribeAlertLogCountResponse> getResponseClass() { return DescribeAlertLogCountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogCountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeAlertLogCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlertLogCountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<AlertLogCountItem> alertLogCount; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<AlertLogCountItem> getAlertLogCount() { return this.alertLogCount; } public void setAlertLogCount(List<AlertLogCountItem> alertLogCount) { this.alertLogCount = alertLogCount; } public static class AlertLogCountItem { private Integer count; private List<LogsItem> logs; public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public List<LogsItem> getLogs() { return this.logs; } public void setLogs(List<LogsItem> logs) { this.logs = logs; } public static class LogsItem { private String name; private String value; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeAlertLogCountResponse getInstance(UnmarshallerContext context) { return DescribeAlertLogCountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogHistogramRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeAlertLogHistogramRequest extends RpcAcsRequest<DescribeAlertLogHistogramResponse> { private String sendStatus; private String contactGroup; private String searchKey; private String ruleName; private Long startTime; private Integer pageNumber; private String lastMin; private Integer pageSize; private String metricName; private String product; private String level; private String groupId; private Long endTime; private String groupBy; private String namespace; public DescribeAlertLogHistogramRequest() { super("Cms", "2019-01-01", "DescribeAlertLogHistogram", "cms"); setMethod(MethodType.POST); } public String getSendStatus() { return this.sendStatus; } public void setSendStatus(String sendStatus) { this.sendStatus = sendStatus; if(sendStatus != null){ putQueryParameter("SendStatus", sendStatus); } } public String getContactGroup() { return this.contactGroup; } public void setContactGroup(String contactGroup) { this.contactGroup = contactGroup; if(contactGroup != null){ putQueryParameter("ContactGroup", contactGroup); } } public String getSearchKey() { return this.searchKey; } public void setSearchKey(String searchKey) { this.searchKey = searchKey; if(searchKey != null){ putQueryParameter("SearchKey", searchKey); } } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getLastMin() { return this.lastMin; } public void setLastMin(String lastMin) { this.lastMin = lastMin; if(lastMin != null){ putQueryParameter("LastMin", lastMin); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; if(product != null){ putQueryParameter("Product", product); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public String getGroupBy() { return this.groupBy; } public void setGroupBy(String groupBy) { this.groupBy = groupBy; if(groupBy != null){ putQueryParameter("GroupBy", groupBy); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } @Override public Class<DescribeAlertLogHistogramResponse> getResponseClass() { return DescribeAlertLogHistogramResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogHistogramResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeAlertLogHistogramResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlertLogHistogramResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<AlertLogHistogramListItem> alertLogHistogramList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<AlertLogHistogramListItem> getAlertLogHistogramList() { return this.alertLogHistogramList; } public void setAlertLogHistogramList(List<AlertLogHistogramListItem> alertLogHistogramList) { this.alertLogHistogramList = alertLogHistogramList; } public static class AlertLogHistogramListItem { private Long from; private Long to; private Integer count; public Long getFrom() { return this.from; } public void setFrom(Long from) { this.from = from; } public Long getTo() { return this.to; } public void setTo(Long to) { this.to = to; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } } @Override public DescribeAlertLogHistogramResponse getInstance(UnmarshallerContext context) { return DescribeAlertLogHistogramResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeAlertLogListRequest extends RpcAcsRequest<DescribeAlertLogListResponse> { private String sendStatus; private String contactGroup; private String searchKey; private String ruleName; private Long startTime; private Integer pageNumber; private String lastMin; private Integer pageSize; private String metricName; private String product; private String level; private String groupId; private Long endTime; private String groupBy; private String namespace; private String ruleId; public DescribeAlertLogListRequest() { super("Cms", "2019-01-01", "DescribeAlertLogList", "cms"); setMethod(MethodType.POST); } public String getSendStatus() { return this.sendStatus; } public void setSendStatus(String sendStatus) { this.sendStatus = sendStatus; if(sendStatus != null){ putQueryParameter("SendStatus", sendStatus); } } public String getContactGroup() { return this.contactGroup; } public void setContactGroup(String contactGroup) { this.contactGroup = contactGroup; if(contactGroup != null){ putQueryParameter("ContactGroup", contactGroup); } } public String getSearchKey() { return this.searchKey; } public void setSearchKey(String searchKey) { this.searchKey = searchKey; if(searchKey != null){ putQueryParameter("SearchKey", searchKey); } } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getLastMin() { return this.lastMin; } public void setLastMin(String lastMin) { this.lastMin = lastMin; if(lastMin != null){ putQueryParameter("LastMin", lastMin); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; if(product != null){ putQueryParameter("Product", product); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public String getGroupBy() { return this.groupBy; } public void setGroupBy(String groupBy) { this.groupBy = groupBy; if(groupBy != null){ putQueryParameter("GroupBy", groupBy); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; if(ruleId != null){ putQueryParameter("RuleId", ruleId); } } @Override public Class<DescribeAlertLogListResponse> getResponseClass() { return DescribeAlertLogListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertLogListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeAlertLogListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlertLogListResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Integer pageNumber; private Integer pageSize; private List<Alarm> alertLogList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public List<Alarm> getAlertLogList() { return this.alertLogList; } public void setAlertLogList(List<Alarm> alertLogList) { this.alertLogList = alertLogList; } public static class Alarm { private String metricName; private String eventName; private String product; private String blackListUUID; private String message; private String namespace; private String levelChange; private String instanceId; private String ruleName; private String ruleId; private String blackListName; private String groupName; private String groupId; private String alertTime; private String instanceName; private String blackListDetail; private String level; private String sendStatus; private List<ExtInfo> extendedInfo; private List<DimensionsItem> dimensions; private List<WebhookListItem> webhookList; private List<SendResult> sendResultList; private List<String> dingdingWebhookList; private List<String> contactOnCallList; private List<String> contactMailList; private List<String> contactGroups; private List<String> contactALIIWWList; private List<String> contactSMSList; private List<String> contactDingList; private SendDetail sendDetail; private Escalation escalation; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getEventName() { return this.eventName; } public void setEventName(String eventName) { this.eventName = eventName; } public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; } public String getBlackListUUID() { return this.blackListUUID; } public void setBlackListUUID(String blackListUUID) { this.blackListUUID = blackListUUID; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getLevelChange() { return this.levelChange; } public void setLevelChange(String levelChange) { this.levelChange = levelChange; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } public String getBlackListName() { return this.blackListName; } public void setBlackListName(String blackListName) { this.blackListName = blackListName; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getAlertTime() { return this.alertTime; } public void setAlertTime(String alertTime) { this.alertTime = alertTime; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getBlackListDetail() { return this.blackListDetail; } public void setBlackListDetail(String blackListDetail) { this.blackListDetail = blackListDetail; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getSendStatus() { return this.sendStatus; } public void setSendStatus(String sendStatus) { this.sendStatus = sendStatus; } public List<ExtInfo> getExtendedInfo() { return this.extendedInfo; } public void setExtendedInfo(List<ExtInfo> extendedInfo) { this.extendedInfo = extendedInfo; } public List<DimensionsItem> getDimensions() { return this.dimensions; } public void setDimensions(List<DimensionsItem> dimensions) { this.dimensions = dimensions; } public List<WebhookListItem> getWebhookList() { return this.webhookList; } public void setWebhookList(List<WebhookListItem> webhookList) { this.webhookList = webhookList; } public List<SendResult> getSendResultList() { return this.sendResultList; } public void setSendResultList(List<SendResult> sendResultList) { this.sendResultList = sendResultList; } public List<String> getDingdingWebhookList() { return this.dingdingWebhookList; } public void setDingdingWebhookList(List<String> dingdingWebhookList) { this.dingdingWebhookList = dingdingWebhookList; } public List<String> getContactOnCallList() { return this.contactOnCallList; } public void setContactOnCallList(List<String> contactOnCallList) { this.contactOnCallList = contactOnCallList; } public List<String> getContactMailList() { return this.contactMailList; } public void setContactMailList(List<String> contactMailList) { this.contactMailList = contactMailList; } public List<String> getContactGroups() { return this.contactGroups; } public void setContactGroups(List<String> contactGroups) { this.contactGroups = contactGroups; } public List<String> getContactALIIWWList() { return this.contactALIIWWList; } public void setContactALIIWWList(List<String> contactALIIWWList) { this.contactALIIWWList = contactALIIWWList; } public List<String> getContactSMSList() { return this.contactSMSList; } public void setContactSMSList(List<String> contactSMSList) { this.contactSMSList = contactSMSList; } public List<String> getContactDingList() { return this.contactDingList; } public void setContactDingList(List<String> contactDingList) { this.contactDingList = contactDingList; } public SendDetail getSendDetail() { return this.sendDetail; } public void setSendDetail(SendDetail sendDetail) { this.sendDetail = sendDetail; } public Escalation getEscalation() { return this.escalation; } public void setEscalation(Escalation escalation) { this.escalation = escalation; } public static class ExtInfo { private String name; private String value; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class DimensionsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class WebhookListItem { private String code; private String url; private String message; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } } public static class SendResult { private String key; private List<String> value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public List<String> getValue() { return this.value; } public void setValue(List<String> value) { this.value = value; } } public static class SendDetail { private String resultCode; private List<ChannelResult> channelResultList; public String getResultCode() { return this.resultCode; } public void setResultCode(String resultCode) { this.resultCode = resultCode; } public List<ChannelResult> getChannelResultList() { return this.channelResultList; } public void setChannelResultList(List<ChannelResult> channelResultList) { this.channelResultList = channelResultList; } public static class ChannelResult { private String channel; private List<Result> resultList; public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; } public List<Result> getResultList() { return this.resultList; } public void setResultList(List<Result> resultList) { this.resultList = resultList; } public static class Result { private String code; private String requestId; private Boolean success; private String detail; private List<String> notifyTargetList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getDetail() { return this.detail; } public void setDetail(String detail) { this.detail = detail; } public List<String> getNotifyTargetList() { return this.notifyTargetList; } public void setNotifyTargetList(List<String> notifyTargetList) { this.notifyTargetList = notifyTargetList; } } } } public static class Escalation { private String expression; private Integer times; private String level; public String getExpression() { return this.expression; } public void setExpression(String expression) { this.expression = expression; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } } } @Override public DescribeAlertLogListResponse getInstance(UnmarshallerContext context) { return DescribeAlertLogListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertingMetricRuleResourcesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeAlertingMetricRuleResourcesRequest extends RpcAcsRequest<DescribeAlertingMetricRuleResourcesResponse> { private String groupId; private Integer pageSize; private String namespace; private Integer page; private String ruleId; private String dimensions; public DescribeAlertingMetricRuleResourcesRequest() { super("Cms", "2019-01-01", "DescribeAlertingMetricRuleResources", "cms"); setMethod(MethodType.GET); } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; if(ruleId != null){ putQueryParameter("RuleId", ruleId); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeAlertingMetricRuleResourcesResponse> getResponseClass() { return DescribeAlertingMetricRuleResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeAlertingMetricRuleResourcesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeAlertingMetricRuleResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlertingMetricRuleResourcesResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Integer total; private Boolean success; private List<Resource> resources; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Resource> getResources() { return this.resources; } public void setResources(List<Resource> resources) { this.resources = resources; } public static class Resource { private String metricName; private String retryTimes; private String metricValues; private String namespace; private String ruleName; private String ruleId; private String productCategory; private String startTime; private String resource; private String lastModifyTime; private String groupId; private String dimensions; private String lastAlertTime; private Integer level; private String threshold; private String statistics; private String enable; private List<Resource1> escalation; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getRetryTimes() { return this.retryTimes; } public void setRetryTimes(String retryTimes) { this.retryTimes = retryTimes; } public String getMetricValues() { return this.metricValues; } public void setMetricValues(String metricValues) { this.metricValues = metricValues; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } public String getProductCategory() { return this.productCategory; } public void setProductCategory(String productCategory) { this.productCategory = productCategory; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getResource() { return this.resource; } public void setResource(String resource) { this.resource = resource; } public String getLastModifyTime() { return this.lastModifyTime; } public void setLastModifyTime(String lastModifyTime) { this.lastModifyTime = lastModifyTime; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; } public String getLastAlertTime() { return this.lastAlertTime; } public void setLastAlertTime(String lastAlertTime) { this.lastAlertTime = lastAlertTime; } public Integer getLevel() { return this.level; } public void setLevel(Integer level) { this.level = level; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getEnable() { return this.enable; } public void setEnable(String enable) { this.enable = enable; } public List<Resource1> getEscalation() { return this.escalation; } public void setEscalation(List<Resource1> escalation) { this.escalation = escalation; } public static class Resource1 { private String comparisonOperator; private String preCondition; private String expression; private Integer times; private String tag; private String threshold; private Integer level; private String expressionListJoin; private List<ExpressionListItem> expressionList; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } public String getExpression() { return this.expression; } public void setExpression(String expression) { this.expression = expression; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getTag() { return this.tag; } public void setTag(String tag) { this.tag = tag; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public Integer getLevel() { return this.level; } public void setLevel(Integer level) { this.level = level; } public String getExpressionListJoin() { return this.expressionListJoin; } public void setExpressionListJoin(String expressionListJoin) { this.expressionListJoin = expressionListJoin; } public List<ExpressionListItem> getExpressionList() { return this.expressionList; } public void setExpressionList(List<ExpressionListItem> expressionList) { this.expressionList = expressionList; } public static class ExpressionListItem { private String comparisonOperator; private String metricName; private String period; private String statistics; private String threshold; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } } } } @Override public DescribeAlertingMetricRuleResourcesResponse getInstance(UnmarshallerContext context) { return DescribeAlertingMetricRuleResourcesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactGroupListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeContactGroupListRequest extends RpcAcsRequest<DescribeContactGroupListResponse> { private Integer pageNumber; private Integer pageSize; public DescribeContactGroupListRequest() { super("Cms", "2019-01-01", "DescribeContactGroupList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeContactGroupListResponse> getResponseClass() { return DescribeContactGroupListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactGroupListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeContactGroupListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeContactGroupListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private Boolean success; private List<ContactGroup> contactGroupList; private List<String> contactGroups; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<ContactGroup> getContactGroupList() { return this.contactGroupList; } public void setContactGroupList(List<ContactGroup> contactGroupList) { this.contactGroupList = contactGroupList; } public List<String> getContactGroups() { return this.contactGroups; } public void setContactGroups(List<String> contactGroups) { this.contactGroups = contactGroups; } public static class ContactGroup { private String describe; private Long updateTime; private Long createTime; private Boolean enabledWeeklyReport; private String name; private Boolean enableSubscribed; private List<String> contacts; public String getDescribe() { return this.describe; } public void setDescribe(String describe) { this.describe = describe; } public Long getUpdateTime() { return this.updateTime; } public void setUpdateTime(Long updateTime) { this.updateTime = updateTime; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public Boolean getEnabledWeeklyReport() { return this.enabledWeeklyReport; } public void setEnabledWeeklyReport(Boolean enabledWeeklyReport) { this.enabledWeeklyReport = enabledWeeklyReport; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Boolean getEnableSubscribed() { return this.enableSubscribed; } public void setEnableSubscribed(Boolean enableSubscribed) { this.enableSubscribed = enableSubscribed; } public List<String> getContacts() { return this.contacts; } public void setContacts(List<String> contacts) { this.contacts = contacts; } } @Override public DescribeContactGroupListResponse getInstance(UnmarshallerContext context) { return DescribeContactGroupListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactListByContactGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeContactListByContactGroupRequest extends RpcAcsRequest<DescribeContactListByContactGroupResponse> { private String contactGroupName; public DescribeContactListByContactGroupRequest() { super("Cms", "2019-01-01", "DescribeContactListByContactGroup", "cms"); setMethod(MethodType.POST); } public String getContactGroupName() { return this.contactGroupName; } public void setContactGroupName(String contactGroupName) { this.contactGroupName = contactGroupName; if(contactGroupName != null){ putQueryParameter("ContactGroupName", contactGroupName); } } @Override public Class<DescribeContactListByContactGroupResponse> getResponseClass() { return DescribeContactListByContactGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactListByContactGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeContactListByContactGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeContactListByContactGroupResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<Contact> contacts; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Contact> getContacts() { return this.contacts; } public void setContacts(List<Contact> contacts) { this.contacts = contacts; } public static class Contact { private Long updateTime; private String name; private Long createTime; private String desc; private Channels channels; public Long getUpdateTime() { return this.updateTime; } public void setUpdateTime(Long updateTime) { this.updateTime = updateTime; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getDesc() { return this.desc; } public void setDesc(String desc) { this.desc = desc; } public Channels getChannels() { return this.channels; } public void setChannels(Channels channels) { this.channels = channels; } public static class Channels { private String mail; private String aliIM; private String dingWebHook; private String sMS; public String getMail() { return this.mail; } public void setMail(String mail) { this.mail = mail; } public String getAliIM() { return this.aliIM; } public void setAliIM(String aliIM) { this.aliIM = aliIM; } public String getDingWebHook() { return this.dingWebHook; } public void setDingWebHook(String dingWebHook) { this.dingWebHook = dingWebHook; } public String getSMS() { return this.sMS; } public void setSMS(String sMS) { this.sMS = sMS; } } } @Override public DescribeContactListByContactGroupResponse getInstance(UnmarshallerContext context) { return DescribeContactListByContactGroupResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeContactListRequest extends RpcAcsRequest<DescribeContactListResponse> { private String chanelType; private Integer pageNumber; private String contactName; private Integer pageSize; private String chanelValue; public DescribeContactListRequest() { super("Cms", "2019-01-01", "DescribeContactList", "cms"); setMethod(MethodType.POST); } public String getChanelType() { return this.chanelType; } public void setChanelType(String chanelType) { this.chanelType = chanelType; if(chanelType != null){ putQueryParameter("ChanelType", chanelType); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getContactName() { return this.contactName; } public void setContactName(String contactName) { this.contactName = contactName; if(contactName != null){ putQueryParameter("ContactName", contactName); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getChanelValue() { return this.chanelValue; } public void setChanelValue(String chanelValue) { this.chanelValue = chanelValue; if(chanelValue != null){ putQueryParameter("ChanelValue", chanelValue); } } @Override public Class<DescribeContactListResponse> getResponseClass() { return DescribeContactListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeContactListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeContactListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeContactListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private Boolean success; private List<Contact> contacts; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Contact> getContacts() { return this.contacts; } public void setContacts(List<Contact> contacts) { this.contacts = contacts; } public static class Contact { private Long updateTime; private String name; private Long createTime; private String lang; private String desc; private Long contactId; private List<String> contactGroups; private Channels channels; private ChannelsState channelsState; public Long getUpdateTime() { return this.updateTime; } public void setUpdateTime(Long updateTime) { this.updateTime = updateTime; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; } public String getDesc() { return this.desc; } public void setDesc(String desc) { this.desc = desc; } public Long getContactId() { return this.contactId; } public void setContactId(Long contactId) { this.contactId = contactId; } public List<String> getContactGroups() { return this.contactGroups; } public void setContactGroups(List<String> contactGroups) { this.contactGroups = contactGroups; } public Channels getChannels() { return this.channels; } public void setChannels(Channels channels) { this.channels = channels; } public ChannelsState getChannelsState() { return this.channelsState; } public void setChannelsState(ChannelsState channelsState) { this.channelsState = channelsState; } public static class Channels { private String mail; private String aliIM; private String dingWebHook; private String sMS; public String getMail() { return this.mail; } public void setMail(String mail) { this.mail = mail; } public String getAliIM() { return this.aliIM; } public void setAliIM(String aliIM) { this.aliIM = aliIM; } public String getDingWebHook() { return this.dingWebHook; } public void setDingWebHook(String dingWebHook) { this.dingWebHook = dingWebHook; } public String getSMS() { return this.sMS; } public void setSMS(String sMS) { this.sMS = sMS; } } public static class ChannelsState { private String mail; private String aliIM; private String dingWebHook; private String sMS; public String getMail() { return this.mail; } public void setMail(String mail) { this.mail = mail; } public String getAliIM() { return this.aliIM; } public void setAliIM(String aliIM) { this.aliIM = aliIM; } public String getDingWebHook() { return this.dingWebHook; } public void setDingWebHook(String dingWebHook) { this.dingWebHook = dingWebHook; } public String getSMS() { return this.sMS; } public void setSMS(String sMS) { this.sMS = sMS; } } } @Override public DescribeContactListResponse getInstance(UnmarshallerContext context) { return DescribeContactListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeCustomEventAttributeRequest extends RpcAcsRequest<DescribeCustomEventAttributeResponse> { private String eventId; private String startTime; private String searchKeywords; private Integer pageNumber; private Integer pageSize; private String groupId; private String endTime; private String name; public DescribeCustomEventAttributeRequest() { super("Cms", "2019-01-01", "DescribeCustomEventAttribute", "cms"); setMethod(MethodType.POST); } public String getEventId() { return this.eventId; } public void setEventId(String eventId) { this.eventId = eventId; if(eventId != null){ putQueryParameter("EventId", eventId); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getSearchKeywords() { return this.searchKeywords; } public void setSearchKeywords(String searchKeywords) { this.searchKeywords = searchKeywords; if(searchKeywords != null){ putQueryParameter("SearchKeywords", searchKeywords); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<DescribeCustomEventAttributeResponse> getResponseClass() { return DescribeCustomEventAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeCustomEventAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCustomEventAttributeResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private List<CustomEvent> customEvents; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<CustomEvent> getCustomEvents() { return this.customEvents; } public void setCustomEvents(List<CustomEvent> customEvents) { this.customEvents = customEvents; } public static class CustomEvent { private String time; private String name; private String groupId; private String content; private String id; public String getTime() { return this.time; } public void setTime(String time) { this.time = time; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getContent() { return this.content; } public void setContent(String content) { this.content = content; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } @Override public DescribeCustomEventAttributeResponse getInstance(UnmarshallerContext context) { return DescribeCustomEventAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventCountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeCustomEventCountRequest extends RpcAcsRequest<DescribeCustomEventCountResponse> { private String eventId; private String groupId; private String endTime; private String startTime; private String searchKeywords; private String name; public DescribeCustomEventCountRequest() { super("Cms", "2019-01-01", "DescribeCustomEventCount", "cms"); setMethod(MethodType.POST); } public String getEventId() { return this.eventId; } public void setEventId(String eventId) { this.eventId = eventId; if(eventId != null){ putQueryParameter("EventId", eventId); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getSearchKeywords() { return this.searchKeywords; } public void setSearchKeywords(String searchKeywords) { this.searchKeywords = searchKeywords; if(searchKeywords != null){ putQueryParameter("SearchKeywords", searchKeywords); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<DescribeCustomEventCountResponse> getResponseClass() { return DescribeCustomEventCountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventCountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeCustomEventCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCustomEventCountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<CustomEventCount> customEventCounts; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<CustomEventCount> getCustomEventCounts() { return this.customEventCounts; } public void setCustomEventCounts(List<CustomEventCount> customEventCounts) { this.customEventCounts = customEventCounts; } public static class CustomEventCount { private Long time; private Integer num; private String name; public Long getTime() { return this.time; } public void setTime(Long time) { this.time = time; } public Integer getNum() { return this.num; } public void setNum(Integer num) { this.num = num; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } @Override public DescribeCustomEventCountResponse getInstance(UnmarshallerContext context) { return DescribeCustomEventCountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventHistogramRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeCustomEventHistogramRequest extends RpcAcsRequest<DescribeCustomEventHistogramResponse> { private String eventId; private String level; private String groupId; private String endTime; private String startTime; private String searchKeywords; private String name; public DescribeCustomEventHistogramRequest() { super("Cms", "2019-01-01", "DescribeCustomEventHistogram", "cms"); setMethod(MethodType.POST); } public String getEventId() { return this.eventId; } public void setEventId(String eventId) { this.eventId = eventId; if(eventId != null){ putQueryParameter("EventId", eventId); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getSearchKeywords() { return this.searchKeywords; } public void setSearchKeywords(String searchKeywords) { this.searchKeywords = searchKeywords; if(searchKeywords != null){ putQueryParameter("SearchKeywords", searchKeywords); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<DescribeCustomEventHistogramResponse> getResponseClass() { return DescribeCustomEventHistogramResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomEventHistogramResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeCustomEventHistogramResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCustomEventHistogramResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private List<EventHistogram> eventHistograms; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<EventHistogram> getEventHistograms() { return this.eventHistograms; } public void setEventHistograms(List<EventHistogram> eventHistograms) { this.eventHistograms = eventHistograms; } public static class EventHistogram { private Long endTime; private Long startTime; private Long count; public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; } public Long getCount() { return this.count; } public void setCount(Long count) { this.count = count; } } @Override public DescribeCustomEventHistogramResponse getInstance(UnmarshallerContext context) { return DescribeCustomEventHistogramResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomMetricListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeCustomMetricListRequest extends RpcAcsRequest<DescribeCustomMetricListResponse> { private String groupId; private String pageNumber; private String pageSize; private String metricName; private String dimension; private String md5; public DescribeCustomMetricListRequest() { super("Cms", "2019-01-01", "DescribeCustomMetricList", "cms"); setMethod(MethodType.POST); } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getDimension() { return this.dimension; } public void setDimension(String dimension) { this.dimension = dimension; if(dimension != null){ putQueryParameter("Dimension", dimension); } } public String getMd5() { return this.md5; } public void setMd5(String md5) { this.md5 = md5; if(md5 != null){ putQueryParameter("Md5", md5); } } @Override public Class<DescribeCustomMetricListResponse> getResponseClass() { return DescribeCustomMetricListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeCustomMetricListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeCustomMetricListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCustomMetricListResponse extends AcsResponse { private String code; private String message; private String requestId; private String result; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public DescribeCustomMetricListResponse getInstance(UnmarshallerContext context) { return DescribeCustomMetricListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeDynamicTagRuleListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeDynamicTagRuleListRequest extends RpcAcsRequest<DescribeDynamicTagRuleListResponse> { private String tagValue; private String pageNumber; private String pageSize; private String tagKey; private String tagRegionId; public DescribeDynamicTagRuleListRequest() { super("Cms", "2019-01-01", "DescribeDynamicTagRuleList", "cms"); setMethod(MethodType.POST); } public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; if(tagValue != null){ putQueryParameter("TagValue", tagValue); } } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getTagKey() { return this.tagKey; } public void setTagKey(String tagKey) { this.tagKey = tagKey; if(tagKey != null){ putQueryParameter("TagKey", tagKey); } } public String getTagRegionId() { return this.tagRegionId; } public void setTagRegionId(String tagRegionId) { this.tagRegionId = tagRegionId; if(tagRegionId != null){ putQueryParameter("TagRegionId", tagRegionId); } } @Override public Class<DescribeDynamicTagRuleListResponse> getResponseClass() { return DescribeDynamicTagRuleListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeDynamicTagRuleListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeDynamicTagRuleListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDynamicTagRuleListResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private String pageSize; private String pageNumber; private Integer total; private List<TagGroup> tagGroupList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<TagGroup> getTagGroupList() { return this.tagGroupList; } public void setTagGroupList(List<TagGroup> tagGroupList) { this.tagGroupList = tagGroupList; } public static class TagGroup { private String status; private String matchExpressFilterRelation; private String regionId; private String tagKey; private String dynamicTagRuleId; private List<MatchExpressItem> matchExpress; private List<String> templateIdList; private List<String> contactGroupList; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMatchExpressFilterRelation() { return this.matchExpressFilterRelation; } public void setMatchExpressFilterRelation(String matchExpressFilterRelation) { this.matchExpressFilterRelation = matchExpressFilterRelation; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getTagKey() { return this.tagKey; } public void setTagKey(String tagKey) { this.tagKey = tagKey; } public String getDynamicTagRuleId() { return this.dynamicTagRuleId; } public void setDynamicTagRuleId(String dynamicTagRuleId) { this.dynamicTagRuleId = dynamicTagRuleId; } public List<MatchExpressItem> getMatchExpress() { return this.matchExpress; } public void setMatchExpress(List<MatchExpressItem> matchExpress) { this.matchExpress = matchExpress; } public List<String> getTemplateIdList() { return this.templateIdList; } public void setTemplateIdList(List<String> templateIdList) { this.templateIdList = templateIdList; } public List<String> getContactGroupList() { return this.contactGroupList; } public void setContactGroupList(List<String> contactGroupList) { this.contactGroupList = contactGroupList; } public static class MatchExpressItem { private String tagValue; private String tagValueMatchFunction; public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; } public String getTagValueMatchFunction() { return this.tagValueMatchFunction; } public void setTagValueMatchFunction(String tagValueMatchFunction) { this.tagValueMatchFunction = tagValueMatchFunction; } } } @Override public DescribeDynamicTagRuleListResponse getInstance(UnmarshallerContext context) { return DescribeDynamicTagRuleListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeEventRuleAttributeRequest extends RpcAcsRequest<DescribeEventRuleAttributeResponse> { private String ruleName; private String silenceTime; public DescribeEventRuleAttributeRequest() { super("Cms", "2019-01-01", "DescribeEventRuleAttribute", "cms"); setMethod(MethodType.POST); } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } public String getSilenceTime() { return this.silenceTime; } public void setSilenceTime(String silenceTime) { this.silenceTime = silenceTime; if(silenceTime != null){ putQueryParameter("SilenceTime", silenceTime); } } @Override public Class<DescribeEventRuleAttributeResponse> getResponseClass() { return DescribeEventRuleAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeEventRuleAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEventRuleAttributeResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private Result result; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private String eventType; private String groupId; private String name; private String description; private String state; private EventPattern eventPattern; public String getEventType() { return this.eventType; } public void setEventType(String eventType) { this.eventType = eventType; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public EventPattern getEventPattern() { return this.eventPattern; } public void setEventPattern(EventPattern eventPattern) { this.eventPattern = eventPattern; } public static class EventPattern { private String product; private List<String> levelList; private List<String> statusList; private List<String> nameList; public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; } public List<String> getLevelList() { return this.levelList; } public void setLevelList(List<String> levelList) { this.levelList = levelList; } public List<String> getStatusList() { return this.statusList; } public void setStatusList(List<String> statusList) { this.statusList = statusList; } public List<String> getNameList() { return this.nameList; } public void setNameList(List<String> nameList) { this.nameList = nameList; } } } @Override public DescribeEventRuleAttributeResponse getInstance(UnmarshallerContext context) { return DescribeEventRuleAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeEventRuleListRequest extends RpcAcsRequest<DescribeEventRuleListResponse> { private String pageNumber; private String pageSize; private String namePrefix; private String groupId; public DescribeEventRuleListRequest() { super("Cms", "2019-01-01", "DescribeEventRuleList", "cms"); setMethod(MethodType.POST); } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getNamePrefix() { return this.namePrefix; } public void setNamePrefix(String namePrefix) { this.namePrefix = namePrefix; if(namePrefix != null){ putQueryParameter("NamePrefix", namePrefix); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } @Override public Class<DescribeEventRuleListResponse> getResponseClass() { return DescribeEventRuleListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeEventRuleListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEventRuleListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private Boolean success; private List<EventRule> eventRules; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<EventRule> getEventRules() { return this.eventRules; } public void setEventRules(List<EventRule> eventRules) { this.eventRules = eventRules; } public static class EventRule { private String eventType; private String description; private String groupId; private String name; private String state; private Long silenceTime; private List<EventPatternItem> eventPattern; public String getEventType() { return this.eventType; } public void setEventType(String eventType) { this.eventType = eventType; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getSilenceTime() { return this.silenceTime; } public void setSilenceTime(Long silenceTime) { this.silenceTime = silenceTime; } public List<EventPatternItem> getEventPattern() { return this.eventPattern; } public void setEventPattern(List<EventPatternItem> eventPattern) { this.eventPattern = eventPattern; } public static class EventPatternItem { private String product; private String customFilters; private String sQLFilter; private List<String> levelList; private List<String> eventTypeList; private List<String> nameList; private KeywordFilter keywordFilter; public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; } public String getCustomFilters() { return this.customFilters; } public void setCustomFilters(String customFilters) { this.customFilters = customFilters; } public String getSQLFilter() { return this.sQLFilter; } public void setSQLFilter(String sQLFilter) { this.sQLFilter = sQLFilter; } public List<String> getLevelList() { return this.levelList; } public void setLevelList(List<String> levelList) { this.levelList = levelList; } public List<String> getEventTypeList() { return this.eventTypeList; } public void setEventTypeList(List<String> eventTypeList) { this.eventTypeList = eventTypeList; } public List<String> getNameList() { return this.nameList; } public void setNameList(List<String> nameList) { this.nameList = nameList; } public KeywordFilter getKeywordFilter() { return this.keywordFilter; } public void setKeywordFilter(KeywordFilter keywordFilter) { this.keywordFilter = keywordFilter; } public static class KeywordFilter { private String relation; private List<String> keywords; public String getRelation() { return this.relation; } public void setRelation(String relation) { this.relation = relation; } public List<String> getKeywords() { return this.keywords; } public void setKeywords(List<String> keywords) { this.keywords = keywords; } } } } @Override public DescribeEventRuleListResponse getInstance(UnmarshallerContext context) { return DescribeEventRuleListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleTargetListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeEventRuleTargetListRequest extends RpcAcsRequest<DescribeEventRuleTargetListResponse> { private String ruleName; public DescribeEventRuleTargetListRequest() { super("Cms", "2019-01-01", "DescribeEventRuleTargetList", "cms"); setMethod(MethodType.POST); } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } @Override public Class<DescribeEventRuleTargetListResponse> getResponseClass() { return DescribeEventRuleTargetListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeEventRuleTargetListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeEventRuleTargetListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEventRuleTargetListResponse extends AcsResponse { private String code; private String message; private String requestId; private List<ContactParameter> contactParameters; private List<FCParameter> fcParameters; private List<MnsParameter> mnsParameters; private List<WebhookParameter> webhookParameters; private List<SlsParameter> slsParameters; private List<OpenApiParametersItem> openApiParameters; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ContactParameter> getContactParameters() { return this.contactParameters; } public void setContactParameters(List<ContactParameter> contactParameters) { this.contactParameters = contactParameters; } public List<FCParameter> getFcParameters() { return this.fcParameters; } public void setFcParameters(List<FCParameter> fcParameters) { this.fcParameters = fcParameters; } public List<MnsParameter> getMnsParameters() { return this.mnsParameters; } public void setMnsParameters(List<MnsParameter> mnsParameters) { this.mnsParameters = mnsParameters; } public List<WebhookParameter> getWebhookParameters() { return this.webhookParameters; } public void setWebhookParameters(List<WebhookParameter> webhookParameters) { this.webhookParameters = webhookParameters; } public List<SlsParameter> getSlsParameters() { return this.slsParameters; } public void setSlsParameters(List<SlsParameter> slsParameters) { this.slsParameters = slsParameters; } public List<OpenApiParametersItem> getOpenApiParameters() { return this.openApiParameters; } public void setOpenApiParameters(List<OpenApiParametersItem> openApiParameters) { this.openApiParameters = openApiParameters; } public static class ContactParameter { private String contactGroupName; private String level; private String id; public String getContactGroupName() { return this.contactGroupName; } public void setContactGroupName(String contactGroupName) { this.contactGroupName = contactGroupName; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class FCParameter { private String serviceName; private String functionName; private String arn; private String id; private String region; public String getServiceName() { return this.serviceName; } public void setServiceName(String serviceName) { this.serviceName = serviceName; } public String getFunctionName() { return this.functionName; } public void setFunctionName(String functionName) { this.functionName = functionName; } public String getArn() { return this.arn; } public void setArn(String arn) { this.arn = arn; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } } public static class MnsParameter { private String queue; private String arn; private String region; private String id; private String topic; public String getQueue() { return this.queue; } public void setQueue(String queue) { this.queue = queue; } public String getArn() { return this.arn; } public void setArn(String arn) { this.arn = arn; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getTopic() { return this.topic; } public void setTopic(String topic) { this.topic = topic; } } public static class WebhookParameter { private String url; private String method; private String protocol; private String id; public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public String getBizMethod() { return this.method; } public void setBizMethod(String method) { this.method = method; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class SlsParameter { private String project; private String logStore; private String arn; private String region; private String id; public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } public String getLogStore() { return this.logStore; } public void setLogStore(String logStore) { this.logStore = logStore; } public String getArn() { return this.arn; } public void setArn(String arn) { this.arn = arn; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class OpenApiParametersItem { private String action; private String arn; private String id; private String product; private String region; private String role; private String version; private String jsonParams; public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } public String getArn() { return this.arn; } public void setArn(String arn) { this.arn = arn; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getProduct() { return this.product; } public void setProduct(String product) { this.product = product; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getRole() { return this.role; } public void setRole(String role) { this.role = role; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getJsonParams() { return this.jsonParams; } public void setJsonParams(String jsonParams) { this.jsonParams = jsonParams; } } @Override public DescribeEventRuleTargetListResponse getInstance(UnmarshallerContext context) { return DescribeEventRuleTargetListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeExporterOutputListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeExporterOutputListRequest extends RpcAcsRequest<DescribeExporterOutputListResponse> { private Integer pageNumber; private Integer pageSize; public DescribeExporterOutputListRequest() { super("Cms", "2019-01-01", "DescribeExporterOutputList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeExporterOutputListResponse> getResponseClass() { return DescribeExporterOutputListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeExporterOutputListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeExporterOutputListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeExporterOutputListResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Integer pageNumber; private Integer total; private List<Datapoint> datapoints; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Datapoint> getDatapoints() { return this.datapoints; } public void setDatapoints(List<Datapoint> datapoints) { this.datapoints = datapoints; } public static class Datapoint { private String destType; private Long createTime; private String destName; private ConfigJson configJson; public String getDestType() { return this.destType; } public void setDestType(String destType) { this.destType = destType; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getDestName() { return this.destName; } public void setDestName(String destName) { this.destName = destName; } public ConfigJson getConfigJson() { return this.configJson; } public void setConfigJson(ConfigJson configJson) { this.configJson = configJson; } public static class ConfigJson { private String ak; private String endpoint; private String logstore; private String project; public String getAk() { return this.ak; } public void setAk(String ak) { this.ak = ak; } public String getEndpoint() { return this.endpoint; } public void setEndpoint(String endpoint) { this.endpoint = endpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public DescribeExporterOutputListResponse getInstance(UnmarshallerContext context) { return DescribeExporterOutputListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeExporterRuleListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeExporterRuleListRequest extends RpcAcsRequest<DescribeExporterRuleListResponse> { private Integer pageNumber; private Integer pageSize; public DescribeExporterRuleListRequest() { super("Cms", "2019-01-01", "DescribeExporterRuleList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeExporterRuleListResponse> getResponseClass() { return DescribeExporterRuleListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeExporterRuleListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeExporterRuleListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeExporterRuleListResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Integer pageNumber; private Integer total; private List<Datapoint> datapoints; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Datapoint> getDatapoints() { return this.datapoints; } public void setDatapoints(List<Datapoint> datapoints) { this.datapoints = datapoints; } public static class Datapoint { private String metricName; private String describe; private String targetWindows; private Long createTime; private Boolean enabled; private String dimension; private String namespace; private String ruleName; private List<String> dstName; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getDescribe() { return this.describe; } public void setDescribe(String describe) { this.describe = describe; } public String getTargetWindows() { return this.targetWindows; } public void setTargetWindows(String targetWindows) { this.targetWindows = targetWindows; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public Boolean getEnabled() { return this.enabled; } public void setEnabled(Boolean enabled) { this.enabled = enabled; } public String getDimension() { return this.dimension; } public void setDimension(String dimension) { this.dimension = dimension; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public List<String> getDstName() { return this.dstName; } public void setDstName(List<String> dstName) { this.dstName = dstName; } } @Override public DescribeExporterRuleListResponse getInstance(UnmarshallerContext context) { return DescribeExporterRuleListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeGroupMonitoringAgentProcessRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeGroupMonitoringAgentProcessRequest extends RpcAcsRequest<DescribeGroupMonitoringAgentProcessResponse> { private String groupId; private String processName; private Integer pageNumber; private Integer pageSize; public DescribeGroupMonitoringAgentProcessRequest() { super("Cms", "2019-01-01", "DescribeGroupMonitoringAgentProcess", "cms"); setMethod(MethodType.POST); } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getProcessName() { return this.processName; } public void setProcessName(String processName) { this.processName = processName; if(processName != null){ putQueryParameter("ProcessName", processName); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeGroupMonitoringAgentProcessResponse> getResponseClass() { return DescribeGroupMonitoringAgentProcessResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeGroupMonitoringAgentProcessResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeGroupMonitoringAgentProcessResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeGroupMonitoringAgentProcessResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private String pageNumber; private String pageSize; private String total; private List<Process> processes; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getTotal() { return this.total; } public void setTotal(String total) { this.total = total; } public List<Process> getProcesses() { return this.processes; } public void setProcesses(List<Process> processes) { this.processes = processes; } public static class Process { private String processName; private String matchExpressFilterRelation; private String groupId; private String id; private List<MatchExpressItem> matchExpress; private List<AlertConfigItem> alertConfig; public String getProcessName() { return this.processName; } public void setProcessName(String processName) { this.processName = processName; } public String getMatchExpressFilterRelation() { return this.matchExpressFilterRelation; } public void setMatchExpressFilterRelation(String matchExpressFilterRelation) { this.matchExpressFilterRelation = matchExpressFilterRelation; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public List<MatchExpressItem> getMatchExpress() { return this.matchExpress; } public void setMatchExpress(List<MatchExpressItem> matchExpress) { this.matchExpress = matchExpress; } public List<AlertConfigItem> getAlertConfig() { return this.alertConfig; } public void setAlertConfig(List<AlertConfigItem> alertConfig) { this.alertConfig = alertConfig; } public static class MatchExpressItem { private String value; private String name; private String function; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getFunction() { return this.function; } public void setFunction(String function) { this.function = function; } } public static class AlertConfigItem { private String comparisonOperator; private String silenceTime; private String webhook; private String times; private String escalationsLevel; private String noEffectiveInterval; private String effectiveInterval; private String threshold; private String statistics; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getSilenceTime() { return this.silenceTime; } public void setSilenceTime(String silenceTime) { this.silenceTime = silenceTime; } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } public String getTimes() { return this.times; } public void setTimes(String times) { this.times = times; } public String getEscalationsLevel() { return this.escalationsLevel; } public void setEscalationsLevel(String escalationsLevel) { this.escalationsLevel = escalationsLevel; } public String getNoEffectiveInterval() { return this.noEffectiveInterval; } public void setNoEffectiveInterval(String noEffectiveInterval) { this.noEffectiveInterval = noEffectiveInterval; } public String getEffectiveInterval() { return this.effectiveInterval; } public void setEffectiveInterval(String effectiveInterval) { this.effectiveInterval = effectiveInterval; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } } } @Override public DescribeGroupMonitoringAgentProcessResponse getInstance(UnmarshallerContext context) { return DescribeGroupMonitoringAgentProcessResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHostAvailabilityListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeHostAvailabilityListRequest extends RpcAcsRequest<DescribeHostAvailabilityListResponse> { private Long groupId; private String taskName; private Integer pageNumber; private Integer pageSize; private String ids; private Long id; public DescribeHostAvailabilityListRequest() { super("Cms", "2019-01-01", "DescribeHostAvailabilityList", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public String getTaskName() { return this.taskName; } public void setTaskName(String taskName) { this.taskName = taskName; if(taskName != null){ putQueryParameter("TaskName", taskName); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DescribeHostAvailabilityListResponse> getResponseClass() { return DescribeHostAvailabilityListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHostAvailabilityListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeHostAvailabilityListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHostAvailabilityListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private Boolean success; private List<NodeTaskConfig> taskList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<NodeTaskConfig> getTaskList() { return this.taskList; } public void setTaskList(List<NodeTaskConfig> taskList) { this.taskList = taskList; } public static class NodeTaskConfig { private String taskType; private String groupName; private Long groupId; private String taskName; private Boolean disabled; private String taskScope; private Long id; private List<String> instances; private TaskOption taskOption; private AlertConfig alertConfig; public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getTaskName() { return this.taskName; } public void setTaskName(String taskName) { this.taskName = taskName; } public Boolean getDisabled() { return this.disabled; } public void setDisabled(Boolean disabled) { this.disabled = disabled; } public String getTaskScope() { return this.taskScope; } public void setTaskScope(String taskScope) { this.taskScope = taskScope; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public List<String> getInstances() { return this.instances; } public void setInstances(List<String> instances) { this.instances = instances; } public TaskOption getTaskOption() { return this.taskOption; } public void setTaskOption(TaskOption taskOption) { this.taskOption = taskOption; } public AlertConfig getAlertConfig() { return this.alertConfig; } public void setAlertConfig(AlertConfig alertConfig) { this.alertConfig = alertConfig; } public static class TaskOption { private String httpMethod; private Integer interval; private String httpURI; private String telnetOrPingHost; private String httpResponseCharset; private String httpPostContent; private Boolean httpNegative; private String httpKeyword; private String httpHeader; public String getHttpMethod() { return this.httpMethod; } public void setHttpMethod(String httpMethod) { this.httpMethod = httpMethod; } public Integer getInterval() { return this.interval; } public void setInterval(Integer interval) { this.interval = interval; } public String getHttpURI() { return this.httpURI; } public void setHttpURI(String httpURI) { this.httpURI = httpURI; } public String getTelnetOrPingHost() { return this.telnetOrPingHost; } public void setTelnetOrPingHost(String telnetOrPingHost) { this.telnetOrPingHost = telnetOrPingHost; } public String getHttpResponseCharset() { return this.httpResponseCharset; } public void setHttpResponseCharset(String httpResponseCharset) { this.httpResponseCharset = httpResponseCharset; } public String getHttpPostContent() { return this.httpPostContent; } public void setHttpPostContent(String httpPostContent) { this.httpPostContent = httpPostContent; } public Boolean getHttpNegative() { return this.httpNegative; } public void setHttpNegative(Boolean httpNegative) { this.httpNegative = httpNegative; } public String getHttpKeyword() { return this.httpKeyword; } public void setHttpKeyword(String httpKeyword) { this.httpKeyword = httpKeyword; } public String getHttpHeader() { return this.httpHeader; } public void setHttpHeader(String httpHeader) { this.httpHeader = httpHeader; } } public static class AlertConfig { private Integer silenceTime; private Integer endTime; private Integer startTime; private String webHook; private Integer notifyType; private List<EscalationListItem> escalationList; public Integer getSilenceTime() { return this.silenceTime; } public void setSilenceTime(Integer silenceTime) { this.silenceTime = silenceTime; } public Integer getEndTime() { return this.endTime; } public void setEndTime(Integer endTime) { this.endTime = endTime; } public Integer getStartTime() { return this.startTime; } public void setStartTime(Integer startTime) { this.startTime = startTime; } public String getWebHook() { return this.webHook; } public void setWebHook(String webHook) { this.webHook = webHook; } public Integer getNotifyType() { return this.notifyType; } public void setNotifyType(Integer notifyType) { this.notifyType = notifyType; } public List<EscalationListItem> getEscalationList() { return this.escalationList; } public void setEscalationList(List<EscalationListItem> escalationList) { this.escalationList = escalationList; } public static class EscalationListItem { private String value; private String metricName; private String operator; private String times; private String aggregate; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getOperator() { return this.operator; } public void setOperator(String operator) { this.operator = operator; } public String getTimes() { return this.times; } public void setTimes(String times) { this.times = times; } public String getAggregate() { return this.aggregate; } public void setAggregate(String aggregate) { this.aggregate = aggregate; } } } } @Override public DescribeHostAvailabilityListResponse getInstance(UnmarshallerContext context) { return DescribeHostAvailabilityListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorDataListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeHybridMonitorDataListRequest extends RpcAcsRequest<DescribeHybridMonitorDataListResponse> { private String period; private Long start; private String namespace; private Long end; private String promSQL; public DescribeHybridMonitorDataListRequest() { super("Cms", "2019-01-01", "DescribeHybridMonitorDataList", "cms"); setMethod(MethodType.POST); } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public Long getStart() { return this.start; } public void setStart(Long start) { this.start = start; if(start != null){ putQueryParameter("Start", start.toString()); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public Long getEnd() { return this.end; } public void setEnd(Long end) { this.end = end; if(end != null){ putQueryParameter("End", end.toString()); } } public String getPromSQL() { return this.promSQL; } public void setPromSQL(String promSQL) { this.promSQL = promSQL; if(promSQL != null){ putQueryParameter("PromSQL", promSQL); } } @Override public Class<DescribeHybridMonitorDataListResponse> getResponseClass() { return DescribeHybridMonitorDataListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorDataListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeHybridMonitorDataListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHybridMonitorDataListResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private List<TimeSeriesItem> timeSeries; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<TimeSeriesItem> getTimeSeries() { return this.timeSeries; } public void setTimeSeries(List<TimeSeriesItem> timeSeries) { this.timeSeries = timeSeries; } public static class TimeSeriesItem { private String metricName; private List<Label> labels; private List<Value> values; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<Label> getLabels() { return this.labels; } public void setLabels(List<Label> labels) { this.labels = labels; } public List<Value> getValues() { return this.values; } public void setValues(List<Value> values) { this.values = values; } public static class Label { private String k; private String v; public String getK() { return this.k; } public void setK(String k) { this.k = k; } public String getV() { return this.v; } public void setV(String v) { this.v = v; } } public static class Value { private String v; private String ts; public String getV() { return this.v; } public void setV(String v) { this.v = v; } public String getTs() { return this.ts; } public void setTs(String ts) { this.ts = ts; } } } @Override public DescribeHybridMonitorDataListResponse getInstance(UnmarshallerContext context) { return DescribeHybridMonitorDataListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorNamespaceListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeHybridMonitorNamespaceListRequest extends RpcAcsRequest<DescribeHybridMonitorNamespaceListResponse> { private Integer pageNumber; private Boolean showTaskStatistic; private Integer pageSize; private String namespace; private String keyword; public DescribeHybridMonitorNamespaceListRequest() { super("Cms", "2019-01-01", "DescribeHybridMonitorNamespaceList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Boolean getShowTaskStatistic() { return this.showTaskStatistic; } public void setShowTaskStatistic(Boolean showTaskStatistic) { this.showTaskStatistic = showTaskStatistic; if(showTaskStatistic != null){ putQueryParameter("ShowTaskStatistic", showTaskStatistic.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<DescribeHybridMonitorNamespaceListResponse> getResponseClass() { return DescribeHybridMonitorNamespaceListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorNamespaceListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeHybridMonitorNamespaceListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHybridMonitorNamespaceListResponse extends AcsResponse { private String requestId; private String success; private String code; private String message; private Integer pageSize; private Integer pageNumber; private Integer total; private List<DescribeHybridMonitorNamespaceItem> describeHybridMonitorNamespace; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<DescribeHybridMonitorNamespaceItem> getDescribeHybridMonitorNamespace() { return this.describeHybridMonitorNamespace; } public void setDescribeHybridMonitorNamespace(List<DescribeHybridMonitorNamespaceItem> describeHybridMonitorNamespace) { this.describeHybridMonitorNamespace = describeHybridMonitorNamespace; } public static class DescribeHybridMonitorNamespaceItem { private String description; private String createTime; private String namespace; private Integer isDelete; private String id; private String modifyTime; private Long notAliyunTaskNumber; private List<AliyunProductMetric> aliyunProductMetricList; private Detail detail; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public Integer getIsDelete() { return this.isDelete; } public void setIsDelete(Integer isDelete) { this.isDelete = isDelete; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getModifyTime() { return this.modifyTime; } public void setModifyTime(String modifyTime) { this.modifyTime = modifyTime; } public Long getNotAliyunTaskNumber() { return this.notAliyunTaskNumber; } public void setNotAliyunTaskNumber(Long notAliyunTaskNumber) { this.notAliyunTaskNumber = notAliyunTaskNumber; } public List<AliyunProductMetric> getAliyunProductMetricList() { return this.aliyunProductMetricList; } public void setAliyunProductMetricList(List<AliyunProductMetric> aliyunProductMetricList) { this.aliyunProductMetricList = aliyunProductMetricList; } public Detail getDetail() { return this.detail; } public void setDetail(Detail detail) { this.detail = detail; } public static class AliyunProductMetric { private Long userId; private String yAMLConfig; private List<Namespace> namespaceList; public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; } public String getYAMLConfig() { return this.yAMLConfig; } public void setYAMLConfig(String yAMLConfig) { this.yAMLConfig = yAMLConfig; } public List<Namespace> getNamespaceList() { return this.namespaceList; } public void setNamespaceList(List<Namespace> namespaceList) { this.namespaceList = namespaceList; } public static class Namespace { private String namespace; private List<Metric> metricList; public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public List<Metric> getMetricList() { return this.metricList; } public void setMetricList(List<Metric> metricList) { this.metricList = metricList; } public static class Metric { private Long period; private List<String> list; public Long getPeriod() { return this.period; } public void setPeriod(Long period) { this.period = period; } public List<String> getList() { return this.list; } public void setList(List<String> list) { this.list = list; } } } } public static class Detail { private String spec; public String getSpec() { return this.spec; } public void setSpec(String spec) { this.spec = spec; } } } @Override public DescribeHybridMonitorNamespaceListResponse getInstance(UnmarshallerContext context) { return DescribeHybridMonitorNamespaceListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorSLSGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeHybridMonitorSLSGroupRequest extends RpcAcsRequest<DescribeHybridMonitorSLSGroupResponse> { private String pageNumber; private String pageSize; private String keyword; private String sLSGroupName; public DescribeHybridMonitorSLSGroupRequest() { super("Cms", "2019-01-01", "DescribeHybridMonitorSLSGroup", "cms"); setMethod(MethodType.POST); } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getSLSGroupName() { return this.sLSGroupName; } public void setSLSGroupName(String sLSGroupName) { this.sLSGroupName = sLSGroupName; if(sLSGroupName != null){ putQueryParameter("SLSGroupName", sLSGroupName); } } @Override public Class<DescribeHybridMonitorSLSGroupResponse> getResponseClass() { return DescribeHybridMonitorSLSGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorSLSGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeHybridMonitorSLSGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHybridMonitorSLSGroupResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private Long pageSize; private Long pageNumber; private Long total; private List<Data> list; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getTotal() { return this.total; } public void setTotal(Long total) { this.total = total; } public List<Data> getList() { return this.list; } public void setList(List<Data> list) { this.list = list; } public static class Data { private String sLSGroupName; private String sLSGroupDescription; private String createTime; private String updateTime; private List<SLS> sLSGroupConfig; public String getSLSGroupName() { return this.sLSGroupName; } public void setSLSGroupName(String sLSGroupName) { this.sLSGroupName = sLSGroupName; } public String getSLSGroupDescription() { return this.sLSGroupDescription; } public void setSLSGroupDescription(String sLSGroupDescription) { this.sLSGroupDescription = sLSGroupDescription; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public List<SLS> getSLSGroupConfig() { return this.sLSGroupConfig; } public void setSLSGroupConfig(List<SLS> sLSGroupConfig) { this.sLSGroupConfig = sLSGroupConfig; } public static class SLS { private String sLSRegion; private String sLSProject; private String sLSLogstore; private String sLSUserId; public String getSLSRegion() { return this.sLSRegion; } public void setSLSRegion(String sLSRegion) { this.sLSRegion = sLSRegion; } public String getSLSProject() { return this.sLSProject; } public void setSLSProject(String sLSProject) { this.sLSProject = sLSProject; } public String getSLSLogstore() { return this.sLSLogstore; } public void setSLSLogstore(String sLSLogstore) { this.sLSLogstore = sLSLogstore; } public String getSLSUserId() { return this.sLSUserId; } public void setSLSUserId(String sLSUserId) { this.sLSUserId = sLSUserId; } } } @Override public DescribeHybridMonitorSLSGroupResponse getInstance(UnmarshallerContext context) { return DescribeHybridMonitorSLSGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorTaskListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeHybridMonitorTaskListRequest extends RpcAcsRequest<DescribeHybridMonitorTaskListResponse> { private Integer pageNumber; private Long targetUserId; private Integer pageSize; private String keyword; private String taskId; private String taskType; private String groupId; private Boolean includeAliyunTask; private String namespace; public DescribeHybridMonitorTaskListRequest() { super("Cms", "2019-01-01", "DescribeHybridMonitorTaskList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Long getTargetUserId() { return this.targetUserId; } public void setTargetUserId(Long targetUserId) { this.targetUserId = targetUserId; if(targetUserId != null){ putQueryParameter("TargetUserId", targetUserId.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; if(taskId != null){ putQueryParameter("TaskId", taskId); } } public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; if(taskType != null){ putQueryParameter("TaskType", taskType); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Boolean getIncludeAliyunTask() { return this.includeAliyunTask; } public void setIncludeAliyunTask(Boolean includeAliyunTask) { this.includeAliyunTask = includeAliyunTask; if(includeAliyunTask != null){ putQueryParameter("IncludeAliyunTask", includeAliyunTask.toString()); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } @Override public Class<DescribeHybridMonitorTaskListResponse> getResponseClass() { return DescribeHybridMonitorTaskListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeHybridMonitorTaskListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeHybridMonitorTaskListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHybridMonitorTaskListResponse extends AcsResponse { private String requestId; private String success; private String code; private String message; private Integer pageSize; private Integer pageNumber; private Integer total; private List<TaskListItem> taskList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<TaskListItem> getTaskList() { return this.taskList; } public void setTaskList(List<TaskListItem> taskList) { this.taskList = taskList; } public static class TaskListItem { private String yARMConfig; private String createTime; private String taskName; private String namespace; private String uploadRegion; private String networkType; private Integer collectTimout; private String collectTargetEndpoint; private String taskType; private String matchExpressRelation; private String description; private String groupId; private Integer collectInterval; private String targetUserId; private String collectTargetPath; private String collectTargetType; private String taskId; private String extraInfo; private String logFilePath; private String logSplit; private String logProcess; private String logSample; private String sLSProcess; private List<AttachLabelsItem> attachLabels; private List<MatchExpressItem> matchExpress; private List<String> instances; private SLSProcessConfig sLSProcessConfig; public String getYARMConfig() { return this.yARMConfig; } public void setYARMConfig(String yARMConfig) { this.yARMConfig = yARMConfig; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getTaskName() { return this.taskName; } public void setTaskName(String taskName) { this.taskName = taskName; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getUploadRegion() { return this.uploadRegion; } public void setUploadRegion(String uploadRegion) { this.uploadRegion = uploadRegion; } public String getNetworkType() { return this.networkType; } public void setNetworkType(String networkType) { this.networkType = networkType; } public Integer getCollectTimout() { return this.collectTimout; } public void setCollectTimout(Integer collectTimout) { this.collectTimout = collectTimout; } public String getCollectTargetEndpoint() { return this.collectTargetEndpoint; } public void setCollectTargetEndpoint(String collectTargetEndpoint) { this.collectTargetEndpoint = collectTargetEndpoint; } public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; } public String getMatchExpressRelation() { return this.matchExpressRelation; } public void setMatchExpressRelation(String matchExpressRelation) { this.matchExpressRelation = matchExpressRelation; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public Integer getCollectInterval() { return this.collectInterval; } public void setCollectInterval(Integer collectInterval) { this.collectInterval = collectInterval; } public String getTargetUserId() { return this.targetUserId; } public void setTargetUserId(String targetUserId) { this.targetUserId = targetUserId; } public String getCollectTargetPath() { return this.collectTargetPath; } public void setCollectTargetPath(String collectTargetPath) { this.collectTargetPath = collectTargetPath; } public String getCollectTargetType() { return this.collectTargetType; } public void setCollectTargetType(String collectTargetType) { this.collectTargetType = collectTargetType; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public String getExtraInfo() { return this.extraInfo; } public void setExtraInfo(String extraInfo) { this.extraInfo = extraInfo; } public String getLogFilePath() { return this.logFilePath; } public void setLogFilePath(String logFilePath) { this.logFilePath = logFilePath; } public String getLogSplit() { return this.logSplit; } public void setLogSplit(String logSplit) { this.logSplit = logSplit; } public String getLogProcess() { return this.logProcess; } public void setLogProcess(String logProcess) { this.logProcess = logProcess; } public String getLogSample() { return this.logSample; } public void setLogSample(String logSample) { this.logSample = logSample; } public String getSLSProcess() { return this.sLSProcess; } public void setSLSProcess(String sLSProcess) { this.sLSProcess = sLSProcess; } public List<AttachLabelsItem> getAttachLabels() { return this.attachLabels; } public void setAttachLabels(List<AttachLabelsItem> attachLabels) { this.attachLabels = attachLabels; } public List<MatchExpressItem> getMatchExpress() { return this.matchExpress; } public void setMatchExpress(List<MatchExpressItem> matchExpress) { this.matchExpress = matchExpress; } public List<String> getInstances() { return this.instances; } public void setInstances(List<String> instances) { this.instances = instances; } public SLSProcessConfig getSLSProcessConfig() { return this.sLSProcessConfig; } public void setSLSProcessConfig(SLSProcessConfig sLSProcessConfig) { this.sLSProcessConfig = sLSProcessConfig; } public static class AttachLabelsItem { private String name; private String value; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class MatchExpressItem { private String value; private String name; private String function; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getFunction() { return this.function; } public void setFunction(String function) { this.function = function; } } public static class SLSProcessConfig { private List<StatisticsItem> statistics; private List<GroupByItem> groupBy; private List<ExpressItem> express; private Filter filter; public List<StatisticsItem> getStatistics() { return this.statistics; } public void setStatistics(List<StatisticsItem> statistics) { this.statistics = statistics; } public List<GroupByItem> getGroupBy() { return this.groupBy; } public void setGroupBy(List<GroupByItem> groupBy) { this.groupBy = groupBy; } public List<ExpressItem> getExpress() { return this.express; } public void setExpress(List<ExpressItem> express) { this.express = express; } public Filter getFilter() { return this.filter; } public void setFilter(Filter filter) { this.filter = filter; } public static class StatisticsItem { private String sLSKeyName; private String function; private String alias; private String parameter1; private String parameter2; public String getSLSKeyName() { return this.sLSKeyName; } public void setSLSKeyName(String sLSKeyName) { this.sLSKeyName = sLSKeyName; } public String getFunction() { return this.function; } public void setFunction(String function) { this.function = function; } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } public String getParameter1() { return this.parameter1; } public void setParameter1(String parameter1) { this.parameter1 = parameter1; } public String getParameter2() { return this.parameter2; } public void setParameter2(String parameter2) { this.parameter2 = parameter2; } } public static class GroupByItem { private String sLSKeyName; private String alias; public String getSLSKeyName() { return this.sLSKeyName; } public void setSLSKeyName(String sLSKeyName) { this.sLSKeyName = sLSKeyName; } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } } public static class ExpressItem { private String express; private String alias; public String getExpress() { return this.express; } public void setExpress(String express) { this.express = express; } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } } public static class Filter { private String relation; private List<FiltersItem> filters; public String getRelation() { return this.relation; } public void setRelation(String relation) { this.relation = relation; } public List<FiltersItem> getFilters() { return this.filters; } public void setFilters(List<FiltersItem> filters) { this.filters = filters; } public static class FiltersItem { private String sLSKeyName; private String operator; private String value; public String getSLSKeyName() { return this.sLSKeyName; } public void setSLSKeyName(String sLSKeyName) { this.sLSKeyName = sLSKeyName; } public String getOperator() { return this.operator; } public void setOperator(String operator) { this.operator = operator; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } } } @Override public DescribeHybridMonitorTaskListResponse getInstance(UnmarshallerContext context) { return DescribeHybridMonitorTaskListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeLogMonitorAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeLogMonitorAttributeRequest extends RpcAcsRequest<DescribeLogMonitorAttributeResponse> { private String metricName; public DescribeLogMonitorAttributeRequest() { super("Cms", "2019-01-01", "DescribeLogMonitorAttribute", "cms"); setMethod(MethodType.GET); } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } @Override public Class<DescribeLogMonitorAttributeResponse> getResponseClass() { return DescribeLogMonitorAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeLogMonitorAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeLogMonitorAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLogMonitorAttributeResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private LogMonitor logMonitor; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public LogMonitor getLogMonitor() { return this.logMonitor; } public void setLogMonitor(LogMonitor logMonitor) { this.logMonitor = logMonitor; } public static class LogMonitor { private String valueFilterRelation; private String slsLogstore; private String metricName; private Long groupId; private Long logId; private String metricExpress; private String slsRegionId; private Long gmtCreate; private String slsProject; private List<Aggregate> aggregates; private List<ValueFilterObject> valueFilter; private List<String> tumblingwindows; private List<String> groupbys; public String getValueFilterRelation() { return this.valueFilterRelation; } public void setValueFilterRelation(String valueFilterRelation) { this.valueFilterRelation = valueFilterRelation; } public String getSlsLogstore() { return this.slsLogstore; } public void setSlsLogstore(String slsLogstore) { this.slsLogstore = slsLogstore; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Long getLogId() { return this.logId; } public void setLogId(Long logId) { this.logId = logId; } public String getMetricExpress() { return this.metricExpress; } public void setMetricExpress(String metricExpress) { this.metricExpress = metricExpress; } public String getSlsRegionId() { return this.slsRegionId; } public void setSlsRegionId(String slsRegionId) { this.slsRegionId = slsRegionId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getSlsProject() { return this.slsProject; } public void setSlsProject(String slsProject) { this.slsProject = slsProject; } public List<Aggregate> getAggregates() { return this.aggregates; } public void setAggregates(List<Aggregate> aggregates) { this.aggregates = aggregates; } public List<ValueFilterObject> getValueFilter() { return this.valueFilter; } public void setValueFilter(List<ValueFilterObject> valueFilter) { this.valueFilter = valueFilter; } public List<String> getTumblingwindows() { return this.tumblingwindows; } public void setTumblingwindows(List<String> tumblingwindows) { this.tumblingwindows = tumblingwindows; } public List<String> getGroupbys() { return this.groupbys; } public void setGroupbys(List<String> groupbys) { this.groupbys = groupbys; } public static class Aggregate { private String max; private String min; private String function; private String alias; private String fieldName; public String getMax() { return this.max; } public void setMax(String max) { this.max = max; } public String getMin() { return this.min; } public void setMin(String min) { this.min = min; } public String getFunction() { return this.function; } public void setFunction(String function) { this.function = function; } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } public String getFieldName() { return this.fieldName; } public void setFieldName(String fieldName) { this.fieldName = fieldName; } } public static class ValueFilterObject { private String key; private String value; private String operator; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getOperator() { return this.operator; } public void setOperator(String operator) { this.operator = operator; } } } @Override public DescribeLogMonitorAttributeResponse getInstance(UnmarshallerContext context) { return DescribeLogMonitorAttributeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeLogMonitorListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeLogMonitorListRequest extends RpcAcsRequest<DescribeLogMonitorListResponse> { private Long groupId; private Integer pageNumber; private Integer pageSize; private String searchValue; public DescribeLogMonitorListRequest() { super("Cms", "2019-01-01", "DescribeLogMonitorList", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getSearchValue() { return this.searchValue; } public void setSearchValue(String searchValue) { this.searchValue = searchValue; if(searchValue != null){ putQueryParameter("SearchValue", searchValue); } } @Override public Class<DescribeLogMonitorListResponse> getResponseClass() { return DescribeLogMonitorListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeLogMonitorListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeLogMonitorListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLogMonitorListResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Integer pageSize; private Integer pageNumber; private Long total; private List<LogMonitor> logMonitorList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Long getTotal() { return this.total; } public void setTotal(Long total) { this.total = total; } public List<LogMonitor> getLogMonitorList() { return this.logMonitorList; } public void setLogMonitorList(List<LogMonitor> logMonitorList) { this.logMonitorList = logMonitorList; } public static class LogMonitor { private String valueFilterRelation; private String slsLogstore; private String metricName; private Long groupId; private Long logId; private String slsRegionId; private Long gmtCreate; private String slsProject; private List<ValueFilterObject> valueFilter; public String getValueFilterRelation() { return this.valueFilterRelation; } public void setValueFilterRelation(String valueFilterRelation) { this.valueFilterRelation = valueFilterRelation; } public String getSlsLogstore() { return this.slsLogstore; } public void setSlsLogstore(String slsLogstore) { this.slsLogstore = slsLogstore; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Long getLogId() { return this.logId; } public void setLogId(Long logId) { this.logId = logId; } public String getSlsRegionId() { return this.slsRegionId; } public void setSlsRegionId(String slsRegionId) { this.slsRegionId = slsRegionId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getSlsProject() { return this.slsProject; } public void setSlsProject(String slsProject) { this.slsProject = slsProject; } public List<ValueFilterObject> getValueFilter() { return this.valueFilter; } public void setValueFilter(List<ValueFilterObject> valueFilter) { this.valueFilter = valueFilter; } public static class ValueFilterObject { private String key; private String value; private String operator; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getOperator() { return this.operator; } public void setOperator(String operator) { this.operator = operator; } } } @Override public DescribeLogMonitorListResponse getInstance(UnmarshallerContext context) { return DescribeLogMonitorListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricDataRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricDataRequest extends RpcAcsRequest<DescribeMetricDataResponse> { private String period; private String length; private String endTime; private String express; private String startTime; private String namespace; private String metricName; private String dimensions; public DescribeMetricDataRequest() { super("Cms", "2019-01-01", "DescribeMetricData", "cms"); setMethod(MethodType.POST); } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public String getLength() { return this.length; } public void setLength(String length) { this.length = length; if(length != null){ putQueryParameter("Length", length); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getExpress() { return this.express; } public void setExpress(String express) { this.express = express; if(express != null){ putQueryParameter("Express", express); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeMetricDataResponse> getResponseClass() { return DescribeMetricDataResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricDataResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricDataResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricDataResponse extends AcsResponse { private String code; private String message; private String requestId; private String datapoints; private String period; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDatapoints() { return this.datapoints; } public void setDatapoints(String datapoints) { this.datapoints = datapoints; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } @Override public DescribeMetricDataResponse getInstance(UnmarshallerContext context) { return DescribeMetricDataResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricLastRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricLastRequest extends RpcAcsRequest<DescribeMetricLastResponse> { private String express; private String startTime; private String nextToken; private String metricName; private String period; private String length; private String endTime; private String namespace; private String dimensions; public DescribeMetricLastRequest() { super("Cms", "2019-01-01", "DescribeMetricLast", "cms"); setMethod(MethodType.POST); } public String getExpress() { return this.express; } public void setExpress(String express) { this.express = express; if(express != null){ putQueryParameter("Express", express); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public String getLength() { return this.length; } public void setLength(String length) { this.length = length; if(length != null){ putQueryParameter("Length", length); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeMetricLastResponse> getResponseClass() { return DescribeMetricLastResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricLastResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricLastResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricLastResponse extends AcsResponse { private String nextToken; private String requestId; private Boolean success; private String datapoints; private String code; private String message; private String period; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getDatapoints() { return this.datapoints; } public void setDatapoints(String datapoints) { this.datapoints = datapoints; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } @Override public DescribeMetricLastResponse getInstance(UnmarshallerContext context) { return DescribeMetricLastResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricListRequest extends RpcAcsRequest<DescribeMetricListResponse> { private String express; private String startTime; private String nextToken; private String metricName; private String period; private String length; private String endTime; private String namespace; private String dimensions; public DescribeMetricListRequest() { super("Cms", "2019-01-01", "DescribeMetricList", "cms"); setMethod(MethodType.POST); } public String getExpress() { return this.express; } public void setExpress(String express) { this.express = express; if(express != null){ putQueryParameter("Express", express); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public String getLength() { return this.length; } public void setLength(String length) { this.length = length; if(length != null){ putQueryParameter("Length", length); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeMetricListResponse> getResponseClass() { return DescribeMetricListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricListResponse extends AcsResponse { private String nextToken; private String requestId; private Boolean success; private String datapoints; private String code; private String message; private String period; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getDatapoints() { return this.datapoints; } public void setDatapoints(String datapoints) { this.datapoints = datapoints; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } @Override public DescribeMetricListResponse getInstance(UnmarshallerContext context) { return DescribeMetricListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricMetaListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricMetaListRequest extends RpcAcsRequest<DescribeMetricMetaListResponse> { private Integer pageNumber; private String labels; private String namespace; private Integer pageSize; private String metricName; public DescribeMetricMetaListRequest() { super("Cms", "2019-01-01", "DescribeMetricMetaList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getLabels() { return this.labels; } public void setLabels(String labels) { this.labels = labels; if(labels != null){ putQueryParameter("Labels", labels); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } @Override public Class<DescribeMetricMetaListResponse> getResponseClass() { return DescribeMetricMetaListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricMetaListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricMetaListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricMetaListResponse extends AcsResponse { private String code; private String message; private String requestId; private String totalCount; private Boolean success; private List<Resource> resources; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Resource> getResources() { return this.resources; } public void setResources(List<Resource> resources) { this.resources = resources; } public static class Resource { private String metricName; private String description; private String labels; private String unit; private String dimensions; private String namespace; private String periods; private String statistics; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getLabels() { return this.labels; } public void setLabels(String labels) { this.labels = labels; } public String getUnit() { return this.unit; } public void setUnit(String unit) { this.unit = unit; } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getPeriods() { return this.periods; } public void setPeriods(String periods) { this.periods = periods; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } } @Override public DescribeMetricMetaListResponse getInstance(UnmarshallerContext context) { return DescribeMetricMetaListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleBlackListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleBlackListRequest extends RpcAcsRequest<DescribeMetricRuleBlackListResponse> { private Integer pageNumber; private String namespace; private Integer pageSize; private List<String> idss; private String category; private Integer order; public DescribeMetricRuleBlackListRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleBlackList", "cms"); setMethod(MethodType.POST); } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public List<String> getIdss() { return this.idss; } public void setIdss(List<String> idss) { this.idss = idss; if (idss != null) { for (int i = 0; i < idss.size(); i++) { putQueryParameter("Ids." + (i + 1) , idss.get(i)); } } } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; if(category != null){ putQueryParameter("Category", category); } } public Integer getOrder() { return this.order; } public void setOrder(Integer order) { this.order = order; if(order != null){ putQueryParameter("Order", order.toString()); } } @Override public Class<DescribeMetricRuleBlackListResponse> getResponseClass() { return DescribeMetricRuleBlackListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleBlackListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleBlackListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleBlackListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private Boolean success; private List<DescribeMetricRuleBlackListItem> describeMetricRuleBlackList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<DescribeMetricRuleBlackListItem> getDescribeMetricRuleBlackList() { return this.describeMetricRuleBlackList; } public void setDescribeMetricRuleBlackList(List<DescribeMetricRuleBlackListItem> describeMetricRuleBlackList) { this.describeMetricRuleBlackList = describeMetricRuleBlackList; } public static class DescribeMetricRuleBlackListItem { private String effectiveTime; private String updateTime; private String createTime; private String scopeType; private Boolean isEnable; private String namespace; private String category; private Long enableEndTime; private String name; private Long enableStartTime; private String id; private List<MetricsItem> metrics; private List<String> instances; private List<String> scopeValue; public String getEffectiveTime() { return this.effectiveTime; } public void setEffectiveTime(String effectiveTime) { this.effectiveTime = effectiveTime; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getScopeType() { return this.scopeType; } public void setScopeType(String scopeType) { this.scopeType = scopeType; } public Boolean getIsEnable() { return this.isEnable; } public void setIsEnable(Boolean isEnable) { this.isEnable = isEnable; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public Long getEnableEndTime() { return this.enableEndTime; } public void setEnableEndTime(Long enableEndTime) { this.enableEndTime = enableEndTime; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getEnableStartTime() { return this.enableStartTime; } public void setEnableStartTime(Long enableStartTime) { this.enableStartTime = enableStartTime; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } public List<MetricsItem> getMetrics() { return this.metrics; } public void setMetrics(List<MetricsItem> metrics) { this.metrics = metrics; } public List<String> getInstances() { return this.instances; } public void setInstances(List<String> instances) { this.instances = instances; } public List<String> getScopeValue() { return this.scopeValue; } public void setScopeValue(List<String> scopeValue) { this.scopeValue = scopeValue; } public static class MetricsItem { private String resource; private String metricName; public String getResource() { return this.resource; } public void setResource(String resource) { this.resource = resource; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } } } @Override public DescribeMetricRuleBlackListResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleBlackListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleCountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleCountRequest extends RpcAcsRequest<DescribeMetricRuleCountResponse> { private String namespace; private String metricName; public DescribeMetricRuleCountRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleCount", "cms"); setMethod(MethodType.GET); } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } @Override public Class<DescribeMetricRuleCountResponse> getResponseClass() { return DescribeMetricRuleCountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleCountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleCountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private MetricRuleCount metricRuleCount; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public MetricRuleCount getMetricRuleCount() { return this.metricRuleCount; } public void setMetricRuleCount(MetricRuleCount metricRuleCount) { this.metricRuleCount = metricRuleCount; } public static class MetricRuleCount { private Integer ok; private Integer nodata; private Integer disable; private Integer total; private Integer alarm; public Integer getOk() { return this.ok; } public void setOk(Integer ok) { this.ok = ok; } public Integer getNodata() { return this.nodata; } public void setNodata(Integer nodata) { this.nodata = nodata; } public Integer getDisable() { return this.disable; } public void setDisable(Integer disable) { this.disable = disable; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getAlarm() { return this.alarm; } public void setAlarm(Integer alarm) { this.alarm = alarm; } } @Override public DescribeMetricRuleCountResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleCountResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleListRequest extends RpcAcsRequest<DescribeMetricRuleListResponse> { private Boolean enableState; private String ruleName; private Integer pageSize; private String metricName; private String groupId; private String ruleIds; private String namespace; private String alertState; private Integer page; private String dimensions; public DescribeMetricRuleListRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleList", "cms"); setMethod(MethodType.POST); } public Boolean getEnableState() { return this.enableState; } public void setEnableState(Boolean enableState) { this.enableState = enableState; if(enableState != null){ putQueryParameter("EnableState", enableState.toString()); } } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putQueryParameter("RuleName", ruleName); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getRuleIds() { return this.ruleIds; } public void setRuleIds(String ruleIds) { this.ruleIds = ruleIds; if(ruleIds != null){ putQueryParameter("RuleIds", ruleIds); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getAlertState() { return this.alertState; } public void setAlertState(String alertState) { this.alertState = alertState; if(alertState != null){ putQueryParameter("AlertState", alertState); } } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeMetricRuleListResponse> getResponseClass() { return DescribeMetricRuleListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleListResponse extends AcsResponse { private Integer code; private String message; private String requestId; private String total; private Boolean success; private List<Alarm> alarms; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTotal() { return this.total; } public void setTotal(String total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Alarm> getAlarms() { return this.alarms; } public void setAlarms(List<Alarm> alarms) { this.alarms = alarms; } public static class Alarm { private Integer silenceTime; private String metricName; private String webhook; private String contactGroups; private String sourceType; private String namespace; private String mailSubject; private String noEffectiveInterval; private String effectiveInterval; private String ruleName; private String alertState; private String period; private String ruleId; private String groupName; private String groupId; private String dimensions; private Boolean enableState; private String groupBy; private String resources; private String noDataPolicy; private String options; private String dynamicAlertSensitivity; private String dynamicAlertHistoryDataRange; private String ruleType; private List<LabelsItem> labels; private Escalations escalations; private CompositeExpression compositeExpression; private Prometheus prometheus; public Integer getSilenceTime() { return this.silenceTime; } public void setSilenceTime(Integer silenceTime) { this.silenceTime = silenceTime; } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } public String getContactGroups() { return this.contactGroups; } public void setContactGroups(String contactGroups) { this.contactGroups = contactGroups; } public String getSourceType() { return this.sourceType; } public void setSourceType(String sourceType) { this.sourceType = sourceType; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getMailSubject() { return this.mailSubject; } public void setMailSubject(String mailSubject) { this.mailSubject = mailSubject; } public String getNoEffectiveInterval() { return this.noEffectiveInterval; } public void setNoEffectiveInterval(String noEffectiveInterval) { this.noEffectiveInterval = noEffectiveInterval; } public String getEffectiveInterval() { return this.effectiveInterval; } public void setEffectiveInterval(String effectiveInterval) { this.effectiveInterval = effectiveInterval; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getAlertState() { return this.alertState; } public void setAlertState(String alertState) { this.alertState = alertState; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; } public Boolean getEnableState() { return this.enableState; } public void setEnableState(Boolean enableState) { this.enableState = enableState; } public String getGroupBy() { return this.groupBy; } public void setGroupBy(String groupBy) { this.groupBy = groupBy; } public String getResources() { return this.resources; } public void setResources(String resources) { this.resources = resources; } public String getNoDataPolicy() { return this.noDataPolicy; } public void setNoDataPolicy(String noDataPolicy) { this.noDataPolicy = noDataPolicy; } public String getOptions() { return this.options; } public void setOptions(String options) { this.options = options; } public String getDynamicAlertSensitivity() { return this.dynamicAlertSensitivity; } public void setDynamicAlertSensitivity(String dynamicAlertSensitivity) { this.dynamicAlertSensitivity = dynamicAlertSensitivity; } public String getDynamicAlertHistoryDataRange() { return this.dynamicAlertHistoryDataRange; } public void setDynamicAlertHistoryDataRange(String dynamicAlertHistoryDataRange) { this.dynamicAlertHistoryDataRange = dynamicAlertHistoryDataRange; } public String getRuleType() { return this.ruleType; } public void setRuleType(String ruleType) { this.ruleType = ruleType; } public List<LabelsItem> getLabels() { return this.labels; } public void setLabels(List<LabelsItem> labels) { this.labels = labels; } public Escalations getEscalations() { return this.escalations; } public void setEscalations(Escalations escalations) { this.escalations = escalations; } public CompositeExpression getCompositeExpression() { return this.compositeExpression; } public void setCompositeExpression(CompositeExpression compositeExpression) { this.compositeExpression = compositeExpression; } public Prometheus getPrometheus() { return this.prometheus; } public void setPrometheus(Prometheus prometheus) { this.prometheus = prometheus; } public static class LabelsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class Escalations { private Info info; private Warn warn; private Critical critical; public Info getInfo() { return this.info; } public void setInfo(Info info) { this.info = info; } public Warn getWarn() { return this.warn; } public void setWarn(Warn warn) { this.warn = warn; } public Critical getCritical() { return this.critical; } public void setCritical(Critical critical) { this.critical = critical; } public static class Info { private String comparisonOperator; private String preCondition; private Integer times; private String threshold; private String statistics; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } } public static class Warn { private String comparisonOperator; private String preCondition; private Integer times; private String threshold; private String statistics; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } } public static class Critical { private String comparisonOperator; private String preCondition; private Integer times; private String threshold; private String statistics; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } } } public static class CompositeExpression { private String level; private String expressionListJoin; private String expressionRaw; private Integer times; private List<ExpressionListItem> expressionList; public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getExpressionListJoin() { return this.expressionListJoin; } public void setExpressionListJoin(String expressionListJoin) { this.expressionListJoin = expressionListJoin; } public String getExpressionRaw() { return this.expressionRaw; } public void setExpressionRaw(String expressionRaw) { this.expressionRaw = expressionRaw; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public List<ExpressionListItem> getExpressionList() { return this.expressionList; } public void setExpressionList(List<ExpressionListItem> expressionList) { this.expressionList = expressionList; } public static class ExpressionListItem { private String metricName; private String comparisonOperator; private String statistics; private String threshold; private Integer period; private String id; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public Integer getPeriod() { return this.period; } public void setPeriod(Integer period) { this.period = period; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } public static class Prometheus { private String promQL; private String level; private Long times; private List<AnnotationsItem> annotations; public String getPromQL() { return this.promQL; } public void setPromQL(String promQL) { this.promQL = promQL; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public Long getTimes() { return this.times; } public void setTimes(Long times) { this.times = times; } public List<AnnotationsItem> getAnnotations() { return this.annotations; } public void setAnnotations(List<AnnotationsItem> annotations) { this.annotations = annotations; } public static class AnnotationsItem { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } } @Override public DescribeMetricRuleListResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTargetsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleTargetsRequest extends RpcAcsRequest<DescribeMetricRuleTargetsResponse> { private String ruleId; public DescribeMetricRuleTargetsRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleTargets", "cms"); setMethod(MethodType.POST); } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; if(ruleId != null){ putQueryParameter("RuleId", ruleId); } } @Override public Class<DescribeMetricRuleTargetsResponse> getResponseClass() { return DescribeMetricRuleTargetsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTargetsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleTargetsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleTargetsResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<Target> targets; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Target> getTargets() { return this.targets; } public void setTargets(List<Target> targets) { this.targets = targets; } public static class Target { private String id; private String arn; private String level; private String jsonParams; private String ruleId; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getArn() { return this.arn; } public void setArn(String arn) { this.arn = arn; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getJsonParams() { return this.jsonParams; } public void setJsonParams(String jsonParams) { this.jsonParams = jsonParams; } public String getRuleId() { return this.ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } } @Override public DescribeMetricRuleTargetsResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleTargetsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTemplateAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleTemplateAttributeRequest extends RpcAcsRequest<DescribeMetricRuleTemplateAttributeResponse> { private String templateId; private String name; public DescribeMetricRuleTemplateAttributeRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleTemplateAttribute", "cms"); setMethod(MethodType.POST); } public String getTemplateId() { return this.templateId; } public void setTemplateId(String templateId) { this.templateId = templateId; if(templateId != null){ putQueryParameter("TemplateId", templateId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<DescribeMetricRuleTemplateAttributeResponse> getResponseClass() { return DescribeMetricRuleTemplateAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTemplateAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleTemplateAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleTemplateAttributeResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Boolean success; private Resource resource; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Resource getResource() { return this.resource; } public void setResource(Resource resource) { this.resource = resource; } public static class Resource { private String description; private String systemEventTemplates; private String processMonitorTemplates; private String name; private String restVersion; private String hostAvailabilityTemplates; private String templateId; private List<AlertTemplate> alertTemplates; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getSystemEventTemplates() { return this.systemEventTemplates; } public void setSystemEventTemplates(String systemEventTemplates) { this.systemEventTemplates = systemEventTemplates; } public String getProcessMonitorTemplates() { return this.processMonitorTemplates; } public void setProcessMonitorTemplates(String processMonitorTemplates) { this.processMonitorTemplates = processMonitorTemplates; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getRestVersion() { return this.restVersion; } public void setRestVersion(String restVersion) { this.restVersion = restVersion; } public String getHostAvailabilityTemplates() { return this.hostAvailabilityTemplates; } public void setHostAvailabilityTemplates(String hostAvailabilityTemplates) { this.hostAvailabilityTemplates = hostAvailabilityTemplates; } public String getTemplateId() { return this.templateId; } public void setTemplateId(String templateId) { this.templateId = templateId; } public List<AlertTemplate> getAlertTemplates() { return this.alertTemplates; } public void setAlertTemplates(List<AlertTemplate> alertTemplates) { this.alertTemplates = alertTemplates; } public static class AlertTemplate { private String metricName; private String selector; private String webhook; private String namespace; private String category; private String ruleName; private String noDataPolicy; private CompositeExpression compositeExpression; private Escalations escalations; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getSelector() { return this.selector; } public void setSelector(String selector) { this.selector = selector; } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getNoDataPolicy() { return this.noDataPolicy; } public void setNoDataPolicy(String noDataPolicy) { this.noDataPolicy = noDataPolicy; } public CompositeExpression getCompositeExpression() { return this.compositeExpression; } public void setCompositeExpression(CompositeExpression compositeExpression) { this.compositeExpression = compositeExpression; } public Escalations getEscalations() { return this.escalations; } public void setEscalations(Escalations escalations) { this.escalations = escalations; } public static class CompositeExpression { private String level; private String expressionListJoin; private String expressionRaw; private Integer times; private List<ExpressionListItem> expressionList; public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getExpressionListJoin() { return this.expressionListJoin; } public void setExpressionListJoin(String expressionListJoin) { this.expressionListJoin = expressionListJoin; } public String getExpressionRaw() { return this.expressionRaw; } public void setExpressionRaw(String expressionRaw) { this.expressionRaw = expressionRaw; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public List<ExpressionListItem> getExpressionList() { return this.expressionList; } public void setExpressionList(List<ExpressionListItem> expressionList) { this.expressionList = expressionList; } public static class ExpressionListItem { private String metricName; private String comparisonOperator; private String statistics; private String threshold; private Integer period; private String id; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public Integer getPeriod() { return this.period; } public void setPeriod(Integer period) { this.period = period; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } public static class Escalations { private Info info; private Warn warn; private Critical critical; public Info getInfo() { return this.info; } public void setInfo(Info info) { this.info = info; } public Warn getWarn() { return this.warn; } public void setWarn(Warn warn) { this.warn = warn; } public Critical getCritical() { return this.critical; } public void setCritical(Critical critical) { this.critical = critical; } public static class Info { private String comparisonOperator; private Integer times; private String threshold; private String statistics; private String preCondition; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } } public static class Warn { private String comparisonOperator; private Integer times; private String threshold; private String statistics; private String preCondition; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } } public static class Critical { private String comparisonOperator; private Integer times; private String threshold; private String statistics; private String preCondition; public String getComparisonOperator() { return this.comparisonOperator; } public void setComparisonOperator(String comparisonOperator) { this.comparisonOperator = comparisonOperator; } public Integer getTimes() { return this.times; } public void setTimes(Integer times) { this.times = times; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getStatistics() { return this.statistics; } public void setStatistics(String statistics) { this.statistics = statistics; } public String getPreCondition() { return this.preCondition; } public void setPreCondition(String preCondition) { this.preCondition = preCondition; } } } } } @Override public DescribeMetricRuleTemplateAttributeResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleTemplateAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTemplateListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricRuleTemplateListRequest extends RpcAcsRequest<DescribeMetricRuleTemplateListResponse> { private String orderBy; private Boolean history; private Long templateId; private Long pageNumber; private String name; private Long pageSize; private String keyword; private Boolean order; public DescribeMetricRuleTemplateListRequest() { super("Cms", "2019-01-01", "DescribeMetricRuleTemplateList", "cms"); setMethod(MethodType.POST); } public String getOrderBy() { return this.orderBy; } public void setOrderBy(String orderBy) { this.orderBy = orderBy; if(orderBy != null){ putQueryParameter("OrderBy", orderBy); } } public Boolean getHistory() { return this.history; } public void setHistory(Boolean history) { this.history = history; if(history != null){ putQueryParameter("History", history.toString()); } } public Long getTemplateId() { return this.templateId; } public void setTemplateId(Long templateId) { this.templateId = templateId; if(templateId != null){ putQueryParameter("TemplateId", templateId.toString()); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public Boolean getOrder() { return this.order; } public void setOrder(Boolean order) { this.order = order; if(order != null){ putQueryParameter("Order", order.toString()); } } @Override public Class<DescribeMetricRuleTemplateListResponse> getResponseClass() { return DescribeMetricRuleTemplateListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricRuleTemplateListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricRuleTemplateListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricRuleTemplateListResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Long total; private Boolean success; private List<Template> templates; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotal() { return this.total; } public void setTotal(Long total) { this.total = total; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Template> getTemplates() { return this.templates; } public void setTemplates(List<Template> templates) { this.templates = templates; } public static class Template { private String description; private Long gmtCreate; private String name; private Long restVersion; private Long gmtModified; private Long templateId; private List<ApplyHistory> applyHistories; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getRestVersion() { return this.restVersion; } public void setRestVersion(Long restVersion) { this.restVersion = restVersion; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public Long getTemplateId() { return this.templateId; } public void setTemplateId(Long templateId) { this.templateId = templateId; } public List<ApplyHistory> getApplyHistories() { return this.applyHistories; } public void setApplyHistories(List<ApplyHistory> applyHistories) { this.applyHistories = applyHistories; } public static class ApplyHistory { private Long groupId; private String groupName; private Long applyTime; public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getApplyTime() { return this.applyTime; } public void setApplyTime(Long applyTime) { this.applyTime = applyTime; } } } @Override public DescribeMetricRuleTemplateListResponse getInstance(UnmarshallerContext context) { return DescribeMetricRuleTemplateListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricTopRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMetricTopRequest extends RpcAcsRequest<DescribeMetricTopResponse> { private String express; private String startTime; private String metricName; private String period; private String length; private String endTime; private String orderby; private String orderDesc; private String namespace; private String dimensions; public DescribeMetricTopRequest() { super("Cms", "2019-01-01", "DescribeMetricTop", "cms"); setMethod(MethodType.POST); } public String getExpress() { return this.express; } public void setExpress(String express) { this.express = express; if(express != null){ putQueryParameter("Express", express); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; if(metricName != null){ putQueryParameter("MetricName", metricName); } } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public String getLength() { return this.length; } public void setLength(String length) { this.length = length; if(length != null){ putQueryParameter("Length", length); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getOrderby() { return this.orderby; } public void setOrderby(String orderby) { this.orderby = orderby; if(orderby != null){ putQueryParameter("Orderby", orderby); } } public String getOrderDesc() { return this.orderDesc; } public void setOrderDesc(String orderDesc) { this.orderDesc = orderDesc; if(orderDesc != null){ putQueryParameter("OrderDesc", orderDesc); } } public String getNamespace() { return this.namespace; } public void setNamespace(String namespace) { this.namespace = namespace; if(namespace != null){ putQueryParameter("Namespace", namespace); } } public String getDimensions() { return this.dimensions; } public void setDimensions(String dimensions) { this.dimensions = dimensions; if(dimensions != null){ putQueryParameter("Dimensions", dimensions); } } @Override public Class<DescribeMetricTopResponse> getResponseClass() { return DescribeMetricTopResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMetricTopResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMetricTopResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMetricTopResponse extends AcsResponse { private String code; private String message; private String requestId; private String datapoints; private String period; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDatapoints() { return this.datapoints; } public void setDatapoints(String datapoints) { this.datapoints = datapoints; } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; } @Override public DescribeMetricTopResponse getInstance(UnmarshallerContext context) { return DescribeMetricTopResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupCategoriesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupCategoriesRequest extends RpcAcsRequest<DescribeMonitorGroupCategoriesResponse> { private Long groupId; public DescribeMonitorGroupCategoriesRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroupCategories", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } @Override public Class<DescribeMonitorGroupCategoriesResponse> getResponseClass() { return DescribeMonitorGroupCategoriesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupCategoriesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupCategoriesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupCategoriesResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Boolean success; private MonitorGroupCategories monitorGroupCategories; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public MonitorGroupCategories getMonitorGroupCategories() { return this.monitorGroupCategories; } public void setMonitorGroupCategories(MonitorGroupCategories monitorGroupCategories) { this.monitorGroupCategories = monitorGroupCategories; } public static class MonitorGroupCategories { private Long groupId; private List<CategoryItem> monitorGroupCategory; public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public List<CategoryItem> getMonitorGroupCategory() { return this.monitorGroupCategory; } public void setMonitorGroupCategory(List<CategoryItem> monitorGroupCategory) { this.monitorGroupCategory = monitorGroupCategory; } public static class CategoryItem { private Integer count; private String category; public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } } } @Override public DescribeMonitorGroupCategoriesResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupCategoriesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupDynamicRulesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupDynamicRulesRequest extends RpcAcsRequest<DescribeMonitorGroupDynamicRulesResponse> { private Long groupId; public DescribeMonitorGroupDynamicRulesRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroupDynamicRules", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } @Override public Class<DescribeMonitorGroupDynamicRulesResponse> getResponseClass() { return DescribeMonitorGroupDynamicRulesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupDynamicRulesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupDynamicRulesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupDynamicRulesResponse extends AcsResponse { private Integer code; private String message; private String requestId; private Boolean success; private List<ResourceItem> resource; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<ResourceItem> getResource() { return this.resource; } public void setResource(List<ResourceItem> resource) { this.resource = resource; } public static class ResourceItem { private String category; private String filterRelation; private List<Filter> filters; public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getFilterRelation() { return this.filterRelation; } public void setFilterRelation(String filterRelation) { this.filterRelation = filterRelation; } public List<Filter> getFilters() { return this.filters; } public void setFilters(List<Filter> filters) { this.filters = filters; } public static class Filter { private String value; private String function; private String name; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getFunction() { return this.function; } public void setFunction(String function) { this.function = function; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } } @Override public DescribeMonitorGroupDynamicRulesResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupDynamicRulesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstanceAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupInstanceAttributeRequest extends RpcAcsRequest<DescribeMonitorGroupInstanceAttributeResponse> { private Long groupId; private Integer pageNumber; private Boolean total; private String instanceIds; private Integer pageSize; private String category; private String keyword; public DescribeMonitorGroupInstanceAttributeRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroupInstanceAttribute", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Boolean getTotal() { return this.total; } public void setTotal(Boolean total) { this.total = total; if(total != null){ putQueryParameter("Total", total.toString()); } } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("InstanceIds", instanceIds); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; if(category != null){ putQueryParameter("Category", category); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<DescribeMonitorGroupInstanceAttributeResponse> getResponseClass() { return DescribeMonitorGroupInstanceAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstanceAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupInstanceAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupInstanceAttributeResponse extends AcsResponse { private String requestId; private Boolean success; private Integer code; private String message; private Integer pageNumber; private Integer pageSize; private Integer total; private List<Resource> resources; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Resource> getResources() { return this.resources; } public void setResources(List<Resource> resources) { this.resources = resources; } public static class Resource { private String instanceName; private String dimension; private String category; private String instanceId; private String networkType; private String desc; private List<Tag> tags; private Region region; private Vpc vpc; public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getDimension() { return this.dimension; } public void setDimension(String dimension) { this.dimension = dimension; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getNetworkType() { return this.networkType; } public void setNetworkType(String networkType) { this.networkType = networkType; } public String getDesc() { return this.desc; } public void setDesc(String desc) { this.desc = desc; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public Region getRegion() { return this.region; } public void setRegion(Region region) { this.region = region; } public Vpc getVpc() { return this.vpc; } public void setVpc(Vpc vpc) { this.vpc = vpc; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class Region { private String availabilityZone; private String regionId; public String getAvailabilityZone() { return this.availabilityZone; } public void setAvailabilityZone(String availabilityZone) { this.availabilityZone = availabilityZone; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } public static class Vpc { private String vswitchInstanceId; private String vpcInstanceId; public String getVswitchInstanceId() { return this.vswitchInstanceId; } public void setVswitchInstanceId(String vswitchInstanceId) { this.vswitchInstanceId = vswitchInstanceId; } public String getVpcInstanceId() { return this.vpcInstanceId; } public void setVpcInstanceId(String vpcInstanceId) { this.vpcInstanceId = vpcInstanceId; } } } @Override public DescribeMonitorGroupInstanceAttributeResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupInstanceAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstancesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupInstancesRequest extends RpcAcsRequest<DescribeMonitorGroupInstancesResponse> { private Long groupId; private Integer pageNumber; private String instanceIds; private Integer pageSize; private String category; private String keyword; public DescribeMonitorGroupInstancesRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroupInstances", "cms"); setMethod(MethodType.POST); } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("InstanceIds", instanceIds); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; if(category != null){ putQueryParameter("Category", category); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<DescribeMonitorGroupInstancesResponse> getResponseClass() { return DescribeMonitorGroupInstancesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupInstancesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupInstancesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupInstancesResponse extends AcsResponse { private String requestId; private Boolean success; private Integer code; private String message; private Integer pageNumber; private Integer pageSize; private Integer total; private List<Resource> resources; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Resource> getResources() { return this.resources; } public void setResources(List<Resource> resources) { this.resources = resources; } public static class Resource { private String category; private String instanceId; private String instanceName; private Long id; private String regionId; public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } @Override public DescribeMonitorGroupInstancesResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupInstancesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupNotifyPolicyListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupNotifyPolicyListRequest extends RpcAcsRequest<DescribeMonitorGroupNotifyPolicyListResponse> { private String policyType; private String groupId; private Integer pageNumber; private Integer pageSize; public DescribeMonitorGroupNotifyPolicyListRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroupNotifyPolicyList", "cms"); setMethod(MethodType.POST); } public String getPolicyType() { return this.policyType; } public void setPolicyType(String policyType) { this.policyType = policyType; if(policyType != null){ putQueryParameter("PolicyType", policyType); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeMonitorGroupNotifyPolicyListResponse> getResponseClass() { return DescribeMonitorGroupNotifyPolicyListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupNotifyPolicyListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupNotifyPolicyListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupNotifyPolicyListResponse extends AcsResponse { private String code; private String message; private String requestId; private Integer total; private String success; private List<NotifyPolicy> notifyPolicyList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<NotifyPolicy> getNotifyPolicyList() { return this.notifyPolicyList; } public void setNotifyPolicyList(List<NotifyPolicy> notifyPolicyList) { this.notifyPolicyList = notifyPolicyList; } public static class NotifyPolicy { private Long endTime; private String type; private Long startTime; private String groupId; private String id; public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } @Override public DescribeMonitorGroupNotifyPolicyListResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupNotifyPolicyListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorGroupsRequest extends RpcAcsRequest<DescribeMonitorGroupsResponse> { private Boolean selectContactGroups; private Boolean includeTemplateHistory; private String dynamicTagRuleId; private String type; private Integer pageNumber; private String groupFounderTagKey; private Integer pageSize; private String groupFounderTagValue; private List<Tag> tags; private String keyword; private String groupId; private String groupName; private String instanceId; public DescribeMonitorGroupsRequest() { super("Cms", "2019-01-01", "DescribeMonitorGroups", "cms"); setMethod(MethodType.POST); } public Boolean getSelectContactGroups() { return this.selectContactGroups; } public void setSelectContactGroups(Boolean selectContactGroups) { this.selectContactGroups = selectContactGroups; if(selectContactGroups != null){ putQueryParameter("SelectContactGroups", selectContactGroups.toString()); } } public Boolean getIncludeTemplateHistory() { return this.includeTemplateHistory; } public void setIncludeTemplateHistory(Boolean includeTemplateHistory) { this.includeTemplateHistory = includeTemplateHistory; if(includeTemplateHistory != null){ putQueryParameter("IncludeTemplateHistory", includeTemplateHistory.toString()); } } public String getDynamicTagRuleId() { return this.dynamicTagRuleId; } public void setDynamicTagRuleId(String dynamicTagRuleId) { this.dynamicTagRuleId = dynamicTagRuleId; if(dynamicTagRuleId != null){ putQueryParameter("DynamicTagRuleId", dynamicTagRuleId); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getGroupFounderTagKey() { return this.groupFounderTagKey; } public void setGroupFounderTagKey(String groupFounderTagKey) { this.groupFounderTagKey = groupFounderTagKey; if(groupFounderTagKey != null){ putQueryParameter("GroupFounderTagKey", groupFounderTagKey); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getGroupFounderTagValue() { return this.groupFounderTagValue; } public void setGroupFounderTagValue(String groupFounderTagValue) { this.groupFounderTagValue = groupFounderTagValue; if(groupFounderTagValue != null){ putQueryParameter("GroupFounderTagValue", groupFounderTagValue); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<DescribeMonitorGroupsResponse> getResponseClass() { return DescribeMonitorGroupsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorGroupsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorGroupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorGroupsResponse extends AcsResponse { private String requestId; private Boolean success; private Integer code; private String message; private Integer pageNumber; private Integer pageSize; private Integer total; private List<Resource> resources; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Resource> getResources() { return this.resources; } public void setResources(List<Resource> resources) { this.resources = resources; } public static class Resource { private String type; private String groupFounderTagValue; private String bindUrl; private String groupName; private Long groupId; private String serviceId; private String dynamicTagRuleId; private Long gmtCreate; private String groupFounderTagKey; private Long gmtModified; private List<ContactGroup> contactGroups; private List<Tag> tags; private List<String> templateIds; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getGroupFounderTagValue() { return this.groupFounderTagValue; } public void setGroupFounderTagValue(String groupFounderTagValue) { this.groupFounderTagValue = groupFounderTagValue; } public String getBindUrl() { return this.bindUrl; } public void setBindUrl(String bindUrl) { this.bindUrl = bindUrl; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getServiceId() { return this.serviceId; } public void setServiceId(String serviceId) { this.serviceId = serviceId; } public String getDynamicTagRuleId() { return this.dynamicTagRuleId; } public void setDynamicTagRuleId(String dynamicTagRuleId) { this.dynamicTagRuleId = dynamicTagRuleId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getGroupFounderTagKey() { return this.groupFounderTagKey; } public void setGroupFounderTagKey(String groupFounderTagKey) { this.groupFounderTagKey = groupFounderTagKey; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public List<ContactGroup> getContactGroups() { return this.contactGroups; } public void setContactGroups(List<ContactGroup> contactGroups) { this.contactGroups = contactGroups; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public List<String> getTemplateIds() { return this.templateIds; } public void setTemplateIds(List<String> templateIds) { this.templateIds = templateIds; } public static class ContactGroup { private String name; public String getName() { return this.name; } public void setName(String name) { this.name = name; } } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeMonitorGroupsResponse getInstance(UnmarshallerContext context) { return DescribeMonitorGroupsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorResourceQuotaAttributeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitorResourceQuotaAttributeRequest extends RpcAcsRequest<DescribeMonitorResourceQuotaAttributeResponse> { private Boolean showUsed; public DescribeMonitorResourceQuotaAttributeRequest() { super("Cms", "2019-01-01", "DescribeMonitorResourceQuotaAttribute", "cms"); setMethod(MethodType.POST); } public Boolean getShowUsed() { return this.showUsed; } public void setShowUsed(Boolean showUsed) { this.showUsed = showUsed; if(showUsed != null){ putQueryParameter("ShowUsed", showUsed.toString()); } } @Override public Class<DescribeMonitorResourceQuotaAttributeResponse> getResponseClass() { return DescribeMonitorResourceQuotaAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitorResourceQuotaAttributeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitorResourceQuotaAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitorResourceQuotaAttributeResponse extends AcsResponse { private String code; private String message; private String requestId; private ResourceQuota resourceQuota; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ResourceQuota getResourceQuota() { return this.resourceQuota; } public void setResourceQuota(ResourceQuota resourceQuota) { this.resourceQuota = resourceQuota; } public static class ResourceQuota { private String suitInfo; private String instanceId; private String expireTime; private String cRMType; private SiteMonitorEcsProbe siteMonitorEcsProbe; private SiteMonitorOperatorProbe siteMonitorOperatorProbe; private SiteMonitorTask siteMonitorTask; private CustomMonitor customMonitor; private EventMonitor eventMonitor; private LogMonitor logMonitor; private Api api; private SMS sMS; private Phone phone; private EnterpriseQuota enterpriseQuota; private NAAM nAAM; public String getSuitInfo() { return this.suitInfo; } public void setSuitInfo(String suitInfo) { this.suitInfo = suitInfo; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getCRMType() { return this.cRMType; } public void setCRMType(String cRMType) { this.cRMType = cRMType; } public SiteMonitorEcsProbe getSiteMonitorEcsProbe() { return this.siteMonitorEcsProbe; } public void setSiteMonitorEcsProbe(SiteMonitorEcsProbe siteMonitorEcsProbe) { this.siteMonitorEcsProbe = siteMonitorEcsProbe; } public SiteMonitorOperatorProbe getSiteMonitorOperatorProbe() { return this.siteMonitorOperatorProbe; } public void setSiteMonitorOperatorProbe(SiteMonitorOperatorProbe siteMonitorOperatorProbe) { this.siteMonitorOperatorProbe = siteMonitorOperatorProbe; } public SiteMonitorTask getSiteMonitorTask() { return this.siteMonitorTask; } public void setSiteMonitorTask(SiteMonitorTask siteMonitorTask) { this.siteMonitorTask = siteMonitorTask; } public CustomMonitor getCustomMonitor() { return this.customMonitor; } public void setCustomMonitor(CustomMonitor customMonitor) { this.customMonitor = customMonitor; } public EventMonitor getEventMonitor() { return this.eventMonitor; } public void setEventMonitor(EventMonitor eventMonitor) { this.eventMonitor = eventMonitor; } public LogMonitor getLogMonitor() { return this.logMonitor; } public void setLogMonitor(LogMonitor logMonitor) { this.logMonitor = logMonitor; } public Api getApi() { return this.api; } public void setApi(Api api) { this.api = api; } public SMS getSMS() { return this.sMS; } public void setSMS(SMS sMS) { this.sMS = sMS; } public Phone getPhone() { return this.phone; } public void setPhone(Phone phone) { this.phone = phone; } public EnterpriseQuota getEnterpriseQuota() { return this.enterpriseQuota; } public void setEnterpriseQuota(EnterpriseQuota enterpriseQuota) { this.enterpriseQuota = enterpriseQuota; } public NAAM getNAAM() { return this.nAAM; } public void setNAAM(NAAM nAAM) { this.nAAM = nAAM; } public static class SiteMonitorEcsProbe { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class SiteMonitorOperatorProbe { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class SiteMonitorTask { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class CustomMonitor { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class EventMonitor { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class LogMonitor { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class Api { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class SMS { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class Phone { private Integer quotaLimit; private Integer quotaPackage; private Integer quotaUsed; public Integer getQuotaLimit() { return this.quotaLimit; } public void setQuotaLimit(Integer quotaLimit) { this.quotaLimit = quotaLimit; } public Integer getQuotaPackage() { return this.quotaPackage; } public void setQuotaPackage(Integer quotaPackage) { this.quotaPackage = quotaPackage; } public Integer getQuotaUsed() { return this.quotaUsed; } public void setQuotaUsed(Integer quotaUsed) { this.quotaUsed = quotaUsed; } } public static class EnterpriseQuota { private String suitInfo; private String instanceId; public String getSuitInfo() { return this.suitInfo; } public void setSuitInfo(String suitInfo) { this.suitInfo = suitInfo; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } } public static class NAAM { private String effectTime; private String instanceId; private String suitInfo; private String status; public String getEffectTime() { return this.effectTime; } public void setEffectTime(String effectTime) { this.effectTime = effectTime; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getSuitInfo() { return this.suitInfo; } public void setSuitInfo(String suitInfo) { this.suitInfo = suitInfo; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } } @Override public DescribeMonitorResourceQuotaAttributeResponse getInstance(UnmarshallerContext context) { return DescribeMonitorResourceQuotaAttributeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentAccessKeyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringAgentAccessKeyRequest extends RpcAcsRequest<DescribeMonitoringAgentAccessKeyResponse> { public DescribeMonitoringAgentAccessKeyRequest() { super("Cms", "2019-01-01", "DescribeMonitoringAgentAccessKey", "cms"); setMethod(MethodType.POST); } @Override public Class<DescribeMonitoringAgentAccessKeyResponse> getResponseClass() { return DescribeMonitoringAgentAccessKeyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentAccessKeyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringAgentAccessKeyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringAgentAccessKeyResponse extends AcsResponse { private String accessKey; private String secretKey; private String requestId; private Boolean success; private Integer code; private String message; public String getAccessKey() { return this.accessKey; } public void setAccessKey(String accessKey) { this.accessKey = accessKey; } public String getSecretKey() { return this.secretKey; } public void setSecretKey(String secretKey) { this.secretKey = secretKey; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DescribeMonitoringAgentAccessKeyResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringAgentAccessKeyResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringAgentConfigRequest extends RpcAcsRequest<DescribeMonitoringAgentConfigResponse> { public DescribeMonitoringAgentConfigRequest() { super("Cms", "2019-01-01", "DescribeMonitoringAgentConfig", "cms"); setMethod(MethodType.POST); } @Override public Class<DescribeMonitoringAgentConfigResponse> getResponseClass() { return DescribeMonitoringAgentConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringAgentConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringAgentConfigResponse extends AcsResponse { private String enableActiveAlert; private String requestId; private Boolean autoInstall; private Boolean success; private Boolean enableInstallAgentNewECS; private String code; private String message; public String getEnableActiveAlert() { return this.enableActiveAlert; } public void setEnableActiveAlert(String enableActiveAlert) { this.enableActiveAlert = enableActiveAlert; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getAutoInstall() { return this.autoInstall; } public void setAutoInstall(Boolean autoInstall) { this.autoInstall = autoInstall; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Boolean getEnableInstallAgentNewECS() { return this.enableInstallAgentNewECS; } public void setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS) { this.enableInstallAgentNewECS = enableInstallAgentNewECS; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DescribeMonitoringAgentConfigResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringAgentConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentHostsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringAgentHostsRequest extends RpcAcsRequest<DescribeMonitoringAgentHostsResponse> { private String serialNumbers; private Integer pageNumber; private String hostName; private String instanceRegionId; private Integer pageSize; private Boolean aliyunHost; private String keyWord; private String instanceIds; private String status; public DescribeMonitoringAgentHostsRequest() { super("Cms", "2019-01-01", "DescribeMonitoringAgentHosts", "cms"); setMethod(MethodType.POST); } public String getSerialNumbers() { return this.serialNumbers; } public void setSerialNumbers(String serialNumbers) { this.serialNumbers = serialNumbers; if(serialNumbers != null){ putQueryParameter("SerialNumbers", serialNumbers); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getHostName() { return this.hostName; } public void setHostName(String hostName) { this.hostName = hostName; if(hostName != null){ putQueryParameter("HostName", hostName); } } public String getInstanceRegionId() { return this.instanceRegionId; } public void setInstanceRegionId(String instanceRegionId) { this.instanceRegionId = instanceRegionId; if(instanceRegionId != null){ putQueryParameter("InstanceRegionId", instanceRegionId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Boolean getAliyunHost() { return this.aliyunHost; } public void setAliyunHost(Boolean aliyunHost) { this.aliyunHost = aliyunHost; if(aliyunHost != null){ putQueryParameter("AliyunHost", aliyunHost.toString()); } } public String getKeyWord() { return this.keyWord; } public void setKeyWord(String keyWord) { this.keyWord = keyWord; if(keyWord != null){ putQueryParameter("KeyWord", keyWord); } } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("InstanceIds", instanceIds); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<DescribeMonitoringAgentHostsResponse> getResponseClass() { return DescribeMonitoringAgentHostsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentHostsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringAgentHostsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringAgentHostsResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Integer pageNumber; private Integer pageSize; private Integer pageTotal; private Integer total; private List<Host> hosts; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageTotal() { return this.pageTotal; } public void setPageTotal(Integer pageTotal) { this.pageTotal = pageTotal; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public List<Host> getHosts() { return this.hosts; } public void setHosts(List<Host> hosts) { this.hosts = hosts; } public static class Host { private String serialNumber; private String natIp; private String hostName; private Long aliUid; private String networkType; private String instanceId; private Boolean isAliyunHost; private String eipAddress; private String agentVersion; private String ipGroup; private String eipId; private String region; private String instanceTypeFamily; private String operatingSystem; public String getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; } public String getNatIp() { return this.natIp; } public void setNatIp(String natIp) { this.natIp = natIp; } public String getHostName() { return this.hostName; } public void setHostName(String hostName) { this.hostName = hostName; } public Long getAliUid() { return this.aliUid; } public void setAliUid(Long aliUid) { this.aliUid = aliUid; } public String getNetworkType() { return this.networkType; } public void setNetworkType(String networkType) { this.networkType = networkType; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public Boolean getIsAliyunHost() { return this.isAliyunHost; } public void setIsAliyunHost(Boolean isAliyunHost) { this.isAliyunHost = isAliyunHost; } public String getEipAddress() { return this.eipAddress; } public void setEipAddress(String eipAddress) { this.eipAddress = eipAddress; } public String getAgentVersion() { return this.agentVersion; } public void setAgentVersion(String agentVersion) { this.agentVersion = agentVersion; } public String getIpGroup() { return this.ipGroup; } public void setIpGroup(String ipGroup) { this.ipGroup = ipGroup; } public String getEipId() { return this.eipId; } public void setEipId(String eipId) { this.eipId = eipId; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getInstanceTypeFamily() { return this.instanceTypeFamily; } public void setInstanceTypeFamily(String instanceTypeFamily) { this.instanceTypeFamily = instanceTypeFamily; } public String getOperatingSystem() { return this.operatingSystem; } public void setOperatingSystem(String operatingSystem) { this.operatingSystem = operatingSystem; } } @Override public DescribeMonitoringAgentHostsResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringAgentHostsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentProcessesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringAgentProcessesRequest extends RpcAcsRequest<DescribeMonitoringAgentProcessesResponse> { private String instanceId; public DescribeMonitoringAgentProcessesRequest() { super("Cms", "2019-01-01", "DescribeMonitoringAgentProcesses", "cms"); setMethod(MethodType.POST); } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } @Override public Class<DescribeMonitoringAgentProcessesResponse> getResponseClass() { return DescribeMonitoringAgentProcessesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentProcessesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringAgentProcessesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringAgentProcessesResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<NodeProcess> nodeProcesses; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<NodeProcess> getNodeProcesses() { return this.nodeProcesses; } public void setNodeProcesses(List<NodeProcess> nodeProcesses) { this.nodeProcesses = nodeProcesses; } public static class NodeProcess { private String processName; private Long processId; private String groupId; private String command; private String processUser; private String instanceId; public String getProcessName() { return this.processName; } public void setProcessName(String processName) { this.processName = processName; } public Long getProcessId() { return this.processId; } public void setProcessId(Long processId) { this.processId = processId; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getCommand() { return this.command; } public void setCommand(String command) { this.command = command; } public String getProcessUser() { return this.processUser; } public void setProcessUser(String processUser) { this.processUser = processUser; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } } @Override public DescribeMonitoringAgentProcessesResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringAgentProcessesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentStatusesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringAgentStatusesRequest extends RpcAcsRequest<DescribeMonitoringAgentStatusesResponse> { private String instanceIds; public DescribeMonitoringAgentStatusesRequest() { super("Cms", "2019-01-01", "DescribeMonitoringAgentStatuses", "cms"); setMethod(MethodType.POST); } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("InstanceIds", instanceIds); } } @Override public Class<DescribeMonitoringAgentStatusesResponse> getResponseClass() { return DescribeMonitoringAgentStatusesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringAgentStatusesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringAgentStatusesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringAgentStatusesResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<NodeStatus> nodeStatusList; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<NodeStatus> getNodeStatusList() { return this.nodeStatusList; } public void setNodeStatusList(List<NodeStatus> nodeStatusList) { this.nodeStatusList = nodeStatusList; } public static class NodeStatus { private String status; private String instanceId; private Boolean autoInstall; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public Boolean getAutoInstall() { return this.autoInstall; } public void setAutoInstall(Boolean autoInstall) { this.autoInstall = autoInstall; } } @Override public DescribeMonitoringAgentStatusesResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringAgentStatusesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeMonitoringConfigRequest extends RpcAcsRequest<DescribeMonitoringConfigResponse> { public DescribeMonitoringConfigRequest() { super("Cms", "2019-01-01", "DescribeMonitoringConfig", "cms"); setMethod(MethodType.POST); } @Override public Class<DescribeMonitoringConfigResponse> getResponseClass() { return DescribeMonitoringConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeMonitoringConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.DescribeMonitoringConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMonitoringConfigResponse extends AcsResponse { private String requestId; private Boolean autoInstall; private Boolean success; private Boolean enableInstallAgentNewECS; private String code; private String message; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getAutoInstall() { return this.autoInstall; } public void setAutoInstall(Boolean autoInstall) { this.autoInstall = autoInstall; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Boolean getEnableInstallAgentNewECS() { return this.enableInstallAgentNewECS; } public void setEnableInstallAgentNewECS(Boolean enableInstallAgentNewECS) { this.enableInstallAgentNewECS = enableInstallAgentNewECS; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DescribeMonitoringConfigResponse getInstance(UnmarshallerContext context) { return DescribeMonitoringConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/DescribeProductResourceTagKeyListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DescribeProductResourceTagKeyListRequest extends RpcAcsRequest<DescribeProductResourceTagKeyListResponse> { private String nextToken; public DescribeProductResourceTagKeyListRequest() { super("Cms", "2019-01-01", "DescribeProductResourceTagKeyList", "cms"); setMethod(MethodType.POST); } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } @Override public Class<DescribeProductResourceTagKeyListResponse> getResponseClass() { return DescribeProductResourceTagKeyListResponse.class; } }