index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExecuteRuleEngineActualTimeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ExecuteRuleEngineActualTimeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExecuteRuleEngineActualTimeResponse extends AcsResponse { private String requestId; private String execResult; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getExecResult() { return this.execResult; } public void setExecResult(String execResult) { this.execResult = execResult; } @Override public ExecuteRuleEngineActualTimeResponse getInstance(UnmarshallerContext context) { return ExecuteRuleEngineActualTimeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportSuspEventsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ExportSuspEventsRequest extends RpcAcsRequest<ExportSuspEventsResponse> { public ExportSuspEventsRequest() { super("aegis", "2016-11-11", "ExportSuspEvents", "vipaegis"); } private String timeEnd; private String sourceIp; private String name; private String dealed; private String remark; private String from; private String timeStart; private String lang; private String levels; private String parentEventTypes; private String status; public String getTimeEnd() { return this.timeEnd; } public void setTimeEnd(String timeEnd) { this.timeEnd = timeEnd; if(timeEnd != null){ putQueryParameter("TimeEnd", timeEnd); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getDealed() { return this.dealed; } public void setDealed(String dealed) { this.dealed = dealed; if(dealed != null){ putQueryParameter("Dealed", dealed); } } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; if(remark != null){ putQueryParameter("Remark", remark); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getTimeStart() { return this.timeStart; } public void setTimeStart(String timeStart) { this.timeStart = timeStart; if(timeStart != null){ putQueryParameter("TimeStart", timeStart); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getLevels() { return this.levels; } public void setLevels(String levels) { this.levels = levels; if(levels != null){ putQueryParameter("Levels", levels); } } public String getParentEventTypes() { return this.parentEventTypes; } public void setParentEventTypes(String parentEventTypes) { this.parentEventTypes = parentEventTypes; if(parentEventTypes != null){ putQueryParameter("ParentEventTypes", parentEventTypes); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ExportSuspEventsResponse> getResponseClass() { return ExportSuspEventsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportSuspEventsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ExportSuspEventsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExportSuspEventsResponse extends AcsResponse { private String requestId; private Integer fileName; private Integer id; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getFileName() { return this.fileName; } public void setFileName(Integer fileName) { this.fileName = fileName; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } @Override public ExportSuspEventsResponse getInstance(UnmarshallerContext context) { return ExportSuspEventsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportVulRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ExportVulRequest extends RpcAcsRequest<ExportVulResponse> { public ExportVulRequest() { super("aegis", "2016-11-11", "ExportVul", "vipaegis"); } private String batchName; private String aliasName; private String statusList; private String sourceIp; private String level; private String resource; private String name; private String dealed; private String lang; private String type; private String necessity; private String uuids; public String getBatchName() { return this.batchName; } public void setBatchName(String batchName) { this.batchName = batchName; if(batchName != null){ putQueryParameter("BatchName", batchName); } } public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; if(aliasName != null){ putQueryParameter("AliasName", aliasName); } } public String getStatusList() { return this.statusList; } public void setStatusList(String statusList) { this.statusList = statusList; if(statusList != null){ putQueryParameter("StatusList", statusList); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getResource() { return this.resource; } public void setResource(String resource) { this.resource = resource; if(resource != null){ putQueryParameter("Resource", resource); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getDealed() { return this.dealed; } public void setDealed(String dealed) { this.dealed = dealed; if(dealed != null){ putQueryParameter("Dealed", dealed); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getNecessity() { return this.necessity; } public void setNecessity(String necessity) { this.necessity = necessity; if(necessity != null){ putQueryParameter("Necessity", necessity); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ExportVulResponse> getResponseClass() { return ExportVulResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportVulResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ExportVulResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExportVulResponse extends AcsResponse { private String requestId; private Long id; private String fileName; private Integer currentCount; private Integer totalCount; private Integer progress; private String exportStatus; private String message; private String link; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getFileName() { return this.fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public Integer getCurrentCount() { return this.currentCount; } public void setCurrentCount(Integer currentCount) { this.currentCount = currentCount; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getProgress() { return this.progress; } public void setProgress(Integer progress) { this.progress = progress; } public String getExportStatus() { return this.exportStatus; } public void setExportStatus(String exportStatus) { this.exportStatus = exportStatus; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getLink() { return this.link; } public void setLink(String link) { this.link = link; } @Override public ExportVulResponse getInstance(UnmarshallerContext context) { return ExportVulResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportWarningRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ExportWarningRequest extends RpcAcsRequest<ExportWarningResponse> { public ExportWarningRequest() { super("aegis", "2016-11-11", "ExportWarning", "vipaegis"); } private String statusList; private String riskLevels; private String exportType; private String dealed; private String typeNames; private Integer isSummaryExport; private String riskName; private String riskIds; private String sourceIp; private Long strategyId; private String lang; private String typeName; private String subTypeNames; private String uuids; public String getStatusList() { return this.statusList; } public void setStatusList(String statusList) { this.statusList = statusList; if(statusList != null){ putQueryParameter("StatusList", statusList); } } public String getRiskLevels() { return this.riskLevels; } public void setRiskLevels(String riskLevels) { this.riskLevels = riskLevels; if(riskLevels != null){ putQueryParameter("RiskLevels", riskLevels); } } public String getExportType() { return this.exportType; } public void setExportType(String exportType) { this.exportType = exportType; if(exportType != null){ putQueryParameter("ExportType", exportType); } } public String getDealed() { return this.dealed; } public void setDealed(String dealed) { this.dealed = dealed; if(dealed != null){ putQueryParameter("Dealed", dealed); } } public String getTypeNames() { return this.typeNames; } public void setTypeNames(String typeNames) { this.typeNames = typeNames; if(typeNames != null){ putQueryParameter("TypeNames", typeNames); } } public Integer getIsSummaryExport() { return this.isSummaryExport; } public void setIsSummaryExport(Integer isSummaryExport) { this.isSummaryExport = isSummaryExport; if(isSummaryExport != null){ putQueryParameter("IsSummaryExport", isSummaryExport.toString()); } } public String getRiskName() { return this.riskName; } public void setRiskName(String riskName) { this.riskName = riskName; if(riskName != null){ putQueryParameter("RiskName", riskName); } } public String getRiskIds() { return this.riskIds; } public void setRiskIds(String riskIds) { this.riskIds = riskIds; if(riskIds != null){ putQueryParameter("RiskIds", riskIds); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; if(strategyId != null){ putQueryParameter("StrategyId", strategyId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getTypeName() { return this.typeName; } public void setTypeName(String typeName) { this.typeName = typeName; if(typeName != null){ putQueryParameter("TypeName", typeName); } } public String getSubTypeNames() { return this.subTypeNames; } public void setSubTypeNames(String subTypeNames) { this.subTypeNames = subTypeNames; if(subTypeNames != null){ putQueryParameter("SubTypeNames", subTypeNames); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ExportWarningResponse> getResponseClass() { return ExportWarningResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ExportWarningResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ExportWarningResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExportWarningResponse extends AcsResponse { private String requestId; private Long id; private String fileName; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getFileName() { return this.fileName; } public void setFileName(String fileName) { this.fileName = fileName; } @Override public ExportWarningResponse getInstance(UnmarshallerContext context) { return ExportWarningResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetAccountStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class GetAccountStatisticsRequest extends RpcAcsRequest<GetAccountStatisticsResponse> { public GetAccountStatisticsRequest() { super("aegis", "2016-11-11", "GetAccountStatistics", "vipaegis"); } private String endTime; private String startTime; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } @Override public Class<GetAccountStatisticsResponse> getResponseClass() { return GetAccountStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetAccountStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.GetAccountStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAccountStatisticsResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer remoteLogin; private Integer crackSuccess; public Integer getRemoteLogin() { return this.remoteLogin; } public void setRemoteLogin(Integer remoteLogin) { this.remoteLogin = remoteLogin; } public Integer getCrackSuccess() { return this.crackSuccess; } public void setCrackSuccess(Integer crackSuccess) { this.crackSuccess = crackSuccess; } } @Override public GetAccountStatisticsResponse getInstance(UnmarshallerContext context) { return GetAccountStatisticsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetCrackStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class GetCrackStatisticsRequest extends RpcAcsRequest<GetCrackStatisticsResponse> { public GetCrackStatisticsRequest() { super("aegis", "2016-11-11", "GetCrackStatistics", "vipaegis"); } private String endTime; private String startTime; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } @Override public Class<GetCrackStatisticsResponse> getResponseClass() { return GetCrackStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetCrackStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.GetCrackStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCrackStatisticsResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer intercepted; public Integer getIntercepted() { return this.intercepted; } public void setIntercepted(Integer intercepted) { this.intercepted = intercepted; } } @Override public GetCrackStatisticsResponse getInstance(UnmarshallerContext context) { return GetCrackStatisticsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetEntityListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class GetEntityListRequest extends RpcAcsRequest<GetEntityListResponse> { public GetEntityListRequest() { super("aegis", "2016-11-11", "GetEntityList", "vipaegis"); } private Long groupId; private Integer pageSize; private String remark; private String eventType; private Integer currentPage; private String regionNo; public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; if(remark != null){ putQueryParameter("Remark", remark); } } public String getEventType() { return this.eventType; } public void setEventType(String eventType) { this.eventType = eventType; if(eventType != null){ putQueryParameter("EventType", eventType); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; if(regionNo != null){ putQueryParameter("RegionNo", regionNo); } } @Override public Class<GetEntityListResponse> getResponseClass() { return GetEntityListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetEntityListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.GetEntityListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEntityListResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private List<Entity> list; private PageInfo pageInfo; public List<Entity> getList() { return this.list; } public void setList(List<Entity> list) { this.list = list; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class Entity { private String uuid; private Long groupId; private String ip; private String instanceName; private String instanceId; private String region; private String os; private String flag; private String buyVersion; private Boolean aegisOnline; private String aegisVersion; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getOs() { return this.os; } public void setOs(String os) { this.os = os; } public String getFlag() { return this.flag; } public void setFlag(String flag) { this.flag = flag; } public String getBuyVersion() { return this.buyVersion; } public void setBuyVersion(String buyVersion) { this.buyVersion = buyVersion; } public Boolean getAegisOnline() { return this.aegisOnline; } public void setAegisOnline(Boolean aegisOnline) { this.aegisOnline = aegisOnline; } public String getAegisVersion() { return this.aegisVersion; } public void setAegisVersion(String aegisVersion) { this.aegisVersion = aegisVersion; } } public static class PageInfo { private Integer currentPage; private Integer pageSize; private Integer totalCount; private Integer count; public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } } } @Override public GetEntityListResponse getInstance(UnmarshallerContext context) { return GetEntityListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetStatisticsByUuidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class GetStatisticsByUuidRequest extends RpcAcsRequest<GetStatisticsByUuidResponse> { public GetStatisticsByUuidRequest() { super("aegis", "2016-11-11", "GetStatisticsByUuid", "vipaegis"); } private String uuid; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } @Override public Class<GetStatisticsByUuidResponse> getResponseClass() { return GetStatisticsByUuidResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetStatisticsByUuidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.GetStatisticsByUuidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStatisticsByUuidResponse extends AcsResponse { private String requestId; private String code; private Boolean success; private String message; private List<Entity> 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 Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public List<Entity> getData() { return this.data; } public void setData(List<Entity> data) { this.data = data; } public static class Entity { private String uuid; private Integer account; private Integer health; private Integer patch; private Integer trojan; private Boolean online; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public Integer getAccount() { return this.account; } public void setAccount(Integer account) { this.account = account; } public Integer getHealth() { return this.health; } public void setHealth(Integer health) { this.health = health; } public Integer getPatch() { return this.patch; } public void setPatch(Integer patch) { this.patch = patch; } public Integer getTrojan() { return this.trojan; } public void setTrojan(Integer trojan) { this.trojan = trojan; } public Boolean getOnline() { return this.online; } public void setOnline(Boolean online) { this.online = online; } } @Override public GetStatisticsByUuidResponse getInstance(UnmarshallerContext context) { return GetStatisticsByUuidResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class GetStatisticsRequest extends RpcAcsRequest<GetStatisticsResponse> { public GetStatisticsRequest() { super("aegis", "2016-11-11", "GetStatistics", "vipaegis"); } private String endTime; private String startTime; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } @Override public Class<GetStatisticsResponse> getResponseClass() { return GetStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/GetStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.GetStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStatisticsResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer account; private Integer health; private Integer patch; private Integer trojan; public Integer getAccount() { return this.account; } public void setAccount(Integer account) { this.account = account; } public Integer getHealth() { return this.health; } public void setHealth(Integer health) { this.health = health; } public Integer getPatch() { return this.patch; } public void setPatch(Integer patch) { this.patch = patch; } public Integer getTrojan() { return this.trojan; } public void setTrojan(Integer trojan) { this.trojan = trojan; } } @Override public GetStatisticsResponse getInstance(UnmarshallerContext context) { return GetStatisticsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/IgnoreHcCheckWarningsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class IgnoreHcCheckWarningsRequest extends RpcAcsRequest<IgnoreHcCheckWarningsResponse> { public IgnoreHcCheckWarningsRequest() { super("aegis", "2016-11-11", "IgnoreHcCheckWarnings", "vipaegis"); } private String reason; private String sourceIp; private String checkWarningIds; private String riskId; private Long type; public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getCheckWarningIds() { return this.checkWarningIds; } public void setCheckWarningIds(String checkWarningIds) { this.checkWarningIds = checkWarningIds; if(checkWarningIds != null){ putQueryParameter("CheckWarningIds", checkWarningIds); } } public String getRiskId() { return this.riskId; } public void setRiskId(String riskId) { this.riskId = riskId; if(riskId != null){ putQueryParameter("RiskId", riskId); } } public Long getType() { return this.type; } public void setType(Long type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } @Override public Class<IgnoreHcCheckWarningsResponse> getResponseClass() { return IgnoreHcCheckWarningsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/IgnoreHcCheckWarningsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.IgnoreHcCheckWarningsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class IgnoreHcCheckWarningsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public IgnoreHcCheckWarningsResponse getInstance(UnmarshallerContext context) { return IgnoreHcCheckWarningsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyAssetGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyAssetGroupRequest extends RpcAcsRequest<ModifyAssetGroupResponse> { public ModifyAssetGroupRequest() { super("aegis", "2016-11-11", "ModifyAssetGroup", "vipaegis"); } private String sourceIp; private Long groupId; private String uuids; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ModifyAssetGroupResponse> getResponseClass() { return ModifyAssetGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyAssetGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyAssetGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyAssetGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyAssetGroupResponse getInstance(UnmarshallerContext context) { return ModifyAssetGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyAutoDelConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyAutoDelConfigRequest extends RpcAcsRequest<ModifyAutoDelConfigResponse> { public ModifyAutoDelConfigRequest() { super("aegis", "2016-11-11", "ModifyAutoDelConfig", "vipaegis"); } private String sourceIp; private Integer days; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer getDays() { return this.days; } public void setDays(Integer days) { this.days = days; if(days != null){ putQueryParameter("Days", days.toString()); } } @Override public Class<ModifyAutoDelConfigResponse> getResponseClass() { return ModifyAutoDelConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyAutoDelConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyAutoDelConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyAutoDelConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyAutoDelConfigResponse getInstance(UnmarshallerContext context) { return ModifyAutoDelConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyBatchIgnoreVulRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyBatchIgnoreVulRequest extends RpcAcsRequest<ModifyBatchIgnoreVulResponse> { public ModifyBatchIgnoreVulRequest() { super("aegis", "2016-11-11", "ModifyBatchIgnoreVul", "vipaegis"); } private String reason; private String sourceIp; private String info; public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getInfo() { return this.info; } public void setInfo(String info) { this.info = info; if(info != null){ putQueryParameter("Info", info); } } @Override public Class<ModifyBatchIgnoreVulResponse> getResponseClass() { return ModifyBatchIgnoreVulResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyBatchIgnoreVulResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyBatchIgnoreVulResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyBatchIgnoreVulResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyBatchIgnoreVulResponse getInstance(UnmarshallerContext context) { return ModifyBatchIgnoreVulResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyClearLogstoreStorageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyClearLogstoreStorageRequest extends RpcAcsRequest<ModifyClearLogstoreStorageResponse> { public ModifyClearLogstoreStorageRequest() { super("aegis", "2016-11-11", "ModifyClearLogstoreStorage", "vipaegis"); } private String from; private String lang; public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<ModifyClearLogstoreStorageResponse> getResponseClass() { return ModifyClearLogstoreStorageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyClearLogstoreStorageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyClearLogstoreStorageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyClearLogstoreStorageResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyClearLogstoreStorageResponse getInstance(UnmarshallerContext context) { return ModifyClearLogstoreStorageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyConcernNecessityRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyConcernNecessityRequest extends RpcAcsRequest<ModifyConcernNecessityResponse> { public ModifyConcernNecessityRequest() { super("aegis", "2016-11-11", "ModifyConcernNecessity", "vipaegis"); } private String sourceIp; private String lang; private String concernNecessity; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getConcernNecessity() { return this.concernNecessity; } public void setConcernNecessity(String concernNecessity) { this.concernNecessity = concernNecessity; if(concernNecessity != null){ putQueryParameter("ConcernNecessity", concernNecessity); } } @Override public Class<ModifyConcernNecessityResponse> getResponseClass() { return ModifyConcernNecessityResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyConcernNecessityResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyConcernNecessityResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyConcernNecessityResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyConcernNecessityResponse getInstance(UnmarshallerContext context) { return ModifyConcernNecessityResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyEmgVulSubmitRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyEmgVulSubmitRequest extends RpcAcsRequest<ModifyEmgVulSubmitResponse> { public ModifyEmgVulSubmitRequest() { super("aegis", "2016-11-11", "ModifyEmgVulSubmit", "vipaegis"); } private String sourceIp; private String name; private String userAgreement; private String lang; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getUserAgreement() { return this.userAgreement; } public void setUserAgreement(String userAgreement) { this.userAgreement = userAgreement; if(userAgreement != null){ putQueryParameter("UserAgreement", userAgreement); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<ModifyEmgVulSubmitResponse> getResponseClass() { return ModifyEmgVulSubmitResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyEmgVulSubmitResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyEmgVulSubmitResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyEmgVulSubmitResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyEmgVulSubmitResponse getInstance(UnmarshallerContext context) { return ModifyEmgVulSubmitResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyLogMetaStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyLogMetaStatusRequest extends RpcAcsRequest<ModifyLogMetaStatusResponse> { public ModifyLogMetaStatusRequest() { super("aegis", "2016-11-11", "ModifyLogMetaStatus", "vipaegis"); } private String sourceIp; private String project; private String from; private String lang; private String logStore; private String status; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; if(project != null){ putQueryParameter("Project", project); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getLogStore() { return this.logStore; } public void setLogStore(String logStore) { this.logStore = logStore; if(logStore != null){ putQueryParameter("LogStore", logStore); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ModifyLogMetaStatusResponse> getResponseClass() { return ModifyLogMetaStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyLogMetaStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyLogMetaStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyLogMetaStatusResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyLogMetaStatusResponse getInstance(UnmarshallerContext context) { return ModifyLogMetaStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyMachineConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyMachineConfigRequest extends RpcAcsRequest<ModifyMachineConfigResponse> { public ModifyMachineConfigRequest() { super("aegis", "2016-11-11", "ModifyMachineConfig", "vipaegis"); } private String sourceIp; private String type; private String target; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getTarget() { return this.target; } public void setTarget(String target) { this.target = target; if(target != null){ putQueryParameter("Target", target); } } @Override public Class<ModifyMachineConfigResponse> getResponseClass() { return ModifyMachineConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyMachineConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyMachineConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyMachineConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyMachineConfigResponse getInstance(UnmarshallerContext context) { return ModifyMachineConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyOpenLogShipperRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyOpenLogShipperRequest extends RpcAcsRequest<ModifyOpenLogShipperResponse> { public ModifyOpenLogShipperRequest() { super("aegis", "2016-11-11", "ModifyOpenLogShipper", "vipaegis"); } private String sourceIp; private String from; private String lang; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<ModifyOpenLogShipperResponse> getResponseClass() { return ModifyOpenLogShipperResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyOpenLogShipperResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyOpenLogShipperResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyOpenLogShipperResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyOpenLogShipperResponse getInstance(UnmarshallerContext context) { return ModifyOpenLogShipperResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySasAssetStatisticsColumnRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifySasAssetStatisticsColumnRequest extends RpcAcsRequest<ModifySasAssetStatisticsColumnResponse> { public ModifySasAssetStatisticsColumnRequest() { super("aegis", "2016-11-11", "ModifySasAssetStatisticsColumn", "vipaegis"); } private String sourceIp; private String statisticsColumn; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getStatisticsColumn() { return this.statisticsColumn; } public void setStatisticsColumn(String statisticsColumn) { this.statisticsColumn = statisticsColumn; if(statisticsColumn != null){ putQueryParameter("StatisticsColumn", statisticsColumn); } } @Override public Class<ModifySasAssetStatisticsColumnResponse> getResponseClass() { return ModifySasAssetStatisticsColumnResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySasAssetStatisticsColumnResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifySasAssetStatisticsColumnResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifySasAssetStatisticsColumnResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifySasAssetStatisticsColumnResponse getInstance(UnmarshallerContext context) { return ModifySasAssetStatisticsColumnResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySaveVulBatchRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifySaveVulBatchRequest extends RpcAcsRequest<ModifySaveVulBatchResponse> { public ModifySaveVulBatchRequest() { super("aegis", "2016-11-11", "ModifySaveVulBatch", "vipaegis"); } private String batchName; private String aliasName; private String statusList; private String sourceIp; private String level; private String resource; private String name; private String dealed; private String remark; private String type; private String necessity; private String uuids; public String getBatchName() { return this.batchName; } public void setBatchName(String batchName) { this.batchName = batchName; if(batchName != null){ putQueryParameter("BatchName", batchName); } } public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; if(aliasName != null){ putQueryParameter("AliasName", aliasName); } } public String getStatusList() { return this.statusList; } public void setStatusList(String statusList) { this.statusList = statusList; if(statusList != null){ putQueryParameter("StatusList", statusList); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; if(level != null){ putQueryParameter("Level", level); } } public String getResource() { return this.resource; } public void setResource(String resource) { this.resource = resource; if(resource != null){ putQueryParameter("Resource", resource); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getDealed() { return this.dealed; } public void setDealed(String dealed) { this.dealed = dealed; if(dealed != null){ putQueryParameter("Dealed", dealed); } } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; if(remark != null){ putQueryParameter("Remark", remark); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getNecessity() { return this.necessity; } public void setNecessity(String necessity) { this.necessity = necessity; if(necessity != null){ putQueryParameter("Necessity", necessity); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ModifySaveVulBatchResponse> getResponseClass() { return ModifySaveVulBatchResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySaveVulBatchResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifySaveVulBatchResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifySaveVulBatchResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifySaveVulBatchResponse getInstance(UnmarshallerContext context) { return ModifySaveVulBatchResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyScreenSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyScreenSettingRequest extends RpcAcsRequest<ModifyScreenSettingResponse> { public ModifyScreenSettingRequest() { super("aegis", "2016-11-11", "ModifyScreenSetting", "vipaegis"); } private String screenTitle; private String screenIdSetting; public String getScreenTitle() { return this.screenTitle; } public void setScreenTitle(String screenTitle) { this.screenTitle = screenTitle; if(screenTitle != null){ putQueryParameter("ScreenTitle", screenTitle); } } public String getScreenIdSetting() { return this.screenIdSetting; } public void setScreenIdSetting(String screenIdSetting) { this.screenIdSetting = screenIdSetting; if(screenIdSetting != null){ putQueryParameter("ScreenIdSetting", screenIdSetting); } } @Override public Class<ModifyScreenSettingResponse> getResponseClass() { return ModifyScreenSettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyScreenSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyScreenSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyScreenSettingResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyScreenSettingResponse getInstance(UnmarshallerContext context) { return ModifyScreenSettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySearchConditionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifySearchConditionRequest extends RpcAcsRequest<ModifySearchConditionResponse> { public ModifySearchConditionRequest() { super("aegis", "2016-11-11", "ModifySearchCondition", "vipaegis"); } private String sourceIp; private String name; private String filterConditions; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getFilterConditions() { return this.filterConditions; } public void setFilterConditions(String filterConditions) { this.filterConditions = filterConditions; if(filterConditions != null){ putQueryParameter("FilterConditions", filterConditions); } } @Override public Class<ModifySearchConditionResponse> getResponseClass() { return ModifySearchConditionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifySearchConditionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifySearchConditionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifySearchConditionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifySearchConditionResponse getInstance(UnmarshallerContext context) { return ModifySearchConditionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyStrategyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyStrategyRequest extends RpcAcsRequest<ModifyStrategyResponse> { public ModifyStrategyRequest() { super("aegis", "2016-11-11", "ModifyStrategy", "vipaegis"); setMethod(MethodType.POST); } private String riskSubTypeName; private String sourceIp; private String cycleStartTime; private String name; private String cycleDays; private String id; public String getRiskSubTypeName() { return this.riskSubTypeName; } public void setRiskSubTypeName(String riskSubTypeName) { this.riskSubTypeName = riskSubTypeName; if(riskSubTypeName != null){ putQueryParameter("RiskSubTypeName", riskSubTypeName); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getCycleStartTime() { return this.cycleStartTime; } public void setCycleStartTime(String cycleStartTime) { this.cycleStartTime = cycleStartTime; if(cycleStartTime != null){ putQueryParameter("CycleStartTime", cycleStartTime); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getCycleDays() { return this.cycleDays; } public void setCycleDays(String cycleDays) { this.cycleDays = cycleDays; if(cycleDays != null){ putQueryParameter("CycleDays", cycleDays); } } public String getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putQueryParameter("Id", id); } } @Override public Class<ModifyStrategyResponse> getResponseClass() { return ModifyStrategyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyStrategyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyStrategyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyStrategyResponse extends AcsResponse { private String requestId; private Boolean success; private Integer totalCount; private Integer httpStatusCode; private Result result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public Result getResult() { return this.result; } public void setResult(Result result) { this.result = result; } public static class Result { private Integer strategyId; public Integer getStrategyId() { return this.strategyId; } public void setStrategyId(Integer strategyId) { this.strategyId = strategyId; } } @Override public ModifyStrategyResponse getInstance(UnmarshallerContext context) { return ModifyStrategyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyStrategyTargetRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyStrategyTargetRequest extends RpcAcsRequest<ModifyStrategyTargetResponse> { public ModifyStrategyTargetRequest() { super("aegis", "2016-11-11", "ModifyStrategyTarget", "vipaegis"); setMethod(MethodType.POST); } private String sourceIp; private String type; private String config; private String target; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } public String getTarget() { return this.target; } public void setTarget(String target) { this.target = target; if(target != null){ putQueryParameter("Target", target); } } @Override public Class<ModifyStrategyTargetResponse> getResponseClass() { return ModifyStrategyTargetResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyStrategyTargetResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyStrategyTargetResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyStrategyTargetResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyStrategyTargetResponse getInstance(UnmarshallerContext context) { return ModifyStrategyTargetResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyTargetConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyTargetConfigRequest extends RpcAcsRequest<ModifyTargetConfigResponse> { public ModifyTargetConfigRequest() { super("aegis", "2016-11-11", "ModifyTargetConfig", "vipaegis"); } private String sourceIp; private String type; private String uuid; private String config; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } @Override public Class<ModifyTargetConfigResponse> getResponseClass() { return ModifyTargetConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyTargetConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyTargetConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyTargetConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyTargetConfigResponse getInstance(UnmarshallerContext context) { return ModifyTargetConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyVulConfigRequest extends RpcAcsRequest<ModifyVulConfigResponse> { public ModifyVulConfigRequest() { super("aegis", "2016-11-11", "ModifyVulConfig", "vipaegis"); } private String sourceIp; private String type; private String config; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } @Override public Class<ModifyVulConfigResponse> getResponseClass() { return ModifyVulConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyVulConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyVulConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyVulConfigResponse getInstance(UnmarshallerContext context) { return ModifyVulConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulLevelRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyVulLevelRequest extends RpcAcsRequest<ModifyVulLevelResponse> { public ModifyVulLevelRequest() { super("aegis", "2016-11-11", "ModifyVulLevel", "vipaegis"); } private String concernLevel; private String sourceIp; public String getConcernLevel() { return this.concernLevel; } public void setConcernLevel(String concernLevel) { this.concernLevel = concernLevel; if(concernLevel != null){ putQueryParameter("ConcernLevel", concernLevel); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } @Override public Class<ModifyVulLevelResponse> getResponseClass() { return ModifyVulLevelResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulLevelResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyVulLevelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyVulLevelResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyVulLevelResponse getInstance(UnmarshallerContext context) { return ModifyVulLevelResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulTargetRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyVulTargetRequest extends RpcAcsRequest<ModifyVulTargetResponse> { public ModifyVulTargetRequest() { super("aegis", "2016-11-11", "ModifyVulTarget", "vipaegis"); } private String sourceIp; private String config; private String target; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } public String getTarget() { return this.target; } public void setTarget(String target) { this.target = target; if(target != null){ putQueryParameter("Target", target); } } @Override public Class<ModifyVulTargetResponse> getResponseClass() { return ModifyVulTargetResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyVulTargetResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyVulTargetResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyVulTargetResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyVulTargetResponse getInstance(UnmarshallerContext context) { return ModifyVulTargetResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockCreateConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockCreateConfigRequest extends RpcAcsRequest<ModifyWebLockCreateConfigResponse> { public ModifyWebLockCreateConfigRequest() { super("aegis", "2016-11-11", "ModifyWebLockCreateConfig", "vipaegis"); } private String localBackupDir; private String sourceIp; private String exclusiveFileType; private String lang; private String dir; private String uuid; private String exclusiveDir; public String getLocalBackupDir() { return this.localBackupDir; } public void setLocalBackupDir(String localBackupDir) { this.localBackupDir = localBackupDir; if(localBackupDir != null){ putQueryParameter("LocalBackupDir", localBackupDir); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getExclusiveFileType() { return this.exclusiveFileType; } public void setExclusiveFileType(String exclusiveFileType) { this.exclusiveFileType = exclusiveFileType; if(exclusiveFileType != null){ putQueryParameter("ExclusiveFileType", exclusiveFileType); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getDir() { return this.dir; } public void setDir(String dir) { this.dir = dir; if(dir != null){ putQueryParameter("Dir", dir); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getExclusiveDir() { return this.exclusiveDir; } public void setExclusiveDir(String exclusiveDir) { this.exclusiveDir = exclusiveDir; if(exclusiveDir != null){ putQueryParameter("ExclusiveDir", exclusiveDir); } } @Override public Class<ModifyWebLockCreateConfigResponse> getResponseClass() { return ModifyWebLockCreateConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockCreateConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockCreateConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockCreateConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockCreateConfigResponse getInstance(UnmarshallerContext context) { return ModifyWebLockCreateConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockDeleteConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockDeleteConfigRequest extends RpcAcsRequest<ModifyWebLockDeleteConfigResponse> { public ModifyWebLockDeleteConfigRequest() { super("aegis", "2016-11-11", "ModifyWebLockDeleteConfig", "vipaegis"); } private String sourceIp; private Integer id; private String lang; private String uuid; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } @Override public Class<ModifyWebLockDeleteConfigResponse> getResponseClass() { return ModifyWebLockDeleteConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockDeleteConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockDeleteConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockDeleteConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockDeleteConfigResponse getInstance(UnmarshallerContext context) { return ModifyWebLockDeleteConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockMachineListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockMachineListRequest extends RpcAcsRequest<ModifyWebLockMachineListResponse> { public ModifyWebLockMachineListRequest() { super("aegis", "2016-11-11", "ModifyWebLockMachineList", "vipaegis"); } private String sourceIp; private String lang; private String uuids; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ModifyWebLockMachineListResponse> getResponseClass() { return ModifyWebLockMachineListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockMachineListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockMachineListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockMachineListResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockMachineListResponse getInstance(UnmarshallerContext context) { return ModifyWebLockMachineListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockOperateEventsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockOperateEventsRequest extends RpcAcsRequest<ModifyWebLockOperateEventsResponse> { public ModifyWebLockOperateEventsRequest() { super("aegis", "2016-11-11", "ModifyWebLockOperateEvents", "vipaegis"); } private String operation; private String eventIds; public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putQueryParameter("Operation", operation); } } public String getEventIds() { return this.eventIds; } public void setEventIds(String eventIds) { this.eventIds = eventIds; if(eventIds != null){ putQueryParameter("EventIds", eventIds); } } @Override public Class<ModifyWebLockOperateEventsResponse> getResponseClass() { return ModifyWebLockOperateEventsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockOperateEventsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockOperateEventsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockOperateEventsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockOperateEventsResponse getInstance(UnmarshallerContext context) { return ModifyWebLockOperateEventsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockRefreshRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockRefreshRequest extends RpcAcsRequest<ModifyWebLockRefreshResponse> { public ModifyWebLockRefreshRequest() { super("aegis", "2016-11-11", "ModifyWebLockRefresh", "vipaegis"); } private String sourceIp; private String lang; private String uuid; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } @Override public Class<ModifyWebLockRefreshResponse> getResponseClass() { return ModifyWebLockRefreshResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockRefreshResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockRefreshResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockRefreshResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockRefreshResponse getInstance(UnmarshallerContext context) { return ModifyWebLockRefreshResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockStatusRequest extends RpcAcsRequest<ModifyWebLockStatusResponse> { public ModifyWebLockStatusRequest() { super("aegis", "2016-11-11", "ModifyWebLockStatus", "vipaegis"); } private String sourceIp; private String lang; private String uuid; private String status; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ModifyWebLockStatusResponse> getResponseClass() { return ModifyWebLockStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockStatusResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockStatusResponse getInstance(UnmarshallerContext context) { return ModifyWebLockStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockUpdateConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ModifyWebLockUpdateConfigRequest extends RpcAcsRequest<ModifyWebLockUpdateConfigResponse> { public ModifyWebLockUpdateConfigRequest() { super("aegis", "2016-11-11", "ModifyWebLockUpdateConfig", "vipaegis"); } private String localBackupDir; private String sourceIp; private String exclusiveFileType; private Integer id; private String lang; private String dir; private String uuid; private String exclusiveDir; public String getLocalBackupDir() { return this.localBackupDir; } public void setLocalBackupDir(String localBackupDir) { this.localBackupDir = localBackupDir; if(localBackupDir != null){ putQueryParameter("LocalBackupDir", localBackupDir); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getExclusiveFileType() { return this.exclusiveFileType; } public void setExclusiveFileType(String exclusiveFileType) { this.exclusiveFileType = exclusiveFileType; if(exclusiveFileType != null){ putQueryParameter("ExclusiveFileType", exclusiveFileType); } } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getDir() { return this.dir; } public void setDir(String dir) { this.dir = dir; if(dir != null){ putQueryParameter("Dir", dir); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getExclusiveDir() { return this.exclusiveDir; } public void setExclusiveDir(String exclusiveDir) { this.exclusiveDir = exclusiveDir; if(exclusiveDir != null){ putQueryParameter("ExclusiveDir", exclusiveDir); } } @Override public Class<ModifyWebLockUpdateConfigResponse> getResponseClass() { return ModifyWebLockUpdateConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ModifyWebLockUpdateConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ModifyWebLockUpdateConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWebLockUpdateConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWebLockUpdateConfigResponse getInstance(UnmarshallerContext context) { return ModifyWebLockUpdateConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OpenSasTrialRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OpenSasTrialRequest extends RpcAcsRequest<OpenSasTrialResponse> { public OpenSasTrialRequest() { super("aegis", "2016-11-11", "OpenSasTrial", "vipaegis"); } private String buyVersion; public String getBuyVersion() { return this.buyVersion; } public void setBuyVersion(String buyVersion) { this.buyVersion = buyVersion; if(buyVersion != null){ putQueryParameter("BuyVersion", buyVersion); } } @Override public Class<OpenSasTrialResponse> getResponseClass() { return OpenSasTrialResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OpenSasTrialResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OpenSasTrialResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OpenSasTrialResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OpenSasTrialResponse getInstance(UnmarshallerContext context) { return OpenSasTrialResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateAgentClientInstallRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateAgentClientInstallRequest extends RpcAcsRequest<OperateAgentClientInstallResponse> { public OperateAgentClientInstallRequest() { super("aegis", "2016-11-11", "OperateAgentClientInstall", "vipaegis"); } private String sourceIp; private String instanceIds; private String lang; private String uuids; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getInstanceIds() { return this.instanceIds; } public void setInstanceIds(String instanceIds) { this.instanceIds = instanceIds; if(instanceIds != null){ putQueryParameter("InstanceIds", instanceIds); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<OperateAgentClientInstallResponse> getResponseClass() { return OperateAgentClientInstallResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateAgentClientInstallResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateAgentClientInstallResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateAgentClientInstallResponse extends AcsResponse { private String requestId; private List<AegisCelintInstallRespose> aegisCelintInstallResposeList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<AegisCelintInstallRespose> getAegisCelintInstallResposeList() { return this.aegisCelintInstallResposeList; } public void setAegisCelintInstallResposeList(List<AegisCelintInstallRespose> aegisCelintInstallResposeList) { this.aegisCelintInstallResposeList = aegisCelintInstallResposeList; } public static class AegisCelintInstallRespose { private String instanceId; private Long recordId; private String uuid; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public Long getRecordId() { return this.recordId; } public void setRecordId(Long recordId) { this.recordId = recordId; } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } } @Override public OperateAgentClientInstallResponse getInstance(UnmarshallerContext context) { return OperateAgentClientInstallResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateResultRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateResultRequest extends RpcAcsRequest<OperateResultResponse> { public OperateResultRequest() { super("aegis", "2016-11-11", "OperateResult", "vipaegis"); } private String ids; private Long status; public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } public Long getStatus() { return this.status; } public void setStatus(Long status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<OperateResultResponse> getResponseClass() { return OperateResultResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateResultResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateResultResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateResultResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateResultResponse getInstance(UnmarshallerContext context) { return OperateResultResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousEventRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateSuspiciousEventRequest extends RpcAcsRequest<OperateSuspiciousEventResponse> { public OperateSuspiciousEventRequest() { super("aegis", "2016-11-11", "OperateSuspiciousEvent", "vipaegis"); } private String sourceIp; private String data; private String operateType; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("Data", data); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } @Override public Class<OperateSuspiciousEventResponse> getResponseClass() { return OperateSuspiciousEventResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousEventResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateSuspiciousEventResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateSuspiciousEventResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateSuspiciousEventResponse getInstance(UnmarshallerContext context) { return OperateSuspiciousEventResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousOverallConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateSuspiciousOverallConfigRequest extends RpcAcsRequest<OperateSuspiciousOverallConfigResponse> { public OperateSuspiciousOverallConfigRequest() { super("aegis", "2016-11-11", "OperateSuspiciousOverallConfig", "vipaegis"); } private String sourceIp; private String lang; private String type; private String config; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } @Override public Class<OperateSuspiciousOverallConfigResponse> getResponseClass() { return OperateSuspiciousOverallConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousOverallConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateSuspiciousOverallConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateSuspiciousOverallConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateSuspiciousOverallConfigResponse getInstance(UnmarshallerContext context) { return OperateSuspiciousOverallConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousTargetConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateSuspiciousTargetConfigRequest extends RpcAcsRequest<OperateSuspiciousTargetConfigResponse> { public OperateSuspiciousTargetConfigRequest() { super("aegis", "2016-11-11", "OperateSuspiciousTargetConfig", "vipaegis"); } private String targetOperations; private String sourceIp; private String targetType; private String lang; private String type; public String getTargetOperations() { return this.targetOperations; } public void setTargetOperations(String targetOperations) { this.targetOperations = targetOperations; if(targetOperations != null){ putQueryParameter("TargetOperations", targetOperations); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getTargetType() { return this.targetType; } public void setTargetType(String targetType) { this.targetType = targetType; if(targetType != null){ putQueryParameter("TargetType", targetType); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<OperateSuspiciousTargetConfigResponse> getResponseClass() { return OperateSuspiciousTargetConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateSuspiciousTargetConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateSuspiciousTargetConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateSuspiciousTargetConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateSuspiciousTargetConfigResponse getInstance(UnmarshallerContext context) { return OperateSuspiciousTargetConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateVulRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateVulRequest extends RpcAcsRequest<OperateVulResponse> { public OperateVulRequest() { super("aegis", "2016-11-11", "OperateVul", "vipaegis"); } private String reason; private String sourceIp; private String operateType; private String type; private String info; public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getInfo() { return this.info; } public void setInfo(String info) { this.info = info; if(info != null){ putQueryParameter("Info", info); } } @Override public Class<OperateVulResponse> getResponseClass() { return OperateVulResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateVulResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateVulResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateVulResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateVulResponse getInstance(UnmarshallerContext context) { return OperateVulResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateWarningRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperateWarningRequest extends RpcAcsRequest<OperateWarningResponse> { public OperateWarningRequest() { super("aegis", "2016-11-11", "OperateWarning", "vipaegis"); } private String reason; private String sourceIp; private String operateType; private String riskWarningIds; public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } public String getRiskWarningIds() { return this.riskWarningIds; } public void setRiskWarningIds(String riskWarningIds) { this.riskWarningIds = riskWarningIds; if(riskWarningIds != null){ putQueryParameter("RiskWarningIds", riskWarningIds); } } @Override public Class<OperateWarningResponse> getResponseClass() { return OperateWarningResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperateWarningResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperateWarningResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateWarningResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateWarningResponse getInstance(UnmarshallerContext context) { return OperateWarningResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperationSuspEventsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OperationSuspEventsRequest extends RpcAcsRequest<OperationSuspEventsResponse> { public OperationSuspEventsRequest() { super("aegis", "2016-11-11", "OperationSuspEvents", "vipaegis"); } private String sourceIp; private String warnType; private String suspiciousEventIds; private String from; private String subOperation; private String operation; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getWarnType() { return this.warnType; } public void setWarnType(String warnType) { this.warnType = warnType; if(warnType != null){ putQueryParameter("WarnType", warnType); } } public String getSuspiciousEventIds() { return this.suspiciousEventIds; } public void setSuspiciousEventIds(String suspiciousEventIds) { this.suspiciousEventIds = suspiciousEventIds; if(suspiciousEventIds != null){ putQueryParameter("SuspiciousEventIds", suspiciousEventIds); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getSubOperation() { return this.subOperation; } public void setSubOperation(String subOperation) { this.subOperation = subOperation; if(subOperation != null){ putQueryParameter("SubOperation", subOperation); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putQueryParameter("Operation", operation); } } @Override public Class<OperationSuspEventsResponse> getResponseClass() { return OperationSuspEventsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/OperationSuspEventsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.OperationSuspEventsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperationSuspEventsResponse extends AcsResponse { private String requestId; private Boolean success; 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; } @Override public OperationSuspEventsResponse getInstance(UnmarshallerContext context) { return OperationSuspEventsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/QueryCrackEventRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class QueryCrackEventRequest extends RpcAcsRequest<QueryCrackEventResponse> { public QueryCrackEventRequest() { super("aegis", "2016-11-11", "QueryCrackEvent", "vipaegis"); } private String endTime; private Integer currentPage; private String startTime; private String uuid; private Integer status; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<QueryCrackEventResponse> getResponseClass() { return QueryCrackEventResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/QueryCrackEventResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.QueryCrackEventResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryCrackEventResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private List<Entity> list; private PageInfo pageInfo; public List<Entity> getList() { return this.list; } public void setList(List<Entity> list) { this.list = list; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class Entity { private String uuid; private String attackTime; private Integer attackType; private String attackTypeName; private String buyVersion; private String crackSourceIp; private Integer crackTimes; private Integer groupId; private String instanceName; private String instanceId; private String ip; private String region; private Integer status; private String statusName; private String location; private Integer inWhite; private String userName; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public String getAttackTime() { return this.attackTime; } public void setAttackTime(String attackTime) { this.attackTime = attackTime; } public Integer getAttackType() { return this.attackType; } public void setAttackType(Integer attackType) { this.attackType = attackType; } public String getAttackTypeName() { return this.attackTypeName; } public void setAttackTypeName(String attackTypeName) { this.attackTypeName = attackTypeName; } public String getBuyVersion() { return this.buyVersion; } public void setBuyVersion(String buyVersion) { this.buyVersion = buyVersion; } public String getCrackSourceIp() { return this.crackSourceIp; } public void setCrackSourceIp(String crackSourceIp) { this.crackSourceIp = crackSourceIp; } public Integer getCrackTimes() { return this.crackTimes; } public void setCrackTimes(Integer crackTimes) { this.crackTimes = crackTimes; } public Integer getGroupId() { return this.groupId; } public void setGroupId(Integer groupId) { this.groupId = groupId; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getStatusName() { return this.statusName; } public void setStatusName(String statusName) { this.statusName = statusName; } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; } public Integer getInWhite() { return this.inWhite; } public void setInWhite(Integer inWhite) { this.inWhite = inWhite; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } public static class PageInfo { private Integer currentPage; private Integer pageSize; private Integer totalCount; private Integer count; public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } } } @Override public QueryCrackEventResponse getInstance(UnmarshallerContext context) { return QueryCrackEventResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/QueryLoginEventRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class QueryLoginEventRequest extends RpcAcsRequest<QueryLoginEventResponse> { public QueryLoginEventRequest() { super("aegis", "2016-11-11", "QueryLoginEvent", "vipaegis"); } private String endTime; private Integer currentPage; private String startTime; private String uuid; private Integer status; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<QueryLoginEventResponse> getResponseClass() { return QueryLoginEventResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/QueryLoginEventResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.QueryLoginEventResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryLoginEventResponse extends AcsResponse { private String requestId; private String code; private Boolean 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 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private List<Entity> list; private PageInfo pageInfo; public List<Entity> getList() { return this.list; } public void setList(List<Entity> list) { this.list = list; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class Entity { private String uuid; private String loginTime; private Integer loginType; private String loginTypeName; private String buyVersion; private String loginSourceIp; private Integer groupId; private String instanceName; private String instanceId; private String ip; private String region; private Integer status; private String statusName; private String location; private String userName; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public String getLoginTime() { return this.loginTime; } public void setLoginTime(String loginTime) { this.loginTime = loginTime; } public Integer getLoginType() { return this.loginType; } public void setLoginType(Integer loginType) { this.loginType = loginType; } public String getLoginTypeName() { return this.loginTypeName; } public void setLoginTypeName(String loginTypeName) { this.loginTypeName = loginTypeName; } public String getBuyVersion() { return this.buyVersion; } public void setBuyVersion(String buyVersion) { this.buyVersion = buyVersion; } public String getLoginSourceIp() { return this.loginSourceIp; } public void setLoginSourceIp(String loginSourceIp) { this.loginSourceIp = loginSourceIp; } public Integer getGroupId() { return this.groupId; } public void setGroupId(Integer groupId) { this.groupId = groupId; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getStatusName() { return this.statusName; } public void setStatusName(String statusName) { this.statusName = statusName; } public String getLocation() { return this.location; } public void setLocation(String location) { this.location = location; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } public static class PageInfo { private Integer currentPage; private Integer pageSize; private Integer totalCount; private Integer count; public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } } } @Override public QueryLoginEventResponse getInstance(UnmarshallerContext context) { return QueryLoginEventResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ReleaseInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReleaseInstanceRequest extends RpcAcsRequest<ReleaseInstanceResponse> { public ReleaseInstanceRequest() { super("aegis", "2016-11-11", "ReleaseInstance", "vipaegis"); } private String instanceId; private Long ownerId; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<ReleaseInstanceResponse> getResponseClass() { return ReleaseInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ReleaseInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.ReleaseInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReleaseInstanceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ReleaseInstanceResponse getInstance(UnmarshallerContext context) { return ReleaseInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/RenewInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class RenewInstanceRequest extends RpcAcsRequest<RenewInstanceResponse> { public RenewInstanceRequest() { super("aegis", "2016-11-11", "RenewInstance", "vipaegis"); } private Integer duration; private String instanceId; private String clientToken; private String vmNumber; private Long ownerId; private String pricingCycle; public Integer getDuration() { return this.duration; } public void setDuration(Integer duration) { this.duration = duration; if(duration != null){ putQueryParameter("Duration", duration.toString()); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getVmNumber() { return this.vmNumber; } public void setVmNumber(String vmNumber) { this.vmNumber = vmNumber; if(vmNumber != null){ putQueryParameter("VmNumber", vmNumber); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getPricingCycle() { return this.pricingCycle; } public void setPricingCycle(String pricingCycle) { this.pricingCycle = pricingCycle; if(pricingCycle != null){ putQueryParameter("PricingCycle", pricingCycle); } } @Override public Class<RenewInstanceResponse> getResponseClass() { return RenewInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/RenewInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.RenewInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RenewInstanceResponse extends AcsResponse { private String orderId; private String requestId; public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RenewInstanceResponse getInstance(UnmarshallerContext context) { return RenewInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/RollbackQuaraFileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class RollbackQuaraFileRequest extends RpcAcsRequest<RollbackQuaraFileResponse> { public RollbackQuaraFileRequest() { super("aegis", "2016-11-11", "RollbackQuaraFile", "vipaegis"); } private String sourceIp; private String eventType; private String tag; private String uuid; private String eventName; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getEventType() { return this.eventType; } public void setEventType(String eventType) { this.eventType = eventType; if(eventType != null){ putQueryParameter("EventType", eventType); } } public String getTag() { return this.tag; } public void setTag(String tag) { this.tag = tag; if(tag != null){ putQueryParameter("Tag", tag); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public String getEventName() { return this.eventName; } public void setEventName(String eventName) { this.eventName = eventName; if(eventName != null){ putQueryParameter("EventName", eventName); } } @Override public Class<RollbackQuaraFileResponse> getResponseClass() { return RollbackQuaraFileResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/RollbackQuaraFileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.AcsResponse; import com.aliyuncs.aegis.transform.v20161111.RollbackQuaraFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RollbackQuaraFileResponse extends AcsResponse { private String requestId; private Integer httpStatusCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public RollbackQuaraFileResponse getInstance(UnmarshallerContext context) { return RollbackQuaraFileResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/RollbackSuspEventQuaraFileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class RollbackSuspEventQuaraFileRequest extends RpcAcsRequest<RollbackSuspEventQuaraFileResponse> { public RollbackSuspEventQuaraFileRequest() { super("aegis", "2016-11-11", "RollbackSuspEventQuaraFile", "vipaegis"); } private String sourceIp; private String from; private Integer quaraFileId; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public Integer getQuaraFileId() { return this.quaraFileId; } public void setQuaraFileId(Integer quaraFileId) { this.quaraFileId = quaraFileId; if(quaraFileId != null){ putQueryParameter("QuaraFileId", quaraFileId.toString()); } } @Override public Class<RollbackSuspEventQuaraFileResponse> getResponseClass() { return RollbackSuspEventQuaraFileResponse.class; } }