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/DescribeSuspEventUserSettingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspEventUserSettingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspEventUserSettingResponse extends AcsResponse {
private String requestId;
private List<String> levelsOn;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<String> getLevelsOn() {
return this.levelsOn;
}
public void setLevelsOn(List<String> levelsOn) {
this.levelsOn = levelsOn;
}
@Override
public DescribeSuspEventUserSettingResponse getInstance(UnmarshallerContext context) {
return DescribeSuspEventUserSettingResponseUnmarshaller.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/DescribeSuspEventsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspEventsRequest extends RpcAcsRequest<DescribeSuspEventsResponse> {
public DescribeSuspEventsRequest() {
super("aegis", "2016-11-11", "DescribeSuspEvents", "vipaegis");
}
private String alarmUniqueInfo;
private String sourceIp;
private String name;
private String pageSize;
private String dealed;
private String remark;
private String currentPage;
private String from;
private String lang;
private String levels;
private String parentEventTypes;
public String getAlarmUniqueInfo() {
return this.alarmUniqueInfo;
}
public void setAlarmUniqueInfo(String alarmUniqueInfo) {
this.alarmUniqueInfo = alarmUniqueInfo;
if(alarmUniqueInfo != null){
putQueryParameter("AlarmUniqueInfo", alarmUniqueInfo);
}
}
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 getPageSize() {
return this.pageSize;
}
public void setPageSize(String pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize);
}
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(String currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage);
}
}
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 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);
}
}
@Override
public Class<DescribeSuspEventsResponse> getResponseClass() {
return DescribeSuspEventsResponse.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/DescribeSuspEventsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspEventsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspEventsResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<WarningSummary> suspEvents;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<WarningSummary> getSuspEvents() {
return this.suspEvents;
}
public void setSuspEvents(List<WarningSummary> suspEvents) {
this.suspEvents = suspEvents;
}
public static class WarningSummary {
private String lastTime;
private String occurrenceTime;
private Long id;
private String instanceName;
private String internetIp;
private String intranetIp;
private String uuid;
private String name;
private String eventSubType;
private String level;
private Integer eventStatus;
private String desc;
private String operateMsg;
private String dataSource;
private Boolean canBeDealOnLine;
private String saleVersion;
private String alarmEventType;
private String alarmEventName;
private String alarmUniqueInfo;
public String getLastTime() {
return this.lastTime;
}
public void setLastTime(String lastTime) {
this.lastTime = lastTime;
}
public String getOccurrenceTime() {
return this.occurrenceTime;
}
public void setOccurrenceTime(String occurrenceTime) {
this.occurrenceTime = occurrenceTime;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getEventSubType() {
return this.eventSubType;
}
public void setEventSubType(String eventSubType) {
this.eventSubType = eventSubType;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public Integer getEventStatus() {
return this.eventStatus;
}
public void setEventStatus(Integer eventStatus) {
this.eventStatus = eventStatus;
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
}
public String getOperateMsg() {
return this.operateMsg;
}
public void setOperateMsg(String operateMsg) {
this.operateMsg = operateMsg;
}
public String getDataSource() {
return this.dataSource;
}
public void setDataSource(String dataSource) {
this.dataSource = dataSource;
}
public Boolean getCanBeDealOnLine() {
return this.canBeDealOnLine;
}
public void setCanBeDealOnLine(Boolean canBeDealOnLine) {
this.canBeDealOnLine = canBeDealOnLine;
}
public String getSaleVersion() {
return this.saleVersion;
}
public void setSaleVersion(String saleVersion) {
this.saleVersion = saleVersion;
}
public String getAlarmEventType() {
return this.alarmEventType;
}
public void setAlarmEventType(String alarmEventType) {
this.alarmEventType = alarmEventType;
}
public String getAlarmEventName() {
return this.alarmEventName;
}
public void setAlarmEventName(String alarmEventName) {
this.alarmEventName = alarmEventName;
}
public String getAlarmUniqueInfo() {
return this.alarmUniqueInfo;
}
public void setAlarmUniqueInfo(String alarmUniqueInfo) {
this.alarmUniqueInfo = alarmUniqueInfo;
}
}
@Override
public DescribeSuspEventsResponse getInstance(UnmarshallerContext context) {
return DescribeSuspEventsResponseUnmarshaller.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/DescribeSuspTrendStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspTrendStatisticsRequest extends RpcAcsRequest<DescribeSuspTrendStatisticsResponse> {
public DescribeSuspTrendStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeSuspTrendStatistics", "vipaegis");
}
private String sourceIp;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
@Override
public Class<DescribeSuspTrendStatisticsResponse> getResponseClass() {
return DescribeSuspTrendStatisticsResponse.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/DescribeSuspTrendStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspTrendStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspTrendStatisticsResponse extends AcsResponse {
private String requestId;
private Integer startTime;
private Integer interval;
private List<String> suspiciousItems;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getStartTime() {
return this.startTime;
}
public void setStartTime(Integer startTime) {
this.startTime = startTime;
}
public Integer getInterval() {
return this.interval;
}
public void setInterval(Integer interval) {
this.interval = interval;
}
public List<String> getSuspiciousItems() {
return this.suspiciousItems;
}
public void setSuspiciousItems(List<String> suspiciousItems) {
this.suspiciousItems = suspiciousItems;
}
@Override
public DescribeSuspTrendStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeSuspTrendStatisticsResponseUnmarshaller.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/DescribeSuspiciousEventsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspiciousEventsRequest extends RpcAcsRequest<DescribeSuspiciousEventsResponse> {
public DescribeSuspiciousEventsRequest() {
super("aegis", "2016-11-11", "DescribeSuspiciousEvents", "vipaegis");
}
private String sourceIp;
private String level;
private Integer pageSize;
private Integer currentPage;
private String dealed;
private String remark;
private String eventType;
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 getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
if(level != null){
putQueryParameter("Level", level);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
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 getEventType() {
return this.eventType;
}
public void setEventType(String eventType) {
this.eventType = eventType;
if(eventType != null){
putQueryParameter("EventType", eventType);
}
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
if(uuid != null){
putQueryParameter("Uuid", uuid);
}
}
@Override
public Class<DescribeSuspiciousEventsResponse> getResponseClass() {
return DescribeSuspiciousEventsResponse.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/DescribeSuspiciousEventsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspiciousEventsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspiciousEventsResponse extends AcsResponse {
private String requestId;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<LogListItem> logList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<LogListItem> getLogList() {
return this.logList;
}
public void setLogList(List<LogListItem> logList) {
this.logList = logList;
}
public static class LogListItem {
private String aliasEventType;
private Long lastTime;
private String level;
private String instanceName;
private Long groupId;
private String ip;
private String eventType;
private String uuid;
private Long firstTime;
private String instanceId;
private String tag;
private String aliasEventName;
private String osVersion;
private String clientIp;
private String eventName;
private List<DetailListItem> detailList;
public String getAliasEventType() {
return this.aliasEventType;
}
public void setAliasEventType(String aliasEventType) {
this.aliasEventType = aliasEventType;
}
public Long getLastTime() {
return this.lastTime;
}
public void setLastTime(Long lastTime) {
this.lastTime = lastTime;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
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 getEventType() {
return this.eventType;
}
public void setEventType(String eventType) {
this.eventType = eventType;
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public Long getFirstTime() {
return this.firstTime;
}
public void setFirstTime(Long firstTime) {
this.firstTime = firstTime;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
}
public String getAliasEventName() {
return this.aliasEventName;
}
public void setAliasEventName(String aliasEventName) {
this.aliasEventName = aliasEventName;
}
public String getOsVersion() {
return this.osVersion;
}
public void setOsVersion(String osVersion) {
this.osVersion = osVersion;
}
public String getClientIp() {
return this.clientIp;
}
public void setClientIp(String clientIp) {
this.clientIp = clientIp;
}
public String getEventName() {
return this.eventName;
}
public void setEventName(String eventName) {
this.eventName = eventName;
}
public List<DetailListItem> getDetailList() {
return this.detailList;
}
public void setDetailList(List<DetailListItem> detailList) {
this.detailList = detailList;
}
public static class DetailListItem {
private String name;
private String type;
private String value;
private String infoType;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
public String getInfoType() {
return this.infoType;
}
public void setInfoType(String infoType) {
this.infoType = infoType;
}
}
}
@Override
public DescribeSuspiciousEventsResponse getInstance(UnmarshallerContext context) {
return DescribeSuspiciousEventsResponseUnmarshaller.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/DescribeSuspiciousExportInfoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspiciousExportInfoRequest extends RpcAcsRequest<DescribeSuspiciousExportInfoResponse> {
public DescribeSuspiciousExportInfoRequest() {
super("aegis", "2016-11-11", "DescribeSuspiciousExportInfo", "vipaegis");
}
private String sourceIp;
private Integer exportId;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getExportId() {
return this.exportId;
}
public void setExportId(Integer exportId) {
this.exportId = exportId;
if(exportId != null){
putQueryParameter("ExportId", exportId.toString());
}
}
@Override
public Class<DescribeSuspiciousExportInfoResponse> getResponseClass() {
return DescribeSuspiciousExportInfoResponse.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/DescribeSuspiciousExportInfoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspiciousExportInfoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspiciousExportInfoResponse extends AcsResponse {
private String requestId;
private Integer id;
private Long gmtCreate;
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 Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
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 DescribeSuspiciousExportInfoResponse getInstance(UnmarshallerContext context) {
return DescribeSuspiciousExportInfoResponseUnmarshaller.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/DescribeSuspiciousOverallConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspiciousOverallConfigRequest extends RpcAcsRequest<DescribeSuspiciousOverallConfigResponse> {
public DescribeSuspiciousOverallConfigRequest() {
super("aegis", "2016-11-11", "DescribeSuspiciousOverallConfig", "vipaegis");
}
private String sourceIp;
private String type;
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);
}
}
@Override
public Class<DescribeSuspiciousOverallConfigResponse> getResponseClass() {
return DescribeSuspiciousOverallConfigResponse.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/DescribeSuspiciousOverallConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspiciousOverallConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspiciousOverallConfigResponse extends AcsResponse {
private String requestId;
private OverallConfig overallConfig;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public OverallConfig getOverallConfig() {
return this.overallConfig;
}
public void setOverallConfig(OverallConfig overallConfig) {
this.overallConfig = overallConfig;
}
public static class OverallConfig {
private String type;
private String config;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
}
@Override
public DescribeSuspiciousOverallConfigResponse getInstance(UnmarshallerContext context) {
return DescribeSuspiciousOverallConfigResponseUnmarshaller.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/DescribeSuspiciousUUIDConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeSuspiciousUUIDConfigRequest extends RpcAcsRequest<DescribeSuspiciousUUIDConfigResponse> {
public DescribeSuspiciousUUIDConfigRequest() {
super("aegis", "2016-11-11", "DescribeSuspiciousUUIDConfig", "vipaegis");
}
private String sourceIp;
private String lang;
private String type;
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);
}
}
@Override
public Class<DescribeSuspiciousUUIDConfigResponse> getResponseClass() {
return DescribeSuspiciousUUIDConfigResponse.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/DescribeSuspiciousUUIDConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeSuspiciousUUIDConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuspiciousUUIDConfigResponse extends AcsResponse {
private String requestId;
private Integer count;
private List<String> uUIDList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public List<String> getUUIDList() {
return this.uUIDList;
}
public void setUUIDList(List<String> uUIDList) {
this.uUIDList = uUIDList;
}
@Override
public DescribeSuspiciousUUIDConfigResponse getInstance(UnmarshallerContext context) {
return DescribeSuspiciousUUIDConfigResponseUnmarshaller.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/DescribeTargetConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTargetConfigRequest extends RpcAcsRequest<DescribeTargetConfigResponse> {
public DescribeTargetConfigRequest() {
super("aegis", "2016-11-11", "DescribeTargetConfig", "vipaegis");
}
private String sourceIp;
private String type;
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 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);
}
}
@Override
public Class<DescribeTargetConfigResponse> getResponseClass() {
return DescribeTargetConfigResponse.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/DescribeTargetConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTargetConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTargetConfigResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<TargetConfig> targetConfigs;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<TargetConfig> getTargetConfigs() {
return this.targetConfigs;
}
public void setTargetConfigs(List<TargetConfig> targetConfigs) {
this.targetConfigs = targetConfigs;
}
public static class TargetConfig {
private String type;
private String config;
private String overAllConfig;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
public String getOverAllConfig() {
return this.overAllConfig;
}
public void setOverAllConfig(String overAllConfig) {
this.overAllConfig = overAllConfig;
}
}
@Override
public DescribeTargetConfigResponse getInstance(UnmarshallerContext context) {
return DescribeTargetConfigResponseUnmarshaller.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/DescribeTargetRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTargetRequest extends RpcAcsRequest<DescribeTargetResponse> {
public DescribeTargetRequest() {
super("aegis", "2016-11-11", "DescribeTarget", "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<DescribeTargetResponse> getResponseClass() {
return DescribeTargetResponse.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/DescribeTargetResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTargetResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTargetResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<Target> targets;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<Target> getTargets() {
return this.targets;
}
public void setTargets(List<Target> targets) {
this.targets = targets;
}
public static class Target {
private String targetType;
private String target;
private String flag;
public String getTargetType() {
return this.targetType;
}
public void setTargetType(String targetType) {
this.targetType = targetType;
}
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public String getFlag() {
return this.flag;
}
public void setFlag(String flag) {
this.flag = flag;
}
}
@Override
public DescribeTargetResponse getInstance(UnmarshallerContext context) {
return DescribeTargetResponseUnmarshaller.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/DescribeTopRiskyAssetsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTopRiskyAssetsRequest extends RpcAcsRequest<DescribeTopRiskyAssetsResponse> {
public DescribeTopRiskyAssetsRequest() {
super("aegis", "2016-11-11", "DescribeTopRiskyAssets", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<DescribeTopRiskyAssetsResponse> getResponseClass() {
return DescribeTopRiskyAssetsResponse.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/DescribeTopRiskyAssetsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTopRiskyAssetsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTopRiskyAssetsResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<TopRiskyAsset> topRiskyAssets;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<TopRiskyAsset> getTopRiskyAssets() {
return this.topRiskyAssets;
}
public void setTopRiskyAssets(List<TopRiskyAsset> topRiskyAssets) {
this.topRiskyAssets = topRiskyAssets;
}
public static class TopRiskyAsset {
private String type;
private List<AssetInfo> assetInfos;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public List<AssetInfo> getAssetInfos() {
return this.assetInfos;
}
public void setAssetInfos(List<AssetInfo> assetInfos) {
this.assetInfos = assetInfos;
}
public static class AssetInfo {
private String uuid;
private String ip;
private String instanceName;
private String count;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
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 getCount() {
return this.count;
}
public void setCount(String count) {
this.count = count;
}
}
}
@Override
public DescribeTopRiskyAssetsResponse getInstance(UnmarshallerContext context) {
return DescribeTopRiskyAssetsResponseUnmarshaller.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/DescribeTopicListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTopicListRequest extends RpcAcsRequest<DescribeTopicListResponse> {
public DescribeTopicListRequest() {
super("aegis", "2016-11-11", "DescribeTopicList", "vipaegis");
}
@Override
public Class<DescribeTopicListResponse> getResponseClass() {
return DescribeTopicListResponse.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/DescribeTopicListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTopicListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTopicListResponse extends AcsResponse {
private String requestId;
private List<String> topicList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<String> getTopicList() {
return this.topicList;
}
public void setTopicList(List<String> topicList) {
this.topicList = topicList;
}
@Override
public DescribeTopicListResponse getInstance(UnmarshallerContext context) {
return DescribeTopicListResponseUnmarshaller.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/DescribeTotalStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTotalStatisticsRequest extends RpcAcsRequest<DescribeTotalStatisticsResponse> {
public DescribeTotalStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeTotalStatistics", "vipaegis");
}
private String statusList;
private String saleId;
private Integer ruleType;
private Long groupId;
private String endTime;
private String remark;
private String dealed;
private Integer currentPage;
private String startTime;
private String type;
private String uuid;
private String secureToken;
private String sourceIp;
private Long webGroupId;
private Integer pageSize;
private String from;
private Integer action1;
private String tag;
private Integer flow;
private Integer status;
public String getStatusList() {
return this.statusList;
}
public void setStatusList(String statusList) {
this.statusList = statusList;
if(statusList != null){
putQueryParameter("StatusList", statusList);
}
}
public String getSaleId() {
return this.saleId;
}
public void setSaleId(String saleId) {
this.saleId = saleId;
if(saleId != null){
putQueryParameter("SaleId", saleId);
}
}
public Integer getRuleType() {
return this.ruleType;
}
public void setRuleType(Integer ruleType) {
this.ruleType = ruleType;
if(ruleType != null){
putQueryParameter("RuleType", ruleType.toString());
}
}
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
if(groupId != null){
putQueryParameter("GroupId", groupId.toString());
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putQueryParameter("Remark", remark);
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
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 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 getSecureToken() {
return this.secureToken;
}
public void setSecureToken(String secureToken) {
this.secureToken = secureToken;
if(secureToken != null){
putQueryParameter("SecureToken", secureToken);
}
}
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Long getWebGroupId() {
return this.webGroupId;
}
public void setWebGroupId(Long webGroupId) {
this.webGroupId = webGroupId;
if(webGroupId != null){
putQueryParameter("WebGroupId", webGroupId.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getFrom() {
return this.from;
}
public void setFrom(String from) {
this.from = from;
if(from != null){
putQueryParameter("From", from);
}
}
public Integer getAction1() {
return this.action1;
}
public void setAction1(Integer action1) {
this.action1 = action1;
if(action1 != null){
putQueryParameter("Action1", action1.toString());
}
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
if(tag != null){
putQueryParameter("Tag", tag);
}
}
public Integer getFlow() {
return this.flow;
}
public void setFlow(Integer flow) {
this.flow = flow;
if(flow != null){
putQueryParameter("Flow", flow.toString());
}
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status.toString());
}
}
@Override
public Class<DescribeTotalStatisticsResponse> getResponseClass() {
return DescribeTotalStatisticsResponse.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/DescribeTotalStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTotalStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTotalStatisticsResponse extends AcsResponse {
private String requestId;
private Integer vulAsapSum;
private Integer vulNntfSum;
private Integer healthTotal;
private Integer suspiciousmediumTotal;
private Integer health;
private Integer healthdealedTotal;
private Integer trojan;
private Integer vulLaterSum;
private Integer suspicious;
private Integer vul;
private Integer healthhighTotal;
private Integer healthlowTotal;
private Integer healthseriousTotal;
private Integer vulDealedTotal;
private Integer patch;
private Integer suspicioushighTotal;
private Integer suspiciouslowTotal;
private Integer suspiciousTotal;
private Integer vulTotal;
private Integer suspiciousseriousTotal;
private Integer healthmediumTotal;
private Boolean online;
private Integer suspiciousdealedTotal;
private Integer account;
private Integer newsuspicious;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getVulAsapSum() {
return this.vulAsapSum;
}
public void setVulAsapSum(Integer vulAsapSum) {
this.vulAsapSum = vulAsapSum;
}
public Integer getVulNntfSum() {
return this.vulNntfSum;
}
public void setVulNntfSum(Integer vulNntfSum) {
this.vulNntfSum = vulNntfSum;
}
public Integer getHealthTotal() {
return this.healthTotal;
}
public void setHealthTotal(Integer healthTotal) {
this.healthTotal = healthTotal;
}
public Integer getSuspiciousmediumTotal() {
return this.suspiciousmediumTotal;
}
public void setSuspiciousmediumTotal(Integer suspiciousmediumTotal) {
this.suspiciousmediumTotal = suspiciousmediumTotal;
}
public Integer getHealth() {
return this.health;
}
public void setHealth(Integer health) {
this.health = health;
}
public Integer getHealthdealedTotal() {
return this.healthdealedTotal;
}
public void setHealthdealedTotal(Integer healthdealedTotal) {
this.healthdealedTotal = healthdealedTotal;
}
public Integer getTrojan() {
return this.trojan;
}
public void setTrojan(Integer trojan) {
this.trojan = trojan;
}
public Integer getVulLaterSum() {
return this.vulLaterSum;
}
public void setVulLaterSum(Integer vulLaterSum) {
this.vulLaterSum = vulLaterSum;
}
public Integer getSuspicious() {
return this.suspicious;
}
public void setSuspicious(Integer suspicious) {
this.suspicious = suspicious;
}
public Integer getVul() {
return this.vul;
}
public void setVul(Integer vul) {
this.vul = vul;
}
public Integer getHealthhighTotal() {
return this.healthhighTotal;
}
public void setHealthhighTotal(Integer healthhighTotal) {
this.healthhighTotal = healthhighTotal;
}
public Integer getHealthlowTotal() {
return this.healthlowTotal;
}
public void setHealthlowTotal(Integer healthlowTotal) {
this.healthlowTotal = healthlowTotal;
}
public Integer getHealthseriousTotal() {
return this.healthseriousTotal;
}
public void setHealthseriousTotal(Integer healthseriousTotal) {
this.healthseriousTotal = healthseriousTotal;
}
public Integer getVulDealedTotal() {
return this.vulDealedTotal;
}
public void setVulDealedTotal(Integer vulDealedTotal) {
this.vulDealedTotal = vulDealedTotal;
}
public Integer getPatch() {
return this.patch;
}
public void setPatch(Integer patch) {
this.patch = patch;
}
public Integer getSuspicioushighTotal() {
return this.suspicioushighTotal;
}
public void setSuspicioushighTotal(Integer suspicioushighTotal) {
this.suspicioushighTotal = suspicioushighTotal;
}
public Integer getSuspiciouslowTotal() {
return this.suspiciouslowTotal;
}
public void setSuspiciouslowTotal(Integer suspiciouslowTotal) {
this.suspiciouslowTotal = suspiciouslowTotal;
}
public Integer getSuspiciousTotal() {
return this.suspiciousTotal;
}
public void setSuspiciousTotal(Integer suspiciousTotal) {
this.suspiciousTotal = suspiciousTotal;
}
public Integer getVulTotal() {
return this.vulTotal;
}
public void setVulTotal(Integer vulTotal) {
this.vulTotal = vulTotal;
}
public Integer getSuspiciousseriousTotal() {
return this.suspiciousseriousTotal;
}
public void setSuspiciousseriousTotal(Integer suspiciousseriousTotal) {
this.suspiciousseriousTotal = suspiciousseriousTotal;
}
public Integer getHealthmediumTotal() {
return this.healthmediumTotal;
}
public void setHealthmediumTotal(Integer healthmediumTotal) {
this.healthmediumTotal = healthmediumTotal;
}
public Boolean getOnline() {
return this.online;
}
public void setOnline(Boolean online) {
this.online = online;
}
public Integer getSuspiciousdealedTotal() {
return this.suspiciousdealedTotal;
}
public void setSuspiciousdealedTotal(Integer suspiciousdealedTotal) {
this.suspiciousdealedTotal = suspiciousdealedTotal;
}
public Integer getAccount() {
return this.account;
}
public void setAccount(Integer account) {
this.account = account;
}
public Integer getNewsuspicious() {
return this.newsuspicious;
}
public void setNewsuspicious(Integer newsuspicious) {
this.newsuspicious = newsuspicious;
}
@Override
public DescribeTotalStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeTotalStatisticsResponseUnmarshaller.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/DescribeTraceInfoDetailRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTraceInfoDetailRequest extends RpcAcsRequest<DescribeTraceInfoDetailResponse> {
public DescribeTraceInfoDetailRequest() {
super("aegis", "2016-11-11", "DescribeTraceInfoDetail", "vipaegis");
}
private String sourceIp;
private String vertexId;
private String from;
private String lang;
private String type;
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 getVertexId() {
return this.vertexId;
}
public void setVertexId(String vertexId) {
this.vertexId = vertexId;
if(vertexId != null){
putQueryParameter("VertexId", vertexId);
}
}
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 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);
}
}
@Override
public Class<DescribeTraceInfoDetailResponse> getResponseClass() {
return DescribeTraceInfoDetailResponse.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/DescribeTraceInfoDetailResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTraceInfoDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTraceInfoDetailResponse extends AcsResponse {
private String requestId;
private Boolean success;
private TraceInfoDetail traceInfoDetail;
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 TraceInfoDetail getTraceInfoDetail() {
return this.traceInfoDetail;
}
public void setTraceInfoDetail(TraceInfoDetail traceInfoDetail) {
this.traceInfoDetail = traceInfoDetail;
}
public static class TraceInfoDetail {
private List<Edge> edgeList;
private List<Vertex> vertexList;
private List<EntityType> entityTypeList;
public List<Edge> getEdgeList() {
return this.edgeList;
}
public void setEdgeList(List<Edge> edgeList) {
this.edgeList = edgeList;
}
public List<Vertex> getVertexList() {
return this.vertexList;
}
public void setVertexList(List<Vertex> vertexList) {
this.vertexList = vertexList;
}
public List<EntityType> getEntityTypeList() {
return this.entityTypeList;
}
public void setEntityTypeList(List<EntityType> entityTypeList) {
this.entityTypeList = entityTypeList;
}
public static class Edge {
private String endId;
private String startId;
private Integer count;
private String time;
public String getEndId() {
return this.endId;
}
public void setEndId(String endId) {
this.endId = endId;
}
public String getStartId() {
return this.startId;
}
public void setStartId(String startId) {
this.startId = startId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
}
public static class Vertex {
private String name;
private Integer count;
private String id;
private String time;
private String type;
private List<Neighbor> neighborList;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public List<Neighbor> getNeighborList() {
return this.neighborList;
}
public void setNeighborList(List<Neighbor> neighborList) {
this.neighborList = neighborList;
}
public static class Neighbor {
private Boolean hasMore;
private Integer count;
private String type;
public Boolean getHasMore() {
return this.hasMore;
}
public void setHasMore(Boolean hasMore) {
this.hasMore = hasMore;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
}
}
public static class EntityType {
private String displayTemplate;
private Long gmtModified;
private String displayIcon;
private Integer offset;
private Integer dbId;
private String name;
private String namespace;
private Integer limit;
private String id;
private String displayColor;
private Long gmtCreate;
public String getDisplayTemplate() {
return this.displayTemplate;
}
public void setDisplayTemplate(String displayTemplate) {
this.displayTemplate = displayTemplate;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public String getDisplayIcon() {
return this.displayIcon;
}
public void setDisplayIcon(String displayIcon) {
this.displayIcon = displayIcon;
}
public Integer getOffset() {
return this.offset;
}
public void setOffset(Integer offset) {
this.offset = offset;
}
public Integer getDbId() {
return this.dbId;
}
public void setDbId(Integer dbId) {
this.dbId = dbId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getNamespace() {
return this.namespace;
}
public void setNamespace(String namespace) {
this.namespace = namespace;
}
public Integer getLimit() {
return this.limit;
}
public void setLimit(Integer limit) {
this.limit = limit;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getDisplayColor() {
return this.displayColor;
}
public void setDisplayColor(String displayColor) {
this.displayColor = displayColor;
}
public Long getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(Long gmtCreate) {
this.gmtCreate = gmtCreate;
}
}
}
@Override
public DescribeTraceInfoDetailResponse getInstance(UnmarshallerContext context) {
return DescribeTraceInfoDetailResponseUnmarshaller.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/DescribeTraceInfoNodeListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTraceInfoNodeListRequest extends RpcAcsRequest<DescribeTraceInfoNodeListResponse> {
public DescribeTraceInfoNodeListRequest() {
super("aegis", "2016-11-11", "DescribeTraceInfoNodeList", "vipaegis");
}
private String sourceIp;
private String vertexId;
private String startType;
private Integer pageSize;
private String from;
private Integer page;
private String lang;
private String type;
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 getVertexId() {
return this.vertexId;
}
public void setVertexId(String vertexId) {
this.vertexId = vertexId;
if(vertexId != null){
putQueryParameter("VertexId", vertexId);
}
}
public String getStartType() {
return this.startType;
}
public void setStartType(String startType) {
this.startType = startType;
if(startType != null){
putQueryParameter("StartType", startType);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getFrom() {
return this.from;
}
public void setFrom(String from) {
this.from = from;
if(from != null){
putQueryParameter("From", from);
}
}
public Integer getPage() {
return this.page;
}
public void setPage(Integer page) {
this.page = page;
if(page != null){
putQueryParameter("Page", page.toString());
}
}
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 getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
if(uuid != null){
putQueryParameter("Uuid", uuid);
}
}
@Override
public Class<DescribeTraceInfoNodeListResponse> getResponseClass() {
return DescribeTraceInfoNodeListResponse.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/DescribeTraceInfoNodeListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTraceInfoNodeListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTraceInfoNodeListResponse extends AcsResponse {
private String requestId;
private NodeListInfo nodeListInfo;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public NodeListInfo getNodeListInfo() {
return this.nodeListInfo;
}
public void setNodeListInfo(NodeListInfo nodeListInfo) {
this.nodeListInfo = nodeListInfo;
}
public static class NodeListInfo {
private List<Edge> edgeList;
private List<Vertex> vertexList;
private List<String> entityTypeList;
public List<Edge> getEdgeList() {
return this.edgeList;
}
public void setEdgeList(List<Edge> edgeList) {
this.edgeList = edgeList;
}
public List<Vertex> getVertexList() {
return this.vertexList;
}
public void setVertexList(List<Vertex> vertexList) {
this.vertexList = vertexList;
}
public List<String> getEntityTypeList() {
return this.entityTypeList;
}
public void setEntityTypeList(List<String> entityTypeList) {
this.entityTypeList = entityTypeList;
}
public static class Edge {
private String endId;
private String startId;
private String time;
public String getEndId() {
return this.endId;
}
public void setEndId(String endId) {
this.endId = endId;
}
public String getStartId() {
return this.startId;
}
public void setStartId(String startId) {
this.startId = startId;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
}
public static class Vertex {
private String name;
private String id;
private String time;
private List<String> neighborList;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getTime() {
return this.time;
}
public void setTime(String time) {
this.time = time;
}
public List<String> getNeighborList() {
return this.neighborList;
}
public void setNeighborList(List<String> neighborList) {
this.neighborList = neighborList;
}
}
}
@Override
public DescribeTraceInfoNodeListResponse getInstance(UnmarshallerContext context) {
return DescribeTraceInfoNodeListResponseUnmarshaller.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/DescribeTraceInfoNodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeTraceInfoNodeRequest extends RpcAcsRequest<DescribeTraceInfoNodeResponse> {
public DescribeTraceInfoNodeRequest() {
super("aegis", "2016-11-11", "DescribeTraceInfoNode", "vipaegis");
}
private String sourceIp;
private String vertexId;
private String from;
private String lang;
private String type;
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 getVertexId() {
return this.vertexId;
}
public void setVertexId(String vertexId) {
this.vertexId = vertexId;
if(vertexId != null){
putQueryParameter("VertexId", vertexId);
}
}
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 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 getEventName() {
return this.eventName;
}
public void setEventName(String eventName) {
this.eventName = eventName;
if(eventName != null){
putQueryParameter("EventName", eventName);
}
}
@Override
public Class<DescribeTraceInfoNodeResponse> getResponseClass() {
return DescribeTraceInfoNodeResponse.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/DescribeTraceInfoNodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeTraceInfoNodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeTraceInfoNodeResponse extends AcsResponse {
private String requestId;
private Node node;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Node getNode() {
return this.node;
}
public void setNode(Node node) {
this.node = node;
}
public static class Node {
private String name;
private String type;
private List<Property> propertyList;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public List<Property> getPropertyList() {
return this.propertyList;
}
public void setPropertyList(List<Property> propertyList) {
this.propertyList = propertyList;
}
public static class Property {
private String name;
private String value;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
}
}
@Override
public DescribeTraceInfoNodeResponse getInstance(UnmarshallerContext context) {
return DescribeTraceInfoNodeResponseUnmarshaller.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/DescribeUserSettingRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeUserSettingRequest extends RpcAcsRequest<DescribeUserSettingResponse> {
public DescribeUserSettingRequest() {
super("aegis", "2016-11-11", "DescribeUserSetting", "vipaegis");
}
private String sourceIp;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
@Override
public Class<DescribeUserSettingResponse> getResponseClass() {
return DescribeUserSettingResponse.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/DescribeUserSettingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeUserSettingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeUserSettingResponse extends AcsResponse {
private String requestId;
private Integer invalidWarningKeepDays;
private String alertLevels;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getInvalidWarningKeepDays() {
return this.invalidWarningKeepDays;
}
public void setInvalidWarningKeepDays(Integer invalidWarningKeepDays) {
this.invalidWarningKeepDays = invalidWarningKeepDays;
}
public String getAlertLevels() {
return this.alertLevels;
}
public void setAlertLevels(String alertLevels) {
this.alertLevels = alertLevels;
}
@Override
public DescribeUserSettingResponse getInstance(UnmarshallerContext context) {
return DescribeUserSettingResponseUnmarshaller.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/DescribeUuidConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeUuidConfigRequest extends RpcAcsRequest<DescribeUuidConfigResponse> {
public DescribeUuidConfigRequest() {
super("aegis", "2016-11-11", "DescribeUuidConfig", "vipaegis");
}
private String sourceIp;
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 getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
if(uuid != null){
putQueryParameter("Uuid", uuid);
}
}
@Override
public Class<DescribeUuidConfigResponse> getResponseClass() {
return DescribeUuidConfigResponse.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/DescribeUuidConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeUuidConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeUuidConfigResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String flag;
public String getFlag() {
return this.flag;
}
public void setFlag(String flag) {
this.flag = flag;
}
}
@Override
public DescribeUuidConfigResponse getInstance(UnmarshallerContext context) {
return DescribeUuidConfigResponseUnmarshaller.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/DescribeVersionConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVersionConfigRequest extends RpcAcsRequest<DescribeVersionConfigResponse> {
public DescribeVersionConfigRequest() {
super("aegis", "2016-11-11", "DescribeVersionConfig", "vipaegis");
}
private String sourceIp;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
@Override
public Class<DescribeVersionConfigResponse> getResponseClass() {
return DescribeVersionConfigResponse.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/DescribeVersionConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVersionConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVersionConfigResponse extends AcsResponse {
private String requestId;
private Integer assetLevel;
private Integer avdsFlag;
private Long createTime;
private Integer flag;
private String instanceId;
private Boolean isSasOpening;
private Integer isTrialVersion;
private Integer logCapacity;
private Integer logTime;
private Long releaseTime;
private Integer sasLog;
private Integer sasScreen;
private Integer version;
private Integer userDefinedAlarms;
private Integer webLock;
private Long webLockAuthCount;
private Long appWhiteListAuthCount;
private Integer appWhiteList;
private Long slsCapacity;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getAssetLevel() {
return this.assetLevel;
}
public void setAssetLevel(Integer assetLevel) {
this.assetLevel = assetLevel;
}
public Integer getAvdsFlag() {
return this.avdsFlag;
}
public void setAvdsFlag(Integer avdsFlag) {
this.avdsFlag = avdsFlag;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public Integer getFlag() {
return this.flag;
}
public void setFlag(Integer flag) {
this.flag = flag;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public Boolean getIsSasOpening() {
return this.isSasOpening;
}
public void setIsSasOpening(Boolean isSasOpening) {
this.isSasOpening = isSasOpening;
}
public Integer getIsTrialVersion() {
return this.isTrialVersion;
}
public void setIsTrialVersion(Integer isTrialVersion) {
this.isTrialVersion = isTrialVersion;
}
public Integer getLogCapacity() {
return this.logCapacity;
}
public void setLogCapacity(Integer logCapacity) {
this.logCapacity = logCapacity;
}
public Integer getLogTime() {
return this.logTime;
}
public void setLogTime(Integer logTime) {
this.logTime = logTime;
}
public Long getReleaseTime() {
return this.releaseTime;
}
public void setReleaseTime(Long releaseTime) {
this.releaseTime = releaseTime;
}
public Integer getSasLog() {
return this.sasLog;
}
public void setSasLog(Integer sasLog) {
this.sasLog = sasLog;
}
public Integer getSasScreen() {
return this.sasScreen;
}
public void setSasScreen(Integer sasScreen) {
this.sasScreen = sasScreen;
}
public Integer getBizVersion() {
return this.version;
}
public void setBizVersion(Integer version) {
this.version = version;
}
/**
* @deprecated use getBizVersion instead of this.
*/
@Deprecated
public Integer getVersion() {
return this.version;
}
/**
* @deprecated use setBizVersion instead of this.
*/
@Deprecated
public void setVersion(Integer version) {
this.version = version;
}
public Integer getUserDefinedAlarms() {
return this.userDefinedAlarms;
}
public void setUserDefinedAlarms(Integer userDefinedAlarms) {
this.userDefinedAlarms = userDefinedAlarms;
}
public Integer getWebLock() {
return this.webLock;
}
public void setWebLock(Integer webLock) {
this.webLock = webLock;
}
public Long getWebLockAuthCount() {
return this.webLockAuthCount;
}
public void setWebLockAuthCount(Long webLockAuthCount) {
this.webLockAuthCount = webLockAuthCount;
}
public Long getAppWhiteListAuthCount() {
return this.appWhiteListAuthCount;
}
public void setAppWhiteListAuthCount(Long appWhiteListAuthCount) {
this.appWhiteListAuthCount = appWhiteListAuthCount;
}
public Integer getAppWhiteList() {
return this.appWhiteList;
}
public void setAppWhiteList(Integer appWhiteList) {
this.appWhiteList = appWhiteList;
}
public Long getSlsCapacity() {
return this.slsCapacity;
}
public void setSlsCapacity(Long slsCapacity) {
this.slsCapacity = slsCapacity;
}
@Override
public DescribeVersionConfigResponse getInstance(UnmarshallerContext context) {
return DescribeVersionConfigResponseUnmarshaller.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/DescribeVulBatchRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulBatchRequest extends RpcAcsRequest<DescribeVulBatchResponse> {
public DescribeVulBatchRequest() {
super("aegis", "2016-11-11", "DescribeVulBatch", "vipaegis");
}
private String sourceIp;
private String resource;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public String getResource() {
return this.resource;
}
public void setResource(String resource) {
this.resource = resource;
if(resource != null){
putQueryParameter("Resource", resource);
}
}
@Override
public Class<DescribeVulBatchResponse> getResponseClass() {
return DescribeVulBatchResponse.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/DescribeVulBatchResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulBatchResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulBatchResponse extends AcsResponse {
private String requestId;
private List<String> batchNames;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<String> getBatchNames() {
return this.batchNames;
}
public void setBatchNames(List<String> batchNames) {
this.batchNames = batchNames;
}
@Override
public DescribeVulBatchResponse getInstance(UnmarshallerContext context) {
return DescribeVulBatchResponseUnmarshaller.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/DescribeVulConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulConfigRequest extends RpcAcsRequest<DescribeVulConfigResponse> {
public DescribeVulConfigRequest() {
super("aegis", "2016-11-11", "DescribeVulConfig", "vipaegis");
}
private String sourceIp;
private String type;
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);
}
}
@Override
public Class<DescribeVulConfigResponse> getResponseClass() {
return DescribeVulConfigResponse.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/DescribeVulConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulConfigResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<TargetConfig> targetConfigs;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<TargetConfig> getTargetConfigs() {
return this.targetConfigs;
}
public void setTargetConfigs(List<TargetConfig> targetConfigs) {
this.targetConfigs = targetConfigs;
}
public static class TargetConfig {
private String type;
private String config;
private String overAllConfig;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getConfig() {
return this.config;
}
public void setConfig(String config) {
this.config = config;
}
public String getOverAllConfig() {
return this.overAllConfig;
}
public void setOverAllConfig(String overAllConfig) {
this.overAllConfig = overAllConfig;
}
}
@Override
public DescribeVulConfigResponse getInstance(UnmarshallerContext context) {
return DescribeVulConfigResponseUnmarshaller.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/DescribeVulDetailsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulDetailsRequest extends RpcAcsRequest<DescribeVulDetailsResponse> {
public DescribeVulDetailsRequest() {
super("aegis", "2016-11-11", "DescribeVulDetails", "vipaegis");
}
private String aliasName;
private String sourceIp;
private String name;
private String lang;
private String type;
public String getAliasName() {
return this.aliasName;
}
public void setAliasName(String aliasName) {
this.aliasName = aliasName;
if(aliasName != null){
putQueryParameter("AliasName", aliasName);
}
}
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 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<DescribeVulDetailsResponse> getResponseClass() {
return DescribeVulDetailsResponse.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/DescribeVulDetailsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulDetailsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulDetailsResponse extends AcsResponse {
private String requestId;
private List<Cve> cves;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Cve> getCves() {
return this.cves;
}
public void setCves(List<Cve> cves) {
this.cves = cves;
}
public static class Cve {
private String cveId;
private String cnvdId;
private String otherId;
private String title;
private String cvssScore;
private String cvssVector;
private Long releaseTime;
private String complexity;
private String poc;
private Long pocCreateTime;
private Long pocDisclosureTime;
private String summary;
private String solution;
private String content;
private String vendor;
private String product;
private String vulLevel;
private String reference;
private String classify;
private List<Classify> classifys;
public String getCveId() {
return this.cveId;
}
public void setCveId(String cveId) {
this.cveId = cveId;
}
public String getCnvdId() {
return this.cnvdId;
}
public void setCnvdId(String cnvdId) {
this.cnvdId = cnvdId;
}
public String getOtherId() {
return this.otherId;
}
public void setOtherId(String otherId) {
this.otherId = otherId;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getCvssScore() {
return this.cvssScore;
}
public void setCvssScore(String cvssScore) {
this.cvssScore = cvssScore;
}
public String getCvssVector() {
return this.cvssVector;
}
public void setCvssVector(String cvssVector) {
this.cvssVector = cvssVector;
}
public Long getReleaseTime() {
return this.releaseTime;
}
public void setReleaseTime(Long releaseTime) {
this.releaseTime = releaseTime;
}
public String getComplexity() {
return this.complexity;
}
public void setComplexity(String complexity) {
this.complexity = complexity;
}
public String getPoc() {
return this.poc;
}
public void setPoc(String poc) {
this.poc = poc;
}
public Long getPocCreateTime() {
return this.pocCreateTime;
}
public void setPocCreateTime(Long pocCreateTime) {
this.pocCreateTime = pocCreateTime;
}
public Long getPocDisclosureTime() {
return this.pocDisclosureTime;
}
public void setPocDisclosureTime(Long pocDisclosureTime) {
this.pocDisclosureTime = pocDisclosureTime;
}
public String getSummary() {
return this.summary;
}
public void setSummary(String summary) {
this.summary = summary;
}
public String getSolution() {
return this.solution;
}
public void setSolution(String solution) {
this.solution = solution;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getVendor() {
return this.vendor;
}
public void setVendor(String vendor) {
this.vendor = vendor;
}
public String getBizProduct() {
return this.product;
}
public void setBizProduct(String product) {
this.product = product;
}
/**
* @deprecated use getBizProduct instead of this.
*/
@Deprecated
public String getProduct() {
return this.product;
}
/**
* @deprecated use setBizProduct instead of this.
*/
@Deprecated
public void setProduct(String product) {
this.product = product;
}
public String getVulLevel() {
return this.vulLevel;
}
public void setVulLevel(String vulLevel) {
this.vulLevel = vulLevel;
}
public String getReference() {
return this.reference;
}
public void setReference(String reference) {
this.reference = reference;
}
public String getClassify() {
return this.classify;
}
public void setClassify(String classify) {
this.classify = classify;
}
public List<Classify> getClassifys() {
return this.classifys;
}
public void setClassifys(List<Classify> classifys) {
this.classifys = classifys;
}
public static class Classify {
private String classify;
private String description;
private String demoVideoUrl;
public String getClassify() {
return this.classify;
}
public void setClassify(String classify) {
this.classify = classify;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getDemoVideoUrl() {
return this.demoVideoUrl;
}
public void setDemoVideoUrl(String demoVideoUrl) {
this.demoVideoUrl = demoVideoUrl;
}
}
}
@Override
public DescribeVulDetailsResponse getInstance(UnmarshallerContext context) {
return DescribeVulDetailsResponseUnmarshaller.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/DescribeVulExportInfoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulExportInfoRequest extends RpcAcsRequest<DescribeVulExportInfoResponse> {
public DescribeVulExportInfoRequest() {
super("aegis", "2016-11-11", "DescribeVulExportInfo", "vipaegis");
}
private String sourceIp;
private Long exportId;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Long getExportId() {
return this.exportId;
}
public void setExportId(Long exportId) {
this.exportId = exportId;
if(exportId != null){
putQueryParameter("ExportId", exportId.toString());
}
}
@Override
public Class<DescribeVulExportInfoResponse> getResponseClass() {
return DescribeVulExportInfoResponse.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/DescribeVulExportInfoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulExportInfoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulExportInfoResponse 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 DescribeVulExportInfoResponse getInstance(UnmarshallerContext context) {
return DescribeVulExportInfoResponseUnmarshaller.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/DescribeVulLevelRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulLevelRequest extends RpcAcsRequest<DescribeVulLevelResponse> {
public DescribeVulLevelRequest() {
super("aegis", "2016-11-11", "DescribeVulLevel", "vipaegis");
}
private String sourceIp;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
@Override
public Class<DescribeVulLevelResponse> getResponseClass() {
return DescribeVulLevelResponse.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/DescribeVulLevelResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulLevelResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulLevelResponse extends AcsResponse {
private String requestId;
private List<String> concernLevels;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<String> getConcernLevels() {
return this.concernLevels;
}
public void setConcernLevels(List<String> concernLevels) {
this.concernLevels = concernLevels;
}
@Override
public DescribeVulLevelResponse getInstance(UnmarshallerContext context) {
return DescribeVulLevelResponseUnmarshaller.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/DescribeVulLevelStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulLevelStatisticsRequest extends RpcAcsRequest<DescribeVulLevelStatisticsResponse> {
public DescribeVulLevelStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeVulLevelStatistics", "vipaegis");
}
private String sourceIp;
private Long endTs;
private Long startTs;
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 getEndTs() {
return this.endTs;
}
public void setEndTs(Long endTs) {
this.endTs = endTs;
if(endTs != null){
putQueryParameter("EndTs", endTs.toString());
}
}
public Long getStartTs() {
return this.startTs;
}
public void setStartTs(Long startTs) {
this.startTs = startTs;
if(startTs != null){
putQueryParameter("StartTs", startTs.toString());
}
}
public String getUuids() {
return this.uuids;
}
public void setUuids(String uuids) {
this.uuids = uuids;
if(uuids != null){
putQueryParameter("Uuids", uuids);
}
}
@Override
public Class<DescribeVulLevelStatisticsResponse> getResponseClass() {
return DescribeVulLevelStatisticsResponse.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/DescribeVulLevelStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulLevelStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulLevelStatisticsResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<LevelStatistic> levelStatistics;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<LevelStatistic> getLevelStatistics() {
return this.levelStatistics;
}
public void setLevelStatistics(List<LevelStatistic> levelStatistics) {
this.levelStatistics = levelStatistics;
}
public static class LevelStatistic {
private String level;
private Integer cveNum;
private Integer emgNum;
private Integer sysNum;
private Integer cmsNum;
private Integer cmsDealedTotalNum;
private Integer vulDealedTotalNum;
private Integer vulAsapSum;
private Integer vulLaterSum;
private Integer vulNntfSum;
private Integer vulSeriousTotal;
private Integer vulHighTotal;
private Integer vulMediumTotal;
private Integer vulLowTotal;
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public Integer getCveNum() {
return this.cveNum;
}
public void setCveNum(Integer cveNum) {
this.cveNum = cveNum;
}
public Integer getEmgNum() {
return this.emgNum;
}
public void setEmgNum(Integer emgNum) {
this.emgNum = emgNum;
}
public Integer getSysNum() {
return this.sysNum;
}
public void setSysNum(Integer sysNum) {
this.sysNum = sysNum;
}
public Integer getCmsNum() {
return this.cmsNum;
}
public void setCmsNum(Integer cmsNum) {
this.cmsNum = cmsNum;
}
public Integer getCmsDealedTotalNum() {
return this.cmsDealedTotalNum;
}
public void setCmsDealedTotalNum(Integer cmsDealedTotalNum) {
this.cmsDealedTotalNum = cmsDealedTotalNum;
}
public Integer getVulDealedTotalNum() {
return this.vulDealedTotalNum;
}
public void setVulDealedTotalNum(Integer vulDealedTotalNum) {
this.vulDealedTotalNum = vulDealedTotalNum;
}
public Integer getVulAsapSum() {
return this.vulAsapSum;
}
public void setVulAsapSum(Integer vulAsapSum) {
this.vulAsapSum = vulAsapSum;
}
public Integer getVulLaterSum() {
return this.vulLaterSum;
}
public void setVulLaterSum(Integer vulLaterSum) {
this.vulLaterSum = vulLaterSum;
}
public Integer getVulNntfSum() {
return this.vulNntfSum;
}
public void setVulNntfSum(Integer vulNntfSum) {
this.vulNntfSum = vulNntfSum;
}
public Integer getVulSeriousTotal() {
return this.vulSeriousTotal;
}
public void setVulSeriousTotal(Integer vulSeriousTotal) {
this.vulSeriousTotal = vulSeriousTotal;
}
public Integer getVulHighTotal() {
return this.vulHighTotal;
}
public void setVulHighTotal(Integer vulHighTotal) {
this.vulHighTotal = vulHighTotal;
}
public Integer getVulMediumTotal() {
return this.vulMediumTotal;
}
public void setVulMediumTotal(Integer vulMediumTotal) {
this.vulMediumTotal = vulMediumTotal;
}
public Integer getVulLowTotal() {
return this.vulLowTotal;
}
public void setVulLowTotal(Integer vulLowTotal) {
this.vulLowTotal = vulLowTotal;
}
}
@Override
public DescribeVulLevelStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeVulLevelStatisticsResponseUnmarshaller.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/DescribeVulListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulListRequest extends RpcAcsRequest<DescribeVulListResponse> {
public DescribeVulListRequest() {
super("aegis", "2016-11-11", "DescribeVulList", "vipaegis");
}
private String statusList;
private String level;
private String resource;
private String remark;
private String dealed;
private Integer currentPage;
private String type;
private Long createTsStart;
private String batchName;
private String aliasName;
private String sourceIp;
private String name;
private Integer pageSize;
private String lang;
private Long createTsEnd;
private String necessity;
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 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 getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putQueryParameter("Remark", remark);
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public Long getCreateTsStart() {
return this.createTsStart;
}
public void setCreateTsStart(Long createTsStart) {
this.createTsStart = createTsStart;
if(createTsStart != null){
putQueryParameter("CreateTsStart", createTsStart.toString());
}
}
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 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 Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public Long getCreateTsEnd() {
return this.createTsEnd;
}
public void setCreateTsEnd(Long createTsEnd) {
this.createTsEnd = createTsEnd;
if(createTsEnd != null){
putQueryParameter("CreateTsEnd", createTsEnd.toString());
}
}
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<DescribeVulListResponse> getResponseClass() {
return DescribeVulListResponse.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/DescribeVulListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulListResponse extends AcsResponse {
private String requestId;
private Integer pageSize;
private Integer currentPage;
private Integer totalCount;
private List<VulRecord> vulRecords;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<VulRecord> getVulRecords() {
return this.vulRecords;
}
public void setVulRecords(List<VulRecord> vulRecords) {
this.vulRecords = vulRecords;
}
public static class VulRecord {
private Long primaryId;
private String uuid;
private String name;
private String tag;
private String aliasName;
private Long recordId;
private String type;
private String level;
private String product;
private Long firstTs;
private Long lastTs;
private Long repairTs;
private Integer status;
private String related;
private String resultCode;
private String resultMessage;
private Long modifyTs;
private String necessity;
private Integer groupId;
private String instanceId;
private String instanceName;
private String internetIp;
private String intranetIp;
private String ip;
private String osVersion;
private String needReboot;
private ExtendContentJson extendContentJson;
public Long getPrimaryId() {
return this.primaryId;
}
public void setPrimaryId(Long primaryId) {
this.primaryId = primaryId;
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
}
public String getAliasName() {
return this.aliasName;
}
public void setAliasName(String aliasName) {
this.aliasName = aliasName;
}
public Long getRecordId() {
return this.recordId;
}
public void setRecordId(Long recordId) {
this.recordId = recordId;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getBizProduct() {
return this.product;
}
public void setBizProduct(String product) {
this.product = product;
}
/**
* @deprecated use getBizProduct instead of this.
*/
@Deprecated
public String getProduct() {
return this.product;
}
/**
* @deprecated use setBizProduct instead of this.
*/
@Deprecated
public void setProduct(String product) {
this.product = product;
}
public Long getFirstTs() {
return this.firstTs;
}
public void setFirstTs(Long firstTs) {
this.firstTs = firstTs;
}
public Long getLastTs() {
return this.lastTs;
}
public void setLastTs(Long lastTs) {
this.lastTs = lastTs;
}
public Long getRepairTs() {
return this.repairTs;
}
public void setRepairTs(Long repairTs) {
this.repairTs = repairTs;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public String getRelated() {
return this.related;
}
public void setRelated(String related) {
this.related = related;
}
public String getResultCode() {
return this.resultCode;
}
public void setResultCode(String resultCode) {
this.resultCode = resultCode;
}
public String getResultMessage() {
return this.resultMessage;
}
public void setResultMessage(String resultMessage) {
this.resultMessage = resultMessage;
}
public Long getModifyTs() {
return this.modifyTs;
}
public void setModifyTs(Long modifyTs) {
this.modifyTs = modifyTs;
}
public String getNecessity() {
return this.necessity;
}
public void setNecessity(String necessity) {
this.necessity = necessity;
}
public Integer getGroupId() {
return this.groupId;
}
public void setGroupId(Integer groupId) {
this.groupId = groupId;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getOsVersion() {
return this.osVersion;
}
public void setOsVersion(String osVersion) {
this.osVersion = osVersion;
}
public String getNeedReboot() {
return this.needReboot;
}
public void setNeedReboot(String needReboot) {
this.needReboot = needReboot;
}
public ExtendContentJson getExtendContentJson() {
return this.extendContentJson;
}
public void setExtendContentJson(ExtendContentJson extendContentJson) {
this.extendContentJson = extendContentJson;
}
public static class ExtendContentJson {
private String os;
private String osRelease;
private Integer status;
private Long lastTs;
private String aliasName;
private String tag;
private Long primaryId;
private String level;
private String absolutePath;
private String target;
private String proof;
private String reason;
private List<RpmEntityListItem> rpmEntityList;
private List<String> cveList;
private Necessity necessity;
public String getOs() {
return this.os;
}
public void setOs(String os) {
this.os = os;
}
public String getOsRelease() {
return this.osRelease;
}
public void setOsRelease(String osRelease) {
this.osRelease = osRelease;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getLastTs() {
return this.lastTs;
}
public void setLastTs(Long lastTs) {
this.lastTs = lastTs;
}
public String getAliasName() {
return this.aliasName;
}
public void setAliasName(String aliasName) {
this.aliasName = aliasName;
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
}
public Long getPrimaryId() {
return this.primaryId;
}
public void setPrimaryId(Long primaryId) {
this.primaryId = primaryId;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getAbsolutePath() {
return this.absolutePath;
}
public void setAbsolutePath(String absolutePath) {
this.absolutePath = absolutePath;
}
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public String getProof() {
return this.proof;
}
public void setProof(String proof) {
this.proof = proof;
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
}
public List<RpmEntityListItem> getRpmEntityList() {
return this.rpmEntityList;
}
public void setRpmEntityList(List<RpmEntityListItem> rpmEntityList) {
this.rpmEntityList = rpmEntityList;
}
public List<String> getCveList() {
return this.cveList;
}
public void setCveList(List<String> cveList) {
this.cveList = cveList;
}
public Necessity getNecessity() {
return this.necessity;
}
public void setNecessity(Necessity necessity) {
this.necessity = necessity;
}
public static class RpmEntityListItem {
private String fullVersion;
private String matchDetail;
private String name;
private String path;
private String updateCmd;
private String version;
public String getFullVersion() {
return this.fullVersion;
}
public void setFullVersion(String fullVersion) {
this.fullVersion = fullVersion;
}
public String getMatchDetail() {
return this.matchDetail;
}
public void setMatchDetail(String matchDetail) {
this.matchDetail = matchDetail;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getUpdateCmd() {
return this.updateCmd;
}
public void setUpdateCmd(String updateCmd) {
this.updateCmd = updateCmd;
}
public String getBizVersion() {
return this.version;
}
public void setBizVersion(String version) {
this.version = version;
}
/**
* @deprecated use getBizVersion instead of this.
*/
@Deprecated
public String getVersion() {
return this.version;
}
/**
* @deprecated use setBizVersion instead of this.
*/
@Deprecated
public void setVersion(String version) {
this.version = version;
}
}
public static class Necessity {
private String cvss_factor;
private String gmt_create;
private String status;
private String enviroment_factor;
private String assets_factor;
private String is_calc;
private String total_score;
private String time_factor;
public String getCvss_factor() {
return this.cvss_factor;
}
public void setCvss_factor(String cvss_factor) {
this.cvss_factor = cvss_factor;
}
public String getGmt_create() {
return this.gmt_create;
}
public void setGmt_create(String gmt_create) {
this.gmt_create = gmt_create;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getEnviroment_factor() {
return this.enviroment_factor;
}
public void setEnviroment_factor(String enviroment_factor) {
this.enviroment_factor = enviroment_factor;
}
public String getAssets_factor() {
return this.assets_factor;
}
public void setAssets_factor(String assets_factor) {
this.assets_factor = assets_factor;
}
public String getIs_calc() {
return this.is_calc;
}
public void setIs_calc(String is_calc) {
this.is_calc = is_calc;
}
public String getTotal_score() {
return this.total_score;
}
public void setTotal_score(String total_score) {
this.total_score = total_score;
}
public String getTime_factor() {
return this.time_factor;
}
public void setTime_factor(String time_factor) {
this.time_factor = time_factor;
}
}
}
}
@Override
public DescribeVulListResponse getInstance(UnmarshallerContext context) {
return DescribeVulListResponseUnmarshaller.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/DescribeVulMachineListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulMachineListRequest extends RpcAcsRequest<DescribeVulMachineListResponse> {
public DescribeVulMachineListRequest() {
super("aegis", "2016-11-11", "DescribeVulMachineList", "vipaegis");
}
private String sourceIp;
private Long endTs;
private Long startTs;
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 getEndTs() {
return this.endTs;
}
public void setEndTs(Long endTs) {
this.endTs = endTs;
if(endTs != null){
putQueryParameter("EndTs", endTs.toString());
}
}
public Long getStartTs() {
return this.startTs;
}
public void setStartTs(Long startTs) {
this.startTs = startTs;
if(startTs != null){
putQueryParameter("StartTs", startTs.toString());
}
}
public String getUuids() {
return this.uuids;
}
public void setUuids(String uuids) {
this.uuids = uuids;
if(uuids != null){
putQueryParameter("Uuids", uuids);
}
}
@Override
public Class<DescribeVulMachineListResponse> getResponseClass() {
return DescribeVulMachineListResponse.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/DescribeVulMachineListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulMachineListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulMachineListResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<MachineStatistic> machineStatistics;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<MachineStatistic> getMachineStatistics() {
return this.machineStatistics;
}
public void setMachineStatistics(List<MachineStatistic> machineStatistics) {
this.machineStatistics = machineStatistics;
}
public static class MachineStatistic {
private String uuid;
private Integer cveNum;
private Integer emgNum;
private Integer sysNum;
private Integer cmsNum;
private Integer cmsDealedTotalNum;
private Integer vulDealedTotalNum;
private Integer vulAsapSum;
private Integer vulLaterSum;
private Integer vulNntfSum;
private Integer vulSeriousTotal;
private Integer vulHighTotal;
private Integer vulMediumTotal;
private Integer vulLowTotal;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public Integer getCveNum() {
return this.cveNum;
}
public void setCveNum(Integer cveNum) {
this.cveNum = cveNum;
}
public Integer getEmgNum() {
return this.emgNum;
}
public void setEmgNum(Integer emgNum) {
this.emgNum = emgNum;
}
public Integer getSysNum() {
return this.sysNum;
}
public void setSysNum(Integer sysNum) {
this.sysNum = sysNum;
}
public Integer getCmsNum() {
return this.cmsNum;
}
public void setCmsNum(Integer cmsNum) {
this.cmsNum = cmsNum;
}
public Integer getCmsDealedTotalNum() {
return this.cmsDealedTotalNum;
}
public void setCmsDealedTotalNum(Integer cmsDealedTotalNum) {
this.cmsDealedTotalNum = cmsDealedTotalNum;
}
public Integer getVulDealedTotalNum() {
return this.vulDealedTotalNum;
}
public void setVulDealedTotalNum(Integer vulDealedTotalNum) {
this.vulDealedTotalNum = vulDealedTotalNum;
}
public Integer getVulAsapSum() {
return this.vulAsapSum;
}
public void setVulAsapSum(Integer vulAsapSum) {
this.vulAsapSum = vulAsapSum;
}
public Integer getVulLaterSum() {
return this.vulLaterSum;
}
public void setVulLaterSum(Integer vulLaterSum) {
this.vulLaterSum = vulLaterSum;
}
public Integer getVulNntfSum() {
return this.vulNntfSum;
}
public void setVulNntfSum(Integer vulNntfSum) {
this.vulNntfSum = vulNntfSum;
}
public Integer getVulSeriousTotal() {
return this.vulSeriousTotal;
}
public void setVulSeriousTotal(Integer vulSeriousTotal) {
this.vulSeriousTotal = vulSeriousTotal;
}
public Integer getVulHighTotal() {
return this.vulHighTotal;
}
public void setVulHighTotal(Integer vulHighTotal) {
this.vulHighTotal = vulHighTotal;
}
public Integer getVulMediumTotal() {
return this.vulMediumTotal;
}
public void setVulMediumTotal(Integer vulMediumTotal) {
this.vulMediumTotal = vulMediumTotal;
}
public Integer getVulLowTotal() {
return this.vulLowTotal;
}
public void setVulLowTotal(Integer vulLowTotal) {
this.vulLowTotal = vulLowTotal;
}
}
@Override
public DescribeVulMachineListResponse getInstance(UnmarshallerContext context) {
return DescribeVulMachineListResponseUnmarshaller.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/DescribeVulNumStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulNumStatisticsRequest extends RpcAcsRequest<DescribeVulNumStatisticsResponse> {
public DescribeVulNumStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeVulNumStatistics", "vipaegis");
}
private String sourceIp;
private Long endTs;
private Long startTs;
private Long createTsEnd;
private Long createTsStart;
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 getEndTs() {
return this.endTs;
}
public void setEndTs(Long endTs) {
this.endTs = endTs;
if(endTs != null){
putQueryParameter("EndTs", endTs.toString());
}
}
public Long getStartTs() {
return this.startTs;
}
public void setStartTs(Long startTs) {
this.startTs = startTs;
if(startTs != null){
putQueryParameter("StartTs", startTs.toString());
}
}
public Long getCreateTsEnd() {
return this.createTsEnd;
}
public void setCreateTsEnd(Long createTsEnd) {
this.createTsEnd = createTsEnd;
if(createTsEnd != null){
putQueryParameter("CreateTsEnd", createTsEnd.toString());
}
}
public Long getCreateTsStart() {
return this.createTsStart;
}
public void setCreateTsStart(Long createTsStart) {
this.createTsStart = createTsStart;
if(createTsStart != null){
putQueryParameter("CreateTsStart", createTsStart.toString());
}
}
public String getUuids() {
return this.uuids;
}
public void setUuids(String uuids) {
this.uuids = uuids;
if(uuids != null){
putQueryParameter("Uuids", uuids);
}
}
@Override
public Class<DescribeVulNumStatisticsResponse> getResponseClass() {
return DescribeVulNumStatisticsResponse.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/DescribeVulNumStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulNumStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulNumStatisticsResponse extends AcsResponse {
private String requestId;
private Integer cveNum;
private Integer emgNum;
private Integer sysNum;
private Integer cmsNum;
private Integer cmsDealedTotalNum;
private Integer vulDealedTotalNum;
private Integer vulAsapSum;
private Integer vulLaterSum;
private Integer vulNntfSum;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCveNum() {
return this.cveNum;
}
public void setCveNum(Integer cveNum) {
this.cveNum = cveNum;
}
public Integer getEmgNum() {
return this.emgNum;
}
public void setEmgNum(Integer emgNum) {
this.emgNum = emgNum;
}
public Integer getSysNum() {
return this.sysNum;
}
public void setSysNum(Integer sysNum) {
this.sysNum = sysNum;
}
public Integer getCmsNum() {
return this.cmsNum;
}
public void setCmsNum(Integer cmsNum) {
this.cmsNum = cmsNum;
}
public Integer getCmsDealedTotalNum() {
return this.cmsDealedTotalNum;
}
public void setCmsDealedTotalNum(Integer cmsDealedTotalNum) {
this.cmsDealedTotalNum = cmsDealedTotalNum;
}
public Integer getVulDealedTotalNum() {
return this.vulDealedTotalNum;
}
public void setVulDealedTotalNum(Integer vulDealedTotalNum) {
this.vulDealedTotalNum = vulDealedTotalNum;
}
public Integer getVulAsapSum() {
return this.vulAsapSum;
}
public void setVulAsapSum(Integer vulAsapSum) {
this.vulAsapSum = vulAsapSum;
}
public Integer getVulLaterSum() {
return this.vulLaterSum;
}
public void setVulLaterSum(Integer vulLaterSum) {
this.vulLaterSum = vulLaterSum;
}
public Integer getVulNntfSum() {
return this.vulNntfSum;
}
public void setVulNntfSum(Integer vulNntfSum) {
this.vulNntfSum = vulNntfSum;
}
@Override
public DescribeVulNumStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeVulNumStatisticsResponseUnmarshaller.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/DescribeVulTargetStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulTargetStatisticsRequest extends RpcAcsRequest<DescribeVulTargetStatisticsResponse> {
public DescribeVulTargetStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeVulTargetStatistics", "vipaegis");
}
private String sourceIp;
private String type;
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);
}
}
@Override
public Class<DescribeVulTargetStatisticsResponse> getResponseClass() {
return DescribeVulTargetStatisticsResponse.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/DescribeVulTargetStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulTargetStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulTargetStatisticsResponse extends AcsResponse {
private String requestId;
private Integer pageSize;
private Integer currentPage;
private Integer totalCount;
private List<TargetStat> targetStats;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<TargetStat> getTargetStats() {
return this.targetStats;
}
public void setTargetStats(List<TargetStat> targetStats) {
this.targetStats = targetStats;
}
public static class TargetStat {
private String vulType;
private String uuidCount;
private String totalCount;
private List<Target> targets;
public String getVulType() {
return this.vulType;
}
public void setVulType(String vulType) {
this.vulType = vulType;
}
public String getUuidCount() {
return this.uuidCount;
}
public void setUuidCount(String uuidCount) {
this.uuidCount = uuidCount;
}
public String getTotalCount() {
return this.totalCount;
}
public void setTotalCount(String totalCount) {
this.totalCount = totalCount;
}
public List<Target> getTargets() {
return this.targets;
}
public void setTargets(List<Target> targets) {
this.targets = targets;
}
public static class Target {
private String target;
private String targetType;
private String flag;
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public String getTargetType() {
return this.targetType;
}
public void setTargetType(String targetType) {
this.targetType = targetType;
}
public String getFlag() {
return this.flag;
}
public void setFlag(String flag) {
this.flag = flag;
}
}
}
@Override
public DescribeVulTargetStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeVulTargetStatisticsResponseUnmarshaller.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/DescribeVulWhitelistRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulWhitelistRequest extends RpcAcsRequest<DescribeVulWhitelistResponse> {
public DescribeVulWhitelistRequest() {
super("aegis", "2016-11-11", "DescribeVulWhitelist", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
private Integer currentPage;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
@Override
public Class<DescribeVulWhitelistResponse> getResponseClass() {
return DescribeVulWhitelistResponse.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/DescribeVulWhitelistResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulWhitelistResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulWhitelistResponse extends AcsResponse {
private String requestId;
private Integer pageSize;
private Integer currentPage;
private Integer totalCount;
private List<VulWhitelist> vulWhitelists;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<VulWhitelist> getVulWhitelists() {
return this.vulWhitelists;
}
public void setVulWhitelists(List<VulWhitelist> vulWhitelists) {
this.vulWhitelists = vulWhitelists;
}
public static class VulWhitelist {
private String name;
private String type;
private String aliasName;
private String reason;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getAliasName() {
return this.aliasName;
}
public void setAliasName(String aliasName) {
this.aliasName = aliasName;
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
}
}
@Override
public DescribeVulWhitelistResponse getInstance(UnmarshallerContext context) {
return DescribeVulWhitelistResponseUnmarshaller.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/DescribeVulnerabilitySummaryRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeVulnerabilitySummaryRequest extends RpcAcsRequest<DescribeVulnerabilitySummaryResponse> {
public DescribeVulnerabilitySummaryRequest() {
super("aegis", "2016-11-11", "DescribeVulnerabilitySummary", "vipaegis");
}
private Long resourceOwnerId;
private String sourceIp;
private String cronJobId;
public Long getResourceOwnerId() {
return this.resourceOwnerId;
}
public void setResourceOwnerId(Long resourceOwnerId) {
this.resourceOwnerId = resourceOwnerId;
if(resourceOwnerId != null){
putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
}
}
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public String getCronJobId() {
return this.cronJobId;
}
public void setCronJobId(String cronJobId) {
this.cronJobId = cronJobId;
if(cronJobId != null){
putQueryParameter("CronJobId", cronJobId);
}
}
@Override
public Class<DescribeVulnerabilitySummaryResponse> getResponseClass() {
return DescribeVulnerabilitySummaryResponse.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/DescribeVulnerabilitySummaryResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeVulnerabilitySummaryResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeVulnerabilitySummaryResponse extends AcsResponse {
private String requestId;
private Boolean success;
private Long suggestionCount;
private Long lowCount;
private Long mediumCount;
private Long highCount;
private Long totalCount;
private Long concernCount;
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 Long getSuggestionCount() {
return this.suggestionCount;
}
public void setSuggestionCount(Long suggestionCount) {
this.suggestionCount = suggestionCount;
}
public Long getLowCount() {
return this.lowCount;
}
public void setLowCount(Long lowCount) {
this.lowCount = lowCount;
}
public Long getMediumCount() {
return this.mediumCount;
}
public void setMediumCount(Long mediumCount) {
this.mediumCount = mediumCount;
}
public Long getHighCount() {
return this.highCount;
}
public void setHighCount(Long highCount) {
this.highCount = highCount;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public Long getConcernCount() {
return this.concernCount;
}
public void setConcernCount(Long concernCount) {
this.concernCount = concernCount;
}
@Override
public DescribeVulnerabilitySummaryResponse getInstance(UnmarshallerContext context) {
return DescribeVulnerabilitySummaryResponseUnmarshaller.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/DescribeWarningMachinesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWarningMachinesRequest extends RpcAcsRequest<DescribeWarningMachinesResponse> {
public DescribeWarningMachinesRequest() {
super("aegis", "2016-11-11", "DescribeWarningMachines", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
private String machineName;
private Long strategyId;
private Integer currentPage;
private String lang;
private Long riskId;
private String uuids;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getMachineName() {
return this.machineName;
}
public void setMachineName(String machineName) {
this.machineName = machineName;
if(machineName != null){
putQueryParameter("MachineName", machineName);
}
}
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public Long getRiskId() {
return this.riskId;
}
public void setRiskId(Long riskId) {
this.riskId = riskId;
if(riskId != null){
putQueryParameter("RiskId", riskId.toString());
}
}
public String getUuids() {
return this.uuids;
}
public void setUuids(String uuids) {
this.uuids = uuids;
if(uuids != null){
putQueryParameter("Uuids", uuids);
}
}
@Override
public Class<DescribeWarningMachinesResponse> getResponseClass() {
return DescribeWarningMachinesResponse.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/DescribeWarningMachinesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWarningMachinesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWarningMachinesResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<WarningMachine> warningMachines;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<WarningMachine> getWarningMachines() {
return this.warningMachines;
}
public void setWarningMachines(List<WarningMachine> warningMachines) {
this.warningMachines = warningMachines;
}
public static class WarningMachine {
private String uuid;
private String machineName;
private String internetIp;
private String intranetIp;
private Integer passCount;
private Integer highWarningCount;
private Integer mediumWarningCount;
private Integer lowWarningCount;
private Integer status;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getMachineName() {
return this.machineName;
}
public void setMachineName(String machineName) {
this.machineName = machineName;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public Integer getPassCount() {
return this.passCount;
}
public void setPassCount(Integer passCount) {
this.passCount = passCount;
}
public Integer getHighWarningCount() {
return this.highWarningCount;
}
public void setHighWarningCount(Integer highWarningCount) {
this.highWarningCount = highWarningCount;
}
public Integer getMediumWarningCount() {
return this.mediumWarningCount;
}
public void setMediumWarningCount(Integer mediumWarningCount) {
this.mediumWarningCount = mediumWarningCount;
}
public Integer getLowWarningCount() {
return this.lowWarningCount;
}
public void setLowWarningCount(Integer lowWarningCount) {
this.lowWarningCount = lowWarningCount;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
@Override
public DescribeWarningMachinesResponse getInstance(UnmarshallerContext context) {
return DescribeWarningMachinesResponseUnmarshaller.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/DescribeWarningRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWarningRequest extends RpcAcsRequest<DescribeWarningResponse> {
public DescribeWarningRequest() {
super("aegis", "2016-11-11", "DescribeWarning", "vipaegis");
}
private String typeNames;
private String riskName;
private String statusList;
private String sourceIp;
private String riskLevels;
private Integer pageSize;
private Long strategyId;
private Integer currentPage;
private String dealed;
private String subTypeNames;
private String uuids;
public String getTypeNames() {
return this.typeNames;
}
public void setTypeNames(String typeNames) {
this.typeNames = typeNames;
if(typeNames != null){
putQueryParameter("TypeNames", typeNames);
}
}
public String getRiskName() {
return this.riskName;
}
public void setRiskName(String riskName) {
this.riskName = riskName;
if(riskName != null){
putQueryParameter("RiskName", riskName);
}
}
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 getRiskLevels() {
return this.riskLevels;
}
public void setRiskLevels(String riskLevels) {
this.riskLevels = riskLevels;
if(riskLevels != null){
putQueryParameter("RiskLevels", riskLevels);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
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<DescribeWarningResponse> getResponseClass() {
return DescribeWarningResponse.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/DescribeWarningResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWarningResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWarningResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<Warning> warnings;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<Warning> getWarnings() {
return this.warnings;
}
public void setWarnings(List<Warning> warnings) {
this.warnings = warnings;
}
public static class Warning {
private Long riskWarningId;
private String riskName;
private String uuid;
private String rirstFoundTime;
private String lastFoundTime;
private String level;
private String typeName;
private String subTypeName;
private String typeAlias;
private String subTypeAlias;
private Integer status;
private List<Detail> details;
public Long getRiskWarningId() {
return this.riskWarningId;
}
public void setRiskWarningId(Long riskWarningId) {
this.riskWarningId = riskWarningId;
}
public String getRiskName() {
return this.riskName;
}
public void setRiskName(String riskName) {
this.riskName = riskName;
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getRirstFoundTime() {
return this.rirstFoundTime;
}
public void setRirstFoundTime(String rirstFoundTime) {
this.rirstFoundTime = rirstFoundTime;
}
public String getLastFoundTime() {
return this.lastFoundTime;
}
public void setLastFoundTime(String lastFoundTime) {
this.lastFoundTime = lastFoundTime;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getTypeName() {
return this.typeName;
}
public void setTypeName(String typeName) {
this.typeName = typeName;
}
public String getSubTypeName() {
return this.subTypeName;
}
public void setSubTypeName(String subTypeName) {
this.subTypeName = subTypeName;
}
public String getTypeAlias() {
return this.typeAlias;
}
public void setTypeAlias(String typeAlias) {
this.typeAlias = typeAlias;
}
public String getSubTypeAlias() {
return this.subTypeAlias;
}
public void setSubTypeAlias(String subTypeAlias) {
this.subTypeAlias = subTypeAlias;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public List<Detail> getDetails() {
return this.details;
}
public void setDetails(List<Detail> details) {
this.details = details;
}
public static class Detail {
private List<DetailItem> detailItems;
public List<DetailItem> getDetailItems() {
return this.detailItems;
}
public void setDetailItems(List<DetailItem> detailItems) {
this.detailItems = detailItems;
}
public static class DetailItem {
private String name;
private String value;
private String type;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
}
}
}
@Override
public DescribeWarningResponse getInstance(UnmarshallerContext context) {
return DescribeWarningResponseUnmarshaller.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/DescribeWebLockBindListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebLockBindListRequest extends RpcAcsRequest<DescribeWebLockBindListResponse> {
public DescribeWebLockBindListRequest() {
super("aegis", "2016-11-11", "DescribeWebLockBindList", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
private String remark;
private Integer currentPage;
private String lang;
private String status;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
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 Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status);
}
}
@Override
public Class<DescribeWebLockBindListResponse> getResponseClass() {
return DescribeWebLockBindListResponse.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/DescribeWebLockBindListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebLockBindListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebLockBindListResponse extends AcsResponse {
private String requestId;
private Integer pageSize;
private Integer currentPage;
private Integer totalCount;
private List<Bind> bindList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<Bind> getBindList() {
return this.bindList;
}
public void setBindList(List<Bind> bindList) {
this.bindList = bindList;
}
public static class Bind {
private String uuid;
private String instanceName;
private String internetIp;
private String intranetIp;
private String os;
private String dirCount;
private String serviceStatus;
private String serviceCode;
private String serviceDetail;
private String status;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public String getOs() {
return this.os;
}
public void setOs(String os) {
this.os = os;
}
public String getDirCount() {
return this.dirCount;
}
public void setDirCount(String dirCount) {
this.dirCount = dirCount;
}
public String getServiceStatus() {
return this.serviceStatus;
}
public void setServiceStatus(String serviceStatus) {
this.serviceStatus = serviceStatus;
}
public String getBizServiceCode() {
return this.serviceCode;
}
public void setBizServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
}
/**
* @deprecated use getBizServiceCode instead of this.
*/
@Deprecated
public String getServiceCode() {
return this.serviceCode;
}
/**
* @deprecated use setBizServiceCode instead of this.
*/
@Deprecated
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
}
public String getServiceDetail() {
return this.serviceDetail;
}
public void setServiceDetail(String serviceDetail) {
this.serviceDetail = serviceDetail;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
@Override
public DescribeWebLockBindListResponse getInstance(UnmarshallerContext context) {
return DescribeWebLockBindListResponseUnmarshaller.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/DescribeWebLockConfigListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebLockConfigListRequest extends RpcAcsRequest<DescribeWebLockConfigListResponse> {
public DescribeWebLockConfigListRequest() {
super("aegis", "2016-11-11", "DescribeWebLockConfigList", "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<DescribeWebLockConfigListResponse> getResponseClass() {
return DescribeWebLockConfigListResponse.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/DescribeWebLockConfigListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebLockConfigListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebLockConfigListResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<ConfigInfo> configList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<ConfigInfo> getConfigList() {
return this.configList;
}
public void setConfigList(List<ConfigInfo> configList) {
this.configList = configList;
}
public static class ConfigInfo {
private String id;
private String uuid;
private String dir;
private String exclusiveDir;
private String exclusiveFileType;
private String localBackupDir;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getDir() {
return this.dir;
}
public void setDir(String dir) {
this.dir = dir;
}
public String getExclusiveDir() {
return this.exclusiveDir;
}
public void setExclusiveDir(String exclusiveDir) {
this.exclusiveDir = exclusiveDir;
}
public String getExclusiveFileType() {
return this.exclusiveFileType;
}
public void setExclusiveFileType(String exclusiveFileType) {
this.exclusiveFileType = exclusiveFileType;
}
public String getLocalBackupDir() {
return this.localBackupDir;
}
public void setLocalBackupDir(String localBackupDir) {
this.localBackupDir = localBackupDir;
}
}
@Override
public DescribeWebLockConfigListResponse getInstance(UnmarshallerContext context) {
return DescribeWebLockConfigListResponseUnmarshaller.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/DescribeWebLockEventsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebLockEventsRequest extends RpcAcsRequest<DescribeWebLockEventsResponse> {
public DescribeWebLockEventsRequest() {
super("aegis", "2016-11-11", "DescribeWebLockEvents", "vipaegis");
}
private String statusList;
private String sourceIp;
private String level;
private String groupId;
private Integer pageSize;
private String remark;
private String dealed;
private Integer currentPage;
private String tag;
private String lang;
private String eventName;
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 getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
if(groupId != null){
putQueryParameter("GroupId", groupId);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putQueryParameter("Remark", remark);
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getTag() {
return this.tag;
}
public void setTag(String tag) {
this.tag = tag;
if(tag != null){
putQueryParameter("Tag", tag);
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public String getEventName() {
return this.eventName;
}
public void setEventName(String eventName) {
this.eventName = eventName;
if(eventName != null){
putQueryParameter("EventName", eventName);
}
}
@Override
public Class<DescribeWebLockEventsResponse> getResponseClass() {
return DescribeWebLockEventsResponse.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/DescribeWebLockEventsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebLockEventsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebLockEventsResponse extends AcsResponse {
private String requestId;
private Integer currentPage;
private Integer pageSize;
private Integer totalCount;
private List<EventInfo> eventList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
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 List<EventInfo> getEventList() {
return this.eventList;
}
public void setEventList(List<EventInfo> eventList) {
this.eventList = eventList;
}
public static class EventInfo {
private String uuid;
private String ip;
private String internetIp;
private String intranetIp;
private String instanceName;
private String eventType;
private String eventName;
private String level;
private String status;
private Long gmtEvent;
private String path;
private String solution;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getEventType() {
return this.eventType;
}
public void setEventType(String eventType) {
this.eventType = eventType;
}
public String getEventName() {
return this.eventName;
}
public void setEventName(String eventName) {
this.eventName = eventName;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Long getGmtEvent() {
return this.gmtEvent;
}
public void setGmtEvent(Long gmtEvent) {
this.gmtEvent = gmtEvent;
}
public String getPath() {
return this.path;
}
public void setPath(String path) {
this.path = path;
}
public String getSolution() {
return this.solution;
}
public void setSolution(String solution) {
this.solution = solution;
}
}
@Override
public DescribeWebLockEventsResponse getInstance(UnmarshallerContext context) {
return DescribeWebLockEventsResponseUnmarshaller.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/DescribeWebLockMachineListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebLockMachineListRequest extends RpcAcsRequest<DescribeWebLockMachineListResponse> {
public DescribeWebLockMachineListRequest() {
super("aegis", "2016-11-11", "DescribeWebLockMachineList", "vipaegis");
}
private String sourceIp;
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 getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
@Override
public Class<DescribeWebLockMachineListResponse> getResponseClass() {
return DescribeWebLockMachineListResponse.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/DescribeWebLockMachineListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebLockMachineListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebLockMachineListResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private List<MachineInfo> machineList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<MachineInfo> getMachineList() {
return this.machineList;
}
public void setMachineList(List<MachineInfo> machineList) {
this.machineList = machineList;
}
public static class MachineInfo {
private String uuid;
private String internetIp;
private String intranetIp;
private String instanceId;
private String instanceName;
private String status;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
@Override
public DescribeWebLockMachineListResponse getInstance(UnmarshallerContext context) {
return DescribeWebLockMachineListResponseUnmarshaller.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/DescribeWebLockStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebLockStatusRequest extends RpcAcsRequest<DescribeWebLockStatusResponse> {
public DescribeWebLockStatusRequest() {
super("aegis", "2016-11-11", "DescribeWebLockStatus", "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<DescribeWebLockStatusResponse> getResponseClass() {
return DescribeWebLockStatusResponse.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/DescribeWebLockStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebLockStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebLockStatusResponse extends AcsResponse {
private String requestId;
private Integer authCount;
private Integer bindCount;
private Long expireTime;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getAuthCount() {
return this.authCount;
}
public void setAuthCount(Integer authCount) {
this.authCount = authCount;
}
public Integer getBindCount() {
return this.bindCount;
}
public void setBindCount(Integer bindCount) {
this.bindCount = bindCount;
}
public Long getExpireTime() {
return this.expireTime;
}
public void setExpireTime(Long expireTime) {
this.expireTime = expireTime;
}
@Override
public DescribeWebLockStatusResponse getInstance(UnmarshallerContext context) {
return DescribeWebLockStatusResponseUnmarshaller.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/DescribeWebshellRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWebshellRequest extends RpcAcsRequest<DescribeWebshellResponse> {
public DescribeWebshellRequest() {
super("aegis", "2016-11-11", "DescribeWebshell", "vipaegis");
}
private String sourceIp;
private Integer groupId;
private String remark;
private String dealed;
private Integer tag;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getGroupId() {
return this.groupId;
}
public void setGroupId(Integer groupId) {
this.groupId = groupId;
if(groupId != null){
putQueryParameter("GroupId", groupId.toString());
}
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
if(remark != null){
putQueryParameter("Remark", remark);
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
public Integer getTag() {
return this.tag;
}
public void setTag(Integer tag) {
this.tag = tag;
if(tag != null){
putQueryParameter("Tag", tag.toString());
}
}
@Override
public Class<DescribeWebshellResponse> getResponseClass() {
return DescribeWebshellResponse.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/DescribeWebshellResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWebshellResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWebshellResponse extends AcsResponse {
private String requestId;
private List<WebshellListItem> webshellList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<WebshellListItem> getWebshellList() {
return this.webshellList;
}
public void setWebshellList(List<WebshellListItem> webshellList) {
this.webshellList = webshellList;
}
public static class WebshellListItem {
private String os;
private String instanceName;
private Long groupId;
private String ip;
private String uuid;
private String foundTime;
private String instanceId;
private String trojanType;
private String firstFoundTime;
private Long trojanSize;
private String domain;
private String trojanPath;
private String region;
private Integer status;
public String getOs() {
return this.os;
}
public void setOs(String os) {
this.os = os;
}
public String getInstanceName() {
return this.instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
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 getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getFoundTime() {
return this.foundTime;
}
public void setFoundTime(String foundTime) {
this.foundTime = foundTime;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getTrojanType() {
return this.trojanType;
}
public void setTrojanType(String trojanType) {
this.trojanType = trojanType;
}
public String getFirstFoundTime() {
return this.firstFoundTime;
}
public void setFirstFoundTime(String firstFoundTime) {
this.firstFoundTime = firstFoundTime;
}
public Long getTrojanSize() {
return this.trojanSize;
}
public void setTrojanSize(Long trojanSize) {
this.trojanSize = trojanSize;
}
public String getBizDomain() {
return this.domain;
}
public void setBizDomain(String domain) {
this.domain = domain;
}
/**
* @deprecated use getBizDomain instead of this.
*/
@Deprecated
public String getDomain() {
return this.domain;
}
/**
* @deprecated use setBizDomain instead of this.
*/
@Deprecated
public void setDomain(String domain) {
this.domain = domain;
}
public String getTrojanPath() {
return this.trojanPath;
}
public void setTrojanPath(String trojanPath) {
this.trojanPath = trojanPath;
}
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;
}
}
@Override
public DescribeWebshellResponse getInstance(UnmarshallerContext context) {
return DescribeWebshellResponseUnmarshaller.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/DescribeWhiteListAssetRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListAssetRequest extends RpcAcsRequest<DescribeWhiteListAssetResponse> {
public DescribeWhiteListAssetRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListAsset", "vipaegis");
}
private String sourceIp;
private Long lastMaxId;
private Integer pageSize;
private Long strategyId;
private String lang;
private Integer type;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Long getLastMaxId() {
return this.lastMaxId;
}
public void setLastMaxId(Long lastMaxId) {
this.lastMaxId = lastMaxId;
if(lastMaxId != null){
putQueryParameter("LastMaxId", lastMaxId.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
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 Integer getType() {
return this.type;
}
public void setType(Integer type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type.toString());
}
}
@Override
public Class<DescribeWhiteListAssetResponse> getResponseClass() {
return DescribeWhiteListAssetResponse.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/DescribeWhiteListAssetResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListAssetResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListAssetResponse extends AcsResponse {
private String requestId;
private List<Asset> assets;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Asset> getAssets() {
return this.assets;
}
public void setAssets(List<Asset> assets) {
this.assets = assets;
}
public static class Asset {
private Long id;
private String uuid;
private Long groupId;
private String machineName;
private String machineIp;
private Integer selected;
private Integer allowSelected;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
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 getMachineName() {
return this.machineName;
}
public void setMachineName(String machineName) {
this.machineName = machineName;
}
public String getMachineIp() {
return this.machineIp;
}
public void setMachineIp(String machineIp) {
this.machineIp = machineIp;
}
public Integer getSelected() {
return this.selected;
}
public void setSelected(Integer selected) {
this.selected = selected;
}
public Integer getAllowSelected() {
return this.allowSelected;
}
public void setAllowSelected(Integer allowSelected) {
this.allowSelected = allowSelected;
}
}
@Override
public DescribeWhiteListAssetResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListAssetResponseUnmarshaller.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/DescribeWhiteListAuthorizeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListAuthorizeRequest extends RpcAcsRequest<DescribeWhiteListAuthorizeResponse> {
public DescribeWhiteListAuthorizeRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListAuthorize", "vipaegis");
}
private String sourceIp;
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 getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
@Override
public Class<DescribeWhiteListAuthorizeResponse> getResponseClass() {
return DescribeWhiteListAuthorizeResponse.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/DescribeWhiteListAuthorizeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListAuthorizeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListAuthorizeResponse extends AcsResponse {
private String requestId;
private Integer availableAuthorizeNum;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getAvailableAuthorizeNum() {
return this.availableAuthorizeNum;
}
public void setAvailableAuthorizeNum(Integer availableAuthorizeNum) {
this.availableAuthorizeNum = availableAuthorizeNum;
}
@Override
public DescribeWhiteListAuthorizeResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListAuthorizeResponseUnmarshaller.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/DescribeWhiteListEffectiveAssetsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListEffectiveAssetsRequest extends RpcAcsRequest<DescribeWhiteListEffectiveAssetsResponse> {
public DescribeWhiteListEffectiveAssetsRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListEffectiveAssets", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
private String remark;
private Long strategyId;
private Integer currentPage;
private String lang;
private Integer needStatistics;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
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 Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public Integer getNeedStatistics() {
return this.needStatistics;
}
public void setNeedStatistics(Integer needStatistics) {
this.needStatistics = needStatistics;
if(needStatistics != null){
putQueryParameter("NeedStatistics", needStatistics.toString());
}
}
@Override
public Class<DescribeWhiteListEffectiveAssetsResponse> getResponseClass() {
return DescribeWhiteListEffectiveAssetsResponse.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/DescribeWhiteListEffectiveAssetsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListEffectiveAssetsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListEffectiveAssetsResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<Asset> assets;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<Asset> getAssets() {
return this.assets;
}
public void setAssets(List<Asset> assets) {
this.assets = assets;
}
public static class Asset {
private String uuid;
private String machineName;
private String internetIp;
private String intranetIp;
private Long strategyId;
private String strategyName;
private Integer suspiciousEventCount;
private Integer processMethod;
public String getUuid() {
return this.uuid;
}
public void setUuid(String uuid) {
this.uuid = uuid;
}
public String getMachineName() {
return this.machineName;
}
public void setMachineName(String machineName) {
this.machineName = machineName;
}
public String getInternetIp() {
return this.internetIp;
}
public void setInternetIp(String internetIp) {
this.internetIp = internetIp;
}
public String getIntranetIp() {
return this.intranetIp;
}
public void setIntranetIp(String intranetIp) {
this.intranetIp = intranetIp;
}
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
}
public String getStrategyName() {
return this.strategyName;
}
public void setStrategyName(String strategyName) {
this.strategyName = strategyName;
}
public Integer getSuspiciousEventCount() {
return this.suspiciousEventCount;
}
public void setSuspiciousEventCount(Integer suspiciousEventCount) {
this.suspiciousEventCount = suspiciousEventCount;
}
public Integer getProcessMethod() {
return this.processMethod;
}
public void setProcessMethod(Integer processMethod) {
this.processMethod = processMethod;
}
}
@Override
public DescribeWhiteListEffectiveAssetsResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListEffectiveAssetsResponseUnmarshaller.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/DescribeWhiteListProcessRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListProcessRequest extends RpcAcsRequest<DescribeWhiteListProcessResponse> {
public DescribeWhiteListProcessRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListProcess", "vipaegis");
}
private String sourceIp;
private String processName;
private Integer pageSize;
private Integer processType;
private Integer orderBy;
private Long strategyId;
private Integer currentPage;
private String lang;
private Integer desc;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public String getProcessName() {
return this.processName;
}
public void setProcessName(String processName) {
this.processName = processName;
if(processName != null){
putQueryParameter("ProcessName", processName);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Integer getProcessType() {
return this.processType;
}
public void setProcessType(Integer processType) {
this.processType = processType;
if(processType != null){
putQueryParameter("ProcessType", processType.toString());
}
}
public Integer getOrderBy() {
return this.orderBy;
}
public void setOrderBy(Integer orderBy) {
this.orderBy = orderBy;
if(orderBy != null){
putQueryParameter("OrderBy", orderBy.toString());
}
}
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
public Integer getDesc() {
return this.desc;
}
public void setDesc(Integer desc) {
this.desc = desc;
if(desc != null){
putQueryParameter("Desc", desc.toString());
}
}
@Override
public Class<DescribeWhiteListProcessResponse> getResponseClass() {
return DescribeWhiteListProcessResponse.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/DescribeWhiteListProcessResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListProcessResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListProcessResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<Process> processes;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<Process> getProcesses() {
return this.processes;
}
public void setProcesses(List<Process> processes) {
this.processes = processes;
}
public static class Process {
private Long id;
private Integer processId;
private String processName;
private String filePath;
private String md5;
private Integer level;
private Integer processType;
private Integer status;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Integer getProcessId() {
return this.processId;
}
public void setProcessId(Integer processId) {
this.processId = processId;
}
public String getProcessName() {
return this.processName;
}
public void setProcessName(String processName) {
this.processName = processName;
}
public String getFilePath() {
return this.filePath;
}
public void setFilePath(String filePath) {
this.filePath = filePath;
}
public String getMd5() {
return this.md5;
}
public void setMd5(String md5) {
this.md5 = md5;
}
public Integer getLevel() {
return this.level;
}
public void setLevel(Integer level) {
this.level = level;
}
public Integer getProcessType() {
return this.processType;
}
public void setProcessType(Integer processType) {
this.processType = processType;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
@Override
public DescribeWhiteListProcessResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListProcessResponseUnmarshaller.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/DescribeWhiteListStrategyCountRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListStrategyCountRequest extends RpcAcsRequest<DescribeWhiteListStrategyCountResponse> {
public DescribeWhiteListStrategyCountRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListStrategyCount", "vipaegis");
}
private String sourceIp;
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 getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
@Override
public Class<DescribeWhiteListStrategyCountResponse> getResponseClass() {
return DescribeWhiteListStrategyCountResponse.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/DescribeWhiteListStrategyCountResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListStrategyCountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListStrategyCountResponse extends AcsResponse {
private String requestId;
private Integer strategyCount;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getStrategyCount() {
return this.strategyCount;
}
public void setStrategyCount(Integer strategyCount) {
this.strategyCount = strategyCount;
}
@Override
public DescribeWhiteListStrategyCountResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListStrategyCountResponseUnmarshaller.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/DescribeWhiteListStrategyListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListStrategyListRequest extends RpcAcsRequest<DescribeWhiteListStrategyListResponse> {
public DescribeWhiteListStrategyListRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListStrategyList", "vipaegis");
}
private String sourceIp;
private String strategyIds;
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 getStrategyIds() {
return this.strategyIds;
}
public void setStrategyIds(String strategyIds) {
this.strategyIds = strategyIds;
if(strategyIds != null){
putQueryParameter("StrategyIds", strategyIds);
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
@Override
public Class<DescribeWhiteListStrategyListResponse> getResponseClass() {
return DescribeWhiteListStrategyListResponse.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/DescribeWhiteListStrategyListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListStrategyListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListStrategyListResponse extends AcsResponse {
private String requestId;
private List<Strategy> strategies;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Strategy> getStrategies() {
return this.strategies;
}
public void setStrategies(List<Strategy> strategies) {
this.strategies = strategies;
}
public static class Strategy {
private Long strategyId;
private String strategyName;
private Integer studyTime;
private Integer status;
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
}
public String getStrategyName() {
return this.strategyName;
}
public void setStrategyName(String strategyName) {
this.strategyName = strategyName;
}
public Integer getStudyTime() {
return this.studyTime;
}
public void setStudyTime(Integer studyTime) {
this.studyTime = studyTime;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
@Override
public DescribeWhiteListStrategyListResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListStrategyListResponseUnmarshaller.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/DescribeWhiteListStrategyStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListStrategyStatisticsRequest extends RpcAcsRequest<DescribeWhiteListStrategyStatisticsResponse> {
public DescribeWhiteListStrategyStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListStrategyStatistics", "vipaegis");
}
private String sourceIp;
private Integer pageSize;
private String strategyIds;
private Integer currentPage;
private String lang;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getStrategyIds() {
return this.strategyIds;
}
public void setStrategyIds(String strategyIds) {
this.strategyIds = strategyIds;
if(strategyIds != null){
putQueryParameter("StrategyIds", strategyIds);
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
public String getLang() {
return this.lang;
}
public void setLang(String lang) {
this.lang = lang;
if(lang != null){
putQueryParameter("Lang", lang);
}
}
@Override
public Class<DescribeWhiteListStrategyStatisticsResponse> getResponseClass() {
return DescribeWhiteListStrategyStatisticsResponse.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/DescribeWhiteListStrategyStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListStrategyStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListStrategyStatisticsResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<Strategy> strategies;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<Strategy> getStrategies() {
return this.strategies;
}
public void setStrategies(List<Strategy> strategies) {
this.strategies = strategies;
}
public static class Strategy {
private Long strategyId;
private String strategyName;
private Integer studyTime;
private Integer assetCount;
private Integer status;
private Integer trustProcCount;
private Integer suspiciousProcCount;
private Integer virusProcCount;
private Integer progress;
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
}
public String getStrategyName() {
return this.strategyName;
}
public void setStrategyName(String strategyName) {
this.strategyName = strategyName;
}
public Integer getStudyTime() {
return this.studyTime;
}
public void setStudyTime(Integer studyTime) {
this.studyTime = studyTime;
}
public Integer getAssetCount() {
return this.assetCount;
}
public void setAssetCount(Integer assetCount) {
this.assetCount = assetCount;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Integer getTrustProcCount() {
return this.trustProcCount;
}
public void setTrustProcCount(Integer trustProcCount) {
this.trustProcCount = trustProcCount;
}
public Integer getSuspiciousProcCount() {
return this.suspiciousProcCount;
}
public void setSuspiciousProcCount(Integer suspiciousProcCount) {
this.suspiciousProcCount = suspiciousProcCount;
}
public Integer getVirusProcCount() {
return this.virusProcCount;
}
public void setVirusProcCount(Integer virusProcCount) {
this.virusProcCount = virusProcCount;
}
public Integer getProgress() {
return this.progress;
}
public void setProgress(Integer progress) {
this.progress = progress;
}
}
@Override
public DescribeWhiteListStrategyStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListStrategyStatisticsResponseUnmarshaller.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/DescribeWhiteListStrategyUuidCountRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeWhiteListStrategyUuidCountRequest extends RpcAcsRequest<DescribeWhiteListStrategyUuidCountResponse> {
public DescribeWhiteListStrategyUuidCountRequest() {
super("aegis", "2016-11-11", "DescribeWhiteListStrategyUuidCount", "vipaegis");
}
private String sourceIp;
private Long strategyId;
private String lang;
private Integer type;
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 Integer getType() {
return this.type;
}
public void setType(Integer type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type.toString());
}
}
@Override
public Class<DescribeWhiteListStrategyUuidCountResponse> getResponseClass() {
return DescribeWhiteListStrategyUuidCountResponse.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/DescribeWhiteListStrategyUuidCountResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeWhiteListStrategyUuidCountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeWhiteListStrategyUuidCountResponse extends AcsResponse {
private String requestId;
private Integer uuidCount;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getUuidCount() {
return this.uuidCount;
}
public void setUuidCount(Integer uuidCount) {
this.uuidCount = uuidCount;
}
@Override
public DescribeWhiteListStrategyUuidCountResponse getInstance(UnmarshallerContext context) {
return DescribeWhiteListStrategyUuidCountResponseUnmarshaller.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/DescribeYesterdayStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribeYesterdayStatisticsRequest extends RpcAcsRequest<DescribeYesterdayStatisticsResponse> {
public DescribeYesterdayStatisticsRequest() {
super("aegis", "2016-11-11", "DescribeYesterdayStatistics", "vipaegis");
}
private String sourceIp;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
@Override
public Class<DescribeYesterdayStatisticsResponse> getResponseClass() {
return DescribeYesterdayStatisticsResponse.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/DescribeYesterdayStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribeYesterdayStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeYesterdayStatisticsResponse extends AcsResponse {
private String requestId;
private Integer totalCount;
private Integer newRiskCheckCount;
private Integer newVulCount;
private Integer newHealthCheckCount;
private Integer newSuspiciousCount;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public Integer getNewRiskCheckCount() {
return this.newRiskCheckCount;
}
public void setNewRiskCheckCount(Integer newRiskCheckCount) {
this.newRiskCheckCount = newRiskCheckCount;
}
public Integer getNewVulCount() {
return this.newVulCount;
}
public void setNewVulCount(Integer newVulCount) {
this.newVulCount = newVulCount;
}
public Integer getNewHealthCheckCount() {
return this.newHealthCheckCount;
}
public void setNewHealthCheckCount(Integer newHealthCheckCount) {
this.newHealthCheckCount = newHealthCheckCount;
}
public Integer getNewSuspiciousCount() {
return this.newSuspiciousCount;
}
public void setNewSuspiciousCount(Integer newSuspiciousCount) {
this.newSuspiciousCount = newSuspiciousCount;
}
@Override
public DescribeYesterdayStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeYesterdayStatisticsResponseUnmarshaller.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/DescribesummaryRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DescribesummaryRequest extends RpcAcsRequest<DescribesummaryResponse> {
public DescribesummaryRequest() {
super("aegis", "2016-11-11", "Describesummary", "vipaegis");
}
private String typeNames;
private String riskName;
private String statusList;
private String sourceIp;
private String riskLevels;
private Integer pageSize;
private String dealed;
private Long strategyId;
private Integer currentPage;
private String subTypeNames;
private String uuids;
public String getTypeNames() {
return this.typeNames;
}
public void setTypeNames(String typeNames) {
this.typeNames = typeNames;
if(typeNames != null){
putQueryParameter("TypeNames", typeNames);
}
}
public String getRiskName() {
return this.riskName;
}
public void setRiskName(String riskName) {
this.riskName = riskName;
if(riskName != null){
putQueryParameter("RiskName", riskName);
}
}
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 getRiskLevels() {
return this.riskLevels;
}
public void setRiskLevels(String riskLevels) {
this.riskLevels = riskLevels;
if(riskLevels != null){
putQueryParameter("RiskLevels", riskLevels);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getDealed() {
return this.dealed;
}
public void setDealed(String dealed) {
this.dealed = dealed;
if(dealed != null){
putQueryParameter("Dealed", dealed);
}
}
public Long getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Long strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
public Integer getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
if(currentPage != null){
putQueryParameter("CurrentPage", currentPage.toString());
}
}
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<DescribesummaryResponse> getResponseClass() {
return DescribesummaryResponse.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/DescribesummaryResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DescribesummaryResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribesummaryResponse extends AcsResponse {
private String requestId;
private Integer count;
private Integer pageSize;
private Integer totalCount;
private Integer currentPage;
private List<WarningSummary> warningSummarys;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
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 getCurrentPage() {
return this.currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public List<WarningSummary> getWarningSummarys() {
return this.warningSummarys;
}
public void setWarningSummarys(List<WarningSummary> warningSummarys) {
this.warningSummarys = warningSummarys;
}
public static class WarningSummary {
private Long riskId;
private String riskName;
private String level;
private String typeAlias;
private String subTypeAlias;
private String lastFoundTime;
private Integer pendingCount;
private Integer totalCount;
private String riskDetail;
public Long getRiskId() {
return this.riskId;
}
public void setRiskId(Long riskId) {
this.riskId = riskId;
}
public String getRiskName() {
return this.riskName;
}
public void setRiskName(String riskName) {
this.riskName = riskName;
}
public String getLevel() {
return this.level;
}
public void setLevel(String level) {
this.level = level;
}
public String getTypeAlias() {
return this.typeAlias;
}
public void setTypeAlias(String typeAlias) {
this.typeAlias = typeAlias;
}
public String getSubTypeAlias() {
return this.subTypeAlias;
}
public void setSubTypeAlias(String subTypeAlias) {
this.subTypeAlias = subTypeAlias;
}
public String getLastFoundTime() {
return this.lastFoundTime;
}
public void setLastFoundTime(String lastFoundTime) {
this.lastFoundTime = lastFoundTime;
}
public Integer getPendingCount() {
return this.pendingCount;
}
public void setPendingCount(Integer pendingCount) {
this.pendingCount = pendingCount;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public String getRiskDetail() {
return this.riskDetail;
}
public void setRiskDetail(String riskDetail) {
this.riskDetail = riskDetail;
}
}
@Override
public DescribesummaryResponse getInstance(UnmarshallerContext context) {
return DescribesummaryResponseUnmarshaller.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/DownloadLogRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 DownloadLogRequest extends RpcAcsRequest<DownloadLogResponse> {
public DownloadLogRequest() {
super("aegis", "2016-11-11", "DownloadLog", "vipaegis");
}
private String sourceIp;
private String query;
private String endTime;
private String startTime;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public String getQuery() {
return this.query;
}
public void setQuery(String query) {
this.query = query;
if(query != null){
putQueryParameter("Query", query);
}
}
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<DownloadLogResponse> getResponseClass() {
return DownloadLogResponse.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/DownloadLogResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.DownloadLogResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DownloadLogResponse extends AcsResponse {
private String requestId;
private List<StackTraceItem> stackTrace;
private List<String> suppressed;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<StackTraceItem> getStackTrace() {
return this.stackTrace;
}
public void setStackTrace(List<StackTraceItem> stackTrace) {
this.stackTrace = stackTrace;
}
public List<String> getSuppressed() {
return this.suppressed;
}
public void setSuppressed(List<String> suppressed) {
this.suppressed = suppressed;
}
public static class StackTraceItem {
private String fileName;
private Boolean nativeMethod;
private String methodName;
private String className;
private Integer lineNumber;
public String getFileName() {
return this.fileName;
}
public void setFileName(String fileName) {
this.fileName = fileName;
}
public Boolean getNativeMethod() {
return this.nativeMethod;
}
public void setNativeMethod(Boolean nativeMethod) {
this.nativeMethod = nativeMethod;
}
public String getMethodName() {
return this.methodName;
}
public void setMethodName(String methodName) {
this.methodName = methodName;
}
public String getClassName() {
return this.className;
}
public void setClassName(String className) {
this.className = className;
}
public Integer getLineNumber() {
return this.lineNumber;
}
public void setLineNumber(Integer lineNumber) {
this.lineNumber = lineNumber;
}
}
@Override
public DownloadLogResponse getInstance(UnmarshallerContext context) {
return DownloadLogResponseUnmarshaller.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/ExecStrategyRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 ExecStrategyRequest extends RpcAcsRequest<ExecStrategyResponse> {
public ExecStrategyRequest() {
super("aegis", "2016-11-11", "ExecStrategy", "vipaegis");
}
private String sourceIp;
private Integer strategyId;
public String getSourceIp() {
return this.sourceIp;
}
public void setSourceIp(String sourceIp) {
this.sourceIp = sourceIp;
if(sourceIp != null){
putQueryParameter("SourceIp", sourceIp);
}
}
public Integer getStrategyId() {
return this.strategyId;
}
public void setStrategyId(Integer strategyId) {
this.strategyId = strategyId;
if(strategyId != null){
putQueryParameter("StrategyId", strategyId.toString());
}
}
@Override
public Class<ExecStrategyResponse> getResponseClass() {
return ExecStrategyResponse.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/ExecStrategyResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.ExecStrategyResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExecStrategyResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExecStrategyResponse getInstance(UnmarshallerContext context) {
return ExecStrategyResponseUnmarshaller.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/ExecuteRuleEngineActualTimeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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 ExecuteRuleEngineActualTimeRequest extends RpcAcsRequest<ExecuteRuleEngineActualTimeResponse> {
public ExecuteRuleEngineActualTimeRequest() {
super("aegis", "2016-11-11", "ExecuteRuleEngineActualTime", "vipaegis");
}
private Long ruleId;
private String message;
public Long getRuleId() {
return this.ruleId;
}
public void setRuleId(Long ruleId) {
this.ruleId = ruleId;
if(ruleId != null){
putQueryParameter("RuleId", ruleId.toString());
}
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
if(message != null){
putQueryParameter("Message", message);
}
}
@Override
public Class<ExecuteRuleEngineActualTimeResponse> getResponseClass() {
return ExecuteRuleEngineActualTimeResponse.class;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.