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/DeleteCmsExporterRequest.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 DeleteCmsExporterRequest extends RpcAcsRequest<DeleteCmsExporterResponse> { private String clusterId; public DeleteCmsExporterRequest() { super("ARMS", "2019-08-08", "DeleteCmsExporter", "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<DeleteCmsExporterResponse> getResponseClass() { return DeleteCmsExporterResponse.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/DeleteCmsExporterResponse.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.DeleteCmsExporterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCmsExporterResponse extends AcsResponse { private String requestId; private String data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public DeleteCmsExporterResponse getInstance(UnmarshallerContext context) { return DeleteCmsExporterResponseUnmarshaller.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/DeleteContactGroupRequest.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 DeleteContactGroupRequest extends RpcAcsRequest<DeleteContactGroupResponse> { private Long contactGroupId; public DeleteContactGroupRequest() { super("ARMS", "2019-08-08", "DeleteContactGroup", "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 getContactGroupId() { return this.contactGroupId; } public void setContactGroupId(Long contactGroupId) { this.contactGroupId = contactGroupId; if(contactGroupId != null){ putQueryParameter("ContactGroupId", contactGroupId.toString()); } } @Override public Class<DeleteContactGroupResponse> getResponseClass() { return DeleteContactGroupResponse.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/DeleteContactGroupResponse.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.DeleteContactGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteContactGroupResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteContactGroupResponse getInstance(UnmarshallerContext context) { return DeleteContactGroupResponseUnmarshaller.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/DeleteContactRequest.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 DeleteContactRequest extends RpcAcsRequest<DeleteContactResponse> { private Long contactId; public DeleteContactRequest() { super("ARMS", "2019-08-08", "DeleteContact", "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()); } } @Override public Class<DeleteContactResponse> getResponseClass() { return DeleteContactResponse.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/DeleteContactResponse.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.DeleteContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteContactResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteContactResponse getInstance(UnmarshallerContext context) { return DeleteContactResponseUnmarshaller.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/DeleteDispatchRuleRequest.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 DeleteDispatchRuleRequest extends RpcAcsRequest<DeleteDispatchRuleResponse> { private String id; public DeleteDispatchRuleRequest() { super("ARMS", "2019-08-08", "DeleteDispatchRule", "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 getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putQueryParameter("Id", id); } } @Override public Class<DeleteDispatchRuleResponse> getResponseClass() { return DeleteDispatchRuleResponse.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/DeleteDispatchRuleResponse.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.DeleteDispatchRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDispatchRuleResponse extends AcsResponse { private Boolean success; private String requestId; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteDispatchRuleResponse getInstance(UnmarshallerContext context) { return DeleteDispatchRuleResponseUnmarshaller.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/DeleteEnvCustomJobRequest.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 DeleteEnvCustomJobRequest extends RpcAcsRequest<DeleteEnvCustomJobResponse> { private String environmentId; private String customJobName; public DeleteEnvCustomJobRequest() { super("ARMS", "2019-08-08", "DeleteEnvCustomJob", "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 getCustomJobName() { return this.customJobName; } public void setCustomJobName(String customJobName) { this.customJobName = customJobName; if(customJobName != null){ putQueryParameter("CustomJobName", customJobName); } } @Override public Class<DeleteEnvCustomJobResponse> getResponseClass() { return DeleteEnvCustomJobResponse.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/DeleteEnvCustomJobResponse.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.DeleteEnvCustomJobResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEnvCustomJobResponse extends AcsResponse { private String requestId; private Integer code; private String data; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DeleteEnvCustomJobResponse getInstance(UnmarshallerContext context) { return DeleteEnvCustomJobResponseUnmarshaller.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/DeleteEnvPodMonitorRequest.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 DeleteEnvPodMonitorRequest extends RpcAcsRequest<DeleteEnvPodMonitorResponse> { private String podMonitorName; private String environmentId; private String namespace; public DeleteEnvPodMonitorRequest() { super("ARMS", "2019-08-08", "DeleteEnvPodMonitor", "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 getPodMonitorName() { return this.podMonitorName; } public void setPodMonitorName(String podMonitorName) { this.podMonitorName = podMonitorName; if(podMonitorName != null){ putQueryParameter("PodMonitorName", podMonitorName); } } 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<DeleteEnvPodMonitorResponse> getResponseClass() { return DeleteEnvPodMonitorResponse.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/DeleteEnvPodMonitorResponse.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.DeleteEnvPodMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEnvPodMonitorResponse extends AcsResponse { private String requestId; private Integer code; private String data; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DeleteEnvPodMonitorResponse getInstance(UnmarshallerContext context) { return DeleteEnvPodMonitorResponseUnmarshaller.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/DeleteEnvServiceMonitorRequest.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 DeleteEnvServiceMonitorRequest extends RpcAcsRequest<DeleteEnvServiceMonitorResponse> { private String serviceMonitorName; private String environmentId; private String namespace; public DeleteEnvServiceMonitorRequest() { super("ARMS", "2019-08-08", "DeleteEnvServiceMonitor", "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 getServiceMonitorName() { return this.serviceMonitorName; } public void setServiceMonitorName(String serviceMonitorName) { this.serviceMonitorName = serviceMonitorName; if(serviceMonitorName != null){ putQueryParameter("ServiceMonitorName", serviceMonitorName); } } 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<DeleteEnvServiceMonitorResponse> getResponseClass() { return DeleteEnvServiceMonitorResponse.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/DeleteEnvServiceMonitorResponse.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.DeleteEnvServiceMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEnvServiceMonitorResponse extends AcsResponse { private String requestId; private Integer code; private String data; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DeleteEnvServiceMonitorResponse getInstance(UnmarshallerContext context) { return DeleteEnvServiceMonitorResponseUnmarshaller.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/DeleteEnvironmentFeatureRequest.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 DeleteEnvironmentFeatureRequest extends RpcAcsRequest<DeleteEnvironmentFeatureResponse> { private String featureName; private String environmentId; public DeleteEnvironmentFeatureRequest() { super("ARMS", "2019-08-08", "DeleteEnvironmentFeature", "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<DeleteEnvironmentFeatureResponse> getResponseClass() { return DeleteEnvironmentFeatureResponse.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/DeleteEnvironmentFeatureResponse.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.DeleteEnvironmentFeatureResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEnvironmentFeatureResponse 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 DeleteEnvironmentFeatureResponse getInstance(UnmarshallerContext context) { return DeleteEnvironmentFeatureResponseUnmarshaller.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/DeleteEnvironmentRequest.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 DeleteEnvironmentRequest extends RpcAcsRequest<DeleteEnvironmentResponse> { private Boolean deletePromInstance; private String environmentId; public DeleteEnvironmentRequest() { super("ARMS", "2019-08-08", "DeleteEnvironment", "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 getDeletePromInstance() { return this.deletePromInstance; } public void setDeletePromInstance(Boolean deletePromInstance) { this.deletePromInstance = deletePromInstance; if(deletePromInstance != null){ putQueryParameter("DeletePromInstance", deletePromInstance.toString()); } } public String getEnvironmentId() { return this.environmentId; } public void setEnvironmentId(String environmentId) { this.environmentId = environmentId; if(environmentId != null){ putQueryParameter("EnvironmentId", environmentId); } } @Override public Class<DeleteEnvironmentResponse> getResponseClass() { return DeleteEnvironmentResponse.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/DeleteEnvironmentResponse.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.DeleteEnvironmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEnvironmentResponse extends AcsResponse { private String requestId; private Integer code; private String data; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DeleteEnvironmentResponse getInstance(UnmarshallerContext context) { return DeleteEnvironmentResponseUnmarshaller.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/DeleteEventBridgeIntegrationRequest.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 DeleteEventBridgeIntegrationRequest extends RpcAcsRequest<DeleteEventBridgeIntegrationResponse> { private Long id; public DeleteEventBridgeIntegrationRequest() { super("ARMS", "2019-08-08", "DeleteEventBridgeIntegration", "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 getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putBodyParameter("Id", id.toString()); } } @Override public Class<DeleteEventBridgeIntegrationResponse> getResponseClass() { return DeleteEventBridgeIntegrationResponse.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/DeleteEventBridgeIntegrationResponse.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.DeleteEventBridgeIntegrationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteEventBridgeIntegrationResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteEventBridgeIntegrationResponse getInstance(UnmarshallerContext context) { return DeleteEventBridgeIntegrationResponseUnmarshaller.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/DeleteGrafanaResourceRequest.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 DeleteGrafanaResourceRequest extends RpcAcsRequest<DeleteGrafanaResourceResponse> { private String clusterName; private String clusterId; public DeleteGrafanaResourceRequest() { super("ARMS", "2019-08-08", "DeleteGrafanaResource", "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 getClusterName() { return this.clusterName; } public void setClusterName(String clusterName) { this.clusterName = clusterName; if(clusterName != null){ putBodyParameter("ClusterName", clusterName); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putBodyParameter("ClusterId", clusterId); } } @Override public Class<DeleteGrafanaResourceResponse> getResponseClass() { return DeleteGrafanaResourceResponse.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/DeleteGrafanaResourceResponse.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.DeleteGrafanaResourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteGrafanaResourceResponse 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 DeleteGrafanaResourceResponse getInstance(UnmarshallerContext context) { return DeleteGrafanaResourceResponseUnmarshaller.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/DeleteGrafanaWorkspaceRequest.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 DeleteGrafanaWorkspaceRequest extends RpcAcsRequest<DeleteGrafanaWorkspaceResponse> { private String grafanaWorkspaceId; public DeleteGrafanaWorkspaceRequest() { super("ARMS", "2019-08-08", "DeleteGrafanaWorkspace", "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 getGrafanaWorkspaceId() { return this.grafanaWorkspaceId; } public void setGrafanaWorkspaceId(String grafanaWorkspaceId) { this.grafanaWorkspaceId = grafanaWorkspaceId; if(grafanaWorkspaceId != null){ putQueryParameter("GrafanaWorkspaceId", grafanaWorkspaceId); } } @Override public Class<DeleteGrafanaWorkspaceResponse> getResponseClass() { return DeleteGrafanaWorkspaceResponse.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/DeleteGrafanaWorkspaceResponse.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.DeleteGrafanaWorkspaceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteGrafanaWorkspaceResponse extends AcsResponse { private String requestId; private String message; private Integer code; private Boolean success; private String traceId; private Boolean 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 Boolean getData() { return this.data; } public void setData(Boolean data) { this.data = data; } @Override public DeleteGrafanaWorkspaceResponse getInstance(UnmarshallerContext context) { return DeleteGrafanaWorkspaceResponseUnmarshaller.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/DeleteIMRobotRequest.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 DeleteIMRobotRequest extends RpcAcsRequest<DeleteIMRobotResponse> { private Long robotId; public DeleteIMRobotRequest() { super("ARMS", "2019-08-08", "DeleteIMRobot", "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 getRobotId() { return this.robotId; } public void setRobotId(Long robotId) { this.robotId = robotId; if(robotId != null){ putQueryParameter("RobotId", robotId.toString()); } } @Override public Class<DeleteIMRobotResponse> getResponseClass() { return DeleteIMRobotResponse.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/DeleteIMRobotResponse.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.DeleteIMRobotResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteIMRobotResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteIMRobotResponse getInstance(UnmarshallerContext context) { return DeleteIMRobotResponseUnmarshaller.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/DeleteIntegrationRequest.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 DeleteIntegrationRequest extends RpcAcsRequest<DeleteIntegrationResponse> { private String integration; private String clusterId; public DeleteIntegrationRequest() { super("ARMS", "2019-08-08", "DeleteIntegration", "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 getIntegration() { return this.integration; } public void setIntegration(String integration) { this.integration = integration; if(integration != null){ putQueryParameter("Integration", integration); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putQueryParameter("ClusterId", clusterId); } } @Override public Class<DeleteIntegrationResponse> getResponseClass() { return DeleteIntegrationResponse.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/DeleteIntegrationResponse.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.DeleteIntegrationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteIntegrationResponse extends AcsResponse { private String requestId; private String data; private Integer code; private String message; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } 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 DeleteIntegrationResponse getInstance(UnmarshallerContext context) { return DeleteIntegrationResponseUnmarshaller.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/DeleteIntegrationsRequest.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 DeleteIntegrationsRequest extends RpcAcsRequest<DeleteIntegrationsResponse> { private Long integrationId; public DeleteIntegrationsRequest() { super("ARMS", "2019-08-08", "DeleteIntegrations", "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 getIntegrationId() { return this.integrationId; } public void setIntegrationId(Long integrationId) { this.integrationId = integrationId; if(integrationId != null){ putQueryParameter("IntegrationId", integrationId.toString()); } } @Override public Class<DeleteIntegrationsResponse> getResponseClass() { return DeleteIntegrationsResponse.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/DeleteIntegrationsResponse.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.DeleteIntegrationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteIntegrationsResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteIntegrationsResponse getInstance(UnmarshallerContext context) { return DeleteIntegrationsResponseUnmarshaller.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/DeleteNotificationPolicyRequest.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 DeleteNotificationPolicyRequest extends RpcAcsRequest<DeleteNotificationPolicyResponse> { private Long id; public DeleteNotificationPolicyRequest() { super("ARMS", "2019-08-08", "DeleteNotificationPolicy", "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 getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeleteNotificationPolicyResponse> getResponseClass() { return DeleteNotificationPolicyResponse.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/DeleteNotificationPolicyResponse.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.DeleteNotificationPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteNotificationPolicyResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteNotificationPolicyResponse getInstance(UnmarshallerContext context) { return DeleteNotificationPolicyResponseUnmarshaller.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/DeletePrometheusAlertRuleRequest.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 DeletePrometheusAlertRuleRequest extends RpcAcsRequest<DeletePrometheusAlertRuleResponse> { private Long alertId; private String clusterId; public DeletePrometheusAlertRuleRequest() { super("ARMS", "2019-08-08", "DeletePrometheusAlertRule", "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 getAlertId() { return this.alertId; } public void setAlertId(Long alertId) { this.alertId = alertId; if(alertId != null){ putQueryParameter("AlertId", alertId.toString()); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putQueryParameter("ClusterId", clusterId); } } @Override public Class<DeletePrometheusAlertRuleResponse> getResponseClass() { return DeletePrometheusAlertRuleResponse.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/DeletePrometheusAlertRuleResponse.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.DeletePrometheusAlertRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePrometheusAlertRuleResponse extends AcsResponse { private Boolean success; private String requestId; private Long code; private String message; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } 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; } @Override public DeletePrometheusAlertRuleResponse getInstance(UnmarshallerContext context) { return DeletePrometheusAlertRuleResponseUnmarshaller.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/DeletePrometheusGlobalViewRequest.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 DeletePrometheusGlobalViewRequest extends RpcAcsRequest<DeletePrometheusGlobalViewResponse> { private String globalViewClusterId; public DeletePrometheusGlobalViewRequest() { super("ARMS", "2019-08-08", "DeletePrometheusGlobalView", "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); } } @Override public Class<DeletePrometheusGlobalViewResponse> getResponseClass() { return DeletePrometheusGlobalViewResponse.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/DeletePrometheusGlobalViewResponse.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.DeletePrometheusGlobalViewResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePrometheusGlobalViewResponse 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 DeletePrometheusGlobalViewResponse getInstance(UnmarshallerContext context) { return DeletePrometheusGlobalViewResponseUnmarshaller.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/DeletePrometheusIntegrationRequest.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 DeletePrometheusIntegrationRequest extends RpcAcsRequest<DeletePrometheusIntegrationResponse> { private Long instanceId; private String integrationType; private String clusterId; public DeletePrometheusIntegrationRequest() { super("ARMS", "2019-08-08", "DeletePrometheusIntegration", "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 getInstanceId() { return this.instanceId; } public void setInstanceId(Long instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId.toString()); } } 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<DeletePrometheusIntegrationResponse> getResponseClass() { return DeletePrometheusIntegrationResponse.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/DeletePrometheusIntegrationResponse.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.DeletePrometheusIntegrationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePrometheusIntegrationResponse extends AcsResponse { private String requestId; private String data; private String message; private Integer code; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } 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; } @Override public DeletePrometheusIntegrationResponse getInstance(UnmarshallerContext context) { return DeletePrometheusIntegrationResponseUnmarshaller.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/DeletePrometheusMonitoringRequest.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 DeletePrometheusMonitoringRequest extends RpcAcsRequest<DeletePrometheusMonitoringResponse> { private String clusterId; private String type; private String monitoringName; public DeletePrometheusMonitoringRequest() { super("ARMS", "2019-08-08", "DeletePrometheusMonitoring", "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 String getMonitoringName() { return this.monitoringName; } public void setMonitoringName(String monitoringName) { this.monitoringName = monitoringName; if(monitoringName != null){ putQueryParameter("MonitoringName", monitoringName); } } @Override public Class<DeletePrometheusMonitoringResponse> getResponseClass() { return DeletePrometheusMonitoringResponse.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/DeletePrometheusMonitoringResponse.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.DeletePrometheusMonitoringResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePrometheusMonitoringResponse extends AcsResponse { private String requestId; private Integer code; private String data; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public DeletePrometheusMonitoringResponse getInstance(UnmarshallerContext context) { return DeletePrometheusMonitoringResponseUnmarshaller.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/DeleteRetcodeAppRequest.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 DeleteRetcodeAppRequest extends RpcAcsRequest<DeleteRetcodeAppResponse> { private String appName; private String appId; private String pid; public DeleteRetcodeAppRequest() { super("ARMS", "2019-08-08", "DeleteRetcodeApp", "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 getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getAppId() { return this.appId; } public void setAppId(String appId) { this.appId = appId; if(appId != null){ putQueryParameter("AppId", appId); } } public String getPid() { return this.pid; } public void setPid(String pid) { this.pid = pid; if(pid != null){ putQueryParameter("Pid", pid); } } @Override public Class<DeleteRetcodeAppResponse> getResponseClass() { return DeleteRetcodeAppResponse.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/DeleteRetcodeAppResponse.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.DeleteRetcodeAppResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteRetcodeAppResponse extends AcsResponse { private String data; private String requestId; private Integer code; private Boolean success; 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 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; } @Override public DeleteRetcodeAppResponse getInstance(UnmarshallerContext context) { return DeleteRetcodeAppResponseUnmarshaller.unmarshall(this, context); } }
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/DeleteRumAppRequest.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.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.arms.Endpoint; /** * @author auto create * @version */ public class DeleteRumAppRequest extends RpcAcsRequest<DeleteRumAppResponse> { private String appGroup; private String appId; private String realRegionId; public DeleteRumAppRequest() { super("ARMS", "2019-08-08", "DeleteRumApp", "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 getAppGroup() { return this.appGroup; } public void setAppGroup(String appGroup) { this.appGroup = appGroup; if(appGroup != null){ putQueryParameter("AppGroup", appGroup); } } public String getAppId() { return this.appId; } public void setAppId(String appId) { this.appId = appId; if(appId != null){ putQueryParameter("AppId", appId); } } public String getRealRegionId() { return this.realRegionId; } public void setRealRegionId(String realRegionId) { this.realRegionId = realRegionId; if(realRegionId != null){ putQueryParameter("RealRegionId", realRegionId); } } @Override public Class<DeleteRumAppResponse> getResponseClass() { return DeleteRumAppResponse.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/DeleteRumAppResponse.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.DeleteRumAppResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteRumAppResponse extends AcsResponse { private String requestId; private Integer code; private Boolean success; private String message; private Integer httpStatusCode; private String result; private String resourceGroupId; 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 Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } @Override public DeleteRumAppResponse getInstance(UnmarshallerContext context) { return DeleteRumAppResponseUnmarshaller.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/DeleteRumUploadFileRequest.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.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.arms.Endpoint; /** * @author auto create * @version */ public class DeleteRumUploadFileRequest extends RpcAcsRequest<DeleteRumUploadFileResponse> { private String pid; private String uuid; private String versionId; private String fileName; private String batchItems; public DeleteRumUploadFileRequest() { super("ARMS", "2019-08-08", "DeleteRumUploadFile", "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 getPid() { return this.pid; } public void setPid(String pid) { this.pid = pid; if(pid != null){ putQueryParameter("Pid", pid); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getVersionId() { return this.versionId; } public void setVersionId(String versionId) { this.versionId = versionId; if(versionId != null){ putQueryParameter("VersionId", versionId); } } public String getFileName() { return this.fileName; } public void setFileName(String fileName) { this.fileName = fileName; if(fileName != null){ putQueryParameter("FileName", fileName); } } public String getBatchItems() { return this.batchItems; } public void setBatchItems(String batchItems) { this.batchItems = batchItems; if(batchItems != null){ putQueryParameter("BatchItems", batchItems); } } @Override public Class<DeleteRumUploadFileResponse> getResponseClass() { return DeleteRumUploadFileResponse.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/DeleteRumUploadFileResponse.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.DeleteRumUploadFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteRumUploadFileResponse extends AcsResponse { private String requestId; private Integer code; private Boolean success; private String message; private Integer httpStatusCode; 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 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 Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public DeleteRumUploadFileResponse getInstance(UnmarshallerContext context) { return DeleteRumUploadFileResponseUnmarshaller.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/DeleteScenarioRequest.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 DeleteScenarioRequest extends RpcAcsRequest<DeleteScenarioResponse> { private Long scenarioId; public DeleteScenarioRequest() { super("ARMS", "2019-08-08", "DeleteScenario", "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 getScenarioId() { return this.scenarioId; } public void setScenarioId(Long scenarioId) { this.scenarioId = scenarioId; if(scenarioId != null){ putQueryParameter("ScenarioId", scenarioId.toString()); } } @Override public Class<DeleteScenarioResponse> getResponseClass() { return DeleteScenarioResponse.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/DeleteScenarioResponse.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.DeleteScenarioResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteScenarioResponse extends AcsResponse { private Boolean result; private String requestId; public Boolean getResult() { return this.result; } public void setResult(Boolean result) { this.result = result; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteScenarioResponse getInstance(UnmarshallerContext context) { return DeleteScenarioResponseUnmarshaller.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/DeleteSilencePolicyRequest.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 DeleteSilencePolicyRequest extends RpcAcsRequest<DeleteSilencePolicyResponse> { private Long id; public DeleteSilencePolicyRequest() { super("ARMS", "2019-08-08", "DeleteSilencePolicy", "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 getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeleteSilencePolicyResponse> getResponseClass() { return DeleteSilencePolicyResponse.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/DeleteSilencePolicyResponse.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.DeleteSilencePolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteSilencePolicyResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteSilencePolicyResponse getInstance(UnmarshallerContext context) { return DeleteSilencePolicyResponseUnmarshaller.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/DeleteSourceMapRequest.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 DeleteSourceMapRequest extends RpcAcsRequest<DeleteSourceMapResponse> { @SerializedName("fidList") private List<String> fidList; private String pid; public DeleteSourceMapRequest() { super("ARMS", "2019-08-08", "DeleteSourceMap", "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<String> getFidList() { return this.fidList; } public void setFidList(List<String> fidList) { this.fidList = fidList; if (fidList != null) { putQueryParameter("FidList" , new Gson().toJson(fidList)); } } public String getPid() { return this.pid; } public void setPid(String pid) { this.pid = pid; if(pid != null){ putQueryParameter("Pid", pid); } } @Override public Class<DeleteSourceMapResponse> getResponseClass() { return DeleteSourceMapResponse.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/DeleteSourceMapResponse.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.DeleteSourceMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteSourceMapResponse extends AcsResponse { private String requestId; private String data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public DeleteSourceMapResponse getInstance(UnmarshallerContext context) { return DeleteSourceMapResponseUnmarshaller.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/DeleteSyntheticTaskRequest.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 DeleteSyntheticTaskRequest extends RpcAcsRequest<DeleteSyntheticTaskResponse> { private List<String> taskIdss; public DeleteSyntheticTaskRequest() { super("ARMS", "2019-08-08", "DeleteSyntheticTask", "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<String> getTaskIdss() { return this.taskIdss; } public void setTaskIdss(List<String> taskIdss) { this.taskIdss = taskIdss; if (taskIdss != null) { for (int i = 0; i < taskIdss.size(); i++) { putQueryParameter("TaskIds." + (i + 1) , taskIdss.get(i)); } } } @Override public Class<DeleteSyntheticTaskResponse> getResponseClass() { return DeleteSyntheticTaskResponse.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/DeleteSyntheticTaskResponse.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.DeleteSyntheticTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteSyntheticTaskResponse extends AcsResponse { private String requestId; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public DeleteSyntheticTaskResponse getInstance(UnmarshallerContext context) { return DeleteSyntheticTaskResponseUnmarshaller.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/DeleteTimingSyntheticTaskRequest.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 DeleteTimingSyntheticTaskRequest extends RpcAcsRequest<DeleteTimingSyntheticTaskResponse> { private String resourceGroupId; private String taskId; public DeleteTimingSyntheticTaskRequest() { super("ARMS", "2019-08-08", "DeleteTimingSyntheticTask", "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 getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; if(taskId != null){ putQueryParameter("TaskId", taskId); } } @Override public Class<DeleteTimingSyntheticTaskResponse> getResponseClass() { return DeleteTimingSyntheticTaskResponse.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/DeleteTimingSyntheticTaskResponse.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.DeleteTimingSyntheticTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteTimingSyntheticTaskResponse extends AcsResponse { private String requestId; private Long code; private String message; private Boolean 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 Boolean getData() { return this.data; } public void setData(Boolean data) { this.data = data; } @Override public DeleteTimingSyntheticTaskResponse getInstance(UnmarshallerContext context) { return DeleteTimingSyntheticTaskResponseUnmarshaller.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/DeleteTraceAppRequest.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 DeleteTraceAppRequest extends RpcAcsRequest<DeleteTraceAppResponse> { @SerializedName("deleteReason") private DeleteReason deleteReason; private String appId; private String pid; private String type; public DeleteTraceAppRequest() { super("ARMS", "2019-08-08", "DeleteTraceApp", "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 DeleteReason getDeleteReason() { return this.deleteReason; } public void setDeleteReason(DeleteReason deleteReason) { this.deleteReason = deleteReason; if (deleteReason != null) { putQueryParameter("DeleteReason" , new Gson().toJson(deleteReason)); } } public String getAppId() { return this.appId; } public void setAppId(String appId) { this.appId = appId; if(appId != null){ putQueryParameter("AppId", appId); } } public String getPid() { return this.pid; } public void setPid(String pid) { this.pid = pid; if(pid != null){ putQueryParameter("Pid", pid); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public static class DeleteReason { @SerializedName("Remark") private String remark; @SerializedName("ReasonIds") private List<ReasonIdsItem> reasonIds; public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } public List<ReasonIdsItem> getReasonIds() { return this.reasonIds; } public void setReasonIds(List<ReasonIdsItem> reasonIds) { this.reasonIds = reasonIds; } public static class ReasonIdsItem { @SerializedName("Name") private String name; @SerializedName("Id") private Integer id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } } } @Override public Class<DeleteTraceAppResponse> getResponseClass() { return DeleteTraceAppResponse.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/DeleteTraceAppResponse.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.DeleteTraceAppResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteTraceAppResponse 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 DeleteTraceAppResponse getInstance(UnmarshallerContext context) { return DeleteTraceAppResponseUnmarshaller.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/DeleteWebhookContactRequest.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 DeleteWebhookContactRequest extends RpcAcsRequest<DeleteWebhookContactResponse> { private Long webhookId; public DeleteWebhookContactRequest() { super("ARMS", "2019-08-08", "DeleteWebhookContact", "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 getWebhookId() { return this.webhookId; } public void setWebhookId(Long webhookId) { this.webhookId = webhookId; if(webhookId != null){ putQueryParameter("WebhookId", webhookId.toString()); } } @Override public Class<DeleteWebhookContactResponse> getResponseClass() { return DeleteWebhookContactResponse.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/DeleteWebhookContactResponse.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.DeleteWebhookContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteWebhookContactResponse extends AcsResponse { private String requestId; private Boolean isSuccess; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } @Override public DeleteWebhookContactResponse getInstance(UnmarshallerContext context) { return DeleteWebhookContactResponseUnmarshaller.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/DescribeAddonMetricsRequest.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 DescribeAddonMetricsRequest extends RpcAcsRequest<DescribeAddonMetricsResponse> { private String addonVersion; private String aliyunLang; private String environmentType; private String name; public DescribeAddonMetricsRequest() { super("ARMS", "2019-08-08", "DescribeAddonMetrics", "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 getAddonVersion() { return this.addonVersion; } public void setAddonVersion(String addonVersion) { this.addonVersion = addonVersion; if(addonVersion != null){ putQueryParameter("AddonVersion", addonVersion); } } public String getAliyunLang() { return this.aliyunLang; } public void setAliyunLang(String aliyunLang) { this.aliyunLang = aliyunLang; if(aliyunLang != null){ putQueryParameter("AliyunLang", aliyunLang); } } public String getEnvironmentType() { return this.environmentType; } public void setEnvironmentType(String environmentType) { this.environmentType = environmentType; if(environmentType != null){ putQueryParameter("EnvironmentType", environmentType); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<DescribeAddonMetricsResponse> getResponseClass() { return DescribeAddonMetricsResponse.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/DescribeAddonMetricsResponse.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.DescribeAddonMetricsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAddonMetricsResponse 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 String group; private List<LabelsItem> labels; private List<Labels> metrics; public String getGroup() { return this.group; } public void setGroup(String group) { this.group = group; } public List<LabelsItem> getLabels() { return this.labels; } public void setLabels(List<LabelsItem> labels) { this.labels = labels; } public List<Labels> getMetrics() { return this.metrics; } public void setMetrics(List<Labels> metrics) { this.metrics = metrics; } public static class LabelsItem { private String description; private String key; private String source; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; } } public static class Labels { private String description; private String type; private String unit; private String metric; private List<LabelsItem2> labels1; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getUnit() { return this.unit; } public void setUnit(String unit) { this.unit = unit; } public String getMetric() { return this.metric; } public void setMetric(String metric) { this.metric = metric; } public List<LabelsItem2> getLabels1() { return this.labels1; } public void setLabels1(List<LabelsItem2> labels1) { this.labels1 = labels1; } public static class LabelsItem2 { private String description; private String key; private String source; public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; } } } } @Override public DescribeAddonMetricsResponse getInstance(UnmarshallerContext context) { return DescribeAddonMetricsResponseUnmarshaller.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/DescribeAddonReleaseRequest.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 DescribeAddonReleaseRequest extends RpcAcsRequest<DescribeAddonReleaseResponse> { private String releaseName; private String environmentId; public DescribeAddonReleaseRequest() { super("ARMS", "2019-08-08", "DescribeAddonRelease", "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 getReleaseName() { return this.releaseName; } public void setReleaseName(String releaseName) { this.releaseName = releaseName; if(releaseName != null){ putQueryParameter("ReleaseName", releaseName); } } public String getEnvironmentId() { return this.environmentId; } public void setEnvironmentId(String environmentId) { this.environmentId = environmentId; if(environmentId != null){ putQueryParameter("EnvironmentId", environmentId); } } @Override public Class<DescribeAddonReleaseResponse> getResponseClass() { return DescribeAddonReleaseResponse.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/DescribeAddonReleaseResponse.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.DescribeAddonReleaseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAddonReleaseResponse extends AcsResponse { private String requestId; private String code; private String success; 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 getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } 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 String config; private Release release; public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } public Release getRelease() { return this.release; } public void setRelease(Release release) { this.release = release; } public static class Release { private String addonName; private Long alertRuleCount; private String createTime; private Long dashboardCount; private Long exporterCount; private Boolean haveConfig; private String installUserId; private String language; private String releaseId; private String releaseName; private String scene; private String status; private String updateTime; private String userID; private String version; private String environmentId; private String regionId; private Boolean managed; private List<ConditionsItem> conditions; public String getAddonName() { return this.addonName; } public void setAddonName(String addonName) { this.addonName = addonName; } public Long getAlertRuleCount() { return this.alertRuleCount; } public void setAlertRuleCount(Long alertRuleCount) { this.alertRuleCount = alertRuleCount; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public Long getDashboardCount() { return this.dashboardCount; } public void setDashboardCount(Long dashboardCount) { this.dashboardCount = dashboardCount; } public Long getExporterCount() { return this.exporterCount; } public void setExporterCount(Long exporterCount) { this.exporterCount = exporterCount; } public Boolean getHaveConfig() { return this.haveConfig; } public void setHaveConfig(Boolean haveConfig) { this.haveConfig = haveConfig; } public String getInstallUserId() { return this.installUserId; } public void setInstallUserId(String installUserId) { this.installUserId = installUserId; } public String getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; } public String getReleaseId() { return this.releaseId; } public void setReleaseId(String releaseId) { this.releaseId = releaseId; } public String getReleaseName() { return this.releaseName; } public void setReleaseName(String releaseName) { this.releaseName = releaseName; } public String getScene() { return this.scene; } public void setScene(String scene) { this.scene = scene; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getUserID() { return this.userID; } public void setUserID(String userID) { this.userID = userID; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } 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 Boolean getManaged() { return this.managed; } public void setManaged(Boolean managed) { this.managed = managed; } public List<ConditionsItem> getConditions() { return this.conditions; } public void setConditions(List<ConditionsItem> conditions) { this.conditions = conditions; } public static class ConditionsItem { private String firstTransitionTime; private String lastTransitionTime; private String message; private String reason; private String status; private String type; public String getFirstTransitionTime() { return this.firstTransitionTime; } public void setFirstTransitionTime(String firstTransitionTime) { this.firstTransitionTime = firstTransitionTime; } public String getLastTransitionTime() { return this.lastTransitionTime; } public void setLastTransitionTime(String lastTransitionTime) { this.lastTransitionTime = lastTransitionTime; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } } } } @Override public DescribeAddonReleaseResponse getInstance(UnmarshallerContext context) { return DescribeAddonReleaseResponseUnmarshaller.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/DescribeContactGroupsRequest.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 DescribeContactGroupsRequest extends RpcAcsRequest<DescribeContactGroupsResponse> { private Boolean isDetail; private String contactGroupName; private Long size; private String groupIds; private Long page; public DescribeContactGroupsRequest() { super("ARMS", "2019-08-08", "DescribeContactGroups", "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 String getContactGroupName() { return this.contactGroupName; } public void setContactGroupName(String contactGroupName) { this.contactGroupName = contactGroupName; if(contactGroupName != null){ putQueryParameter("ContactGroupName", contactGroupName); } } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; if(size != null){ putQueryParameter("Size", size.toString()); } } public String getGroupIds() { return this.groupIds; } public void setGroupIds(String groupIds) { this.groupIds = groupIds; if(groupIds != null){ putQueryParameter("GroupIds", groupIds); } } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } @Override public Class<DescribeContactGroupsResponse> getResponseClass() { return DescribeContactGroupsResponse.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/DescribeContactGroupsResponse.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.DescribeContactGroupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeContactGroupsResponse 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<ContactGroups> alertContactGroups; 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<ContactGroups> getAlertContactGroups() { return this.alertContactGroups; } public void setAlertContactGroups(List<ContactGroups> alertContactGroups) { this.alertContactGroups = alertContactGroups; } public static class ContactGroups { private Float contactGroupId; private String contactGroupName; private Long armsContactGroupId; private List<ContactsItem> contacts; public Float getContactGroupId() { return this.contactGroupId; } public void setContactGroupId(Float contactGroupId) { this.contactGroupId = contactGroupId; } public String getContactGroupName() { return this.contactGroupName; } public void setContactGroupName(String contactGroupName) { this.contactGroupName = contactGroupName; } public Long getArmsContactGroupId() { return this.armsContactGroupId; } public void setArmsContactGroupId(Long armsContactGroupId) { this.armsContactGroupId = armsContactGroupId; } public List<ContactsItem> getContacts() { return this.contacts; } public void setContacts(List<ContactsItem> contacts) { this.contacts = contacts; } public static class ContactsItem { private Float contactId; private String contactName; private String phone; private String email; private Long armsContactId; private String webhook; private String dingRobotUrl; public Float getContactId() { return this.contactId; } public void setContactId(Float contactId) { this.contactId = contactId; } public String getContactName() { return this.contactName; } public void setContactName(String contactName) { this.contactName = contactName; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public Long getArmsContactId() { return this.armsContactId; } public void setArmsContactId(Long armsContactId) { this.armsContactId = armsContactId; } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } public String getDingRobotUrl() { return this.dingRobotUrl; } public void setDingRobotUrl(String dingRobotUrl) { this.dingRobotUrl = dingRobotUrl; } } } } @Override public DescribeContactGroupsResponse getInstance(UnmarshallerContext context) { return DescribeContactGroupsResponseUnmarshaller.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/DescribeContactsRequest.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 DescribeContactsRequest extends RpcAcsRequest<DescribeContactsResponse> { private String contactIds; private String verbose; private String contactName; private Long size; private String phone; private Long page; private String email; public DescribeContactsRequest() { super("ARMS", "2019-08-08", "DescribeContacts", "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 getContactIds() { return this.contactIds; } public void setContactIds(String contactIds) { this.contactIds = contactIds; if(contactIds != null){ putQueryParameter("ContactIds", contactIds); } } public String getVerbose() { return this.verbose; } public void setVerbose(String verbose) { this.verbose = verbose; if(verbose != null){ putQueryParameter("Verbose", verbose); } } public String getContactName() { return this.contactName; } public void setContactName(String contactName) { this.contactName = contactName; if(contactName != null){ putQueryParameter("ContactName", contactName); } } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; if(size != null){ putQueryParameter("Size", size.toString()); } } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; if(phone != null){ putQueryParameter("Phone", phone); } } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } @Override public Class<DescribeContactsResponse> getResponseClass() { return DescribeContactsResponse.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/DescribeContactsResponse.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.DescribeContactsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeContactsResponse 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<Contacts> alertContacts; 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<Contacts> getAlertContacts() { return this.alertContacts; } public void setAlertContacts(List<Contacts> alertContacts) { this.alertContacts = alertContacts; } public static class Contacts { private Float contactId; private String contactName; private String phone; private String email; private Boolean isVerify; private Long reissueSendNotice; private Boolean isEmailVerify; private Long armsContactId; private String dingRobotUrl; private String webhook; public Float getContactId() { return this.contactId; } public void setContactId(Float contactId) { this.contactId = contactId; } public String getContactName() { return this.contactName; } public void setContactName(String contactName) { this.contactName = contactName; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public Boolean getIsVerify() { return this.isVerify; } public void setIsVerify(Boolean isVerify) { this.isVerify = isVerify; } public Long getReissueSendNotice() { return this.reissueSendNotice; } public void setReissueSendNotice(Long reissueSendNotice) { this.reissueSendNotice = reissueSendNotice; } public Boolean getIsEmailVerify() { return this.isEmailVerify; } public void setIsEmailVerify(Boolean isEmailVerify) { this.isEmailVerify = isEmailVerify; } public Long getArmsContactId() { return this.armsContactId; } public void setArmsContactId(Long armsContactId) { this.armsContactId = armsContactId; } public String getDingRobotUrl() { return this.dingRobotUrl; } public void setDingRobotUrl(String dingRobotUrl) { this.dingRobotUrl = dingRobotUrl; } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } } } @Override public DescribeContactsResponse getInstance(UnmarshallerContext context) { return DescribeContactsResponseUnmarshaller.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/DescribeDispatchRuleRequest.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 DescribeDispatchRuleRequest extends RpcAcsRequest<DescribeDispatchRuleResponse> { private String id; public DescribeDispatchRuleRequest() { super("ARMS", "2019-08-08", "DescribeDispatchRule", "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 getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putQueryParameter("Id", id); } } @Override public Class<DescribeDispatchRuleResponse> getResponseClass() { return DescribeDispatchRuleResponse.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/DescribeDispatchRuleResponse.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.DescribeDispatchRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDispatchRuleResponse extends AcsResponse { private String requestId; private DispatchRule dispatchRule; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public DispatchRule getDispatchRule() { return this.dispatchRule; } public void setDispatchRule(DispatchRule dispatchRule) { this.dispatchRule = dispatchRule; } public static class DispatchRule { private String name; private Boolean isRecover; private String dispatchType; private String state; private Long ruleId; private List<GroupRule> groupRules; private List<NotifyRule> notifyRules; private LabelMatchExpressionGrid labelMatchExpressionGrid; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Boolean getIsRecover() { return this.isRecover; } public void setIsRecover(Boolean isRecover) { this.isRecover = isRecover; } public String getDispatchType() { return this.dispatchType; } public void setDispatchType(String dispatchType) { this.dispatchType = dispatchType; } 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; } public List<GroupRule> getGroupRules() { return this.groupRules; } public void setGroupRules(List<GroupRule> groupRules) { this.groupRules = groupRules; } public List<NotifyRule> getNotifyRules() { return this.notifyRules; } public void setNotifyRules(List<NotifyRule> notifyRules) { this.notifyRules = notifyRules; } public LabelMatchExpressionGrid getLabelMatchExpressionGrid() { return this.labelMatchExpressionGrid; } public void setLabelMatchExpressionGrid(LabelMatchExpressionGrid labelMatchExpressionGrid) { this.labelMatchExpressionGrid = labelMatchExpressionGrid; } public static class GroupRule { private Long repeatInterval; private Long groupId; private Long groupWaitTime; private Long groupInterval; private List<String> groupingFields; public Long getRepeatInterval() { return this.repeatInterval; } public void setRepeatInterval(Long repeatInterval) { this.repeatInterval = repeatInterval; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Long getGroupWaitTime() { return this.groupWaitTime; } public void setGroupWaitTime(Long groupWaitTime) { this.groupWaitTime = groupWaitTime; } 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 List<NotifyObject> notifyObjects; private List<String> notifyChannels; public List<NotifyObject> getNotifyObjects() { return this.notifyObjects; } public void setNotifyObjects(List<NotifyObject> notifyObjects) { this.notifyObjects = notifyObjects; } public List<String> getNotifyChannels() { return this.notifyChannels; } public void setNotifyChannels(List<String> notifyChannels) { this.notifyChannels = notifyChannels; } public static class NotifyObject { private String notifyObjectId; private String notifyType; private String name; public String getNotifyObjectId() { return this.notifyObjectId; } public void setNotifyObjectId(String notifyObjectId) { this.notifyObjectId = notifyObjectId; } public String getNotifyType() { return this.notifyType; } public void setNotifyType(String notifyType) { this.notifyType = notifyType; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } } public static class LabelMatchExpressionGrid { private List<LabelMatchExpressionGroup> labelMatchExpressionGroups; public List<LabelMatchExpressionGroup> getLabelMatchExpressionGroups() { return this.labelMatchExpressionGroups; } public void setLabelMatchExpressionGroups(List<LabelMatchExpressionGroup> labelMatchExpressionGroups) { this.labelMatchExpressionGroups = labelMatchExpressionGroups; } public static class LabelMatchExpressionGroup { private List<LabelMatchExpression> labelMatchExpressions; public List<LabelMatchExpression> getLabelMatchExpressions() { return this.labelMatchExpressions; } public void setLabelMatchExpressions(List<LabelMatchExpression> labelMatchExpressions) { this.labelMatchExpressions = labelMatchExpressions; } public static class LabelMatchExpression { 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 DescribeDispatchRuleResponse getInstance(UnmarshallerContext context) { return DescribeDispatchRuleResponseUnmarshaller.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/DescribeEnvCustomJobRequest.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 DescribeEnvCustomJobRequest extends RpcAcsRequest<DescribeEnvCustomJobResponse> { private String environmentId; private String customJobName; private Boolean encryptYaml; public DescribeEnvCustomJobRequest() { super("ARMS", "2019-08-08", "DescribeEnvCustomJob", "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 getCustomJobName() { return this.customJobName; } public void setCustomJobName(String customJobName) { this.customJobName = customJobName; if(customJobName != null){ putQueryParameter("CustomJobName", customJobName); } } public Boolean getEncryptYaml() { return this.encryptYaml; } public void setEncryptYaml(Boolean encryptYaml) { this.encryptYaml = encryptYaml; if(encryptYaml != null){ putQueryParameter("EncryptYaml", encryptYaml.toString()); } } @Override public Class<DescribeEnvCustomJobResponse> getResponseClass() { return DescribeEnvCustomJobResponse.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/DescribeEnvCustomJobResponse.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.DescribeEnvCustomJobResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEnvCustomJobResponse extends AcsResponse { private String requestId; private Integer code; private String message; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String environmentId; private String regionId; private String customJobName; private String configYaml; private String status; 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; } } @Override public DescribeEnvCustomJobResponse getInstance(UnmarshallerContext context) { return DescribeEnvCustomJobResponseUnmarshaller.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/DescribeEnvPodMonitorRequest.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 DescribeEnvPodMonitorRequest extends RpcAcsRequest<DescribeEnvPodMonitorResponse> { private String podMonitorName; private String environmentId; private String namespace; public DescribeEnvPodMonitorRequest() { super("ARMS", "2019-08-08", "DescribeEnvPodMonitor", "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 getPodMonitorName() { return this.podMonitorName; } public void setPodMonitorName(String podMonitorName) { this.podMonitorName = podMonitorName; if(podMonitorName != null){ putQueryParameter("PodMonitorName", podMonitorName); } } 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<DescribeEnvPodMonitorResponse> getResponseClass() { return DescribeEnvPodMonitorResponse.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/DescribeEnvPodMonitorResponse.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.DescribeEnvPodMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEnvPodMonitorResponse extends AcsResponse { private String requestId; private Integer code; private String message; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String environmentId; private String regionId; private String namespace; private String podMonitorName; private String configYaml; private String status; 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 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; } } @Override public DescribeEnvPodMonitorResponse getInstance(UnmarshallerContext context) { return DescribeEnvPodMonitorResponseUnmarshaller.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/DescribeEnvServiceMonitorRequest.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 DescribeEnvServiceMonitorRequest extends RpcAcsRequest<DescribeEnvServiceMonitorResponse> { private String serviceMonitorName; private String environmentId; private String namespace; public DescribeEnvServiceMonitorRequest() { super("ARMS", "2019-08-08", "DescribeEnvServiceMonitor", "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 getServiceMonitorName() { return this.serviceMonitorName; } public void setServiceMonitorName(String serviceMonitorName) { this.serviceMonitorName = serviceMonitorName; if(serviceMonitorName != null){ putQueryParameter("ServiceMonitorName", serviceMonitorName); } } 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<DescribeEnvServiceMonitorResponse> getResponseClass() { return DescribeEnvServiceMonitorResponse.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/DescribeEnvServiceMonitorResponse.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.DescribeEnvServiceMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEnvServiceMonitorResponse extends AcsResponse { private String requestId; private Integer code; private String message; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String environmentId; private String namespace; private String regionId; private String serviceMonitorName; private String configYaml; private String status; 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 getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } 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; } } @Override public DescribeEnvServiceMonitorResponse getInstance(UnmarshallerContext context) { return DescribeEnvServiceMonitorResponseUnmarshaller.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/DescribeEnvironmentFeatureRequest.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 DescribeEnvironmentFeatureRequest extends RpcAcsRequest<DescribeEnvironmentFeatureResponse> { private String aliyunLang; private String featureName; private String environmentId; public DescribeEnvironmentFeatureRequest() { super("ARMS", "2019-08-08", "DescribeEnvironmentFeature", "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 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<DescribeEnvironmentFeatureResponse> getResponseClass() { return DescribeEnvironmentFeatureResponse.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/DescribeEnvironmentFeatureResponse.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.DescribeEnvironmentFeatureResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEnvironmentFeatureResponse 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 String config; private Feature feature; private FeatureStatus featureStatus; public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } public Feature getFeature() { return this.feature; } public void setFeature(Feature feature) { this.feature = feature; } public FeatureStatus getFeatureStatus() { return this.featureStatus; } public void setFeatureStatus(FeatureStatus featureStatus) { this.featureStatus = featureStatus; } public static class Feature { private String alias; private Map<Object,Object> config; private String description; private String environmentId; private String icon; private String language; private String latestVersion; private String name; private String status; private String version; private Boolean managed; public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } 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 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 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 Boolean getManaged() { return this.managed; } public void setManaged(Boolean managed) { this.managed = managed; } } public static class FeatureStatus { private String name; private String namespace; private String status; private String securityGroupId; private String vSwitchId; private String bindResourceId; private List<FeatureContainersItem> featureContainers; private List<String> ips; 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; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getSecurityGroupId() { return this.securityGroupId; } public void setSecurityGroupId(String securityGroupId) { this.securityGroupId = securityGroupId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getBindResourceId() { return this.bindResourceId; } public void setBindResourceId(String bindResourceId) { this.bindResourceId = bindResourceId; } public List<FeatureContainersItem> getFeatureContainers() { return this.featureContainers; } public void setFeatureContainers(List<FeatureContainersItem> featureContainers) { this.featureContainers = featureContainers; } public List<String> getIps() { return this.ips; } public void setIps(List<String> ips) { this.ips = ips; } public static class FeatureContainersItem { private String image; private String name; private List<String> args; public String getImage() { return this.image; } public void setImage(String image) { this.image = image; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public List<String> getArgs() { return this.args; } public void setArgs(List<String> args) { this.args = args; } } } } @Override public DescribeEnvironmentFeatureResponse getInstance(UnmarshallerContext context) { return DescribeEnvironmentFeatureResponseUnmarshaller.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/DescribeEnvironmentRequest.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 DescribeEnvironmentRequest extends RpcAcsRequest<DescribeEnvironmentResponse> { private String environmentId; public DescribeEnvironmentRequest() { super("ARMS", "2019-08-08", "DescribeEnvironment", "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<DescribeEnvironmentResponse> getResponseClass() { return DescribeEnvironmentResponse.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/DescribeEnvironmentResponse.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.DescribeEnvironmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEnvironmentResponse extends AcsResponse { private String requestId; private Integer code; private String message; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String environmentId; private String environmentType; private String environmentName; private String environmentSubType; private String regionId; private String userId; private String bindResourceId; private String bindResourceType; private String bindResourceStatus; private String bindResourceProfile; private String bindVpcCidr; private String prometheusInstanceId; private String prometheusInstanceName; private String grafanaWorkspaceId; private String grafanaFolderUid; private String grafanaDatasourceUid; private String vpcId; private String grafanaFolderUrl; private String bindResourceStoreDuration; private String grafaDataSourceName; private String grafanaFolderTitle; private String managedType; private String feePackage; private String dbInstanceStatus; private String securityGroupId; private String vswitchId; private String resourceGroupId; private List<TagsItem> tags; public String getEnvironmentId() { return this.environmentId; } public void setEnvironmentId(String environmentId) { this.environmentId = environmentId; } public String getEnvironmentType() { return this.environmentType; } public void setEnvironmentType(String environmentType) { this.environmentType = environmentType; } public String getEnvironmentName() { return this.environmentName; } public void setEnvironmentName(String environmentName) { this.environmentName = environmentName; } public String getEnvironmentSubType() { return this.environmentSubType; } public void setEnvironmentSubType(String environmentSubType) { this.environmentSubType = environmentSubType; } 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 getBindResourceId() { return this.bindResourceId; } public void setBindResourceId(String bindResourceId) { this.bindResourceId = bindResourceId; } public String getBindResourceType() { return this.bindResourceType; } public void setBindResourceType(String bindResourceType) { this.bindResourceType = bindResourceType; } public String getBindResourceStatus() { return this.bindResourceStatus; } public void setBindResourceStatus(String bindResourceStatus) { this.bindResourceStatus = bindResourceStatus; } public String getBindResourceProfile() { return this.bindResourceProfile; } public void setBindResourceProfile(String bindResourceProfile) { this.bindResourceProfile = bindResourceProfile; } public String getBindVpcCidr() { return this.bindVpcCidr; } public void setBindVpcCidr(String bindVpcCidr) { this.bindVpcCidr = bindVpcCidr; } public String getPrometheusInstanceId() { return this.prometheusInstanceId; } public void setPrometheusInstanceId(String prometheusInstanceId) { this.prometheusInstanceId = prometheusInstanceId; } public String getPrometheusInstanceName() { return this.prometheusInstanceName; } public void setPrometheusInstanceName(String prometheusInstanceName) { this.prometheusInstanceName = prometheusInstanceName; } public String getGrafanaWorkspaceId() { return this.grafanaWorkspaceId; } public void setGrafanaWorkspaceId(String grafanaWorkspaceId) { this.grafanaWorkspaceId = grafanaWorkspaceId; } public String getGrafanaFolderUid() { return this.grafanaFolderUid; } public void setGrafanaFolderUid(String grafanaFolderUid) { this.grafanaFolderUid = grafanaFolderUid; } public String getGrafanaDatasourceUid() { return this.grafanaDatasourceUid; } public void setGrafanaDatasourceUid(String grafanaDatasourceUid) { this.grafanaDatasourceUid = grafanaDatasourceUid; } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public String getGrafanaFolderUrl() { return this.grafanaFolderUrl; } public void setGrafanaFolderUrl(String grafanaFolderUrl) { this.grafanaFolderUrl = grafanaFolderUrl; } public String getBindResourceStoreDuration() { return this.bindResourceStoreDuration; } public void setBindResourceStoreDuration(String bindResourceStoreDuration) { this.bindResourceStoreDuration = bindResourceStoreDuration; } public String getGrafaDataSourceName() { return this.grafaDataSourceName; } public void setGrafaDataSourceName(String grafaDataSourceName) { this.grafaDataSourceName = grafaDataSourceName; } public String getGrafanaFolderTitle() { return this.grafanaFolderTitle; } public void setGrafanaFolderTitle(String grafanaFolderTitle) { this.grafanaFolderTitle = grafanaFolderTitle; } 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 String getDbInstanceStatus() { return this.dbInstanceStatus; } public void setDbInstanceStatus(String dbInstanceStatus) { this.dbInstanceStatus = dbInstanceStatus; } public String getSecurityGroupId() { return this.securityGroupId; } public void setSecurityGroupId(String securityGroupId) { this.securityGroupId = securityGroupId; } public String getVswitchId() { return this.vswitchId; } public void setVswitchId(String vswitchId) { this.vswitchId = vswitchId; } 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 DescribeEnvironmentResponse getInstance(UnmarshallerContext context) { return DescribeEnvironmentResponseUnmarshaller.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/DescribeIMRobotsRequest.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 DescribeIMRobotsRequest extends RpcAcsRequest<DescribeIMRobotsResponse> { private String robotIds; private String robotName; private Long size; private Long page; public DescribeIMRobotsRequest() { super("ARMS", "2019-08-08", "DescribeIMRobots", "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 getRobotIds() { return this.robotIds; } public void setRobotIds(String robotIds) { this.robotIds = robotIds; if(robotIds != null){ putQueryParameter("RobotIds", robotIds); } } public String getRobotName() { return this.robotName; } public void setRobotName(String robotName) { this.robotName = robotName; if(robotName != null){ putQueryParameter("RobotName", robotName); } } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; if(size != null){ putQueryParameter("Size", size.toString()); } } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } @Override public Class<DescribeIMRobotsResponse> getResponseClass() { return DescribeIMRobotsResponse.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/DescribeIMRobotsResponse.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.DescribeIMRobotsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeIMRobotsResponse 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<IMRobots> alertIMRobots; 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<IMRobots> getAlertIMRobots() { return this.alertIMRobots; } public void setAlertIMRobots(List<IMRobots> alertIMRobots) { this.alertIMRobots = alertIMRobots; } public static class IMRobots { private Float robotId; private String type; private String robotName; private String robotAddr; private Boolean dailyNoc; private String dailyNocTime; private String dingSignKey; private String createTime; private List<DispatchRule> dispatchRules; public Float getRobotId() { return this.robotId; } public void setRobotId(Float robotId) { this.robotId = robotId; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getRobotName() { return this.robotName; } public void setRobotName(String robotName) { this.robotName = robotName; } public String getRobotAddr() { return this.robotAddr; } public void setRobotAddr(String robotAddr) { this.robotAddr = robotAddr; } public Boolean getDailyNoc() { return this.dailyNoc; } public void setDailyNoc(Boolean dailyNoc) { this.dailyNoc = dailyNoc; } public String getDailyNocTime() { return this.dailyNocTime; } public void setDailyNocTime(String dailyNocTime) { this.dailyNocTime = dailyNocTime; } public String getDingSignKey() { return this.dingSignKey; } public void setDingSignKey(String dingSignKey) { this.dingSignKey = dingSignKey; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public List<DispatchRule> getDispatchRules() { return this.dispatchRules; } public void setDispatchRules(List<DispatchRule> dispatchRules) { this.dispatchRules = dispatchRules; } public static class DispatchRule { 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 DescribeIMRobotsResponse getInstance(UnmarshallerContext context) { return DescribeIMRobotsResponseUnmarshaller.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/DescribePrometheusAlertRuleRequest.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 DescribePrometheusAlertRuleRequest extends RpcAcsRequest<DescribePrometheusAlertRuleResponse> { private Long alertId; private String clusterId; public DescribePrometheusAlertRuleRequest() { super("ARMS", "2019-08-08", "DescribePrometheusAlertRule", "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 getAlertId() { return this.alertId; } public void setAlertId(Long alertId) { this.alertId = alertId; if(alertId != null){ putQueryParameter("AlertId", alertId.toString()); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putQueryParameter("ClusterId", clusterId); } } @Override public Class<DescribePrometheusAlertRuleResponse> getResponseClass() { return DescribePrometheusAlertRuleResponse.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/DescribePrometheusAlertRuleResponse.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.DescribePrometheusAlertRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribePrometheusAlertRuleResponse extends AcsResponse { private String requestId; private Long code; private Boolean success; private String message; private PrometheusAlertRule prometheusAlertRule; 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 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 PrometheusAlertRule getPrometheusAlertRule() { return this.prometheusAlertRule; } public void setPrometheusAlertRule(PrometheusAlertRule prometheusAlertRule) { this.prometheusAlertRule = prometheusAlertRule; } 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; 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 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 DescribePrometheusAlertRuleResponse getInstance(UnmarshallerContext context) { return DescribePrometheusAlertRuleResponseUnmarshaller.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/DescribeTraceLicenseKeyRequest.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 DescribeTraceLicenseKeyRequest extends RpcAcsRequest<DescribeTraceLicenseKeyResponse> { public DescribeTraceLicenseKeyRequest() { super("ARMS", "2019-08-08", "DescribeTraceLicenseKey", "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<DescribeTraceLicenseKeyResponse> getResponseClass() { return DescribeTraceLicenseKeyResponse.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/DescribeTraceLicenseKeyResponse.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.DescribeTraceLicenseKeyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTraceLicenseKeyResponse extends AcsResponse { private String licenseKey; private String requestId; public String getLicenseKey() { return this.licenseKey; } public void setLicenseKey(String licenseKey) { this.licenseKey = licenseKey; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DescribeTraceLicenseKeyResponse getInstance(UnmarshallerContext context) { return DescribeTraceLicenseKeyResponseUnmarshaller.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/DescribeWebhookContactsRequest.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 DescribeWebhookContactsRequest extends RpcAcsRequest<DescribeWebhookContactsResponse> { private String webhookName; private String contactIds; private Long size; private Long page; public DescribeWebhookContactsRequest() { super("ARMS", "2019-08-08", "DescribeWebhookContacts", "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 getWebhookName() { return this.webhookName; } public void setWebhookName(String webhookName) { this.webhookName = webhookName; if(webhookName != null){ putQueryParameter("WebhookName", webhookName); } } public String getContactIds() { return this.contactIds; } public void setContactIds(String contactIds) { this.contactIds = contactIds; if(contactIds != null){ putQueryParameter("ContactIds", contactIds); } } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; if(size != null){ putQueryParameter("Size", size.toString()); } } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } @Override public Class<DescribeWebhookContactsResponse> getResponseClass() { return DescribeWebhookContactsResponse.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/DescribeWebhookContactsResponse.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.DescribeWebhookContactsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeWebhookContactsResponse 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<WebhookContactsItem> webhookContacts; 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<WebhookContactsItem> getWebhookContacts() { return this.webhookContacts; } public void setWebhookContacts(List<WebhookContactsItem> webhookContacts) { this.webhookContacts = webhookContacts; } public static class WebhookContactsItem { private Float webhookId; private String webhookName; private Long armsContactId; private Webhook webhook; public Float getWebhookId() { return this.webhookId; } public void setWebhookId(Float webhookId) { this.webhookId = webhookId; } public String getWebhookName() { return this.webhookName; } public void setWebhookName(String webhookName) { this.webhookName = webhookName; } public Long getArmsContactId() { return this.armsContactId; } public void setArmsContactId(Long armsContactId) { this.armsContactId = armsContactId; } public Webhook getWebhook() { return this.webhook; } public void setWebhook(Webhook webhook) { this.webhook = webhook; } public static class Webhook { private String method; private String url; private Map<Object,Object> bizHeaders; private Map<Object,Object> bizParams; private String body; private String recoverBody; public String getBizMethod() { return this.method; } public void setBizMethod(String method) { this.method = method; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public Map<Object,Object> getBizHeaders() { return this.bizHeaders; } public void setBizHeaders(Map<Object,Object> bizHeaders) { this.bizHeaders = bizHeaders; } public Map<Object,Object> getBizParams() { return this.bizParams; } public void setBizParams(Map<Object,Object> bizParams) { this.bizParams = bizParams; } public String getBody() { return this.body; } public void setBody(String body) { this.body = body; } public String getRecoverBody() { return this.recoverBody; } public void setRecoverBody(String recoverBody) { this.recoverBody = recoverBody; } } } } @Override public DescribeWebhookContactsResponse getInstance(UnmarshallerContext context) { return DescribeWebhookContactsResponseUnmarshaller.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/DoInsightsActionRequest.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.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.arms.Endpoint; /** * @author auto create * @version */ public class DoInsightsActionRequest extends RpcAcsRequest<DoInsightsActionResponse> { private String data; private String module; public DoInsightsActionRequest() { super("ARMS", "2019-08-08", "DoInsightsAction", "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 getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putBodyParameter("Data", data); } } public String getModule() { return this.module; } public void setModule(String module) { this.module = module; if(module != null){ putBodyParameter("Module", module); } } @Override public Class<DoInsightsActionResponse> getResponseClass() { return DoInsightsActionResponse.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/DoInsightsActionResponse.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.DoInsightsActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DoInsightsActionResponse extends AcsResponse { private String requestId; private Integer code; private Boolean success; private String message; 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 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public DoInsightsActionResponse getInstance(UnmarshallerContext context) { return DoInsightsActionResponseUnmarshaller.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/EnableMetricRequest.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 EnableMetricRequest extends RpcAcsRequest<EnableMetricResponse> { private String dropMetric; private String clusterId; public EnableMetricRequest() { super("ARMS", "2019-08-08", "EnableMetric", "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 getDropMetric() { return this.dropMetric; } public void setDropMetric(String dropMetric) { this.dropMetric = dropMetric; if(dropMetric != null){ putQueryParameter("DropMetric", dropMetric); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putQueryParameter("ClusterId", clusterId); } } @Override public Class<EnableMetricResponse> getResponseClass() { return EnableMetricResponse.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/EnableMetricResponse.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.EnableMetricResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class EnableMetricResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private Long code; private String 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } 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; } @Override public EnableMetricResponse getInstance(UnmarshallerContext context) { return EnableMetricResponseUnmarshaller.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/GetAgentDownloadUrlRequest.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 GetAgentDownloadUrlRequest extends RpcAcsRequest<GetAgentDownloadUrlResponse> { public GetAgentDownloadUrlRequest() { super("ARMS", "2019-08-08", "GetAgentDownloadUrl", "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) {} } @Override public Class<GetAgentDownloadUrlResponse> getResponseClass() { return GetAgentDownloadUrlResponse.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/GetAgentDownloadUrlResponse.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.GetAgentDownloadUrlResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAgentDownloadUrlResponse extends AcsResponse { private String armsAgentDownloadUrl; private String requestId; public String getArmsAgentDownloadUrl() { return this.armsAgentDownloadUrl; } public void setArmsAgentDownloadUrl(String armsAgentDownloadUrl) { this.armsAgentDownloadUrl = armsAgentDownloadUrl; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public GetAgentDownloadUrlResponse getInstance(UnmarshallerContext context) { return GetAgentDownloadUrlResponseUnmarshaller.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/GetAgentDownloadUrlV2Request.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.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.arms.Endpoint; /** * @author auto create * @version */ public class GetAgentDownloadUrlV2Request extends RpcAcsRequest<GetAgentDownloadUrlV2Response> { private String archType; private String osType; private String agentType; public GetAgentDownloadUrlV2Request() { super("ARMS", "2019-08-08", "GetAgentDownloadUrlV2", "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 getArchType() { return this.archType; } public void setArchType(String archType) { this.archType = archType; if(archType != null){ putQueryParameter("ArchType", archType); } } public String getOsType() { return this.osType; } public void setOsType(String osType) { this.osType = osType; if(osType != null){ putQueryParameter("OsType", osType); } } public String getAgentType() { return this.agentType; } public void setAgentType(String agentType) { this.agentType = agentType; if(agentType != null){ putQueryParameter("AgentType", agentType); } } @Override public Class<GetAgentDownloadUrlV2Response> getResponseClass() { return GetAgentDownloadUrlV2Response.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/GetAgentDownloadUrlV2Response.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.GetAgentDownloadUrlV2ResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAgentDownloadUrlV2Response extends AcsResponse { private String requestId; private String message; private Long code; private Boolean success; 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 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; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String version; private String url; public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } } @Override public GetAgentDownloadUrlV2Response getInstance(UnmarshallerContext context) { return GetAgentDownloadUrlV2ResponseUnmarshaller.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/GetAlertRulesRequest.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 GetAlertRulesRequest extends RpcAcsRequest<GetAlertRulesResponse> { private String productCode; private String alertStatus; private String clusterId; private List<Tags> tagss; private String alertNames; private String alertType; private Long size; private String alertIds; private Long page; public GetAlertRulesRequest() { super("ARMS", "2019-08-08", "GetAlertRules", "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 getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getAlertStatus() { return this.alertStatus; } public void setAlertStatus(String alertStatus) { this.alertStatus = alertStatus; if(alertStatus != null){ putQueryParameter("AlertStatus", alertStatus); } } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; if(clusterId != null){ putQueryParameter("ClusterId", clusterId); } } 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 getAlertNames() { return this.alertNames; } public void setAlertNames(String alertNames) { this.alertNames = alertNames; if(alertNames != null){ putQueryParameter("AlertNames", alertNames); } } public String getAlertType() { return this.alertType; } public void setAlertType(String alertType) { this.alertType = alertType; if(alertType != null){ putQueryParameter("AlertType", alertType); } } public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; if(size != null){ putQueryParameter("Size", size.toString()); } } public String getAlertIds() { return this.alertIds; } public void setAlertIds(String alertIds) { this.alertIds = alertIds; if(alertIds != null){ putQueryParameter("AlertIds", alertIds); } } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; if(page != null){ putQueryParameter("Page", page.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<GetAlertRulesResponse> getResponseClass() { return GetAlertRulesResponse.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/GetAlertRulesResponse.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.GetAlertRulesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAlertRulesResponse 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<AlertRulesItem> alertRules; 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<AlertRulesItem> getAlertRules() { return this.alertRules; } public void setAlertRules(List<AlertRulesItem> alertRules) { this.alertRules = alertRules; } public static class AlertRulesItem { private Long alertId; private String alertName; private String userId; private String regionId; private String alertType; private String alertStatus; private Long createdTime; private Long updatedTime; private String extend; private String notifyStrategy; private Boolean autoAddNewApplication; private String metricsType; private String alertCheckType; private String clusterId; private Long alertGroup; private String promQL; private String duration; private String level; private String message; private String durationCompareType; private List<LabelsItem> labels; private List<AnnotationsItem> annotations; private List<TagsItem> tags; private List<String> pids; private AlertRuleContent alertRuleContent; private Filters filters; public Long getAlertId() { return this.alertId; } public void setAlertId(Long alertId) { this.alertId = alertId; } public String getAlertName() { return this.alertName; } public void setAlertName(String alertName) { this.alertName = alertName; } 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 getAlertType() { return this.alertType; } public void setAlertType(String alertType) { this.alertType = alertType; } public String getAlertStatus() { return this.alertStatus; } public void setAlertStatus(String alertStatus) { this.alertStatus = alertStatus; } public Long getCreatedTime() { return this.createdTime; } public void setCreatedTime(Long createdTime) { this.createdTime = createdTime; } public Long getUpdatedTime() { return this.updatedTime; } public void setUpdatedTime(Long updatedTime) { this.updatedTime = updatedTime; } public String getExtend() { return this.extend; } public void setExtend(String extend) { this.extend = extend; } public String getNotifyStrategy() { return this.notifyStrategy; } public void setNotifyStrategy(String notifyStrategy) { this.notifyStrategy = notifyStrategy; } public Boolean getAutoAddNewApplication() { return this.autoAddNewApplication; } public void setAutoAddNewApplication(Boolean autoAddNewApplication) { this.autoAddNewApplication = autoAddNewApplication; } public String getMetricsType() { return this.metricsType; } public void setMetricsType(String metricsType) { this.metricsType = metricsType; } public String getAlertCheckType() { return this.alertCheckType; } public void setAlertCheckType(String alertCheckType) { this.alertCheckType = alertCheckType; } public String getClusterId() { return this.clusterId; } public void setClusterId(String clusterId) { this.clusterId = clusterId; } public Long getAlertGroup() { return this.alertGroup; } public void setAlertGroup(Long alertGroup) { this.alertGroup = alertGroup; } public String getPromQL() { return this.promQL; } public void setPromQL(String promQL) { this.promQL = promQL; } public String getDuration() { return this.duration; } public void setDuration(String duration) { this.duration = duration; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getDurationCompareType() { return this.durationCompareType; } public void setDurationCompareType(String durationCompareType) { this.durationCompareType = durationCompareType; } public List<LabelsItem> getLabels() { return this.labels; } public void setLabels(List<LabelsItem> labels) { this.labels = labels; } public List<AnnotationsItem> getAnnotations() { return this.annotations; } public void setAnnotations(List<AnnotationsItem> annotations) { this.annotations = annotations; } public List<TagsItem> getTags() { return this.tags; } public void setTags(List<TagsItem> tags) { this.tags = tags; } public List<String> getPids() { return this.pids; } public void setPids(List<String> pids) { this.pids = pids; } public AlertRuleContent getAlertRuleContent() { return this.alertRuleContent; } public void setAlertRuleContent(AlertRuleContent alertRuleContent) { this.alertRuleContent = alertRuleContent; } public Filters getFilters() { return this.filters; } public void setFilters(Filters filters) { this.filters = filters; } public static class LabelsItem { 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 AnnotationsItem { 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; } } public static class AlertRuleContent { private String condition; private List<AlertRuleItemsItem> alertRuleItems; public String getCondition() { return this.condition; } public void setCondition(String condition) { this.condition = condition; } public List<AlertRuleItemsItem> getAlertRuleItems() { return this.alertRuleItems; } public void setAlertRuleItems(List<AlertRuleItemsItem> alertRuleItems) { this.alertRuleItems = alertRuleItems; } public static class AlertRuleItemsItem { private Long n; private String metricKey; private String aggregate; private String operator; private String value; public Long getN() { return this.n; } public void setN(Long n) { this.n = n; } public String getMetricKey() { return this.metricKey; } public void setMetricKey(String metricKey) { this.metricKey = metricKey; } public String getAggregate() { return this.aggregate; } public void setAggregate(String aggregate) { this.aggregate = aggregate; } public String getOperator() { return this.operator; } public void setOperator(String operator) { this.operator = operator; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } public static class Filters { private List<DimFiltersItem> dimFilters; private List<CustomSLSFiltersItem> customSLSFilters; private List<String> customSLSGroupByDimensions; private List<String> customSLSWheres; public List<DimFiltersItem> getDimFilters() { return this.dimFilters; } public void setDimFilters(List<DimFiltersItem> dimFilters) { this.dimFilters = dimFilters; } public List<CustomSLSFiltersItem> getCustomSLSFilters() { return this.customSLSFilters; } public void setCustomSLSFilters(List<CustomSLSFiltersItem> customSLSFilters) { this.customSLSFilters = customSLSFilters; } public List<String> getCustomSLSGroupByDimensions() { return this.customSLSGroupByDimensions; } public void setCustomSLSGroupByDimensions(List<String> customSLSGroupByDimensions) { this.customSLSGroupByDimensions = customSLSGroupByDimensions; } public List<String> getCustomSLSWheres() { return this.customSLSWheres; } public void setCustomSLSWheres(List<String> customSLSWheres) { this.customSLSWheres = customSLSWheres; } public static class DimFiltersItem { private String filterKey; private String filterOpt; private List<String> filterValues; public String getFilterKey() { return this.filterKey; } public void setFilterKey(String filterKey) { this.filterKey = filterKey; } public String getFilterOpt() { return this.filterOpt; } public void setFilterOpt(String filterOpt) { this.filterOpt = filterOpt; } public List<String> getFilterValues() { return this.filterValues; } public void setFilterValues(List<String> filterValues) { this.filterValues = filterValues; } } public static class CustomSLSFiltersItem { private String key; private String opt; private String value; private String t; private Boolean show; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getOpt() { return this.opt; } public void setOpt(String opt) { this.opt = opt; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getT() { return this.t; } public void setT(String t) { this.t = t; } public Boolean getShow() { return this.show; } public void setShow(Boolean show) { this.show = show; } } } } } @Override public GetAlertRulesResponse getInstance(UnmarshallerContext context) { return GetAlertRulesResponseUnmarshaller.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/GetAppApiByPageRequest.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 GetAppApiByPageRequest extends RpcAcsRequest<GetAppApiByPageResponse> { private Long endTime; private Integer currentPage; private String pId; private Long startTime; private Integer pageSize; private Integer intervalMills; public GetAppApiByPageRequest() { super("ARMS", "2019-08-08", "GetAppApiByPage", "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 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 Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Integer getIntervalMills() { return this.intervalMills; } public void setIntervalMills(Integer intervalMills) { this.intervalMills = intervalMills; if(intervalMills != null){ putQueryParameter("IntervalMills", intervalMills.toString()); } } @Override public Class<GetAppApiByPageResponse> getResponseClass() { return GetAppApiByPageResponse.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/GetAppApiByPageResponse.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.GetAppApiByPageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAppApiByPageResponse extends AcsResponse { private Integer code; 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 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 String 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 String getTotal() { return this.total; } public void setTotal(String 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 GetAppApiByPageResponse getInstance(UnmarshallerContext context) { return GetAppApiByPageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }