All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.sas.model.v20181203.DescribeStrategyDetailResponse Maven / Gradle / Ivy

/*
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.aliyuncs.sas.model.v20181203;

import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.sas.transform.v20181203.DescribeStrategyDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

/**
 * @author auto create
 * @version 
 */
public class DescribeStrategyDetailResponse extends AcsResponse {

	private String requestId;

	private Strategy strategy;

	public String getRequestId() {
		return this.requestId;
	}

	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public Strategy getStrategy() {
		return this.strategy;
	}

	public void setStrategy(Strategy strategy) {
		this.strategy = strategy;
	}

	public static class Strategy {

		private Integer type;

		private Integer cycleDays;

		private String name;

		private Integer id;

		private Integer cycleStartTime;

		private String startTime;

		private String endTime;

		private String customType;

		private String targetType;

		private String riskSubTypeName;

		private List riskTypeWhiteListQueryResultList;

		public Integer getType() {
			return this.type;
		}

		public void setType(Integer type) {
			this.type = type;
		}

		public Integer getCycleDays() {
			return this.cycleDays;
		}

		public void setCycleDays(Integer cycleDays) {
			this.cycleDays = cycleDays;
		}

		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;
		}

		public Integer getCycleStartTime() {
			return this.cycleStartTime;
		}

		public void setCycleStartTime(Integer cycleStartTime) {
			this.cycleStartTime = cycleStartTime;
		}

		public String getStartTime() {
			return this.startTime;
		}

		public void setStartTime(String startTime) {
			this.startTime = startTime;
		}

		public String getEndTime() {
			return this.endTime;
		}

		public void setEndTime(String endTime) {
			this.endTime = endTime;
		}

		public String getCustomType() {
			return this.customType;
		}

		public void setCustomType(String customType) {
			this.customType = customType;
		}

		public String getTargetType() {
			return this.targetType;
		}

		public void setTargetType(String targetType) {
			this.targetType = targetType;
		}

		public String getRiskSubTypeName() {
			return this.riskSubTypeName;
		}

		public void setRiskSubTypeName(String riskSubTypeName) {
			this.riskSubTypeName = riskSubTypeName;
		}

		public List getRiskTypeWhiteListQueryResultList() {
			return this.riskTypeWhiteListQueryResultList;
		}

		public void setRiskTypeWhiteListQueryResultList(List riskTypeWhiteListQueryResultList) {
			this.riskTypeWhiteListQueryResultList = riskTypeWhiteListQueryResultList;
		}

		public static class RiskTypeWhiteListQueryResult {

			private String typeName;

			private String alias;

			private Boolean on;

			private List subTypes;

			public String getTypeName() {
				return this.typeName;
			}

			public void setTypeName(String typeName) {
				this.typeName = typeName;
			}

			public String getAlias() {
				return this.alias;
			}

			public void setAlias(String alias) {
				this.alias = alias;
			}

			public Boolean getOn() {
				return this.on;
			}

			public void setOn(Boolean on) {
				this.on = on;
			}

			public List getSubTypes() {
				return this.subTypes;
			}

			public void setSubTypes(List subTypes) {
				this.subTypes = subTypes;
			}

			public static class SubType {

				private String typeName;

				private String alias;

				private Boolean on;

				private List checkDetails;

				public String getTypeName() {
					return this.typeName;
				}

				public void setTypeName(String typeName) {
					this.typeName = typeName;
				}

				public String getAlias() {
					return this.alias;
				}

				public void setAlias(String alias) {
					this.alias = alias;
				}

				public Boolean getOn() {
					return this.on;
				}

				public void setOn(Boolean on) {
					this.on = on;
				}

				public List getCheckDetails() {
					return this.checkDetails;
				}

				public void setCheckDetails(List checkDetails) {
					this.checkDetails = checkDetails;
				}

				public static class CheckDetail {

					private Long checkId;

					private String checkItem;

					private String checkDesc;

					private List rules;

					public Long getCheckId() {
						return this.checkId;
					}

					public void setCheckId(Long checkId) {
						this.checkId = checkId;
					}

					public String getCheckItem() {
						return this.checkItem;
					}

					public void setCheckItem(String checkItem) {
						this.checkItem = checkItem;
					}

					public String getCheckDesc() {
						return this.checkDesc;
					}

					public void setCheckDesc(String checkDesc) {
						this.checkDesc = checkDesc;
					}

					public List getRules() {
						return this.rules;
					}

					public void setRules(List rules) {
						this.rules = rules;
					}

					public static class Rule {

						private Integer optional;

						private String ruleDesc;

						private Integer defaultValue;

						private String ruleId;

						private List paramList;

						public Integer getOptional() {
							return this.optional;
						}

						public void setOptional(Integer optional) {
							this.optional = optional;
						}

						public String getRuleDesc() {
							return this.ruleDesc;
						}

						public void setRuleDesc(String ruleDesc) {
							this.ruleDesc = ruleDesc;
						}

						public Integer getDefaultValue() {
							return this.defaultValue;
						}

						public void setDefaultValue(Integer defaultValue) {
							this.defaultValue = defaultValue;
						}

						public String getRuleId() {
							return this.ruleId;
						}

						public void setRuleId(String ruleId) {
							this.ruleId = ruleId;
						}

						public List getParamList() {
							return this.paramList;
						}

						public void setParamList(List paramList) {
							this.paramList = paramList;
						}

						public static class Param {

							private String paramDefaultValue;

							private String value;

							private String paramName;

							private Integer maxValue;

							private Integer paramType;

							private String paramDesc;

							private Integer minValue;

							private String enumValue;

							public String getParamDefaultValue() {
								return this.paramDefaultValue;
							}

							public void setParamDefaultValue(String paramDefaultValue) {
								this.paramDefaultValue = paramDefaultValue;
							}

							public String getValue() {
								return this.value;
							}

							public void setValue(String value) {
								this.value = value;
							}

							public String getParamName() {
								return this.paramName;
							}

							public void setParamName(String paramName) {
								this.paramName = paramName;
							}

							public Integer getMaxValue() {
								return this.maxValue;
							}

							public void setMaxValue(Integer maxValue) {
								this.maxValue = maxValue;
							}

							public Integer getParamType() {
								return this.paramType;
							}

							public void setParamType(Integer paramType) {
								this.paramType = paramType;
							}

							public String getParamDesc() {
								return this.paramDesc;
							}

							public void setParamDesc(String paramDesc) {
								this.paramDesc = paramDesc;
							}

							public Integer getMinValue() {
								return this.minValue;
							}

							public void setMinValue(Integer minValue) {
								this.minValue = minValue;
							}

							public String getEnumValue() {
								return this.enumValue;
							}

							public void setEnumValue(String enumValue) {
								this.enumValue = enumValue;
							}
						}
					}
				}
			}
		}
	}

	@Override
	public DescribeStrategyDetailResponse getInstance(UnmarshallerContext context) {
		return	DescribeStrategyDetailResponseUnmarshaller.unmarshall(this, context);
	}

	@Override
	public boolean checkShowJsonItemName() {
		return false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy