index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDashboardsByNameRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardsByNameRequest extends RpcAcsRequest<ListDashboardsByNameResponse> {
private String dataSourceType;
private String dashBoardName;
private String productCode;
private String clusterId;
private Boolean onlyQuery;
private String groupName;
private String clusterType;
private String dashBoardVersion;
public ListDashboardsByNameRequest() {
super("ARMS", "2019-08-08", "ListDashboardsByName", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDataSourceType() {
return this.dataSourceType;
}
public void setDataSourceType(String dataSourceType) {
this.dataSourceType = dataSourceType;
if(dataSourceType != null){
putQueryParameter("DataSourceType", dataSourceType);
}
}
public String getDashBoardName() {
return this.dashBoardName;
}
public void setDashBoardName(String dashBoardName) {
this.dashBoardName = dashBoardName;
if(dashBoardName != null){
putQueryParameter("DashBoardName", dashBoardName);
}
}
public String getProductCode() {
return this.productCode;
}
public void setProductCode(String productCode) {
this.productCode = productCode;
if(productCode != null){
putQueryParameter("ProductCode", productCode);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public Boolean getOnlyQuery() {
return this.onlyQuery;
}
public void setOnlyQuery(Boolean onlyQuery) {
this.onlyQuery = onlyQuery;
if(onlyQuery != null){
putQueryParameter("OnlyQuery", onlyQuery.toString());
}
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
if(groupName != null){
putQueryParameter("GroupName", groupName);
}
}
public String getClusterType() {
return this.clusterType;
}
public void setClusterType(String clusterType) {
this.clusterType = clusterType;
if(clusterType != null){
putQueryParameter("ClusterType", clusterType);
}
}
public String getDashBoardVersion() {
return this.dashBoardVersion;
}
public void setDashBoardVersion(String dashBoardVersion) {
this.dashBoardVersion = dashBoardVersion;
if(dashBoardVersion != null){
putQueryParameter("DashBoardVersion", dashBoardVersion);
}
}
@Override
public Class<ListDashboardsByNameResponse> getResponseClass() {
return ListDashboardsByNameResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDashboardsByNameResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListDashboardsByNameResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardsByNameResponse extends AcsResponse {
private String data;
private String requestId;
private Integer code;
private String message;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 ListDashboardsByNameResponse getInstance(UnmarshallerContext context) {
return ListDashboardsByNameResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDashboardsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDashboardsRequest extends RpcAcsRequest<ListDashboardsResponse> {
private String dashboardName;
private String product;
private Boolean recreateSwitch;
private String language;
private String clusterId;
private String title;
private String clusterType;
public ListDashboardsRequest() {
super("ARMS", "2019-08-08", "ListDashboards", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDashboardName() {
return this.dashboardName;
}
public void setDashboardName(String dashboardName) {
this.dashboardName = dashboardName;
if(dashboardName != null){
putQueryParameter("DashboardName", dashboardName);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Boolean getRecreateSwitch() {
return this.recreateSwitch;
}
public void setRecreateSwitch(Boolean recreateSwitch) {
this.recreateSwitch = recreateSwitch;
if(recreateSwitch != null){
putQueryParameter("RecreateSwitch", recreateSwitch.toString());
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
if(title != null){
putQueryParameter("Title", title);
}
}
public String getClusterType() {
return this.clusterType;
}
public void setClusterType(String clusterType) {
this.clusterType = clusterType;
if(clusterType != null){
putQueryParameter("ClusterType", clusterType);
}
}
@Override
public Class<ListDashboardsResponse> getResponseClass() {
return ListDashboardsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDashboardsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListDashboardsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDashboardsResponse extends AcsResponse {
private String requestId;
private String prometheusServiceOpened;
private String environmentId;
private String grafanaServiceOpened;
private List<DashboardVosItem> dashboardVos;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getPrometheusServiceOpened() {
return this.prometheusServiceOpened;
}
public void setPrometheusServiceOpened(String prometheusServiceOpened) {
this.prometheusServiceOpened = prometheusServiceOpened;
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getGrafanaServiceOpened() {
return this.grafanaServiceOpened;
}
public void setGrafanaServiceOpened(String grafanaServiceOpened) {
this.grafanaServiceOpened = grafanaServiceOpened;
}
public List<DashboardVosItem> getDashboardVos() {
return this.dashboardVos;
}
public void setDashboardVos(List<DashboardVosItem> dashboardVos) {
this.dashboardVos = dashboardVos;
}
public static class DashboardVosItem {
private String type;
private String time;
private Boolean needUpdate;
private String kind;
private String language;
private String url;
private String httpsUrl;
private String dashboardType;
private String exporter;
private String version;
private Boolean isArmsExporter;
private String httpUrl;
private String title;
private String name;
private String id;
private String uid;
private List<String> tags;
private I18nChild i18nChild;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
public Boolean getNeedUpdate() {
return this.needUpdate;
}
public void setNeedUpdate(Boolean needUpdate) {
this.needUpdate = needUpdate;
}
public String getKind() {
return this.kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
public String getHttpsUrl() {
return this.httpsUrl;
}
public void setHttpsUrl(String httpsUrl) {
this.httpsUrl = httpsUrl;
}
public String getDashboardType() {
return this.dashboardType;
}
public void setDashboardType(String dashboardType) {
this.dashboardType = dashboardType;
}
public String getExporter() {
return this.exporter;
}
public void setExporter(String exporter) {
this.exporter = exporter;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public Boolean getIsArmsExporter() {
return this.isArmsExporter;
}
public void setIsArmsExporter(Boolean isArmsExporter) {
this.isArmsExporter = isArmsExporter;
}
public String getHttpUrl() {
return this.httpUrl;
}
public void setHttpUrl(String httpUrl) {
this.httpUrl = httpUrl;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public List<String> getTags() {
return this.tags;
}
public void setTags(List<String> tags) {
this.tags = tags;
}
public I18nChild getI18nChild() {
return this.i18nChild;
}
public void setI18nChild(I18nChild i18nChild) {
this.i18nChild = i18nChild;
}
public static class I18nChild {
private String type;
private String time;
private Boolean needUpdate;
private String kind;
private String language;
private String url;
private String httpsUrl;
private String dashboardType;
private String exporter;
private String version;
private Boolean isArmsExporter;
private String httpUrl;
private String title;
private String name;
private String id;
private String uid;
private List<String> tags1;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
public Boolean getNeedUpdate() {
return this.needUpdate;
}
public void setNeedUpdate(Boolean needUpdate) {
this.needUpdate = needUpdate;
}
public String getKind() {
return this.kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
public String getHttpsUrl() {
return this.httpsUrl;
}
public void setHttpsUrl(String httpsUrl) {
this.httpsUrl = httpsUrl;
}
public String getDashboardType() {
return this.dashboardType;
}
public void setDashboardType(String dashboardType) {
this.dashboardType = dashboardType;
}
public String getExporter() {
return this.exporter;
}
public void setExporter(String exporter) {
this.exporter = exporter;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public Boolean getIsArmsExporter() {
return this.isArmsExporter;
}
public void setIsArmsExporter(Boolean isArmsExporter) {
this.isArmsExporter = isArmsExporter;
}
public String getHttpUrl() {
return this.httpUrl;
}
public void setHttpUrl(String httpUrl) {
this.httpUrl = httpUrl;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public List<String> getTags1() {
return this.tags1;
}
public void setTags1(List<String> tags1) {
this.tags1 = tags1;
}
}
}
@Override
public ListDashboardsResponse getInstance(UnmarshallerContext context) {
return ListDashboardsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDispatchRuleRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListDispatchRuleRequest extends RpcAcsRequest<ListDispatchRuleResponse> {
private Boolean system;
private String name;
public ListDispatchRuleRequest() {
super("ARMS", "2019-08-08", "ListDispatchRule", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getSystem() {
return this.system;
}
public void setSystem(Boolean system) {
this.system = system;
if(system != null){
putQueryParameter("System", system.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
@Override
public Class<ListDispatchRuleResponse> getResponseClass() {
return ListDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListDispatchRuleResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListDispatchRuleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDispatchRuleResponse extends AcsResponse {
private String requestId;
private List<DispatchRule> dispatchRules;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DispatchRule> getDispatchRules() {
return this.dispatchRules;
}
public void setDispatchRules(List<DispatchRule> dispatchRules) {
this.dispatchRules = dispatchRules;
}
public static class DispatchRule {
private String name;
private String state;
private Long ruleId;
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 getRuleId() {
return this.ruleId;
}
public void setRuleId(Long ruleId) {
this.ruleId = ruleId;
}
}
@Override
public ListDispatchRuleResponse getInstance(UnmarshallerContext context) {
return ListDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvCustomJobsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvCustomJobsRequest extends RpcAcsRequest<ListEnvCustomJobsResponse> {
private String environmentId;
private Boolean encryptYaml;
public ListEnvCustomJobsRequest() {
super("ARMS", "2019-08-08", "ListEnvCustomJobs", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
public Boolean getEncryptYaml() {
return this.encryptYaml;
}
public void setEncryptYaml(Boolean encryptYaml) {
this.encryptYaml = encryptYaml;
if(encryptYaml != null){
putQueryParameter("EncryptYaml", encryptYaml.toString());
}
}
@Override
public Class<ListEnvCustomJobsResponse> getResponseClass() {
return ListEnvCustomJobsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvCustomJobsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvCustomJobsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvCustomJobsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private List<Monitoring> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 List<Monitoring> getData() {
return this.data;
}
public void setData(List<Monitoring> data) {
this.data = data;
}
public static class Monitoring {
private String environmentId;
private String regionId;
private String customJobName;
private String configYaml;
private String status;
private String creationTimestamp;
private String addonName;
private String addonReleaseName;
private String addonVersion;
private List<ScrapeConfig> scrapeConfigs;
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getCustomJobName() {
return this.customJobName;
}
public void setCustomJobName(String customJobName) {
this.customJobName = customJobName;
}
public String getConfigYaml() {
return this.configYaml;
}
public void setConfigYaml(String configYaml) {
this.configYaml = configYaml;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getCreationTimestamp() {
return this.creationTimestamp;
}
public void setCreationTimestamp(String creationTimestamp) {
this.creationTimestamp = creationTimestamp;
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
}
public String getAddonReleaseName() {
return this.addonReleaseName;
}
public void setAddonReleaseName(String addonReleaseName) {
this.addonReleaseName = addonReleaseName;
}
public String getAddonVersion() {
return this.addonVersion;
}
public void setAddonVersion(String addonVersion) {
this.addonVersion = addonVersion;
}
public List<ScrapeConfig> getScrapeConfigs() {
return this.scrapeConfigs;
}
public void setScrapeConfigs(List<ScrapeConfig> scrapeConfigs) {
this.scrapeConfigs = scrapeConfigs;
}
public static class ScrapeConfig {
private String jobName;
private String scrapeInterval;
private String metricsPath;
private List<String> scrapeDiscoverys;
public String getJobName() {
return this.jobName;
}
public void setJobName(String jobName) {
this.jobName = jobName;
}
public String getScrapeInterval() {
return this.scrapeInterval;
}
public void setScrapeInterval(String scrapeInterval) {
this.scrapeInterval = scrapeInterval;
}
public String getMetricsPath() {
return this.metricsPath;
}
public void setMetricsPath(String metricsPath) {
this.metricsPath = metricsPath;
}
public List<String> getScrapeDiscoverys() {
return this.scrapeDiscoverys;
}
public void setScrapeDiscoverys(List<String> scrapeDiscoverys) {
this.scrapeDiscoverys = scrapeDiscoverys;
}
}
}
@Override
public ListEnvCustomJobsResponse getInstance(UnmarshallerContext context) {
return ListEnvCustomJobsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvPodMonitorsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvPodMonitorsRequest extends RpcAcsRequest<ListEnvPodMonitorsResponse> {
private String environmentId;
public ListEnvPodMonitorsRequest() {
super("ARMS", "2019-08-08", "ListEnvPodMonitors", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
@Override
public Class<ListEnvPodMonitorsResponse> getResponseClass() {
return ListEnvPodMonitorsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvPodMonitorsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvPodMonitorsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvPodMonitorsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private List<Monitoring> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 List<Monitoring> getData() {
return this.data;
}
public void setData(List<Monitoring> data) {
this.data = data;
}
public static class Monitoring {
private String regionId;
private String environmentId;
private String namespace;
private String podMonitorName;
private String configYaml;
private String status;
private String creationTimestamp;
private String addonName;
private String addonReleaseName;
private String addonVersion;
private List<Endpoint> endpoints;
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
public String getPodMonitorName() {
return this.podMonitorName;
}
public void setPodMonitorName(String podMonitorName) {
this.podMonitorName = podMonitorName;
}
public String getConfigYaml() {
return this.configYaml;
}
public void setConfigYaml(String configYaml) {
this.configYaml = configYaml;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getCreationTimestamp() {
return this.creationTimestamp;
}
public void setCreationTimestamp(String creationTimestamp) {
this.creationTimestamp = creationTimestamp;
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
}
public String getAddonReleaseName() {
return this.addonReleaseName;
}
public void setAddonReleaseName(String addonReleaseName) {
this.addonReleaseName = addonReleaseName;
}
public String getAddonVersion() {
return this.addonVersion;
}
public void setAddonVersion(String addonVersion) {
this.addonVersion = addonVersion;
}
public List<Endpoint> getEndpoints() {
return this.endpoints;
}
public void setEndpoints(List<Endpoint> endpoints) {
this.endpoints = endpoints;
}
public static class Endpoint {
private String port;
private Integer targetPort;
private String path;
private String interval;
private Integer matchedTargetCount;
public String getPort() {
return this.port;
}
public void setPort(String port) {
this.port = port;
}
public Integer getTargetPort() {
return this.targetPort;
}
public void setTargetPort(Integer targetPort) {
this.targetPort = targetPort;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getInterval() {
return this.interval;
}
public void setInterval(String interval) {
this.interval = interval;
}
public Integer getMatchedTargetCount() {
return this.matchedTargetCount;
}
public void setMatchedTargetCount(Integer matchedTargetCount) {
this.matchedTargetCount = matchedTargetCount;
}
}
}
@Override
public ListEnvPodMonitorsResponse getInstance(UnmarshallerContext context) {
return ListEnvPodMonitorsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvServiceMonitorsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvServiceMonitorsRequest extends RpcAcsRequest<ListEnvServiceMonitorsResponse> {
private String environmentId;
public ListEnvServiceMonitorsRequest() {
super("ARMS", "2019-08-08", "ListEnvServiceMonitors", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
@Override
public Class<ListEnvServiceMonitorsResponse> getResponseClass() {
return ListEnvServiceMonitorsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvServiceMonitorsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvServiceMonitorsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvServiceMonitorsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private List<Monitoring> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 List<Monitoring> getData() {
return this.data;
}
public void setData(List<Monitoring> data) {
this.data = data;
}
public static class Monitoring {
private String regionId;
private String environmentId;
private String namespace;
private String serviceMonitorName;
private String configYaml;
private String status;
private String creationTimestamp;
private String addonName;
private String addonReleaseName;
private String addonVersion;
private Integer matchedServiceCount;
private List<Endpoint> endpoints;
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
public String getServiceMonitorName() {
return this.serviceMonitorName;
}
public void setServiceMonitorName(String serviceMonitorName) {
this.serviceMonitorName = serviceMonitorName;
}
public String getConfigYaml() {
return this.configYaml;
}
public void setConfigYaml(String configYaml) {
this.configYaml = configYaml;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getCreationTimestamp() {
return this.creationTimestamp;
}
public void setCreationTimestamp(String creationTimestamp) {
this.creationTimestamp = creationTimestamp;
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
}
public String getAddonReleaseName() {
return this.addonReleaseName;
}
public void setAddonReleaseName(String addonReleaseName) {
this.addonReleaseName = addonReleaseName;
}
public String getAddonVersion() {
return this.addonVersion;
}
public void setAddonVersion(String addonVersion) {
this.addonVersion = addonVersion;
}
public Integer getMatchedServiceCount() {
return this.matchedServiceCount;
}
public void setMatchedServiceCount(Integer matchedServiceCount) {
this.matchedServiceCount = matchedServiceCount;
}
public List<Endpoint> getEndpoints() {
return this.endpoints;
}
public void setEndpoints(List<Endpoint> endpoints) {
this.endpoints = endpoints;
}
public static class Endpoint {
private String port;
private Integer targetPort;
private String path;
private String interval;
private Integer matchedTargetCount;
public String getPort() {
return this.port;
}
public void setPort(String port) {
this.port = port;
}
public Integer getTargetPort() {
return this.targetPort;
}
public void setTargetPort(Integer targetPort) {
this.targetPort = targetPort;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getInterval() {
return this.interval;
}
public void setInterval(String interval) {
this.interval = interval;
}
public Integer getMatchedTargetCount() {
return this.matchedTargetCount;
}
public void setMatchedTargetCount(Integer matchedTargetCount) {
this.matchedTargetCount = matchedTargetCount;
}
}
}
@Override
public ListEnvServiceMonitorsResponse getInstance(UnmarshallerContext context) {
return ListEnvServiceMonitorsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentAddonsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentAddonsRequest extends RpcAcsRequest<ListEnvironmentAddonsResponse> {
private String environmentId;
public ListEnvironmentAddonsRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentAddons", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
@Override
public Class<ListEnvironmentAddonsResponse> getResponseClass() {
return ListEnvironmentAddonsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentAddonsResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentAddonsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentAddonsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long total;
private List<AddonsItem> addons;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<AddonsItem> getAddons() {
return this.addons;
}
public void setAddons(List<AddonsItem> addons) {
this.addons = addons;
}
public static class AddonsItem {
private String alias;
private String description;
private String icon;
private String language;
private String name;
private Boolean once;
private String scene;
private String version;
private String weight;
private String latestReleaseCreateTime;
private List<DashboardsItem> dashboards;
private List<EnvironmentsItem> environments;
private List<String> categories;
private List<String> keywords;
public String getAlias() {
return this.alias;
}
public void setAlias(String alias) {
this.alias = alias;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Boolean getOnce() {
return this.once;
}
public void setOnce(Boolean once) {
this.once = once;
}
public String getScene() {
return this.scene;
}
public void setScene(String scene) {
this.scene = scene;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
public String getLatestReleaseCreateTime() {
return this.latestReleaseCreateTime;
}
public void setLatestReleaseCreateTime(String latestReleaseCreateTime) {
this.latestReleaseCreateTime = latestReleaseCreateTime;
}
public List<DashboardsItem> getDashboards() {
return this.dashboards;
}
public void setDashboards(List<DashboardsItem> dashboards) {
this.dashboards = dashboards;
}
public List<EnvironmentsItem> getEnvironments() {
return this.environments;
}
public void setEnvironments(List<EnvironmentsItem> environments) {
this.environments = environments;
}
public List<String> getCategories() {
return this.categories;
}
public void setCategories(List<String> categories) {
this.categories = categories;
}
public List<String> getKeywords() {
return this.keywords;
}
public void setKeywords(List<String> keywords) {
this.keywords = keywords;
}
public static class DashboardsItem {
private String description;
private String name;
private String url;
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
}
public static class EnvironmentsItem {
private String description;
private Boolean enable;
private String label;
private String name;
private Dependencies dependencies;
private Policies policies;
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public Boolean getEnable() {
return this.enable;
}
public void setEnable(Boolean enable) {
this.enable = enable;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Dependencies getDependencies() {
return this.dependencies;
}
public void setDependencies(Dependencies dependencies) {
this.dependencies = dependencies;
}
public Policies getPolicies() {
return this.policies;
}
public void setPolicies(Policies policies) {
this.policies = policies;
}
public static class Dependencies {
private Map<Object,Object> features;
private List<String> services;
private List<String> clusterTypes;
public Map<Object,Object> getFeatures() {
return this.features;
}
public void setFeatures(Map<Object,Object> features) {
this.features = features;
}
public List<String> getServices() {
return this.services;
}
public void setServices(List<String> services) {
this.services = services;
}
public List<String> getClusterTypes() {
return this.clusterTypes;
}
public void setClusterTypes(List<String> clusterTypes) {
this.clusterTypes = clusterTypes;
}
}
public static class Policies {
private String alertDefaultStatus;
private Boolean defaultInstall;
private String targetAddonName;
private Boolean needRestartAfterIntegration;
private Boolean enableServiceAccount;
private List<ProtocolsItem> protocols;
private MetricCheckRule metricCheckRule;
public String getAlertDefaultStatus() {
return this.alertDefaultStatus;
}
public void setAlertDefaultStatus(String alertDefaultStatus) {
this.alertDefaultStatus = alertDefaultStatus;
}
public Boolean getDefaultInstall() {
return this.defaultInstall;
}
public void setDefaultInstall(Boolean defaultInstall) {
this.defaultInstall = defaultInstall;
}
public String getTargetAddonName() {
return this.targetAddonName;
}
public void setTargetAddonName(String targetAddonName) {
this.targetAddonName = targetAddonName;
}
public Boolean getNeedRestartAfterIntegration() {
return this.needRestartAfterIntegration;
}
public void setNeedRestartAfterIntegration(Boolean needRestartAfterIntegration) {
this.needRestartAfterIntegration = needRestartAfterIntegration;
}
public Boolean getEnableServiceAccount() {
return this.enableServiceAccount;
}
public void setEnableServiceAccount(Boolean enableServiceAccount) {
this.enableServiceAccount = enableServiceAccount;
}
public List<ProtocolsItem> getProtocols() {
return this.protocols;
}
public void setProtocols(List<ProtocolsItem> protocols) {
this.protocols = protocols;
}
public MetricCheckRule getMetricCheckRule() {
return this.metricCheckRule;
}
public void setMetricCheckRule(MetricCheckRule metricCheckRule) {
this.metricCheckRule = metricCheckRule;
}
public static class ProtocolsItem {
private String name;
private String icon;
private String label;
private String description;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getLabel() {
return this.label;
}
public void setLabel(String label) {
this.label = label;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
}
public static class MetricCheckRule {
private List<String> promQL;
public List<String> getPromQL() {
return this.promQL;
}
public void setPromQL(List<String> promQL) {
this.promQL = promQL;
}
}
}
}
}
}
@Override
public ListEnvironmentAddonsResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentAddonsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentAlertRulesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentAlertRulesRequest extends RpcAcsRequest<ListEnvironmentAlertRulesResponse> {
private String scene;
private String environmentId;
private String addonName;
public ListEnvironmentAlertRulesRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentAlertRules", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getScene() {
return this.scene;
}
public void setScene(String scene) {
this.scene = scene;
if(scene != null){
putQueryParameter("Scene", scene);
}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
if(addonName != null){
putQueryParameter("AddonName", addonName);
}
}
@Override
public Class<ListEnvironmentAlertRulesResponse> getResponseClass() {
return ListEnvironmentAlertRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentAlertRulesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentAlertRulesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentAlertRulesResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long total;
private List<RulesItem> rules;
private List<String> groups;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<RulesItem> getRules() {
return this.rules;
}
public void setRules(List<RulesItem> rules) {
this.rules = rules;
}
public List<String> getGroups() {
return this.groups;
}
public void setGroups(List<String> groups) {
this.groups = groups;
}
public static class RulesItem {
private Long alertId;
private String name;
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
}
@Override
public ListEnvironmentAlertRulesResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentAlertRulesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentDashboardsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentDashboardsRequest extends RpcAcsRequest<ListEnvironmentDashboardsResponse> {
private String scene;
private String environmentId;
private String addonName;
public ListEnvironmentDashboardsRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentDashboards", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getScene() {
return this.scene;
}
public void setScene(String scene) {
this.scene = scene;
if(scene != null){
putQueryParameter("Scene", scene);
}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
if(addonName != null){
putQueryParameter("AddonName", addonName);
}
}
@Override
public Class<ListEnvironmentDashboardsResponse> getResponseClass() {
return ListEnvironmentDashboardsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentDashboardsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentDashboardsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentDashboardsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long total;
private List<DashboardsItem> dashboards;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<DashboardsItem> getDashboards() {
return this.dashboards;
}
public void setDashboards(List<DashboardsItem> dashboards) {
this.dashboards = dashboards;
}
public static class DashboardsItem {
private String folderUid;
private String region;
private String title;
private String uid;
private String url;
private List<String> tags;
public String getFolderUid() {
return this.folderUid;
}
public void setFolderUid(String folderUid) {
this.folderUid = folderUid;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
public List<String> getTags() {
return this.tags;
}
public void setTags(List<String> tags) {
this.tags = tags;
}
}
}
@Override
public ListEnvironmentDashboardsResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentDashboardsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentFeaturesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentFeaturesRequest extends RpcAcsRequest<ListEnvironmentFeaturesResponse> {
private String aliyunLang;
private String environmentId;
public ListEnvironmentFeaturesRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentFeatures", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAliyunLang() {
return this.aliyunLang;
}
public void setAliyunLang(String aliyunLang) {
this.aliyunLang = aliyunLang;
if(aliyunLang != null){
putQueryParameter("AliyunLang", aliyunLang);
}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
@Override
public Class<ListEnvironmentFeaturesResponse> getResponseClass() {
return ListEnvironmentFeaturesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentFeaturesResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentFeaturesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentFeaturesResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private List<DataItem> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private Map<Object,Object> config;
private String description;
private String environmentId;
private String language;
private String latestVersion;
private String name;
private String status;
private String version;
private String alias;
private String icon;
private Boolean managed;
public Map<Object,Object> getConfig() {
return this.config;
}
public void setConfig(Map<Object,Object> config) {
this.config = config;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
}
public String getLatestVersion() {
return this.latestVersion;
}
public void setLatestVersion(String latestVersion) {
this.latestVersion = latestVersion;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public String getAlias() {
return this.alias;
}
public void setAlias(String alias) {
this.alias = alias;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public Boolean getManaged() {
return this.managed;
}
public void setManaged(Boolean managed) {
this.managed = managed;
}
}
@Override
public ListEnvironmentFeaturesResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentFeaturesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentKubeResourcesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentKubeResourcesRequest extends RpcAcsRequest<ListEnvironmentKubeResourcesResponse> {
private String kind;
@SerializedName("labelSelectors")
private Map<String,String> labelSelectors;
private String environmentId;
private String namespace;
public ListEnvironmentKubeResourcesRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentKubeResources", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getKind() {
return this.kind;
}
public void setKind(String kind) {
this.kind = kind;
if(kind != null){
putQueryParameter("Kind", kind);
}
}
public Map<String,String> getLabelSelectors() {
return this.labelSelectors;
}
public void setLabelSelectors(Map<String,String> labelSelectors) {
this.labelSelectors = labelSelectors;
if (labelSelectors != null) {
putQueryParameter("LabelSelectors" , new Gson().toJson(labelSelectors));
}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
if(namespace != null){
putQueryParameter("Namespace", namespace);
}
}
@Override
public Class<ListEnvironmentKubeResourcesResponse> getResponseClass() {
return ListEnvironmentKubeResourcesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentKubeResourcesResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentKubeResourcesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentKubeResourcesResponse extends AcsResponse {
private String requestId;
private Integer code;
private Boolean success;
private String message;
private List<DataItem> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String apiVersion;
private String kind;
private Object spec;
private Object status;
private Metadata metadata;
public String getApiVersion() {
return this.apiVersion;
}
public void setApiVersion(String apiVersion) {
this.apiVersion = apiVersion;
}
public String getKind() {
return this.kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public Object getSpec() {
return this.spec;
}
public void setSpec(Object spec) {
this.spec = spec;
}
public Object getStatus() {
return this.status;
}
public void setStatus(Object status) {
this.status = status;
}
public Metadata getMetadata() {
return this.metadata;
}
public void setMetadata(Metadata metadata) {
this.metadata = metadata;
}
public static class Metadata {
private Map<Object,Object> annotations;
private Map<Object,Object> labels;
private String name;
private String namespace;
public Map<Object,Object> getAnnotations() {
return this.annotations;
}
public void setAnnotations(Map<Object,Object> annotations) {
this.annotations = annotations;
}
public Map<Object,Object> getLabels() {
return this.labels;
}
public void setLabels(Map<Object,Object> labels) {
this.labels = labels;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
}
}
@Override
public ListEnvironmentKubeResourcesResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentKubeResourcesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentMetricTargetsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentMetricTargetsRequest extends RpcAcsRequest<ListEnvironmentMetricTargetsResponse> {
private String environmentId;
private String jobName;
public ListEnvironmentMetricTargetsRequest() {
super("ARMS", "2019-08-08", "ListEnvironmentMetricTargets", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
public String getJobName() {
return this.jobName;
}
public void setJobName(String jobName) {
this.jobName = jobName;
if(jobName != null){
putQueryParameter("JobName", jobName);
}
}
@Override
public Class<ListEnvironmentMetricTargetsResponse> getResponseClass() {
return ListEnvironmentMetricTargetsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentMetricTargetsResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentMetricTargetsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentMetricTargetsResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private List<ActiveTargetsItem> activeTargets;
private List<DroppedTargetsItem> droppedTargets;
public List<ActiveTargetsItem> getActiveTargets() {
return this.activeTargets;
}
public void setActiveTargets(List<ActiveTargetsItem> activeTargets) {
this.activeTargets = activeTargets;
}
public List<DroppedTargetsItem> getDroppedTargets() {
return this.droppedTargets;
}
public void setDroppedTargets(List<DroppedTargetsItem> droppedTargets) {
this.droppedTargets = droppedTargets;
}
public static class ActiveTargetsItem {
private Map<Object,Object> discoveredLabels;
private String globalUrl;
private String health;
private Map<Object,Object> labels;
private String lastError;
private String lastScrape;
private Double lastScrapeDuration;
private Long lastScrapeSeries;
private String scrapePool;
private String scrapeUrl;
public Map<Object,Object> getDiscoveredLabels() {
return this.discoveredLabels;
}
public void setDiscoveredLabels(Map<Object,Object> discoveredLabels) {
this.discoveredLabels = discoveredLabels;
}
public String getGlobalUrl() {
return this.globalUrl;
}
public void setGlobalUrl(String globalUrl) {
this.globalUrl = globalUrl;
}
public String getHealth() {
return this.health;
}
public void setHealth(String health) {
this.health = health;
}
public Map<Object,Object> getLabels() {
return this.labels;
}
public void setLabels(Map<Object,Object> labels) {
this.labels = labels;
}
public String getLastError() {
return this.lastError;
}
public void setLastError(String lastError) {
this.lastError = lastError;
}
public String getLastScrape() {
return this.lastScrape;
}
public void setLastScrape(String lastScrape) {
this.lastScrape = lastScrape;
}
public Double getLastScrapeDuration() {
return this.lastScrapeDuration;
}
public void setLastScrapeDuration(Double lastScrapeDuration) {
this.lastScrapeDuration = lastScrapeDuration;
}
public Long getLastScrapeSeries() {
return this.lastScrapeSeries;
}
public void setLastScrapeSeries(Long lastScrapeSeries) {
this.lastScrapeSeries = lastScrapeSeries;
}
public String getScrapePool() {
return this.scrapePool;
}
public void setScrapePool(String scrapePool) {
this.scrapePool = scrapePool;
}
public String getScrapeUrl() {
return this.scrapeUrl;
}
public void setScrapeUrl(String scrapeUrl) {
this.scrapeUrl = scrapeUrl;
}
}
public static class DroppedTargetsItem {
private Map<Object,Object> discoveredLabels;
private String globalUrl;
private String health;
private Map<Object,Object> labels;
private String lastError;
private String lastScrape;
private Double lastScrapeDuration;
private Long lastScrapeSeries;
private String scrapePool;
private String scrapeUrl;
public Map<Object,Object> getDiscoveredLabels() {
return this.discoveredLabels;
}
public void setDiscoveredLabels(Map<Object,Object> discoveredLabels) {
this.discoveredLabels = discoveredLabels;
}
public String getGlobalUrl() {
return this.globalUrl;
}
public void setGlobalUrl(String globalUrl) {
this.globalUrl = globalUrl;
}
public String getHealth() {
return this.health;
}
public void setHealth(String health) {
this.health = health;
}
public Map<Object,Object> getLabels() {
return this.labels;
}
public void setLabels(Map<Object,Object> labels) {
this.labels = labels;
}
public String getLastError() {
return this.lastError;
}
public void setLastError(String lastError) {
this.lastError = lastError;
}
public String getLastScrape() {
return this.lastScrape;
}
public void setLastScrape(String lastScrape) {
this.lastScrape = lastScrape;
}
public Double getLastScrapeDuration() {
return this.lastScrapeDuration;
}
public void setLastScrapeDuration(Double lastScrapeDuration) {
this.lastScrapeDuration = lastScrapeDuration;
}
public Long getLastScrapeSeries() {
return this.lastScrapeSeries;
}
public void setLastScrapeSeries(Long lastScrapeSeries) {
this.lastScrapeSeries = lastScrapeSeries;
}
public String getScrapePool() {
return this.scrapePool;
}
public void setScrapePool(String scrapePool) {
this.scrapePool = scrapePool;
}
public String getScrapeUrl() {
return this.scrapeUrl;
}
public void setScrapeUrl(String scrapeUrl) {
this.scrapeUrl = scrapeUrl;
}
}
}
@Override
public ListEnvironmentMetricTargetsResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentMetricTargetsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEnvironmentsRequest extends RpcAcsRequest<ListEnvironmentsResponse> {
private String filterRegionIds;
private String resourceGroupId;
private String addonName;
private String environmentType;
@SerializedName("tag")
private List<Tag> tag;
private String bindResourceId;
private String feePackage;
public ListEnvironmentsRequest() {
super("ARMS", "2019-08-08", "ListEnvironments", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFilterRegionIds() {
return this.filterRegionIds;
}
public void setFilterRegionIds(String filterRegionIds) {
this.filterRegionIds = filterRegionIds;
if(filterRegionIds != null){
putQueryParameter("FilterRegionIds", filterRegionIds);
}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public String getAddonName() {
return this.addonName;
}
public void setAddonName(String addonName) {
this.addonName = addonName;
if(addonName != null){
putQueryParameter("AddonName", addonName);
}
}
public String getEnvironmentType() {
return this.environmentType;
}
public void setEnvironmentType(String environmentType) {
this.environmentType = environmentType;
if(environmentType != null){
putQueryParameter("EnvironmentType", environmentType);
}
}
public List<Tag> getTag() {
return this.tag;
}
public void setTag(List<Tag> tag) {
this.tag = tag;
if (tag != null) {
putQueryParameter("Tag" , new Gson().toJson(tag));
}
}
public String getBindResourceId() {
return this.bindResourceId;
}
public void setBindResourceId(String bindResourceId) {
this.bindResourceId = bindResourceId;
if(bindResourceId != null){
putQueryParameter("BindResourceId", bindResourceId);
}
}
public String getFeePackage() {
return this.feePackage;
}
public void setFeePackage(String feePackage) {
this.feePackage = feePackage;
if(feePackage != null){
putQueryParameter("FeePackage", feePackage);
}
}
public static class Tag {
@SerializedName("Value")
private String value;
@SerializedName("Key")
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<ListEnvironmentsResponse> getResponseClass() {
return ListEnvironmentsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEnvironmentsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEnvironmentsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEnvironmentsResponse extends AcsResponse {
private String requestId;
private Boolean success;
private Integer code;
private String message;
private Data data;
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 Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long total;
private List<EnvironmentsItem> environments;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<EnvironmentsItem> getEnvironments() {
return this.environments;
}
public void setEnvironments(List<EnvironmentsItem> environments) {
this.environments = environments;
}
public static class EnvironmentsItem {
private String userId;
private String bindResourceId;
private String bindResourceProfile;
private String bindResourceType;
private String bindVpcCidr;
private String createTime;
private String createdUserId;
private String environmentId;
private String environmentName;
private String environmentType;
private String grafanaFolderTitle;
private String grafanaFolderUid;
private Long prometheusId;
private String prometheusInstanceId;
private String regionId;
private String resourceGroupId;
private String grafanaDatasourceUid;
private Integer releaseCount;
private String latestReleaseCreateTime;
private String managedType;
private String feePackage;
private List<AddonsItem> addons;
private List<FeaturesItem> features;
private List<TagsItem> tags;
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getBindResourceId() {
return this.bindResourceId;
}
public void setBindResourceId(String bindResourceId) {
this.bindResourceId = bindResourceId;
}
public String getBindResourceProfile() {
return this.bindResourceProfile;
}
public void setBindResourceProfile(String bindResourceProfile) {
this.bindResourceProfile = bindResourceProfile;
}
public String getBindResourceType() {
return this.bindResourceType;
}
public void setBindResourceType(String bindResourceType) {
this.bindResourceType = bindResourceType;
}
public String getBindVpcCidr() {
return this.bindVpcCidr;
}
public void setBindVpcCidr(String bindVpcCidr) {
this.bindVpcCidr = bindVpcCidr;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getCreatedUserId() {
return this.createdUserId;
}
public void setCreatedUserId(String createdUserId) {
this.createdUserId = createdUserId;
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
}
public String getEnvironmentName() {
return this.environmentName;
}
public void setEnvironmentName(String environmentName) {
this.environmentName = environmentName;
}
public String getEnvironmentType() {
return this.environmentType;
}
public void setEnvironmentType(String environmentType) {
this.environmentType = environmentType;
}
public String getGrafanaFolderTitle() {
return this.grafanaFolderTitle;
}
public void setGrafanaFolderTitle(String grafanaFolderTitle) {
this.grafanaFolderTitle = grafanaFolderTitle;
}
public String getGrafanaFolderUid() {
return this.grafanaFolderUid;
}
public void setGrafanaFolderUid(String grafanaFolderUid) {
this.grafanaFolderUid = grafanaFolderUid;
}
public Long getPrometheusId() {
return this.prometheusId;
}
public void setPrometheusId(Long prometheusId) {
this.prometheusId = prometheusId;
}
public String getPrometheusInstanceId() {
return this.prometheusInstanceId;
}
public void setPrometheusInstanceId(String prometheusInstanceId) {
this.prometheusInstanceId = prometheusInstanceId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getGrafanaDatasourceUid() {
return this.grafanaDatasourceUid;
}
public void setGrafanaDatasourceUid(String grafanaDatasourceUid) {
this.grafanaDatasourceUid = grafanaDatasourceUid;
}
public Integer getReleaseCount() {
return this.releaseCount;
}
public void setReleaseCount(Integer releaseCount) {
this.releaseCount = releaseCount;
}
public String getLatestReleaseCreateTime() {
return this.latestReleaseCreateTime;
}
public void setLatestReleaseCreateTime(String latestReleaseCreateTime) {
this.latestReleaseCreateTime = latestReleaseCreateTime;
}
public String getManagedType() {
return this.managedType;
}
public void setManagedType(String managedType) {
this.managedType = managedType;
}
public String getFeePackage() {
return this.feePackage;
}
public void setFeePackage(String feePackage) {
this.feePackage = feePackage;
}
public List<AddonsItem> getAddons() {
return this.addons;
}
public void setAddons(List<AddonsItem> addons) {
this.addons = addons;
}
public List<FeaturesItem> getFeatures() {
return this.features;
}
public void setFeatures(List<FeaturesItem> features) {
this.features = features;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public static class AddonsItem {
private String alias;
private String description;
private String icon;
private String name;
public String getAlias() {
return this.alias;
}
public void setAlias(String alias) {
this.alias = alias;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
public static class FeaturesItem {
private String alias;
private String description;
private String icon;
private String name;
public String getAlias() {
return this.alias;
}
public void setAlias(String alias) {
this.alias = alias;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
public static class TagsItem {
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 ListEnvironmentsResponse getInstance(UnmarshallerContext context) {
return ListEnvironmentsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEscalationPoliciesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEscalationPoliciesRequest extends RpcAcsRequest<ListEscalationPoliciesResponse> {
private Long size;
private String name;
private Long page;
public ListEscalationPoliciesRequest() {
super("ARMS", "2019-08-08", "ListEscalationPolicies", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
@Override
public Class<ListEscalationPoliciesResponse> getResponseClass() {
return ListEscalationPoliciesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEscalationPoliciesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEscalationPoliciesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEscalationPoliciesResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Long total;
private Long page;
private Long size;
private List<EscalationPoliciesItem> escalationPolicies;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public List<EscalationPoliciesItem> getEscalationPolicies() {
return this.escalationPolicies;
}
public void setEscalationPolicies(List<EscalationPoliciesItem> escalationPolicies) {
this.escalationPolicies = escalationPolicies;
}
public static class EscalationPoliciesItem {
private Long id;
private String name;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
}
@Override
public ListEscalationPoliciesResponse getInstance(UnmarshallerContext context) {
return ListEscalationPoliciesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEventBridgeIntegrationsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListEventBridgeIntegrationsRequest extends RpcAcsRequest<ListEventBridgeIntegrationsResponse> {
private Long size;
private String name;
private Long page;
public ListEventBridgeIntegrationsRequest() {
super("ARMS", "2019-08-08", "ListEventBridgeIntegrations", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
@Override
public Class<ListEventBridgeIntegrationsResponse> getResponseClass() {
return ListEventBridgeIntegrationsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListEventBridgeIntegrationsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListEventBridgeIntegrationsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListEventBridgeIntegrationsResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Long total;
private Long page;
private Long size;
private List<Integrations> eventBridgeIntegrations;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public List<Integrations> getEventBridgeIntegrations() {
return this.eventBridgeIntegrations;
}
public void setEventBridgeIntegrations(List<Integrations> eventBridgeIntegrations) {
this.eventBridgeIntegrations = eventBridgeIntegrations;
}
public static class Integrations {
private Long id;
private String name;
private String description;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
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;
}
}
}
@Override
public ListEventBridgeIntegrationsResponse getInstance(UnmarshallerContext context) {
return ListEventBridgeIntegrationsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListGrafanaWorkspaceRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListGrafanaWorkspaceRequest extends RpcAcsRequest<ListGrafanaWorkspaceResponse> {
private String aliyunLang;
@SerializedName("tags")
private List<Tags> tags;
private String resourceGroupId;
public ListGrafanaWorkspaceRequest() {
super("ARMS", "2019-08-08", "ListGrafanaWorkspace", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getAliyunLang() {
return this.aliyunLang;
}
public void setAliyunLang(String aliyunLang) {
this.aliyunLang = aliyunLang;
if(aliyunLang != null){
putQueryParameter("AliyunLang", aliyunLang);
}
}
public List<Tags> getTags() {
return this.tags;
}
public void setTags(List<Tags> tags) {
this.tags = tags;
if (tags != null) {
putQueryParameter("Tags" , new Gson().toJson(tags));
}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public static class Tags {
@SerializedName("Value")
private String value;
@SerializedName("Key")
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<ListGrafanaWorkspaceResponse> getResponseClass() {
return ListGrafanaWorkspaceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListGrafanaWorkspaceResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListGrafanaWorkspaceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListGrafanaWorkspaceResponse extends AcsResponse {
private String requestId;
private String message;
private Integer code;
private Boolean success;
private String traceId;
private List<GrafanaWorkspace> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public List<GrafanaWorkspace> getData() {
return this.data;
}
public void setData(List<GrafanaWorkspace> data) {
this.data = data;
}
public static class GrafanaWorkspace {
private String status;
private String description;
private String grafanaWorkspaceEdition;
private Float endTime;
private String grafanaWorkspaceId;
private String grafanaWorkspaceIp;
private String snatIp;
private String grafanaWorkspaceDomain;
private String grafanaWorkspaceDomainStatus;
private Boolean commercial;
private String grafanaWorkspaceName;
private String grafanaVersion;
private Float gmtCreate;
private String userId;
private String maxAccount;
private String regionId;
private String protocol;
private Boolean shareSynced;
private String ntmId;
private String personalDomain;
private String personalDomainPrefix;
private String resourceGroupId;
private String deployType;
private String privateIp;
private String privateDomain;
private List<TagsItem> tags;
private List<String> upgradeVersion;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getGrafanaWorkspaceEdition() {
return this.grafanaWorkspaceEdition;
}
public void setGrafanaWorkspaceEdition(String grafanaWorkspaceEdition) {
this.grafanaWorkspaceEdition = grafanaWorkspaceEdition;
}
public Float getEndTime() {
return this.endTime;
}
public void setEndTime(Float endTime) {
this.endTime = endTime;
}
public String getGrafanaWorkspaceId() {
return this.grafanaWorkspaceId;
}
public void setGrafanaWorkspaceId(String grafanaWorkspaceId) {
this.grafanaWorkspaceId = grafanaWorkspaceId;
}
public String getGrafanaWorkspaceIp() {
return this.grafanaWorkspaceIp;
}
public void setGrafanaWorkspaceIp(String grafanaWorkspaceIp) {
this.grafanaWorkspaceIp = grafanaWorkspaceIp;
}
public String getSnatIp() {
return this.snatIp;
}
public void setSnatIp(String snatIp) {
this.snatIp = snatIp;
}
public String getGrafanaWorkspaceDomain() {
return this.grafanaWorkspaceDomain;
}
public void setGrafanaWorkspaceDomain(String grafanaWorkspaceDomain) {
this.grafanaWorkspaceDomain = grafanaWorkspaceDomain;
}
public String getGrafanaWorkspaceDomainStatus() {
return this.grafanaWorkspaceDomainStatus;
}
public void setGrafanaWorkspaceDomainStatus(String grafanaWorkspaceDomainStatus) {
this.grafanaWorkspaceDomainStatus = grafanaWorkspaceDomainStatus;
}
public Boolean getCommercial() {
return this.commercial;
}
public void setCommercial(Boolean commercial) {
this.commercial = commercial;
}
public String getGrafanaWorkspaceName() {
return this.grafanaWorkspaceName;
}
public void setGrafanaWorkspaceName(String grafanaWorkspaceName) {
this.grafanaWorkspaceName = grafanaWorkspaceName;
}
public String getGrafanaVersion() {
return this.grafanaVersion;
}
public void setGrafanaVersion(String grafanaVersion) {
this.grafanaVersion = grafanaVersion;
}
public Float getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Float gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getMaxAccount() {
return this.maxAccount;
}
public void setMaxAccount(String maxAccount) {
this.maxAccount = maxAccount;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getBizProtocol() {
return this.protocol;
}
public void setBizProtocol(String protocol) {
this.protocol = protocol;
}
public Boolean getShareSynced() {
return this.shareSynced;
}
public void setShareSynced(Boolean shareSynced) {
this.shareSynced = shareSynced;
}
public String getNtmId() {
return this.ntmId;
}
public void setNtmId(String ntmId) {
this.ntmId = ntmId;
}
public String getPersonalDomain() {
return this.personalDomain;
}
public void setPersonalDomain(String personalDomain) {
this.personalDomain = personalDomain;
}
public String getPersonalDomainPrefix() {
return this.personalDomainPrefix;
}
public void setPersonalDomainPrefix(String personalDomainPrefix) {
this.personalDomainPrefix = personalDomainPrefix;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getDeployType() {
return this.deployType;
}
public void setDeployType(String deployType) {
this.deployType = deployType;
}
public String getPrivateIp() {
return this.privateIp;
}
public void setPrivateIp(String privateIp) {
this.privateIp = privateIp;
}
public String getPrivateDomain() {
return this.privateDomain;
}
public void setPrivateDomain(String privateDomain) {
this.privateDomain = privateDomain;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public List<String> getUpgradeVersion() {
return this.upgradeVersion;
}
public void setUpgradeVersion(List<String> upgradeVersion) {
this.upgradeVersion = upgradeVersion;
}
public static class TagsItem {
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 ListGrafanaWorkspaceResponse getInstance(UnmarshallerContext context) {
return ListGrafanaWorkspaceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListInsightsEventsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListInsightsEventsRequest extends RpcAcsRequest<ListInsightsEventsResponse> {
private String insightsTypes;
private String endTime;
private String pid;
private String startTime;
public ListInsightsEventsRequest() {
super("ARMS", "2019-08-08", "ListInsightsEvents", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getInsightsTypes() {
return this.insightsTypes;
}
public void setInsightsTypes(String insightsTypes) {
this.insightsTypes = insightsTypes;
if(insightsTypes != null){
putQueryParameter("InsightsTypes", insightsTypes);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
@Override
public Class<ListInsightsEventsResponse> getResponseClass() {
return ListInsightsEventsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListInsightsEventsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListInsightsEventsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListInsightsEventsResponse extends AcsResponse {
private String requestId;
private List<ProblemInfos> insightsEvents;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ProblemInfos> getInsightsEvents() {
return this.insightsEvents;
}
public void setInsightsEvents(List<ProblemInfos> insightsEvents) {
this.insightsEvents = insightsEvents;
}
public static class ProblemInfos {
private String title;
private String desc;
private String type;
private String pid;
private String level;
private Long date;
private String problemId;
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public Long getDate() {
return this.date;
}
public void setDate(Long date) {
this.date = date;
}
public String getProblemId() {
return this.problemId;
}
public void setProblemId(String problemId) {
this.problemId = problemId;
}
}
@Override
public ListInsightsEventsResponse getInstance(UnmarshallerContext context) {
return ListInsightsEventsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListIntegrationRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListIntegrationRequest extends RpcAcsRequest<ListIntegrationResponse> {
private Boolean isDetail;
private Long size;
private String integrationName;
private Long page;
private String integrationProductType;
public ListIntegrationRequest() {
super("ARMS", "2019-08-08", "ListIntegration", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getIsDetail() {
return this.isDetail;
}
public void setIsDetail(Boolean isDetail) {
this.isDetail = isDetail;
if(isDetail != null){
putQueryParameter("IsDetail", isDetail.toString());
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getIntegrationName() {
return this.integrationName;
}
public void setIntegrationName(String integrationName) {
this.integrationName = integrationName;
if(integrationName != null){
putQueryParameter("IntegrationName", integrationName);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
public String getIntegrationProductType() {
return this.integrationProductType;
}
public void setIntegrationProductType(String integrationProductType) {
this.integrationProductType = integrationProductType;
if(integrationProductType != null){
putQueryParameter("IntegrationProductType", integrationProductType);
}
}
@Override
public Class<ListIntegrationResponse> getResponseClass() {
return ListIntegrationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListIntegrationResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListIntegrationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListIntegrationResponse extends AcsResponse {
private String requestId;
private PageInfo pageInfo;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageInfo getPageInfo() {
return this.pageInfo;
}
public void setPageInfo(PageInfo pageInfo) {
this.pageInfo = pageInfo;
}
public static class PageInfo {
private Long total;
private Long size;
private Long page;
private List<IntegrationsItem> integrations;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public List<IntegrationsItem> getIntegrations() {
return this.integrations;
}
public void setIntegrations(List<IntegrationsItem> integrations) {
this.integrations = integrations;
}
public static class IntegrationsItem {
private Long integrationId;
private String integrationName;
private String integrationProductType;
private String apiEndpoint;
private String shortToken;
private Boolean state;
private String liveness;
private String createTime;
private IntegrationDetail integrationDetail;
public Long getIntegrationId() {
return this.integrationId;
}
public void setIntegrationId(Long integrationId) {
this.integrationId = integrationId;
}
public String getIntegrationName() {
return this.integrationName;
}
public void setIntegrationName(String integrationName) {
this.integrationName = integrationName;
}
public String getIntegrationProductType() {
return this.integrationProductType;
}
public void setIntegrationProductType(String integrationProductType) {
this.integrationProductType = integrationProductType;
}
public String getApiEndpoint() {
return this.apiEndpoint;
}
public void setApiEndpoint(String apiEndpoint) {
this.apiEndpoint = apiEndpoint;
}
public String getShortToken() {
return this.shortToken;
}
public void setShortToken(String shortToken) {
this.shortToken = shortToken;
}
public Boolean getState() {
return this.state;
}
public void setState(Boolean state) {
this.state = state;
}
public String getLiveness() {
return this.liveness;
}
public void setLiveness(String liveness) {
this.liveness = liveness;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public IntegrationDetail getIntegrationDetail() {
return this.integrationDetail;
}
public void setIntegrationDetail(IntegrationDetail integrationDetail) {
this.integrationDetail = integrationDetail;
}
public static class IntegrationDetail {
private String description;
private String duplicateKey;
private Boolean autoRecover;
private Long recoverTime;
private String initiativeRecoverField;
private String initiativeRecoverValue;
private List<Long> stat;
private List<Map<Object,Object>> fieldRedefineRules;
private List<Map<Object,Object>> extendedFieldRedefineRules;
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getDuplicateKey() {
return this.duplicateKey;
}
public void setDuplicateKey(String duplicateKey) {
this.duplicateKey = duplicateKey;
}
public Boolean getAutoRecover() {
return this.autoRecover;
}
public void setAutoRecover(Boolean autoRecover) {
this.autoRecover = autoRecover;
}
public Long getRecoverTime() {
return this.recoverTime;
}
public void setRecoverTime(Long recoverTime) {
this.recoverTime = recoverTime;
}
public String getInitiativeRecoverField() {
return this.initiativeRecoverField;
}
public void setInitiativeRecoverField(String initiativeRecoverField) {
this.initiativeRecoverField = initiativeRecoverField;
}
public String getInitiativeRecoverValue() {
return this.initiativeRecoverValue;
}
public void setInitiativeRecoverValue(String initiativeRecoverValue) {
this.initiativeRecoverValue = initiativeRecoverValue;
}
public List<Long> getStat() {
return this.stat;
}
public void setStat(List<Long> stat) {
this.stat = stat;
}
public List<Map<Object,Object>> getFieldRedefineRules() {
return this.fieldRedefineRules;
}
public void setFieldRedefineRules(List<Map<Object,Object>> fieldRedefineRules) {
this.fieldRedefineRules = fieldRedefineRules;
}
public List<Map<Object,Object>> getExtendedFieldRedefineRules() {
return this.extendedFieldRedefineRules;
}
public void setExtendedFieldRedefineRules(List<Map<Object,Object>> extendedFieldRedefineRules) {
this.extendedFieldRedefineRules = extendedFieldRedefineRules;
}
}
}
}
@Override
public ListIntegrationResponse getInstance(UnmarshallerContext context) {
return ListIntegrationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListNotificationPoliciesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListNotificationPoliciesRequest extends RpcAcsRequest<ListNotificationPoliciesResponse> {
private Boolean isDetail;
private Boolean directedMode;
private Long size;
private String name;
private String ids;
private Long page;
public ListNotificationPoliciesRequest() {
super("ARMS", "2019-08-08", "ListNotificationPolicies", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getIsDetail() {
return this.isDetail;
}
public void setIsDetail(Boolean isDetail) {
this.isDetail = isDetail;
if(isDetail != null){
putQueryParameter("IsDetail", isDetail.toString());
}
}
public Boolean getDirectedMode() {
return this.directedMode;
}
public void setDirectedMode(Boolean directedMode) {
this.directedMode = directedMode;
if(directedMode != null){
putQueryParameter("DirectedMode", directedMode.toString());
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public String getIds() {
return this.ids;
}
public void setIds(String ids) {
this.ids = ids;
if(ids != null){
putQueryParameter("Ids", ids);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
@Override
public Class<ListNotificationPoliciesResponse> getResponseClass() {
return ListNotificationPoliciesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListNotificationPoliciesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListNotificationPoliciesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListNotificationPoliciesResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Long total;
private Long page;
private Long size;
private List<Policies> notificationPolicies;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public List<Policies> getNotificationPolicies() {
return this.notificationPolicies;
}
public void setNotificationPolicies(List<Policies> notificationPolicies) {
this.notificationPolicies = notificationPolicies;
}
public static class Policies {
private Long id;
private String name;
private Boolean sendRecoverMessage;
private Boolean repeat;
private Long repeatInterval;
private Long escalationPolicyId;
private Long integrationId;
private Boolean directedMode;
private String state;
private List<MatchingRulesItem> matchingRules;
private GroupRule groupRule;
private NotifyRule notifyRule;
private NotifyTemplate notifyTemplate;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Boolean getSendRecoverMessage() {
return this.sendRecoverMessage;
}
public void setSendRecoverMessage(Boolean sendRecoverMessage) {
this.sendRecoverMessage = sendRecoverMessage;
}
public Boolean getRepeat() {
return this.repeat;
}
public void setRepeat(Boolean repeat) {
this.repeat = repeat;
}
public Long getRepeatInterval() {
return this.repeatInterval;
}
public void setRepeatInterval(Long repeatInterval) {
this.repeatInterval = repeatInterval;
}
public Long getEscalationPolicyId() {
return this.escalationPolicyId;
}
public void setEscalationPolicyId(Long escalationPolicyId) {
this.escalationPolicyId = escalationPolicyId;
}
public Long getIntegrationId() {
return this.integrationId;
}
public void setIntegrationId(Long integrationId) {
this.integrationId = integrationId;
}
public Boolean getDirectedMode() {
return this.directedMode;
}
public void setDirectedMode(Boolean directedMode) {
this.directedMode = directedMode;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public List<MatchingRulesItem> getMatchingRules() {
return this.matchingRules;
}
public void setMatchingRules(List<MatchingRulesItem> matchingRules) {
this.matchingRules = matchingRules;
}
public GroupRule getGroupRule() {
return this.groupRule;
}
public void setGroupRule(GroupRule groupRule) {
this.groupRule = groupRule;
}
public NotifyRule getNotifyRule() {
return this.notifyRule;
}
public void setNotifyRule(NotifyRule notifyRule) {
this.notifyRule = notifyRule;
}
public NotifyTemplate getNotifyTemplate() {
return this.notifyTemplate;
}
public void setNotifyTemplate(NotifyTemplate notifyTemplate) {
this.notifyTemplate = notifyTemplate;
}
public static class MatchingRulesItem {
private List<MatchingConditionsItem> matchingConditions;
public List<MatchingConditionsItem> getMatchingConditions() {
return this.matchingConditions;
}
public void setMatchingConditions(List<MatchingConditionsItem> matchingConditions) {
this.matchingConditions = matchingConditions;
}
public static class MatchingConditionsItem {
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;
}
}
}
public static class GroupRule {
private Long groupWait;
private Long groupInterval;
private List<String> groupingFields;
public Long getGroupWait() {
return this.groupWait;
}
public void setGroupWait(Long groupWait) {
this.groupWait = groupWait;
}
public Long getGroupInterval() {
return this.groupInterval;
}
public void setGroupInterval(Long groupInterval) {
this.groupInterval = groupInterval;
}
public List<String> getGroupingFields() {
return this.groupingFields;
}
public void setGroupingFields(List<String> groupingFields) {
this.groupingFields = groupingFields;
}
}
public static class NotifyRule {
private String notifyStartTime;
private String notifyEndTime;
private List<NotifyObjectsItem> notifyObjects;
private List<String> notifyChannels;
public String getNotifyStartTime() {
return this.notifyStartTime;
}
public void setNotifyStartTime(String notifyStartTime) {
this.notifyStartTime = notifyStartTime;
}
public String getNotifyEndTime() {
return this.notifyEndTime;
}
public void setNotifyEndTime(String notifyEndTime) {
this.notifyEndTime = notifyEndTime;
}
public List<NotifyObjectsItem> getNotifyObjects() {
return this.notifyObjects;
}
public void setNotifyObjects(List<NotifyObjectsItem> notifyObjects) {
this.notifyObjects = notifyObjects;
}
public List<String> getNotifyChannels() {
return this.notifyChannels;
}
public void setNotifyChannels(List<String> notifyChannels) {
this.notifyChannels = notifyChannels;
}
public static class NotifyObjectsItem {
private String notifyObjectType;
private Long notifyObjectId;
private String notifyObjectName;
private List<String> notifyChannels1;
public String getNotifyObjectType() {
return this.notifyObjectType;
}
public void setNotifyObjectType(String notifyObjectType) {
this.notifyObjectType = notifyObjectType;
}
public Long getNotifyObjectId() {
return this.notifyObjectId;
}
public void setNotifyObjectId(Long notifyObjectId) {
this.notifyObjectId = notifyObjectId;
}
public String getNotifyObjectName() {
return this.notifyObjectName;
}
public void setNotifyObjectName(String notifyObjectName) {
this.notifyObjectName = notifyObjectName;
}
public List<String> getNotifyChannels1() {
return this.notifyChannels1;
}
public void setNotifyChannels1(List<String> notifyChannels1) {
this.notifyChannels1 = notifyChannels1;
}
}
}
public static class NotifyTemplate {
private String emailTitle;
private String emailContent;
private String emailRecoverTitle;
private String emailRecoverContent;
private String smsContent;
private String smsRecoverContent;
private String ttsContent;
private String ttsRecoverContent;
private String robotContent;
public String getEmailTitle() {
return this.emailTitle;
}
public void setEmailTitle(String emailTitle) {
this.emailTitle = emailTitle;
}
public String getEmailContent() {
return this.emailContent;
}
public void setEmailContent(String emailContent) {
this.emailContent = emailContent;
}
public String getEmailRecoverTitle() {
return this.emailRecoverTitle;
}
public void setEmailRecoverTitle(String emailRecoverTitle) {
this.emailRecoverTitle = emailRecoverTitle;
}
public String getEmailRecoverContent() {
return this.emailRecoverContent;
}
public void setEmailRecoverContent(String emailRecoverContent) {
this.emailRecoverContent = emailRecoverContent;
}
public String getSmsContent() {
return this.smsContent;
}
public void setSmsContent(String smsContent) {
this.smsContent = smsContent;
}
public String getSmsRecoverContent() {
return this.smsRecoverContent;
}
public void setSmsRecoverContent(String smsRecoverContent) {
this.smsRecoverContent = smsRecoverContent;
}
public String getTtsContent() {
return this.ttsContent;
}
public void setTtsContent(String ttsContent) {
this.ttsContent = ttsContent;
}
public String getTtsRecoverContent() {
return this.ttsRecoverContent;
}
public void setTtsRecoverContent(String ttsRecoverContent) {
this.ttsRecoverContent = ttsRecoverContent;
}
public String getRobotContent() {
return this.robotContent;
}
public void setRobotContent(String robotContent) {
this.robotContent = robotContent;
}
}
}
}
@Override
public ListNotificationPoliciesResponse getInstance(UnmarshallerContext context) {
return ListNotificationPoliciesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListOnCallSchedulesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListOnCallSchedulesRequest extends RpcAcsRequest<ListOnCallSchedulesResponse> {
private Long size;
private String name;
private Long page;
public ListOnCallSchedulesRequest() {
super("ARMS", "2019-08-08", "ListOnCallSchedules", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
@Override
public Class<ListOnCallSchedulesResponse> getResponseClass() {
return ListOnCallSchedulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListOnCallSchedulesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListOnCallSchedulesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListOnCallSchedulesResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Long total;
private Long page;
private Long size;
private List<OnCallSchedulesItem> onCallSchedules;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public List<OnCallSchedulesItem> getOnCallSchedules() {
return this.onCallSchedules;
}
public void setOnCallSchedules(List<OnCallSchedulesItem> onCallSchedules) {
this.onCallSchedules = onCallSchedules;
}
public static class OnCallSchedulesItem {
private Long id;
private String name;
private String description;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
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;
}
}
}
@Override
public ListOnCallSchedulesResponse getInstance(UnmarshallerContext context) {
return ListOnCallSchedulesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusAlertRulesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusAlertRulesRequest extends RpcAcsRequest<ListPrometheusAlertRulesResponse> {
private String clusterId;
private String type;
private List<Tags> tagss;
private String name;
private String matchExpressions;
private Integer status;
public ListPrometheusAlertRulesRequest() {
super("ARMS", "2019-08-08", "ListPrometheusAlertRules", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public List<Tags> getTagss() {
return this.tagss;
}
public void setTagss(List<Tags> tagss) {
this.tagss = tagss;
if (tagss != null) {
for (int depth1 = 0; depth1 < tagss.size(); depth1++) {
putQueryParameter("Tags." + (depth1 + 1) + ".Value" , tagss.get(depth1).getValue());
putQueryParameter("Tags." + (depth1 + 1) + ".Key" , tagss.get(depth1).getKey());
}
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public String getMatchExpressions() {
return this.matchExpressions;
}
public void setMatchExpressions(String matchExpressions) {
this.matchExpressions = matchExpressions;
if(matchExpressions != null){
putQueryParameter("MatchExpressions", matchExpressions);
}
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status.toString());
}
}
public static class Tags {
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<ListPrometheusAlertRulesResponse> getResponseClass() {
return ListPrometheusAlertRulesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusAlertRulesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusAlertRulesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusAlertRulesResponse extends AcsResponse {
private String requestId;
private Long code;
private String message;
private Boolean success;
private List<PrometheusAlertRule> prometheusAlertRules;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getCode() {
return this.code;
}
public void setCode(Long code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<PrometheusAlertRule> getPrometheusAlertRules() {
return this.prometheusAlertRules;
}
public void setPrometheusAlertRules(List<PrometheusAlertRule> prometheusAlertRules) {
this.prometheusAlertRules = prometheusAlertRules;
}
public static class PrometheusAlertRule {
private Integer status;
private String type;
private String notifyType;
private String expression;
private String message;
private String duration;
private Long dispatchRuleId;
private String alertName;
private Long alertId;
private String clusterId;
private List<Label> labels;
private List<Annotation> annotations;
private List<TagsItem> tags;
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getNotifyType() {
return this.notifyType;
}
public void setNotifyType(String notifyType) {
this.notifyType = notifyType;
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public Long getDispatchRuleId() {
return this.dispatchRuleId;
}
public void setDispatchRuleId(Long dispatchRuleId) {
this.dispatchRuleId = dispatchRuleId;
}
public String getAlertName() {
return this.alertName;
}
public void setAlertName(String alertName) {
this.alertName = alertName;
}
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public List<Label> getLabels() {
return this.labels;
}
public void setLabels(List<Label> labels) {
this.labels = labels;
}
public List<Annotation> getAnnotations() {
return this.annotations;
}
public void setAnnotations(List<Annotation> annotations) {
this.annotations = annotations;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public static class Label {
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 Annotation {
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 TagsItem {
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 ListPrometheusAlertRulesResponse getInstance(UnmarshallerContext context) {
return ListPrometheusAlertRulesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusAlertTemplatesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusAlertTemplatesRequest extends RpcAcsRequest<ListPrometheusAlertTemplatesResponse> {
private String clusterId;
public ListPrometheusAlertTemplatesRequest() {
super("ARMS", "2019-08-08", "ListPrometheusAlertTemplates", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
@Override
public Class<ListPrometheusAlertTemplatesResponse> getResponseClass() {
return ListPrometheusAlertTemplatesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusAlertTemplatesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusAlertTemplatesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusAlertTemplatesResponse extends AcsResponse {
private String requestId;
private List<PrometheusAlertTemplate> prometheusAlertTemplates;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<PrometheusAlertTemplate> getPrometheusAlertTemplates() {
return this.prometheusAlertTemplates;
}
public void setPrometheusAlertTemplates(List<PrometheusAlertTemplate> prometheusAlertTemplates) {
this.prometheusAlertTemplates = prometheusAlertTemplates;
}
public static class PrometheusAlertTemplate {
private String type;
private String description;
private String expression;
private String version;
private String duration;
private String alertName;
private List<Label> labels;
private List<Annotation> annotations;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getExpression() {
return this.expression;
}
public void setExpression(String expression) {
this.expression = expression;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public String getDuration() {
return this.duration;
}
public void setDuration(String duration) {
this.duration = duration;
}
public String getAlertName() {
return this.alertName;
}
public void setAlertName(String alertName) {
this.alertName = alertName;
}
public List<Label> getLabels() {
return this.labels;
}
public void setLabels(List<Label> labels) {
this.labels = labels;
}
public List<Annotation> getAnnotations() {
return this.annotations;
}
public void setAnnotations(List<Annotation> annotations) {
this.annotations = annotations;
}
public static class Label {
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 Annotation {
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 ListPrometheusAlertTemplatesResponse getInstance(UnmarshallerContext context) {
return ListPrometheusAlertTemplatesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusGlobalViewRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusGlobalViewRequest extends RpcAcsRequest<ListPrometheusGlobalViewResponse> {
public ListPrometheusGlobalViewRequest() {
super("ARMS", "2019-08-08", "ListPrometheusGlobalView", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<ListPrometheusGlobalViewResponse> getResponseClass() {
return ListPrometheusGlobalViewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusGlobalViewResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusGlobalViewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusGlobalViewResponse extends AcsResponse {
private String data;
private String requestId;
private Integer code;
private String message;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 ListPrometheusGlobalViewResponse getInstance(UnmarshallerContext context) {
return ListPrometheusGlobalViewResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusInstanceByTagAndResourceGroupIdRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusInstanceByTagAndResourceGroupIdRequest extends RpcAcsRequest<ListPrometheusInstanceByTagAndResourceGroupIdResponse> {
private String resourceGroupId;
private List<Tag> tags;
public ListPrometheusInstanceByTagAndResourceGroupIdRequest() {
super("ARMS", "2019-08-08", "ListPrometheusInstanceByTagAndResourceGroupId", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
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 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<ListPrometheusInstanceByTagAndResourceGroupIdResponse> getResponseClass() {
return ListPrometheusInstanceByTagAndResourceGroupIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusInstanceByTagAndResourceGroupIdResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusInstanceByTagAndResourceGroupIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusInstanceByTagAndResourceGroupIdResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private List<PrometheusInstancesItem> prometheusInstances;
public List<PrometheusInstancesItem> getPrometheusInstances() {
return this.prometheusInstances;
}
public void setPrometheusInstances(List<PrometheusInstancesItem> prometheusInstances) {
this.prometheusInstances = prometheusInstances;
}
public static class PrometheusInstancesItem {
private String clusterId;
private String regionId;
private String userId;
private String clusterName;
private String clusterType;
private String vpcId;
private String vSwitchId;
private String securityGroupId;
private String subClustersJson;
private String remoteReadIntraUrl;
private String remoteReadInterUrl;
private String remoteWriteIntraUrl;
private String remoteWriteInterUrl;
private String pushGatewayIntraUrl;
private String pushGatewayInterUrl;
private String httpApiIntraUrl;
private String httpApiInterUrl;
private String authToken;
private String paymentType;
private String grafanaInstanceId;
private String resourceGroupId;
private String resourceType;
private List<TagsItem> tags;
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getClusterName() {
return this.clusterName;
}
public void setClusterName(String clusterName) {
this.clusterName = clusterName;
}
public String getClusterType() {
return this.clusterType;
}
public void setClusterType(String clusterType) {
this.clusterType = clusterType;
}
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
public String getSecurityGroupId() {
return this.securityGroupId;
}
public void setSecurityGroupId(String securityGroupId) {
this.securityGroupId = securityGroupId;
}
public String getSubClustersJson() {
return this.subClustersJson;
}
public void setSubClustersJson(String subClustersJson) {
this.subClustersJson = subClustersJson;
}
public String getRemoteReadIntraUrl() {
return this.remoteReadIntraUrl;
}
public void setRemoteReadIntraUrl(String remoteReadIntraUrl) {
this.remoteReadIntraUrl = remoteReadIntraUrl;
}
public String getRemoteReadInterUrl() {
return this.remoteReadInterUrl;
}
public void setRemoteReadInterUrl(String remoteReadInterUrl) {
this.remoteReadInterUrl = remoteReadInterUrl;
}
public String getRemoteWriteIntraUrl() {
return this.remoteWriteIntraUrl;
}
public void setRemoteWriteIntraUrl(String remoteWriteIntraUrl) {
this.remoteWriteIntraUrl = remoteWriteIntraUrl;
}
public String getRemoteWriteInterUrl() {
return this.remoteWriteInterUrl;
}
public void setRemoteWriteInterUrl(String remoteWriteInterUrl) {
this.remoteWriteInterUrl = remoteWriteInterUrl;
}
public String getPushGatewayIntraUrl() {
return this.pushGatewayIntraUrl;
}
public void setPushGatewayIntraUrl(String pushGatewayIntraUrl) {
this.pushGatewayIntraUrl = pushGatewayIntraUrl;
}
public String getPushGatewayInterUrl() {
return this.pushGatewayInterUrl;
}
public void setPushGatewayInterUrl(String pushGatewayInterUrl) {
this.pushGatewayInterUrl = pushGatewayInterUrl;
}
public String getHttpApiIntraUrl() {
return this.httpApiIntraUrl;
}
public void setHttpApiIntraUrl(String httpApiIntraUrl) {
this.httpApiIntraUrl = httpApiIntraUrl;
}
public String getHttpApiInterUrl() {
return this.httpApiInterUrl;
}
public void setHttpApiInterUrl(String httpApiInterUrl) {
this.httpApiInterUrl = httpApiInterUrl;
}
public String getAuthToken() {
return this.authToken;
}
public void setAuthToken(String authToken) {
this.authToken = authToken;
}
public String getPaymentType() {
return this.paymentType;
}
public void setPaymentType(String paymentType) {
this.paymentType = paymentType;
}
public String getGrafanaInstanceId() {
return this.grafanaInstanceId;
}
public void setGrafanaInstanceId(String grafanaInstanceId) {
this.grafanaInstanceId = grafanaInstanceId;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getResourceType() {
return this.resourceType;
}
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public static class TagsItem {
private String tagKey;
private String tagValue;
public String getTagKey() {
return this.tagKey;
}
public void setTagKey(String tagKey) {
this.tagKey = tagKey;
}
public String getTagValue() {
return this.tagValue;
}
public void setTagValue(String tagValue) {
this.tagValue = tagValue;
}
}
}
}
@Override
public ListPrometheusInstanceByTagAndResourceGroupIdResponse getInstance(UnmarshallerContext context) {
return ListPrometheusInstanceByTagAndResourceGroupIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusInstancesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusInstancesRequest extends RpcAcsRequest<ListPrometheusInstancesResponse> {
private String clusterType;
private Boolean showGlobalView;
public ListPrometheusInstancesRequest() {
super("ARMS", "2019-08-08", "ListPrometheusInstances", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterType() {
return this.clusterType;
}
public void setClusterType(String clusterType) {
this.clusterType = clusterType;
if(clusterType != null){
putQueryParameter("ClusterType", clusterType);
}
}
public Boolean getShowGlobalView() {
return this.showGlobalView;
}
public void setShowGlobalView(Boolean showGlobalView) {
this.showGlobalView = showGlobalView;
if(showGlobalView != null){
putQueryParameter("ShowGlobalView", showGlobalView.toString());
}
}
@Override
public Class<ListPrometheusInstancesResponse> getResponseClass() {
return ListPrometheusInstancesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusInstancesResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusInstancesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusInstancesResponse extends AcsResponse {
private String data;
private String requestId;
private Integer code;
private String message;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 ListPrometheusInstancesResponse getInstance(UnmarshallerContext context) {
return ListPrometheusInstancesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusIntegrationRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusIntegrationRequest extends RpcAcsRequest<ListPrometheusIntegrationResponse> {
private String integrationType;
private String clusterId;
public ListPrometheusIntegrationRequest() {
super("ARMS", "2019-08-08", "ListPrometheusIntegration", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getIntegrationType() {
return this.integrationType;
}
public void setIntegrationType(String integrationType) {
this.integrationType = integrationType;
if(integrationType != null){
putQueryParameter("IntegrationType", integrationType);
}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
@Override
public Class<ListPrometheusIntegrationResponse> getResponseClass() {
return ListPrometheusIntegrationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusIntegrationResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusIntegrationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusIntegrationResponse extends AcsResponse {
private String requestId;
private String message;
private Integer code;
private List<Instance> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public List<Instance> getData() {
return this.data;
}
public void setData(List<Instance> data) {
this.data = data;
}
public static class Instance {
private String clusterId;
private Boolean showDescribe;
private Boolean needUpgrade;
private String instanceName;
private String exporterType;
private String integrationType;
private Long instanceId;
private String version;
private String target;
private Boolean canDelete;
private Boolean canEditor;
private String status;
private String containerName;
private String namespace;
private String podName;
private String describe;
private Boolean showLog;
private String param;
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public Boolean getShowDescribe() {
return this.showDescribe;
}
public void setShowDescribe(Boolean showDescribe) {
this.showDescribe = showDescribe;
}
public Boolean getNeedUpgrade() {
return this.needUpgrade;
}
public void setNeedUpgrade(Boolean needUpgrade) {
this.needUpgrade = needUpgrade;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getExporterType() {
return this.exporterType;
}
public void setExporterType(String exporterType) {
this.exporterType = exporterType;
}
public String getIntegrationType() {
return this.integrationType;
}
public void setIntegrationType(String integrationType) {
this.integrationType = integrationType;
}
public Long getInstanceId() {
return this.instanceId;
}
public void setInstanceId(Long instanceId) {
this.instanceId = instanceId;
}
public String getVersion() {
return this.version;
}
public void setVersion(String version) {
this.version = version;
}
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public Boolean getCanDelete() {
return this.canDelete;
}
public void setCanDelete(Boolean canDelete) {
this.canDelete = canDelete;
}
public Boolean getCanEditor() {
return this.canEditor;
}
public void setCanEditor(Boolean canEditor) {
this.canEditor = canEditor;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getContainerName() {
return this.containerName;
}
public void setContainerName(String containerName) {
this.containerName = containerName;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
public String getPodName() {
return this.podName;
}
public void setPodName(String podName) {
this.podName = podName;
}
public String getDescribe() {
return this.describe;
}
public void setDescribe(String describe) {
this.describe = describe;
}
public Boolean getShowLog() {
return this.showLog;
}
public void setShowLog(Boolean showLog) {
this.showLog = showLog;
}
public String getParam() {
return this.param;
}
public void setParam(String param) {
this.param = param;
}
}
@Override
public ListPrometheusIntegrationResponse getInstance(UnmarshallerContext context) {
return ListPrometheusIntegrationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusMonitoringRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListPrometheusMonitoringRequest extends RpcAcsRequest<ListPrometheusMonitoringResponse> {
private String clusterId;
private String type;
public ListPrometheusMonitoringRequest() {
super("ARMS", "2019-08-08", "ListPrometheusMonitoring", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
@Override
public Class<ListPrometheusMonitoringResponse> getResponseClass() {
return ListPrometheusMonitoringResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListPrometheusMonitoringResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListPrometheusMonitoringResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListPrometheusMonitoringResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private List<Monitoring> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 List<Monitoring> getData() {
return this.data;
}
public void setData(List<Monitoring> data) {
this.data = data;
}
public static class Monitoring {
private String clusterId;
private String monitoringName;
private String type;
private String configYaml;
private String status;
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public String getMonitoringName() {
return this.monitoringName;
}
public void setMonitoringName(String monitoringName) {
this.monitoringName = monitoringName;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getConfigYaml() {
return this.configYaml;
}
public void setConfigYaml(String configYaml) {
this.configYaml = configYaml;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
@Override
public ListPrometheusMonitoringResponse getInstance(UnmarshallerContext context) {
return ListPrometheusMonitoringResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListRetcodeAppsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListRetcodeAppsRequest extends RpcAcsRequest<ListRetcodeAppsResponse> {
private String resourceGroupId;
private List<Tags> tagss;
public ListRetcodeAppsRequest() {
super("ARMS", "2019-08-08", "ListRetcodeApps", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public List<Tags> getTagss() {
return this.tagss;
}
public void setTagss(List<Tags> tagss) {
this.tagss = tagss;
if (tagss != null) {
for (int depth1 = 0; depth1 < tagss.size(); depth1++) {
putQueryParameter("Tags." + (depth1 + 1) + ".Value" , tagss.get(depth1).getValue());
putQueryParameter("Tags." + (depth1 + 1) + ".Key" , tagss.get(depth1).getKey());
}
}
}
public static class Tags {
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<ListRetcodeAppsResponse> getResponseClass() {
return ListRetcodeAppsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListRetcodeAppsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListRetcodeAppsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListRetcodeAppsResponse extends AcsResponse {
private String requestId;
private List<RetcodeApp> retcodeApps;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<RetcodeApp> getRetcodeApps() {
return this.retcodeApps;
}
public void setRetcodeApps(List<RetcodeApp> retcodeApps) {
this.retcodeApps = retcodeApps;
}
public static class RetcodeApp {
private String appName;
private String retcodeAppType;
private Long appId;
private String pid;
private String nickName;
private String resourceGroupId;
private List<TagsItem> tags;
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
public String getRetcodeAppType() {
return this.retcodeAppType;
}
public void setRetcodeAppType(String retcodeAppType) {
this.retcodeAppType = retcodeAppType;
}
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
}
public String getNickName() {
return this.nickName;
}
public void setNickName(String nickName) {
this.nickName = nickName;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public static class TagsItem {
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 ListRetcodeAppsResponse getInstance(UnmarshallerContext context) {
return ListRetcodeAppsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListScenarioRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListScenarioRequest extends RpcAcsRequest<ListScenarioResponse> {
private String scenario;
private String appId;
private String name;
private String sign;
public ListScenarioRequest() {
super("ARMS", "2019-08-08", "ListScenario", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getScenario() {
return this.scenario;
}
public void setScenario(String scenario) {
this.scenario = scenario;
if(scenario != null){
putQueryParameter("Scenario", scenario);
}
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId);
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public String getSign() {
return this.sign;
}
public void setSign(String sign) {
this.sign = sign;
if(sign != null){
putQueryParameter("Sign", sign);
}
}
@Override
public Class<ListScenarioResponse> getResponseClass() {
return ListScenarioResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListScenarioResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListScenarioResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListScenarioResponse extends AcsResponse {
private String requestId;
private List<ArmsScenariosItem> armsScenarios;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ArmsScenariosItem> getArmsScenarios() {
return this.armsScenarios;
}
public void setArmsScenarios(List<ArmsScenariosItem> armsScenarios) {
this.armsScenarios = armsScenarios;
}
public static class ArmsScenariosItem {
private String updateTime;
private String appId;
private String sign;
private String createTime;
private String userId;
private String extensions;
private String name;
private Long id;
private String regionId;
public String getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(String updateTime) {
this.updateTime = updateTime;
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
}
public String getSign() {
return this.sign;
}
public void setSign(String sign) {
this.sign = sign;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getExtensions() {
return this.extensions;
}
public void setExtensions(String extensions) {
this.extensions = extensions;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
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 ListScenarioResponse getInstance(UnmarshallerContext context) {
return ListScenarioResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListSilencePoliciesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSilencePoliciesRequest extends RpcAcsRequest<ListSilencePoliciesResponse> {
private Boolean isDetail;
private Long size;
private String name;
private Long page;
public ListSilencePoliciesRequest() {
super("ARMS", "2019-08-08", "ListSilencePolicies", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Boolean getIsDetail() {
return this.isDetail;
}
public void setIsDetail(Boolean isDetail) {
this.isDetail = isDetail;
if(isDetail != null){
putQueryParameter("IsDetail", isDetail.toString());
}
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
if(size != null){
putQueryParameter("Size", size.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putQueryParameter("Name", name);
}
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
@Override
public Class<ListSilencePoliciesResponse> getResponseClass() {
return ListSilencePoliciesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListSilencePoliciesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListSilencePoliciesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSilencePoliciesResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Long total;
private Long page;
private Long size;
private List<Policies> silencePolicies;
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getPage() {
return this.page;
}
public void setPage(Long page) {
this.page = page;
}
public Long getSize() {
return this.size;
}
public void setSize(Long size) {
this.size = size;
}
public List<Policies> getSilencePolicies() {
return this.silencePolicies;
}
public void setSilencePolicies(List<Policies> silencePolicies) {
this.silencePolicies = silencePolicies;
}
public static class Policies {
private Long id;
private String name;
private String state;
private String timeSlots;
private String timePeriod;
private String effectiveTimeType;
private List<MatchingRulesItem> matchingRules;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
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 String getTimeSlots() {
return this.timeSlots;
}
public void setTimeSlots(String timeSlots) {
this.timeSlots = timeSlots;
}
public String getTimePeriod() {
return this.timePeriod;
}
public void setTimePeriod(String timePeriod) {
this.timePeriod = timePeriod;
}
public String getEffectiveTimeType() {
return this.effectiveTimeType;
}
public void setEffectiveTimeType(String effectiveTimeType) {
this.effectiveTimeType = effectiveTimeType;
}
public List<MatchingRulesItem> getMatchingRules() {
return this.matchingRules;
}
public void setMatchingRules(List<MatchingRulesItem> matchingRules) {
this.matchingRules = matchingRules;
}
public static class MatchingRulesItem {
private List<MatchingConditionsItem> matchingConditions;
public List<MatchingConditionsItem> getMatchingConditions() {
return this.matchingConditions;
}
public void setMatchingConditions(List<MatchingConditionsItem> matchingConditions) {
this.matchingConditions = matchingConditions;
}
public static class MatchingConditionsItem {
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 ListSilencePoliciesResponse getInstance(UnmarshallerContext context) {
return ListSilencePoliciesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListSyntheticDetailRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListSyntheticDetailRequest extends RpcAcsRequest<ListSyntheticDetailResponse> {
private Long endTime;
private String orderBy;
private Long startTime;
@SerializedName("filters")
private Map<String,String> filters;
@SerializedName("exactFilters")
private List<ExactFilters> exactFilters;
private Integer syntheticType;
@SerializedName("advancedFilters")
private List<AdvancedFilters> advancedFilters;
private Integer pageSize;
private String detail;
private Integer page;
private String category;
private String order;
public ListSyntheticDetailRequest() {
super("ARMS", "2019-08-08", "ListSyntheticDetail", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public String getOrderBy() {
return this.orderBy;
}
public void setOrderBy(String orderBy) {
this.orderBy = orderBy;
if(orderBy != null){
putQueryParameter("OrderBy", orderBy);
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public Map<String,String> getFilters() {
return this.filters;
}
public void setFilters(Map<String,String> filters) {
this.filters = filters;
if (filters != null) {
putQueryParameter("Filters" , new Gson().toJson(filters));
}
}
public List<ExactFilters> getExactFilters() {
return this.exactFilters;
}
public void setExactFilters(List<ExactFilters> exactFilters) {
this.exactFilters = exactFilters;
if (exactFilters != null) {
putQueryParameter("ExactFilters" , new Gson().toJson(exactFilters));
}
}
public Integer getSyntheticType() {
return this.syntheticType;
}
public void setSyntheticType(Integer syntheticType) {
this.syntheticType = syntheticType;
if(syntheticType != null){
putQueryParameter("SyntheticType", syntheticType.toString());
}
}
public List<AdvancedFilters> getAdvancedFilters() {
return this.advancedFilters;
}
public void setAdvancedFilters(List<AdvancedFilters> advancedFilters) {
this.advancedFilters = advancedFilters;
if (advancedFilters != null) {
putQueryParameter("AdvancedFilters" , new Gson().toJson(advancedFilters));
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getDetail() {
return this.detail;
}
public void setDetail(String detail) {
this.detail = detail;
if(detail != null){
putQueryParameter("Detail", detail);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
if(category != null){
putQueryParameter("Category", category);
}
}
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
if(order != null){
putQueryParameter("Order", order);
}
}
public static class ExactFilters {
@SerializedName("OpType")
private String opType;
@SerializedName("Value")
private Object value;
@SerializedName("Key")
private String key;
public String getOpType() {
return this.opType;
}
public void setOpType(String opType) {
this.opType = opType;
}
public Object getValue() {
return this.value;
}
public void setValue(Object value) {
this.value = value;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
}
public static class AdvancedFilters {
@SerializedName("OpType")
private String opType;
@SerializedName("Value")
private Object value;
@SerializedName("Key")
private String key;
public String getOpType() {
return this.opType;
}
public void setOpType(String opType) {
this.opType = opType;
}
public Object getValue() {
return this.value;
}
public void setValue(Object value) {
this.value = value;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
}
@Override
public Class<ListSyntheticDetailResponse> getResponseClass() {
return ListSyntheticDetailResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListSyntheticDetailResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListSyntheticDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListSyntheticDetailResponse extends AcsResponse {
private String requestId;
private Long code;
private String message;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getCode() {
return this.code;
}
public void setCode(Long code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer total;
private Integer page;
private Integer pageSize;
private Long taskCreateTime;
private List<Map<Object,Object>> items;
public Integer getTotal() {
return this.total;
}
public void setTotal(Integer total) {
this.total = total;
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Long getTaskCreateTime() {
return this.taskCreateTime;
}
public void setTaskCreateTime(Long taskCreateTime) {
this.taskCreateTime = taskCreateTime;
}
public List<Map<Object,Object>> getItems() {
return this.items;
}
public void setItems(List<Map<Object,Object>> items) {
this.items = items;
}
}
@Override
public ListSyntheticDetailResponse getInstance(UnmarshallerContext context) {
return ListSyntheticDetailResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListTimingSyntheticTasksRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListTimingSyntheticTasksRequest extends RpcAcsRequest<ListTimingSyntheticTasksResponse> {
private String resourceGroupId;
@SerializedName("search")
private Search search;
@SerializedName("tags")
private List<Tags> tags;
public ListTimingSyntheticTasksRequest() {
super("ARMS", "2019-08-08", "ListTimingSyntheticTasks", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public Search getSearch() {
return this.search;
}
public void setSearch(Search search) {
this.search = search;
if (search != null) {
putQueryParameter("Search" , new Gson().toJson(search));
}
}
public List<Tags> getTags() {
return this.tags;
}
public void setTags(List<Tags> tags) {
this.tags = tags;
if (tags != null) {
putQueryParameter("Tags" , new Gson().toJson(tags));
}
}
public static class Search {
@SerializedName("TaskTypes")
private List<Integer> taskTypes;
@SerializedName("Name")
private String name;
@SerializedName("PageSize")
private Integer pageSize;
@SerializedName("Page")
private Integer page;
@SerializedName("TaskIds")
private List<String> taskIds;
@SerializedName("Status")
private String status;
@SerializedName("OrderField")
private String orderField;
@SerializedName("Order")
private Integer order;
public List<Integer> getTaskTypes() {
return this.taskTypes;
}
public void setTaskTypes(List<Integer> taskTypes) {
this.taskTypes = taskTypes;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
}
public List<String> getTaskIds() {
return this.taskIds;
}
public void setTaskIds(List<String> taskIds) {
this.taskIds = taskIds;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getOrderField() {
return this.orderField;
}
public void setOrderField(String orderField) {
this.orderField = orderField;
}
public Integer getOrder() {
return this.order;
}
public void setOrder(Integer order) {
this.order = order;
}
}
public static class Tags {
@SerializedName("Value")
private String value;
@SerializedName("Key")
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<ListTimingSyntheticTasksResponse> getResponseClass() {
return ListTimingSyntheticTasksResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListTimingSyntheticTasksResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListTimingSyntheticTasksResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListTimingSyntheticTasksResponse extends AcsResponse {
private String requestId;
private Long code;
private String message;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getCode() {
return this.code;
}
public void setCode(Long code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer total;
private Integer page;
private Integer pageSize;
private List<Item> items;
public Integer getTotal() {
return this.total;
}
public void setTotal(Integer total) {
this.total = total;
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public List<Item> getItems() {
return this.items;
}
public void setItems(List<Item> items) {
this.items = items;
}
public static class Item {
private String taskId;
private String regionId;
private String name;
private Integer taskType;
private String url;
private Integer monitorCategory;
private String frequency;
private String monitorNum;
private String status;
private String gmtCreate;
private String gmtModified;
private String resourceGroupId;
private List<Tag> tags;
private CommonSetting commonSetting;
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Integer getTaskType() {
return this.taskType;
}
public void setTaskType(Integer taskType) {
this.taskType = taskType;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
public Integer getMonitorCategory() {
return this.monitorCategory;
}
public void setMonitorCategory(Integer monitorCategory) {
this.monitorCategory = monitorCategory;
}
public String getFrequency() {
return this.frequency;
}
public void setFrequency(String frequency) {
this.frequency = frequency;
}
public String getMonitorNum() {
return this.monitorNum;
}
public void setMonitorNum(String monitorNum) {
this.monitorNum = monitorNum;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public List<Tag> getTags() {
return this.tags;
}
public void setTags(List<Tag> tags) {
this.tags = tags;
}
public CommonSetting getCommonSetting() {
return this.commonSetting;
}
public void setCommonSetting(CommonSetting commonSetting) {
this.commonSetting = commonSetting;
}
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 CommonSetting {
private Integer ipType;
private Integer monitorSamples;
private Boolean isOpenTrace;
private Integer traceClientType;
private String xtraceRegion;
private CustomHost customHost;
private CustomVPCSetting customVPCSetting;
private CustomPrometheusSetting customPrometheusSetting;
public Integer getIpType() {
return this.ipType;
}
public void setIpType(Integer ipType) {
this.ipType = ipType;
}
public Integer getMonitorSamples() {
return this.monitorSamples;
}
public void setMonitorSamples(Integer monitorSamples) {
this.monitorSamples = monitorSamples;
}
public Boolean getIsOpenTrace() {
return this.isOpenTrace;
}
public void setIsOpenTrace(Boolean isOpenTrace) {
this.isOpenTrace = isOpenTrace;
}
public Integer getTraceClientType() {
return this.traceClientType;
}
public void setTraceClientType(Integer traceClientType) {
this.traceClientType = traceClientType;
}
public String getXtraceRegion() {
return this.xtraceRegion;
}
public void setXtraceRegion(String xtraceRegion) {
this.xtraceRegion = xtraceRegion;
}
public CustomHost getCustomHost() {
return this.customHost;
}
public void setCustomHost(CustomHost customHost) {
this.customHost = customHost;
}
public CustomVPCSetting getCustomVPCSetting() {
return this.customVPCSetting;
}
public void setCustomVPCSetting(CustomVPCSetting customVPCSetting) {
this.customVPCSetting = customVPCSetting;
}
public CustomPrometheusSetting getCustomPrometheusSetting() {
return this.customPrometheusSetting;
}
public void setCustomPrometheusSetting(CustomPrometheusSetting customPrometheusSetting) {
this.customPrometheusSetting = customPrometheusSetting;
}
public static class CustomHost {
private Integer selectType;
private List<Host> hosts;
public Integer getSelectType() {
return this.selectType;
}
public void setSelectType(Integer selectType) {
this.selectType = selectType;
}
public List<Host> getHosts() {
return this.hosts;
}
public void setHosts(List<Host> hosts) {
this.hosts = hosts;
}
public static class Host {
private String domain;
private Integer ipType;
private List<String> ips;
public String getDomain() {
return this.domain;
}
public void setDomain(String domain) {
this.domain = domain;
}
public Integer getIpType() {
return this.ipType;
}
public void setIpType(Integer ipType) {
this.ipType = ipType;
}
public List<String> getIps() {
return this.ips;
}
public void setIps(List<String> ips) {
this.ips = ips;
}
}
}
public static class CustomVPCSetting {
private String regionId;
private String vpcId;
private String vSwitchId;
private String secureGroupId;
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getVSwitchId() {
return this.vSwitchId;
}
public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
public String getSecureGroupId() {
return this.secureGroupId;
}
public void setSecureGroupId(String secureGroupId) {
this.secureGroupId = secureGroupId;
}
}
public static class CustomPrometheusSetting {
private Map<Object,Object> prometheusLabels;
private String prometheusClusterId;
private String prometheusClusterRegion;
public Map<Object,Object> getPrometheusLabels() {
return this.prometheusLabels;
}
public void setPrometheusLabels(Map<Object,Object> prometheusLabels) {
this.prometheusLabels = prometheusLabels;
}
public String getPrometheusClusterId() {
return this.prometheusClusterId;
}
public void setPrometheusClusterId(String prometheusClusterId) {
this.prometheusClusterId = prometheusClusterId;
}
public String getPrometheusClusterRegion() {
return this.prometheusClusterRegion;
}
public void setPrometheusClusterRegion(String prometheusClusterRegion) {
this.prometheusClusterRegion = prometheusClusterRegion;
}
}
}
}
}
@Override
public ListTimingSyntheticTasksResponse getInstance(UnmarshallerContext context) {
return ListTimingSyntheticTasksResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListTraceAppsRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class ListTraceAppsRequest extends RpcAcsRequest<ListTraceAppsResponse> {
private String resourceGroupId;
private String appType;
private String region;
private List<Tags> tagss;
public ListTraceAppsRequest() {
super("ARMS", "2019-08-08", "ListTraceApps", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public String getAppType() {
return this.appType;
}
public void setAppType(String appType) {
this.appType = appType;
if(appType != null){
putQueryParameter("AppType", appType);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public List<Tags> getTagss() {
return this.tagss;
}
public void setTagss(List<Tags> tagss) {
this.tagss = tagss;
if (tagss != null) {
for (int depth1 = 0; depth1 < tagss.size(); depth1++) {
putQueryParameter("Tags." + (depth1 + 1) + ".Value" , tagss.get(depth1).getValue());
putQueryParameter("Tags." + (depth1 + 1) + ".Key" , tagss.get(depth1).getKey());
}
}
}
public static class Tags {
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<ListTraceAppsResponse> getResponseClass() {
return ListTraceAppsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/ListTraceAppsResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.ListTraceAppsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListTraceAppsResponse extends AcsResponse {
private Integer code;
private String message;
private String requestId;
private Boolean success;
private List<TraceApp> traceApps;
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<TraceApp> getTraceApps() {
return this.traceApps;
}
public void setTraceApps(List<TraceApp> traceApps) {
this.traceApps = traceApps;
}
public static class TraceApp {
private String type;
private String appName;
private Long updateTime;
private Boolean show;
private Long createTime;
private String pid;
private Long appId;
private String userId;
private String regionId;
private String resourceGroupId;
private String source;
private String workloadName;
private String workloadKind;
private String namespace;
private String clusterId;
private String language;
private List<TagsItem> tags;
private List<String> labels;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public Boolean getShow() {
return this.show;
}
public void setShow(Boolean show) {
this.show = show;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
}
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getSource() {
return this.source;
}
public void setSource(String source) {
this.source = source;
}
public String getWorkloadName() {
return this.workloadName;
}
public void setWorkloadName(String workloadName) {
this.workloadName = workloadName;
}
public String getWorkloadKind() {
return this.workloadKind;
}
public void setWorkloadKind(String workloadKind) {
this.workloadKind = workloadKind;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
}
public List<TagsItem> getTags() {
return this.tags;
}
public void setTags(List<TagsItem> tags) {
this.tags = tags;
}
public List<String> getLabels() {
return this.labels;
}
public void setLabels(List<String> labels) {
this.labels = labels;
}
public static class TagsItem {
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 ListTraceAppsResponse getInstance(UnmarshallerContext context) {
return ListTraceAppsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenArmsDefaultSLRRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class OpenArmsDefaultSLRRequest extends RpcAcsRequest<OpenArmsDefaultSLRResponse> {
public OpenArmsDefaultSLRRequest() {
super("ARMS", "2019-08-08", "OpenArmsDefaultSLR", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<OpenArmsDefaultSLRResponse> getResponseClass() {
return OpenArmsDefaultSLRResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenArmsDefaultSLRResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.OpenArmsDefaultSLRResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenArmsDefaultSLRResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public OpenArmsDefaultSLRResponse getInstance(UnmarshallerContext context) {
return OpenArmsDefaultSLRResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenArmsServiceSecondVersionRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class OpenArmsServiceSecondVersionRequest extends RpcAcsRequest<OpenArmsServiceSecondVersionResponse> {
private String type;
public OpenArmsServiceSecondVersionRequest() {
super("ARMS", "2019-08-08", "OpenArmsServiceSecondVersion", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
@Override
public Class<OpenArmsServiceSecondVersionResponse> getResponseClass() {
return OpenArmsServiceSecondVersionResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenArmsServiceSecondVersionResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.OpenArmsServiceSecondVersionResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenArmsServiceSecondVersionResponse extends AcsResponse {
private String orderId;
private String requestId;
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public OpenArmsServiceSecondVersionResponse getInstance(UnmarshallerContext context) {
return OpenArmsServiceSecondVersionResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenVClusterRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class OpenVClusterRequest extends RpcAcsRequest<OpenVClusterResponse> {
private String clusterType;
private String product;
private Boolean recreateSwitch;
private Integer length;
public OpenVClusterRequest() {
super("ARMS", "2019-08-08", "OpenVCluster", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterType() {
return this.clusterType;
}
public void setClusterType(String clusterType) {
this.clusterType = clusterType;
if(clusterType != null){
putQueryParameter("ClusterType", clusterType);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Boolean getRecreateSwitch() {
return this.recreateSwitch;
}
public void setRecreateSwitch(Boolean recreateSwitch) {
this.recreateSwitch = recreateSwitch;
if(recreateSwitch != null){
putQueryParameter("RecreateSwitch", recreateSwitch.toString());
}
}
public Integer getLength() {
return this.length;
}
public void setLength(Integer length) {
this.length = length;
if(length != null){
putQueryParameter("Length", length.toString());
}
}
@Override
public Class<OpenVClusterResponse> getResponseClass() {
return OpenVClusterResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenVClusterResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.OpenVClusterResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenVClusterResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public OpenVClusterResponse getInstance(UnmarshallerContext context) {
return OpenVClusterResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenXtraceDefaultSLRRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class OpenXtraceDefaultSLRRequest extends RpcAcsRequest<OpenXtraceDefaultSLRResponse> {
public OpenXtraceDefaultSLRRequest() {
super("ARMS", "2019-08-08", "OpenXtraceDefaultSLR", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<OpenXtraceDefaultSLRResponse> getResponseClass() {
return OpenXtraceDefaultSLRResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/OpenXtraceDefaultSLRResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.OpenXtraceDefaultSLRResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenXtraceDefaultSLRResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public OpenXtraceDefaultSLRResponse getInstance(UnmarshallerContext context) {
return OpenXtraceDefaultSLRResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryAppMetadataRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryAppMetadataRequest extends RpcAcsRequest<QueryAppMetadataResponse> {
private String metaIds;
private String metaType;
private String pid;
public QueryAppMetadataRequest() {
super("ARMS", "2019-08-08", "QueryAppMetadata", "arms");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getMetaIds() {
return this.metaIds;
}
public void setMetaIds(String metaIds) {
this.metaIds = metaIds;
if(metaIds != null){
putQueryParameter("MetaIds", metaIds);
}
}
public String getMetaType() {
return this.metaType;
}
public void setMetaType(String metaType) {
this.metaType = metaType;
if(metaType != null){
putQueryParameter("MetaType", metaType);
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
@Override
public Class<QueryAppMetadataResponse> getResponseClass() {
return QueryAppMetadataResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryAppMetadataResponse.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.arms.model.v20190808;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryAppMetadataResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAppMetadataResponse extends AcsResponse {
private String requestId;
private Map<Object,Object> data;
private Integer code;
private Integer httpStatusCode;
private Boolean success;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Map<Object,Object> getData() {
return this.data;
}
public void setData(Map<Object,Object> data) {
this.data = data;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public QueryAppMetadataResponse getInstance(UnmarshallerContext context) {
return QueryAppMetadataResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryAppTopologyRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryAppTopologyRequest extends RpcAcsRequest<QueryAppTopologyResponse> {
private String rpc;
private String appType;
private Long endTime;
private String pid;
private Long startTime;
@SerializedName("filters")
private Map<String,String> filters;
private String type;
private String dbName;
private String db;
public QueryAppTopologyRequest() {
super("ARMS", "2019-08-08", "QueryAppTopology", "arms");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getRpc() {
return this.rpc;
}
public void setRpc(String rpc) {
this.rpc = rpc;
if(rpc != null){
putQueryParameter("Rpc", rpc);
}
}
public String getAppType() {
return this.appType;
}
public void setAppType(String appType) {
this.appType = appType;
if(appType != null){
putQueryParameter("AppType", appType);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public Map<String,String> getFilters() {
return this.filters;
}
public void setFilters(Map<String,String> filters) {
this.filters = filters;
if (filters != null) {
putQueryParameter("Filters" , new Gson().toJson(filters));
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public String getDbName() {
return this.dbName;
}
public void setDbName(String dbName) {
this.dbName = dbName;
if(dbName != null){
putQueryParameter("DbName", dbName);
}
}
public String getDb() {
return this.db;
}
public void setDb(String db) {
this.db = db;
if(db != null){
putQueryParameter("Db", db);
}
}
@Override
public Class<QueryAppTopologyResponse> getResponseClass() {
return QueryAppTopologyResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryAppTopologyResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryAppTopologyResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAppTopologyResponse extends AcsResponse {
@Override
public QueryAppTopologyResponse getInstance(UnmarshallerContext context) {
return QueryAppTopologyResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryCommercialUsageRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryCommercialUsageRequest extends RpcAcsRequest<QueryCommercialUsageResponse> {
private Long startTime;
private List<String> measuress;
private Integer intervalInSec;
private String queryType;
private String order;
private Long endTime;
private String orderBy;
private String metric;
private List<AdvancedFilters> advancedFilterss;
private List<String> dimensionss;
public QueryCommercialUsageRequest() {
super("ARMS", "2019-08-08", "QueryCommercialUsage", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public List<String> getMeasuress() {
return this.measuress;
}
public void setMeasuress(List<String> measuress) {
this.measuress = measuress;
if (measuress != null) {
for (int i = 0; i < measuress.size(); i++) {
putQueryParameter("Measures." + (i + 1) , measuress.get(i));
}
}
}
public Integer getIntervalInSec() {
return this.intervalInSec;
}
public void setIntervalInSec(Integer intervalInSec) {
this.intervalInSec = intervalInSec;
if(intervalInSec != null){
putQueryParameter("IntervalInSec", intervalInSec.toString());
}
}
public String getQueryType() {
return this.queryType;
}
public void setQueryType(String queryType) {
this.queryType = queryType;
if(queryType != null){
putQueryParameter("QueryType", queryType);
}
}
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
if(order != null){
putQueryParameter("Order", order);
}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public String getOrderBy() {
return this.orderBy;
}
public void setOrderBy(String orderBy) {
this.orderBy = orderBy;
if(orderBy != null){
putQueryParameter("OrderBy", orderBy);
}
}
public String getMetric() {
return this.metric;
}
public void setMetric(String metric) {
this.metric = metric;
if(metric != null){
putQueryParameter("Metric", metric);
}
}
public List<AdvancedFilters> getAdvancedFilterss() {
return this.advancedFilterss;
}
public void setAdvancedFilterss(List<AdvancedFilters> advancedFilterss) {
this.advancedFilterss = advancedFilterss;
if (advancedFilterss != null) {
for (int depth1 = 0; depth1 < advancedFilterss.size(); depth1++) {
putQueryParameter("AdvancedFilters." + (depth1 + 1) + ".OpType" , advancedFilterss.get(depth1).getOpType());
putQueryParameter("AdvancedFilters." + (depth1 + 1) + ".Value" , advancedFilterss.get(depth1).getValue());
putQueryParameter("AdvancedFilters." + (depth1 + 1) + ".Key" , advancedFilterss.get(depth1).getKey());
}
}
}
public List<String> getDimensionss() {
return this.dimensionss;
}
public void setDimensionss(List<String> dimensionss) {
this.dimensionss = dimensionss;
if (dimensionss != null) {
for (int i = 0; i < dimensionss.size(); i++) {
putQueryParameter("Dimensions." + (i + 1) , dimensionss.get(i));
}
}
}
public static class AdvancedFilters {
private String opType;
private String value;
private String key;
public String getOpType() {
return this.opType;
}
public void setOpType(String opType) {
this.opType = opType;
}
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<QueryCommercialUsageResponse> getResponseClass() {
return QueryCommercialUsageResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryCommercialUsageResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryCommercialUsageResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryCommercialUsageResponse extends AcsResponse {
private Integer code;
private Integer httpStatusCode;
private String message;
private String requestId;
private Boolean success;
private Data data;
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
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 Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Boolean complete;
private List<Map<Object,Object>> items;
public Boolean getComplete() {
return this.complete;
}
public void setComplete(Boolean complete) {
this.complete = complete;
}
public List<Map<Object,Object>> getItems() {
return this.items;
}
public void setItems(List<Map<Object,Object>> items) {
this.items = items;
}
}
@Override
public QueryCommercialUsageResponse getInstance(UnmarshallerContext context) {
return QueryCommercialUsageResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryMetricByPageRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryMetricByPageRequest extends RpcAcsRequest<QueryMetricByPageResponse> {
private Long endTime;
private String orderBy;
private Integer currentPage;
private Long startTime;
private List<Filters> filterss;
private List<String> measuress;
private Integer intervalInSec;
private String metric;
private List<String> customFilterss;
private Integer pageSize;
private String order;
private List<String> dimensionss;
public QueryMetricByPageRequest() {
super("ARMS", "2019-08-08", "QueryMetricByPage", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public String getOrderBy() {
return this.orderBy;
}
public void setOrderBy(String orderBy) {
this.orderBy = orderBy;
if(orderBy != null){
putQueryParameter("OrderBy", orderBy);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public List<Filters> getFilterss() {
return this.filterss;
}
public void setFilterss(List<Filters> filterss) {
this.filterss = filterss;
if (filterss != null) {
for (int depth1 = 0; depth1 < filterss.size(); depth1++) {
putQueryParameter("Filters." + (depth1 + 1) + ".Value" , filterss.get(depth1).getValue());
putQueryParameter("Filters." + (depth1 + 1) + ".Key" , filterss.get(depth1).getKey());
}
}
}
public List<String> getMeasuress() {
return this.measuress;
}
public void setMeasuress(List<String> measuress) {
this.measuress = measuress;
if (measuress != null) {
for (int i = 0; i < measuress.size(); i++) {
putQueryParameter("Measures." + (i + 1) , measuress.get(i));
}
}
}
public Integer getIntervalInSec() {
return this.intervalInSec;
}
public void setIntervalInSec(Integer intervalInSec) {
this.intervalInSec = intervalInSec;
if(intervalInSec != null){
putQueryParameter("IntervalInSec", intervalInSec.toString());
}
}
public String getMetric() {
return this.metric;
}
public void setMetric(String metric) {
this.metric = metric;
if(metric != null){
putQueryParameter("Metric", metric);
}
}
public List<String> getCustomFilterss() {
return this.customFilterss;
}
public void setCustomFilterss(List<String> customFilterss) {
this.customFilterss = customFilterss;
if (customFilterss != null) {
for (int i = 0; i < customFilterss.size(); i++) {
putQueryParameter("CustomFilters." + (i + 1) , customFilterss.get(i));
}
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getOrder() {
return this.order;
}
public void setOrder(String order) {
this.order = order;
if(order != null){
putQueryParameter("Order", order);
}
}
public List<String> getDimensionss() {
return this.dimensionss;
}
public void setDimensionss(List<String> dimensionss) {
this.dimensionss = dimensionss;
if (dimensionss != null) {
for (int i = 0; i < dimensionss.size(); i++) {
putQueryParameter("Dimensions." + (i + 1) , dimensionss.get(i));
}
}
}
public static class Filters {
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<QueryMetricByPageResponse> getResponseClass() {
return QueryMetricByPageResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryMetricByPageResponse.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.arms.model.v20190808;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryMetricByPageResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryMetricByPageResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private Boolean success;
private Data data;
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 Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer pageSize;
private Integer total;
private Integer page;
private Boolean completed;
private List<Map<Object,Object>> items;
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 Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
}
public Boolean getCompleted() {
return this.completed;
}
public void setCompleted(Boolean completed) {
this.completed = completed;
}
public List<Map<Object,Object>> getItems() {
return this.items;
}
public void setItems(List<Map<Object,Object>> items) {
this.items = items;
}
}
@Override
public QueryMetricByPageResponse getInstance(UnmarshallerContext context) {
return QueryMetricByPageResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryPromInstallStatusRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryPromInstallStatusRequest extends RpcAcsRequest<QueryPromInstallStatusResponse> {
private String clusterId;
public QueryPromInstallStatusRequest() {
super("ARMS", "2019-08-08", "QueryPromInstallStatus", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getClusterId() {
return this.clusterId;
}
public void setClusterId(String clusterId) {
this.clusterId = clusterId;
if(clusterId != null){
putQueryParameter("ClusterId", clusterId);
}
}
@Override
public Class<QueryPromInstallStatusResponse> getResponseClass() {
return QueryPromInstallStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryPromInstallStatusResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryPromInstallStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryPromInstallStatusResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Boolean isControllerInstalled;
public Boolean getIsControllerInstalled() {
return this.isControllerInstalled;
}
public void setIsControllerInstalled(Boolean isControllerInstalled) {
this.isControllerInstalled = isControllerInstalled;
}
}
@Override
public QueryPromInstallStatusResponse getInstance(UnmarshallerContext context) {
return QueryPromInstallStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryReleaseMetricRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class QueryReleaseMetricRequest extends RpcAcsRequest<QueryReleaseMetricResponse> {
private String changeOrderId;
private String metricType;
private Long createTime;
private String pid;
private String proxyUserId;
private Long releaseEndTime;
private String service;
private Long releaseStartTime;
public QueryReleaseMetricRequest() {
super("ARMS", "2019-08-08", "QueryReleaseMetric", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getChangeOrderId() {
return this.changeOrderId;
}
public void setChangeOrderId(String changeOrderId) {
this.changeOrderId = changeOrderId;
if(changeOrderId != null){
putQueryParameter("ChangeOrderId", changeOrderId);
}
}
public String getMetricType() {
return this.metricType;
}
public void setMetricType(String metricType) {
this.metricType = metricType;
if(metricType != null){
putQueryParameter("MetricType", metricType);
}
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
if(createTime != null){
putQueryParameter("CreateTime", createTime.toString());
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
public String getProxyUserId() {
return this.proxyUserId;
}
public void setProxyUserId(String proxyUserId) {
this.proxyUserId = proxyUserId;
if(proxyUserId != null){
putQueryParameter("ProxyUserId", proxyUserId);
}
}
public Long getReleaseEndTime() {
return this.releaseEndTime;
}
public void setReleaseEndTime(Long releaseEndTime) {
this.releaseEndTime = releaseEndTime;
if(releaseEndTime != null){
putQueryParameter("ReleaseEndTime", releaseEndTime.toString());
}
}
public String getService() {
return this.service;
}
public void setService(String service) {
this.service = service;
if(service != null){
putQueryParameter("Service", service);
}
}
public Long getReleaseStartTime() {
return this.releaseStartTime;
}
public void setReleaseStartTime(Long releaseStartTime) {
this.releaseStartTime = releaseStartTime;
if(releaseStartTime != null){
putQueryParameter("ReleaseStartTime", releaseStartTime.toString());
}
}
@Override
public Class<QueryReleaseMetricResponse> getResponseClass() {
return QueryReleaseMetricResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/QueryReleaseMetricResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.QueryReleaseMetricResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryReleaseMetricResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public QueryReleaseMetricResponse getInstance(UnmarshallerContext context) {
return QueryReleaseMetricResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RemoveAliClusterIdsFromPrometheusGlobalViewRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class RemoveAliClusterIdsFromPrometheusGlobalViewRequest extends RpcAcsRequest<RemoveAliClusterIdsFromPrometheusGlobalViewResponse> {
private String globalViewClusterId;
private String clusterIds;
private String groupName;
public RemoveAliClusterIdsFromPrometheusGlobalViewRequest() {
super("ARMS", "2019-08-08", "RemoveAliClusterIdsFromPrometheusGlobalView", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getGlobalViewClusterId() {
return this.globalViewClusterId;
}
public void setGlobalViewClusterId(String globalViewClusterId) {
this.globalViewClusterId = globalViewClusterId;
if(globalViewClusterId != null){
putQueryParameter("GlobalViewClusterId", globalViewClusterId);
}
}
public String getClusterIds() {
return this.clusterIds;
}
public void setClusterIds(String clusterIds) {
this.clusterIds = clusterIds;
if(clusterIds != null){
putQueryParameter("ClusterIds", clusterIds);
}
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
if(groupName != null){
putQueryParameter("GroupName", groupName);
}
}
@Override
public Class<RemoveAliClusterIdsFromPrometheusGlobalViewResponse> getResponseClass() {
return RemoveAliClusterIdsFromPrometheusGlobalViewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RemoveAliClusterIdsFromPrometheusGlobalViewResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.RemoveAliClusterIdsFromPrometheusGlobalViewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class RemoveAliClusterIdsFromPrometheusGlobalViewResponse extends AcsResponse {
private String requestId;
private String message;
private Integer code;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Boolean success;
private String msg;
private String info;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String getInfo() {
return this.info;
}
public void setInfo(String info) {
this.info = info;
}
}
@Override
public RemoveAliClusterIdsFromPrometheusGlobalViewResponse getInstance(UnmarshallerContext context) {
return RemoveAliClusterIdsFromPrometheusGlobalViewResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RemoveSourcesFromPrometheusGlobalViewRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class RemoveSourcesFromPrometheusGlobalViewRequest extends RpcAcsRequest<RemoveSourcesFromPrometheusGlobalViewResponse> {
private String sourceNames;
private String globalViewClusterId;
private String groupName;
public RemoveSourcesFromPrometheusGlobalViewRequest() {
super("ARMS", "2019-08-08", "RemoveSourcesFromPrometheusGlobalView", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSourceNames() {
return this.sourceNames;
}
public void setSourceNames(String sourceNames) {
this.sourceNames = sourceNames;
if(sourceNames != null){
putQueryParameter("SourceNames", sourceNames);
}
}
public String getGlobalViewClusterId() {
return this.globalViewClusterId;
}
public void setGlobalViewClusterId(String globalViewClusterId) {
this.globalViewClusterId = globalViewClusterId;
if(globalViewClusterId != null){
putQueryParameter("GlobalViewClusterId", globalViewClusterId);
}
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
if(groupName != null){
putQueryParameter("GroupName", groupName);
}
}
@Override
public Class<RemoveSourcesFromPrometheusGlobalViewResponse> getResponseClass() {
return RemoveSourcesFromPrometheusGlobalViewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RemoveSourcesFromPrometheusGlobalViewResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.RemoveSourcesFromPrometheusGlobalViewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class RemoveSourcesFromPrometheusGlobalViewResponse extends AcsResponse {
private String requestId;
private String message;
private Integer code;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Boolean success;
private String msg;
private String info;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String getInfo() {
return this.info;
}
public void setInfo(String info) {
this.info = info;
}
}
@Override
public RemoveSourcesFromPrometheusGlobalViewResponse getInstance(UnmarshallerContext context) {
return RemoveSourcesFromPrometheusGlobalViewResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RestartEnvironmentFeatureRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class RestartEnvironmentFeatureRequest extends RpcAcsRequest<RestartEnvironmentFeatureResponse> {
private String featureName;
private String environmentId;
public RestartEnvironmentFeatureRequest() {
super("ARMS", "2019-08-08", "RestartEnvironmentFeature", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFeatureName() {
return this.featureName;
}
public void setFeatureName(String featureName) {
this.featureName = featureName;
if(featureName != null){
putQueryParameter("FeatureName", featureName);
}
}
public String getEnvironmentId() {
return this.environmentId;
}
public void setEnvironmentId(String environmentId) {
this.environmentId = environmentId;
if(environmentId != null){
putQueryParameter("EnvironmentId", environmentId);
}
}
@Override
public Class<RestartEnvironmentFeatureResponse> getResponseClass() {
return RestartEnvironmentFeatureResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/RestartEnvironmentFeatureResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.RestartEnvironmentFeatureResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class RestartEnvironmentFeatureResponse extends AcsResponse {
private String requestId;
private Integer code;
private String message;
private Boolean success;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public RestartEnvironmentFeatureResponse getInstance(UnmarshallerContext context) {
return RestartEnvironmentFeatureResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SaveTraceAppConfigRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class SaveTraceAppConfigRequest extends RpcAcsRequest<SaveTraceAppConfigResponse> {
private List<Settings> settingss;
private String pid;
public SaveTraceAppConfigRequest() {
super("ARMS", "2019-08-08", "SaveTraceAppConfig", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public List<Settings> getSettingss() {
return this.settingss;
}
public void setSettingss(List<Settings> settingss) {
this.settingss = settingss;
if (settingss != null) {
for (int depth1 = 0; depth1 < settingss.size(); depth1++) {
putQueryParameter("Settings." + (depth1 + 1) + ".Value" , settingss.get(depth1).getValue());
putQueryParameter("Settings." + (depth1 + 1) + ".Key" , settingss.get(depth1).getKey());
}
}
}
public String getPid() {
return this.pid;
}
public void setPid(String pid) {
this.pid = pid;
if(pid != null){
putQueryParameter("Pid", pid);
}
}
public static class Settings {
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<SaveTraceAppConfigResponse> getResponseClass() {
return SaveTraceAppConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SaveTraceAppConfigResponse.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.arms.model.v20190808;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.SaveTraceAppConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class SaveTraceAppConfigResponse extends AcsResponse {
private String data;
private String requestId;
private String message;
private Long code;
private Boolean success;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Long getCode() {
return this.code;
}
public void setCode(Long code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public SaveTraceAppConfigResponse getInstance(UnmarshallerContext context) {
return SaveTraceAppConfigResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertContactGroupRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class SearchAlertContactGroupRequest extends RpcAcsRequest<SearchAlertContactGroupResponse> {
private Long contactId;
private Boolean isDetail;
private String contactGroupName;
private String contactName;
private String contactGroupIds;
public SearchAlertContactGroupRequest() {
super("ARMS", "2019-08-08", "SearchAlertContactGroup", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getContactId() {
return this.contactId;
}
public void setContactId(Long contactId) {
this.contactId = contactId;
if(contactId != null){
putQueryParameter("ContactId", contactId.toString());
}
}
public Boolean getIsDetail() {
return this.isDetail;
}
public void setIsDetail(Boolean isDetail) {
this.isDetail = isDetail;
if(isDetail != null){
putQueryParameter("IsDetail", isDetail.toString());
}
}
public String getContactGroupName() {
return this.contactGroupName;
}
public void setContactGroupName(String contactGroupName) {
this.contactGroupName = contactGroupName;
if(contactGroupName != null){
putQueryParameter("ContactGroupName", contactGroupName);
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
public String getContactGroupIds() {
return this.contactGroupIds;
}
public void setContactGroupIds(String contactGroupIds) {
this.contactGroupIds = contactGroupIds;
if(contactGroupIds != null){
putQueryParameter("ContactGroupIds", contactGroupIds);
}
}
@Override
public Class<SearchAlertContactGroupResponse> getResponseClass() {
return SearchAlertContactGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertContactGroupResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.SearchAlertContactGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class SearchAlertContactGroupResponse extends AcsResponse {
private String requestId;
private List<ContactGroup> contactGroups;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ContactGroup> getContactGroups() {
return this.contactGroups;
}
public void setContactGroups(List<ContactGroup> contactGroups) {
this.contactGroups = contactGroups;
}
public static class ContactGroup {
private Long updateTime;
private String contactGroupName;
private Long contactGroupId;
private Long createTime;
private String userId;
private List<Contact> contacts;
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public String getContactGroupName() {
return this.contactGroupName;
}
public void setContactGroupName(String contactGroupName) {
this.contactGroupName = contactGroupName;
}
public Long getContactGroupId() {
return this.contactGroupId;
}
public void setContactGroupId(Long contactGroupId) {
this.contactGroupId = contactGroupId;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
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 dingRobot;
private String email;
private Long contactId;
private Long createTime;
private String userId;
private String contactName;
private Boolean systemNoc;
private String phone;
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public String getDingRobot() {
return this.dingRobot;
}
public void setDingRobot(String dingRobot) {
this.dingRobot = dingRobot;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Long getContactId() {
return this.contactId;
}
public void setContactId(Long contactId) {
this.contactId = contactId;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
}
public Boolean getSystemNoc() {
return this.systemNoc;
}
public void setSystemNoc(Boolean systemNoc) {
this.systemNoc = systemNoc;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
}
}
@Override
public SearchAlertContactGroupResponse getInstance(UnmarshallerContext context) {
return SearchAlertContactGroupResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertContactRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class SearchAlertContactRequest extends RpcAcsRequest<SearchAlertContactResponse> {
private String currentPage;
private String contactIds;
private String contactName;
private String phone;
private String pageSize;
private String email;
public SearchAlertContactRequest() {
super("ARMS", "2019-08-08", "SearchAlertContact", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(String currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage);
}
}
public String getContactIds() {
return this.contactIds;
}
public void setContactIds(String contactIds) {
this.contactIds = contactIds;
if(contactIds != null){
putQueryParameter("ContactIds", contactIds);
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
if(phone != null){
putQueryParameter("Phone", phone);
}
}
public String getPageSize() {
return this.pageSize;
}
public void setPageSize(String pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize);
}
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
if(email != null){
putQueryParameter("Email", email);
}
}
@Override
public Class<SearchAlertContactResponse> getResponseClass() {
return SearchAlertContactResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertContactResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.SearchAlertContactResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class SearchAlertContactResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Integer pageNumber;
private Integer pageSize;
private Integer totalCount;
private List<Contact> contacts;
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 getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
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 dingRobot;
private String webhook;
private String email;
private Long contactId;
private Long createTime;
private String userId;
private String contactName;
private Boolean systemNoc;
private String content;
private String phone;
private String resourceGroupId;
public Long getUpdateTime() {
return this.updateTime;
}
public void setUpdateTime(Long updateTime) {
this.updateTime = updateTime;
}
public String getDingRobot() {
return this.dingRobot;
}
public void setDingRobot(String dingRobot) {
this.dingRobot = dingRobot;
}
public String getWebhook() {
return this.webhook;
}
public void setWebhook(String webhook) {
this.webhook = webhook;
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
}
public Long getContactId() {
return this.contactId;
}
public void setContactId(Long contactId) {
this.contactId = contactId;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
}
public Boolean getSystemNoc() {
return this.systemNoc;
}
public void setSystemNoc(Boolean systemNoc) {
this.systemNoc = systemNoc;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
}
}
@Override
public SearchAlertContactResponse getInstance(UnmarshallerContext context) {
return SearchAlertContactResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertHistoriesRequest.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.arms.model.v20190808;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.arms.Endpoint;
/**
* @author auto create
* @version
*/
public class SearchAlertHistoriesRequest extends RpcAcsRequest<SearchAlertHistoriesResponse> {
private Long endTime;
private Integer currentPage;
private Long startTime;
private Integer alertType;
private Integer pageSize;
private Long alertId;
public SearchAlertHistoriesRequest() {
super("ARMS", "2019-08-08", "SearchAlertHistories", "arms");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getEndTime() {
return this.endTime;
}
public void setEndTime(Long endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public Long getStartTime() {
return this.startTime;
}
public void setStartTime(Long startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime.toString());
}
}
public Integer getAlertType() {
return this.alertType;
}
public void setAlertType(Integer alertType) {
this.alertType = alertType;
if(alertType != null){
putQueryParameter("AlertType", alertType.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Long getAlertId() {
return this.alertId;
}
public void setAlertId(Long alertId) {
this.alertId = alertId;
if(alertId != null){
putQueryParameter("AlertId", alertId.toString());
}
}
@Override
public Class<SearchAlertHistoriesResponse> getResponseClass() {
return SearchAlertHistoriesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model
|
java-sources/com/aliyun/aliyun-java-sdk-arms/10.0.3/com/aliyuncs/arms/model/v20190808/SearchAlertHistoriesResponse.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.arms.model.v20190808;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.arms.transform.v20190808.SearchAlertHistoriesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class SearchAlertHistoriesResponse extends AcsResponse {
private String requestId;
private PageBean pageBean;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public PageBean getPageBean() {
return this.pageBean;
}
public void setPageBean(PageBean pageBean) {
this.pageBean = pageBean;
}
public static class PageBean {
private Integer pageNumber;
private Integer pageSize;
private Integer totalCount;
private List<AlarmHistory> alarmHistories;
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 getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<AlarmHistory> getAlarmHistories() {
return this.alarmHistories;
}
public void setAlarmHistories(List<AlarmHistory> alarmHistories) {
this.alarmHistories = alarmHistories;
}
public static class AlarmHistory {
private Long alarmTime;
private String strategyId;
private Integer alarmResponseCode;
private String emails;
private String userId;
private String alarmSources;
private String alarmContent;
private String phones;
private Integer alarmType;
private String target;
private Long id;
public Long getAlarmTime() {
return this.alarmTime;
}
public void setAlarmTime(Long alarmTime) {
this.alarmTime = alarmTime;
}
public String getStrategyId() {
return this.strategyId;
}
public void setStrategyId(String strategyId) {
this.strategyId = strategyId;
}
public Integer getAlarmResponseCode() {
return this.alarmResponseCode;
}
public void setAlarmResponseCode(Integer alarmResponseCode) {
this.alarmResponseCode = alarmResponseCode;
}
public String getEmails() {
return this.emails;
}
public void setEmails(String emails) {
this.emails = emails;
}
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getAlarmSources() {
return this.alarmSources;
}
public void setAlarmSources(String alarmSources) {
this.alarmSources = alarmSources;
}
public String getAlarmContent() {
return this.alarmContent;
}
public void setAlarmContent(String alarmContent) {
this.alarmContent = alarmContent;
}
public String getPhones() {
return this.phones;
}
public void setPhones(String phones) {
this.phones = phones;
}
public Integer getAlarmType() {
return this.alarmType;
}
public void setAlarmType(Integer alarmType) {
this.alarmType = alarmType;
}
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
}
}
@Override
public SearchAlertHistoriesResponse getInstance(UnmarshallerContext context) {
return SearchAlertHistoriesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.