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/CreateUserSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateUserSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateUserSettingResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateUserSettingResponse getInstance(UnmarshallerContext context) { return CreateUserSettingResponseUnmarshaller.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/CreateUserWhiteListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateUserWhiteListRequest extends RpcAcsRequest<CreateUserWhiteListResponse> { public CreateUserWhiteListRequest() { super("aegis", "2016-11-11", "CreateUserWhiteList", "vipaegis"); } private String riskIdList; private String reason; private String sourceIp; public String getRiskIdList() { return this.riskIdList; } public void setRiskIdList(String riskIdList) { this.riskIdList = riskIdList; if(riskIdList != null){ putQueryParameter("RiskIdList", riskIdList); } } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } @Override public Class<CreateUserWhiteListResponse> getResponseClass() { return CreateUserWhiteListResponse.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/CreateUserWhiteListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateUserWhiteListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateUserWhiteListResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateUserWhiteListResponse getInstance(UnmarshallerContext context) { return CreateUserWhiteListResponseUnmarshaller.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/CreateVulWhitelistRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateVulWhitelistRequest extends RpcAcsRequest<CreateVulWhitelistResponse> { public CreateVulWhitelistRequest() { super("aegis", "2016-11-11", "CreateVulWhitelist", "vipaegis"); } private String reason; private String sourceIp; private String whitelist; public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getWhitelist() { return this.whitelist; } public void setWhitelist(String whitelist) { this.whitelist = whitelist; if(whitelist != null){ putQueryParameter("Whitelist", whitelist); } } @Override public Class<CreateVulWhitelistResponse> getResponseClass() { return CreateVulWhitelistResponse.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/CreateVulWhitelistResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateVulWhitelistResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateVulWhitelistResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateVulWhitelistResponse getInstance(UnmarshallerContext context) { return CreateVulWhitelistResponseUnmarshaller.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/DeleteDingTalkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteDingTalkRequest extends RpcAcsRequest<DeleteDingTalkResponse> { public DeleteDingTalkRequest() { super("aegis", "2016-11-11", "DeleteDingTalk", "vipaegis"); } private String ids; public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } @Override public Class<DeleteDingTalkResponse> getResponseClass() { return DeleteDingTalkResponse.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/DeleteDingTalkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteDingTalkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDingTalkResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteDingTalkResponse getInstance(UnmarshallerContext context) { return DeleteDingTalkResponseUnmarshaller.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/DeleteJoinRuleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteJoinRuleRequest extends RpcAcsRequest<DeleteJoinRuleResponse> { public DeleteJoinRuleRequest() { super("aegis", "2016-11-11", "DeleteJoinRule", "vipaegis"); } private String ids; public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } @Override public Class<DeleteJoinRuleResponse> getResponseClass() { return DeleteJoinRuleResponse.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/DeleteJoinRuleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteJoinRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteJoinRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteJoinRuleResponse getInstance(UnmarshallerContext context) { return DeleteJoinRuleResponseUnmarshaller.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/DeleteLogQueryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteLogQueryRequest extends RpcAcsRequest<DeleteLogQueryResponse> { public DeleteLogQueryRequest() { super("aegis", "2016-11-11", "DeleteLogQuery", "vipaegis"); } private String sourceIp; private String queryName; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getQueryName() { return this.queryName; } public void setQueryName(String queryName) { this.queryName = queryName; if(queryName != null){ putQueryParameter("QueryName", queryName); } } @Override public Class<DeleteLogQueryResponse> getResponseClass() { return DeleteLogQueryResponse.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/DeleteLogQueryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteLogQueryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteLogQueryResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteLogQueryResponse getInstance(UnmarshallerContext context) { return DeleteLogQueryResponseUnmarshaller.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/DeleteRuleGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteRuleGroupRequest extends RpcAcsRequest<DeleteRuleGroupResponse> { public DeleteRuleGroupRequest() { super("aegis", "2016-11-11", "DeleteRuleGroup", "vipaegis"); } private String sourceIp; private Long id; private String lang; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DeleteRuleGroupResponse> getResponseClass() { return DeleteRuleGroupResponse.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/DeleteRuleGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteRuleGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteRuleGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteRuleGroupResponse getInstance(UnmarshallerContext context) { return DeleteRuleGroupResponseUnmarshaller.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/DeleteRuleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteRuleRequest extends RpcAcsRequest<DeleteRuleResponse> { public DeleteRuleRequest() { super("aegis", "2016-11-11", "DeleteRule", "vipaegis"); } private String sourceIp; private String id; 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 getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putQueryParameter("Id", id); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DeleteRuleResponse> getResponseClass() { return DeleteRuleResponse.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/DeleteRuleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteRuleResponse getInstance(UnmarshallerContext context) { return DeleteRuleResponseUnmarshaller.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/DeleteScreenSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteScreenSettingRequest extends RpcAcsRequest<DeleteScreenSettingResponse> { public DeleteScreenSettingRequest() { super("aegis", "2016-11-11", "DeleteScreenSetting", "vipaegis"); } private String screenTitle; public String getScreenTitle() { return this.screenTitle; } public void setScreenTitle(String screenTitle) { this.screenTitle = screenTitle; if(screenTitle != null){ putQueryParameter("ScreenTitle", screenTitle); } } @Override public Class<DeleteScreenSettingResponse> getResponseClass() { return DeleteScreenSettingResponse.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/DeleteScreenSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteScreenSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteScreenSettingResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteScreenSettingResponse getInstance(UnmarshallerContext context) { return DeleteScreenSettingResponseUnmarshaller.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/DeleteSearchConditionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteSearchConditionRequest extends RpcAcsRequest<DeleteSearchConditionResponse> { public DeleteSearchConditionRequest() { super("aegis", "2016-11-11", "DeleteSearchCondition", "vipaegis"); } private String sourceIp; private String name; 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); } } @Override public Class<DeleteSearchConditionResponse> getResponseClass() { return DeleteSearchConditionResponse.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/DeleteSearchConditionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteSearchConditionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteSearchConditionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteSearchConditionResponse getInstance(UnmarshallerContext context) { return DeleteSearchConditionResponseUnmarshaller.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/DeleteStrategyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.model.v20161111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DeleteStrategyRequest extends RpcAcsRequest<DeleteStrategyResponse> { public DeleteStrategyRequest() { super("aegis", "2016-11-11", "DeleteStrategy", "vipaegis"); setMethod(MethodType.POST); } private String sourceIp; private String id; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putQueryParameter("Id", id); } } @Override public Class<DeleteStrategyResponse> getResponseClass() { return DeleteStrategyResponse.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/DeleteStrategyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteStrategyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteStrategyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteStrategyResponse getInstance(UnmarshallerContext context) { return DeleteStrategyResponseUnmarshaller.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/DeleteVulBatchRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteVulBatchRequest extends RpcAcsRequest<DeleteVulBatchResponse> { public DeleteVulBatchRequest() { super("aegis", "2016-11-11", "DeleteVulBatch", "vipaegis"); } private String batchName; private String sourceIp; private String resource; public String getBatchName() { return this.batchName; } public void setBatchName(String batchName) { this.batchName = batchName; if(batchName != null){ putQueryParameter("BatchName", batchName); } } 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<DeleteVulBatchResponse> getResponseClass() { return DeleteVulBatchResponse.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/DeleteVulBatchResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteVulBatchResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteVulBatchResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteVulBatchResponse getInstance(UnmarshallerContext context) { return DeleteVulBatchResponseUnmarshaller.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/DeleteVulWhitelistRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteVulWhitelistRequest extends RpcAcsRequest<DeleteVulWhitelistResponse> { public DeleteVulWhitelistRequest() { super("aegis", "2016-11-11", "DeleteVulWhitelist", "vipaegis"); } private String sourceIp; private String whitelist; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getWhitelist() { return this.whitelist; } public void setWhitelist(String whitelist) { this.whitelist = whitelist; if(whitelist != null){ putQueryParameter("Whitelist", whitelist); } } @Override public Class<DeleteVulWhitelistResponse> getResponseClass() { return DeleteVulWhitelistResponse.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/DeleteVulWhitelistResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteVulWhitelistResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteVulWhitelistResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteVulWhitelistResponse getInstance(UnmarshallerContext context) { return DeleteVulWhitelistResponseUnmarshaller.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/DescribeAgentInstallStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAgentInstallStatusRequest extends RpcAcsRequest<DescribeAgentInstallStatusResponse> { public DescribeAgentInstallStatusRequest() { super("aegis", "2016-11-11", "DescribeAgentInstallStatus", "vipaegis"); } private String sourceIp; private String lang; private String uuids; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<DescribeAgentInstallStatusResponse> getResponseClass() { return DescribeAgentInstallStatusResponse.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/DescribeAgentInstallStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAgentInstallStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAgentInstallStatusResponse extends AcsResponse { private String requestId; private List<AegisClientInvokeStatusResponse> aegisClientInvokeStatusResponseList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<AegisClientInvokeStatusResponse> getAegisClientInvokeStatusResponseList() { return this.aegisClientInvokeStatusResponseList; } public void setAegisClientInvokeStatusResponseList(List<AegisClientInvokeStatusResponse> aegisClientInvokeStatusResponseList) { this.aegisClientInvokeStatusResponseList = aegisClientInvokeStatusResponseList; } public static class AegisClientInvokeStatusResponse { private String uuid; private String message; private Integer result; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getResult() { return this.result; } public void setResult(Integer result) { this.result = result; } } @Override public DescribeAgentInstallStatusResponse getInstance(UnmarshallerContext context) { return DescribeAgentInstallStatusResponseUnmarshaller.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/DescribeAlarmEventDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAlarmEventDetailRequest extends RpcAcsRequest<DescribeAlarmEventDetailResponse> { public DescribeAlarmEventDetailRequest() { super("aegis", "2016-11-11", "DescribeAlarmEventDetail", "vipaegis"); } private String alarmUniqueInfo; private String sourceIp; private String from; private String lang; 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 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<DescribeAlarmEventDetailResponse> getResponseClass() { return DescribeAlarmEventDetailResponse.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/DescribeAlarmEventDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAlarmEventDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlarmEventDetailResponse 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 internetIp; private String level; private String instanceName; private String alarmEventAliasName; private String type; private String uuid; private String solution; private Long startTime; private Long endTime; private String alarmEventDesc; private String intranetIp; private Boolean canBeDealOnLine; private String alarmUniqueInfo; private String dataSource; private Boolean canCancelFault; private Boolean hasTraceInfo; private List<CauseDetail> causeDetails; public String getInternetIp() { return this.internetIp; } public void setInternetIp(String internetIp) { this.internetIp = internetIp; } 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 String getAlarmEventAliasName() { return this.alarmEventAliasName; } public void setAlarmEventAliasName(String alarmEventAliasName) { this.alarmEventAliasName = alarmEventAliasName; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getAlarmEventDesc() { return this.alarmEventDesc; } public void setAlarmEventDesc(String alarmEventDesc) { this.alarmEventDesc = alarmEventDesc; } public String getIntranetIp() { return this.intranetIp; } public void setIntranetIp(String intranetIp) { this.intranetIp = intranetIp; } public Boolean getCanBeDealOnLine() { return this.canBeDealOnLine; } public void setCanBeDealOnLine(Boolean canBeDealOnLine) { this.canBeDealOnLine = canBeDealOnLine; } public String getAlarmUniqueInfo() { return this.alarmUniqueInfo; } public void setAlarmUniqueInfo(String alarmUniqueInfo) { this.alarmUniqueInfo = alarmUniqueInfo; } public String getDataSource() { return this.dataSource; } public void setDataSource(String dataSource) { this.dataSource = dataSource; } public Boolean getCanCancelFault() { return this.canCancelFault; } public void setCanCancelFault(Boolean canCancelFault) { this.canCancelFault = canCancelFault; } public Boolean getHasTraceInfo() { return this.hasTraceInfo; } public void setHasTraceInfo(Boolean hasTraceInfo) { this.hasTraceInfo = hasTraceInfo; } public List<CauseDetail> getCauseDetails() { return this.causeDetails; } public void setCauseDetails(List<CauseDetail> causeDetails) { this.causeDetails = causeDetails; } public static class CauseDetail { private String key; private List<ValueItem> value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public List<ValueItem> getValue() { return this.value; } public void setValue(List<ValueItem> value) { this.value = value; } public static class ValueItem { private String name; private String type; private String value; 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; } } } } @Override public DescribeAlarmEventDetailResponse getInstance(UnmarshallerContext context) { return DescribeAlarmEventDetailResponseUnmarshaller.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/DescribeAlarmEventListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAlarmEventListRequest extends RpcAcsRequest<DescribeAlarmEventListResponse> { public DescribeAlarmEventListRequest() { super("aegis", "2016-11-11", "DescribeAlarmEventList", "vipaegis"); } private String alarmEventName; private String sourceIp; private String pageSize; private String alarmEventType; private String dealed; private String from; private String remark; private Integer currentPage; private String lang; private String levels; public String getAlarmEventName() { return this.alarmEventName; } public void setAlarmEventName(String alarmEventName) { this.alarmEventName = alarmEventName; if(alarmEventName != null){ putQueryParameter("AlarmEventName", alarmEventName); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getAlarmEventType() { return this.alarmEventType; } public void setAlarmEventType(String alarmEventType) { this.alarmEventType = alarmEventType; if(alarmEventType != null){ putQueryParameter("AlarmEventType", alarmEventType); } } public String getDealed() { return this.dealed; } public void setDealed(String dealed) { this.dealed = dealed; if(dealed != null){ putQueryParameter("Dealed", dealed); } } public String getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } 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 getLevels() { return this.levels; } public void setLevels(String levels) { this.levels = levels; if(levels != null){ putQueryParameter("Levels", levels); } } @Override public Class<DescribeAlarmEventListResponse> getResponseClass() { return DescribeAlarmEventListResponse.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/DescribeAlarmEventListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAlarmEventListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAlarmEventListResponse extends AcsResponse { private String requestId; private List<SuspEventsItem> suspEvents; private PageInfo pageInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<SuspEventsItem> getSuspEvents() { return this.suspEvents; } public void setSuspEvents(List<SuspEventsItem> suspEvents) { this.suspEvents = suspEvents; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class SuspEventsItem { private String alarmUniqueInfo; private String solution; private String level; private Boolean canBeDealOnLine; private String description; private Long startTime; private Long endTime; private String alarmEventType; private Integer suspiciousEventCount; private String uuid; private String instanceName; private String internetIp; private String intranetIp; private String alarmEventName; private String saleVersion; private String dataSource; private Boolean canCancelFault; private Boolean dealed; private Long gmtModified; private Boolean hasTraceInfo; public String getAlarmUniqueInfo() { return this.alarmUniqueInfo; } public void setAlarmUniqueInfo(String alarmUniqueInfo) { this.alarmUniqueInfo = alarmUniqueInfo; } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public Boolean getCanBeDealOnLine() { return this.canBeDealOnLine; } public void setCanBeDealOnLine(Boolean canBeDealOnLine) { this.canBeDealOnLine = canBeDealOnLine; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getAlarmEventType() { return this.alarmEventType; } public void setAlarmEventType(String alarmEventType) { this.alarmEventType = alarmEventType; } public Integer getSuspiciousEventCount() { return this.suspiciousEventCount; } public void setSuspiciousEventCount(Integer suspiciousEventCount) { this.suspiciousEventCount = suspiciousEventCount; } 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 getAlarmEventName() { return this.alarmEventName; } public void setAlarmEventName(String alarmEventName) { this.alarmEventName = alarmEventName; } public String getSaleVersion() { return this.saleVersion; } public void setSaleVersion(String saleVersion) { this.saleVersion = saleVersion; } public String getDataSource() { return this.dataSource; } public void setDataSource(String dataSource) { this.dataSource = dataSource; } public Boolean getCanCancelFault() { return this.canCancelFault; } public void setCanCancelFault(Boolean canCancelFault) { this.canCancelFault = canCancelFault; } public Boolean getDealed() { return this.dealed; } public void setDealed(Boolean dealed) { this.dealed = dealed; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public Boolean getHasTraceInfo() { return this.hasTraceInfo; } public void setHasTraceInfo(Boolean hasTraceInfo) { this.hasTraceInfo = hasTraceInfo; } } public static class PageInfo { private Integer count; private Integer pageSize; private Integer totalCount; private Integer currentPage; 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; } } @Override public DescribeAlarmEventListResponse getInstance(UnmarshallerContext context) { return DescribeAlarmEventListResponseUnmarshaller.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/DescribeAllRegionsStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAllRegionsStatisticsRequest extends RpcAcsRequest<DescribeAllRegionsStatisticsResponse> { public DescribeAllRegionsStatisticsRequest() { super("aegis", "2016-11-11", "DescribeAllRegionsStatistics", "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 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 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<DescribeAllRegionsStatisticsResponse> getResponseClass() { return DescribeAllRegionsStatisticsResponse.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/DescribeAllRegionsStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAllRegionsStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAllRegionsStatisticsResponse 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 Integer account; private Integer health; private Integer trojan; private Integer suspicious; private Integer vul; public Integer getAccount() { return this.account; } public void setAccount(Integer account) { this.account = account; } public Integer getHealth() { return this.health; } public void setHealth(Integer health) { this.health = health; } public Integer getTrojan() { return this.trojan; } public void setTrojan(Integer trojan) { this.trojan = trojan; } 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; } } @Override public DescribeAllRegionsStatisticsResponse getInstance(UnmarshallerContext context) { return DescribeAllRegionsStatisticsResponseUnmarshaller.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/DescribeAnalysisCurveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisCurveRequest extends RpcAcsRequest<DescribeAnalysisCurveResponse> { public DescribeAnalysisCurveRequest() { super("aegis", "2016-11-11", "DescribeAnalysisCurve", "vipaegis"); } private Long startTimeStamp; private Long endTimeStamp; public Long getStartTimeStamp() { return this.startTimeStamp; } public void setStartTimeStamp(Long startTimeStamp) { this.startTimeStamp = startTimeStamp; if(startTimeStamp != null){ putQueryParameter("StartTimeStamp", startTimeStamp.toString()); } } public Long getEndTimeStamp() { return this.endTimeStamp; } public void setEndTimeStamp(Long endTimeStamp) { this.endTimeStamp = endTimeStamp; if(endTimeStamp != null){ putQueryParameter("EndTimeStamp", endTimeStamp.toString()); } } @Override public Class<DescribeAnalysisCurveResponse> getResponseClass() { return DescribeAnalysisCurveResponse.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/DescribeAnalysisCurveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisCurveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisCurveResponse extends AcsResponse { private String requestId; private Curves curves; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Curves getCurves() { return this.curves; } public void setCurves(Curves curves) { this.curves = curves; } public static class Curves { private List<OriginalCurve> originalCurveList; private List<ResultCurve> resultCurveList; public List<OriginalCurve> getOriginalCurveList() { return this.originalCurveList; } public void setOriginalCurveList(List<OriginalCurve> originalCurveList) { this.originalCurveList = originalCurveList; } public List<ResultCurve> getResultCurveList() { return this.resultCurveList; } public void setResultCurveList(List<ResultCurve> resultCurveList) { this.resultCurveList = resultCurveList; } public static class OriginalCurve { private Integer count; private Long dsTimestamp; public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public Long getDsTimestamp() { return this.dsTimestamp; } public void setDsTimestamp(Long dsTimestamp) { this.dsTimestamp = dsTimestamp; } } public static class ResultCurve { private Integer count; private Long dsTimestamp; public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public Long getDsTimestamp() { return this.dsTimestamp; } public void setDsTimestamp(Long dsTimestamp) { this.dsTimestamp = dsTimestamp; } } } @Override public DescribeAnalysisCurveResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisCurveResponseUnmarshaller.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/DescribeAnalysisHistogramsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisHistogramsRequest extends RpcAcsRequest<DescribeAnalysisHistogramsResponse> { public DescribeAnalysisHistogramsRequest() { super("aegis", "2016-11-11", "DescribeAnalysisHistograms", "vipaegis"); } private String query; private Integer from; private Integer to; public String getQuery() { return this.query; } public void setQuery(String query) { this.query = query; if(query != null){ putQueryParameter("Query", query); } } public Integer getFrom() { return this.from; } public void setFrom(Integer from) { this.from = from; if(from != null){ putQueryParameter("From", from.toString()); } } public Integer getTo() { return this.to; } public void setTo(Integer to) { this.to = to; if(to != null){ putQueryParameter("To", to.toString()); } } @Override public Class<DescribeAnalysisHistogramsResponse> getResponseClass() { return DescribeAnalysisHistogramsResponse.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/DescribeAnalysisHistogramsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisHistogramsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisHistogramsResponse extends AcsResponse { private String requestId; private Histograms histograms; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Histograms getHistograms() { return this.histograms; } public void setHistograms(Histograms histograms) { this.histograms = histograms; } public static class Histograms { private String histograms; private Integer totalCount; public String getHistograms() { return this.histograms; } public void setHistograms(String histograms) { this.histograms = histograms; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } } @Override public DescribeAnalysisHistogramsResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisHistogramsResponseUnmarshaller.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/DescribeAnalysisLogsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisLogsRequest extends RpcAcsRequest<DescribeAnalysisLogsResponse> { public DescribeAnalysisLogsRequest() { super("aegis", "2016-11-11", "DescribeAnalysisLogs", "vipaegis"); } private String query; private Integer pageSize; private Integer from; private Integer currentPage; private Integer to; private Boolean reverse; public String getQuery() { return this.query; } public void setQuery(String query) { this.query = query; if(query != null){ putQueryParameter("Query", query); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Integer getFrom() { return this.from; } public void setFrom(Integer from) { this.from = from; if(from != null){ putQueryParameter("From", from.toString()); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public Integer getTo() { return this.to; } public void setTo(Integer to) { this.to = to; if(to != null){ putQueryParameter("To", to.toString()); } } public Boolean getReverse() { return this.reverse; } public void setReverse(Boolean reverse) { this.reverse = reverse; if(reverse != null){ putQueryParameter("Reverse", reverse.toString()); } } @Override public Class<DescribeAnalysisLogsResponse> getResponseClass() { return DescribeAnalysisLogsResponse.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/DescribeAnalysisLogsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisLogsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisLogsResponse extends AcsResponse { private String requestId; private Logs logs; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Logs getLogs() { return this.logs; } public void setLogs(Logs logs) { this.logs = logs; } public static class Logs { private Integer processedRow; private String whereQuery; private String aggQuery; private Integer mLimited; private String terms; private String keys; private Integer count; private Integer elapsedMilliSecond; private String logs; private String mMarker; public Integer getProcessedRow() { return this.processedRow; } public void setProcessedRow(Integer processedRow) { this.processedRow = processedRow; } public String getWhereQuery() { return this.whereQuery; } public void setWhereQuery(String whereQuery) { this.whereQuery = whereQuery; } public String getAggQuery() { return this.aggQuery; } public void setAggQuery(String aggQuery) { this.aggQuery = aggQuery; } public Integer getMLimited() { return this.mLimited; } public void setMLimited(Integer mLimited) { this.mLimited = mLimited; } public String getTerms() { return this.terms; } public void setTerms(String terms) { this.terms = terms; } public String getKeys() { return this.keys; } public void setKeys(String keys) { this.keys = keys; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public Integer getElapsedMilliSecond() { return this.elapsedMilliSecond; } public void setElapsedMilliSecond(Integer elapsedMilliSecond) { this.elapsedMilliSecond = elapsedMilliSecond; } public String getLogs() { return this.logs; } public void setLogs(String logs) { this.logs = logs; } public String getMMarker() { return this.mMarker; } public void setMMarker(String mMarker) { this.mMarker = mMarker; } } @Override public DescribeAnalysisLogsResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisLogsResponseUnmarshaller.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/DescribeAnalysisShipperStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisShipperStatusRequest extends RpcAcsRequest<DescribeAnalysisShipperStatusResponse> { public DescribeAnalysisShipperStatusRequest() { super("aegis", "2016-11-11", "DescribeAnalysisShipperStatus", "vipaegis"); } @Override public Class<DescribeAnalysisShipperStatusResponse> getResponseClass() { return DescribeAnalysisShipperStatusResponse.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/DescribeAnalysisShipperStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisShipperStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisShipperStatusResponse extends AcsResponse { private String requestId; private ShipperData shipperData; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ShipperData getShipperData() { return this.shipperData; } public void setShipperData(ShipperData shipperData) { this.shipperData = shipperData; } public static class ShipperData { private String authStatus; public String getAuthStatus() { return this.authStatus; } public void setAuthStatus(String authStatus) { this.authStatus = authStatus; } } @Override public DescribeAnalysisShipperStatusResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisShipperStatusResponseUnmarshaller.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/DescribeAnalysisSlsIndexRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisSlsIndexRequest extends RpcAcsRequest<DescribeAnalysisSlsIndexResponse> { public DescribeAnalysisSlsIndexRequest() { super("aegis", "2016-11-11", "DescribeAnalysisSlsIndex", "vipaegis"); } @Override public Class<DescribeAnalysisSlsIndexResponse> getResponseClass() { return DescribeAnalysisSlsIndexResponse.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/DescribeAnalysisSlsIndexResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisSlsIndexResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisSlsIndexResponse extends AcsResponse { private String requestId; private SlsIndex slsIndex; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public SlsIndex getSlsIndex() { return this.slsIndex; } public void setSlsIndex(SlsIndex slsIndex) { this.slsIndex = slsIndex; } public static class SlsIndex { private String index; public String getIndex() { return this.index; } public void setIndex(String index) { this.index = index; } } @Override public DescribeAnalysisSlsIndexResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisSlsIndexResponseUnmarshaller.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/DescribeAnalysisStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAnalysisStatisticsRequest extends RpcAcsRequest<DescribeAnalysisStatisticsResponse> { public DescribeAnalysisStatisticsRequest() { super("aegis", "2016-11-11", "DescribeAnalysisStatistics", "vipaegis"); } @Override public Class<DescribeAnalysisStatisticsResponse> getResponseClass() { return DescribeAnalysisStatisticsResponse.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/DescribeAnalysisStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAnalysisStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAnalysisStatisticsResponse extends AcsResponse { private String requestId; private Statistics statistics; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Statistics getStatistics() { return this.statistics; } public void setStatistics(Statistics statistics) { this.statistics = statistics; } public static class Statistics { private Integer total; private Integer serious; private Integer suspicious; private Integer remind; public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getSerious() { return this.serious; } public void setSerious(Integer serious) { this.serious = serious; } public Integer getSuspicious() { return this.suspicious; } public void setSuspicious(Integer suspicious) { this.suspicious = suspicious; } public Integer getRemind() { return this.remind; } public void setRemind(Integer remind) { this.remind = remind; } } @Override public DescribeAnalysisStatisticsResponse getInstance(UnmarshallerContext context) { return DescribeAnalysisStatisticsResponseUnmarshaller.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/DescribeApiBuySummaryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeApiBuySummaryRequest extends RpcAcsRequest<DescribeApiBuySummaryResponse> { public DescribeApiBuySummaryRequest() { super("aegis", "2016-11-11", "DescribeApiBuySummary", "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<DescribeApiBuySummaryResponse> getResponseClass() { return DescribeApiBuySummaryResponse.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/DescribeApiBuySummaryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeApiBuySummaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeApiBuySummaryResponse extends AcsResponse { private String requestId; private BuySummary buySummary; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public BuySummary getBuySummary() { return this.buySummary; } public void setBuySummary(BuySummary buySummary) { this.buySummary = buySummary; } public static class BuySummary { private Long status; private Boolean buyThreatBook; public Long getStatus() { return this.status; } public void setStatus(Long status) { this.status = status; } public Boolean getBuyThreatBook() { return this.buyThreatBook; } public void setBuyThreatBook(Boolean buyThreatBook) { this.buyThreatBook = buyThreatBook; } } @Override public DescribeApiBuySummaryResponse getInstance(UnmarshallerContext context) { return DescribeApiBuySummaryResponseUnmarshaller.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/DescribeAssetDetailByUuidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAssetDetailByUuidRequest extends RpcAcsRequest<DescribeAssetDetailByUuidResponse> { public DescribeAssetDetailByUuidRequest() { super("aegis", "2016-11-11", "DescribeAssetDetailByUuid", "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<DescribeAssetDetailByUuidResponse> getResponseClass() { return DescribeAssetDetailByUuidResponse.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/DescribeAssetDetailByUuidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAssetDetailByUuidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAssetDetailByUuidResponse extends AcsResponse { private String requestId; private AssetDetail assetDetail; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public AssetDetail getAssetDetail() { return this.assetDetail; } public void setAssetDetail(AssetDetail assetDetail) { this.assetDetail = assetDetail; } public static class AssetDetail { private String internetIp; private String intranetIp; private Integer instanceName; private Integer instanceId; private String ip; private String uuid; private String assetType; private String os; private String clientStatus; private String region; private String regionName; private String tag; private String groupTrace; private Integer cpu; private String cpuInfo; private String kernel; private String osDetail; private Integer mem; private String sysInfo; private String hostName; private List<String> ipList; private List<String> macList; private List<String> diskInfoList; 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 getInstanceName() { return this.instanceName; } public void setInstanceName(Integer instanceName) { this.instanceName = instanceName; } public Integer getInstanceId() { return this.instanceId; } public void setInstanceId(Integer instanceId) { this.instanceId = instanceId; } 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 getAssetType() { return this.assetType; } public void setAssetType(String assetType) { this.assetType = assetType; } public String getOs() { return this.os; } public void setOs(String os) { this.os = os; } public String getClientStatus() { return this.clientStatus; } public void setClientStatus(String clientStatus) { this.clientStatus = clientStatus; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getRegionName() { return this.regionName; } public void setRegionName(String regionName) { this.regionName = regionName; } public String getTag() { return this.tag; } public void setTag(String tag) { this.tag = tag; } public String getGroupTrace() { return this.groupTrace; } public void setGroupTrace(String groupTrace) { this.groupTrace = groupTrace; } public Integer getCpu() { return this.cpu; } public void setCpu(Integer cpu) { this.cpu = cpu; } public String getCpuInfo() { return this.cpuInfo; } public void setCpuInfo(String cpuInfo) { this.cpuInfo = cpuInfo; } public String getKernel() { return this.kernel; } public void setKernel(String kernel) { this.kernel = kernel; } public String getOsDetail() { return this.osDetail; } public void setOsDetail(String osDetail) { this.osDetail = osDetail; } public Integer getMem() { return this.mem; } public void setMem(Integer mem) { this.mem = mem; } public String getSysInfo() { return this.sysInfo; } public void setSysInfo(String sysInfo) { this.sysInfo = sysInfo; } public String getHostName() { return this.hostName; } public void setHostName(String hostName) { this.hostName = hostName; } public List<String> getIpList() { return this.ipList; } public void setIpList(List<String> ipList) { this.ipList = ipList; } public List<String> getMacList() { return this.macList; } public void setMacList(List<String> macList) { this.macList = macList; } public List<String> getDiskInfoList() { return this.diskInfoList; } public void setDiskInfoList(List<String> diskInfoList) { this.diskInfoList = diskInfoList; } } @Override public DescribeAssetDetailByUuidResponse getInstance(UnmarshallerContext context) { return DescribeAssetDetailByUuidResponseUnmarshaller.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/DescribeAssetListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAssetListRequest extends RpcAcsRequest<DescribeAssetListResponse> { public DescribeAssetListRequest() { super("aegis", "2016-11-11", "DescribeAssetList", "vipaegis"); } private String sourceIp; private Integer pageSize; private Integer currentPage; private String lang; private String filterConditions; 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()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getFilterConditions() { return this.filterConditions; } public void setFilterConditions(String filterConditions) { this.filterConditions = filterConditions; if(filterConditions != null){ putQueryParameter("FilterConditions", filterConditions); } } @Override public Class<DescribeAssetListResponse> getResponseClass() { return DescribeAssetListResponse.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/DescribeAssetListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAssetListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAssetListResponse extends AcsResponse { private String requestId; private Integer pageSize; private Integer currentPage; private Integer totalCount; private List<Asset> assetList; 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<Asset> getAssetList() { return this.assetList; } public void setAssetList(List<Asset> assetList) { this.assetList = assetList; } public static class Asset { private String internetIp; private String intranetIp; private String instanceName; private String ip; private String uuid; private String assetType; private String os; private String clientStatus; private String region; private String regionName; 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 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 getAssetType() { return this.assetType; } public void setAssetType(String assetType) { this.assetType = assetType; } public String getOs() { return this.os; } public void setOs(String os) { this.os = os; } public String getClientStatus() { return this.clientStatus; } public void setClientStatus(String clientStatus) { this.clientStatus = clientStatus; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getRegionName() { return this.regionName; } public void setRegionName(String regionName) { this.regionName = regionName; } } @Override public DescribeAssetListResponse getInstance(UnmarshallerContext context) { return DescribeAssetListResponseUnmarshaller.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/DescribeAssetSummaryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAssetSummaryRequest extends RpcAcsRequest<DescribeAssetSummaryResponse> { public DescribeAssetSummaryRequest() { super("aegis", "2016-11-11", "DescribeAssetSummary", "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<DescribeAssetSummaryResponse> getResponseClass() { return DescribeAssetSummaryResponse.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/DescribeAssetSummaryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAssetSummaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAssetSummaryResponse extends AcsResponse { private String requestId; private Summary summary; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Summary getSummary() { return this.summary; } public void setSummary(Summary summary) { this.summary = summary; } public static class Summary { private Integer totalCount; private Integer offline; private Integer online; private Integer allRegionCount; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getOffline() { return this.offline; } public void setOffline(Integer offline) { this.offline = offline; } public Integer getOnline() { return this.online; } public void setOnline(Integer online) { this.online = online; } public Integer getAllRegionCount() { return this.allRegionCount; } public void setAllRegionCount(Integer allRegionCount) { this.allRegionCount = allRegionCount; } } @Override public DescribeAssetSummaryResponse getInstance(UnmarshallerContext context) { return DescribeAssetSummaryResponseUnmarshaller.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/DescribeAttackAnalysisDataRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAttackAnalysisDataRequest extends RpcAcsRequest<DescribeAttackAnalysisDataResponse> { public DescribeAttackAnalysisDataRequest() { super("aegis", "2016-11-11", "DescribeAttackAnalysisData", "vipaegis"); } private String sourceIp; private String data; private String base64; private Integer pageSize; private Long endTime; private Integer currentPage; private Long startTime; 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 getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("Data", data); } } public String getBase64() { return this.base64; } public void setBase64(String base64) { this.base64 = base64; if(base64 != null){ putQueryParameter("Base64", base64); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } public 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<DescribeAttackAnalysisDataResponse> getResponseClass() { return DescribeAttackAnalysisDataResponse.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/DescribeAttackAnalysisDataResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAttackAnalysisDataResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAttackAnalysisDataResponse extends AcsResponse { private String requestId; private String data; private Integer total; private Integer page; private Integer pageSize; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } @Override public DescribeAttackAnalysisDataResponse getInstance(UnmarshallerContext context) { return DescribeAttackAnalysisDataResponseUnmarshaller.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/DescribeAutoDelConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeAutoDelConfigRequest extends RpcAcsRequest<DescribeAutoDelConfigResponse> { public DescribeAutoDelConfigRequest() { super("aegis", "2016-11-11", "DescribeAutoDelConfig", "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<DescribeAutoDelConfigResponse> getResponseClass() { return DescribeAutoDelConfigResponse.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/DescribeAutoDelConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeAutoDelConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAutoDelConfigResponse extends AcsResponse { private String requestId; private Integer days; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getDays() { return this.days; } public void setDays(Integer days) { this.days = days; } @Override public DescribeAutoDelConfigResponse getInstance(UnmarshallerContext context) { return DescribeAutoDelConfigResponseUnmarshaller.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/DescribeBuySummaryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeBuySummaryRequest extends RpcAcsRequest<DescribeBuySummaryResponse> { public DescribeBuySummaryRequest() { super("aegis", "2016-11-11", "DescribeBuySummary", "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<DescribeBuySummaryResponse> getResponseClass() { return DescribeBuySummaryResponse.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/DescribeBuySummaryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeBuySummaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeBuySummaryResponse extends AcsResponse { private String requestId; private BuySummary buySummary; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public BuySummary getBuySummary() { return this.buySummary; } public void setBuySummary(BuySummary buySummary) { this.buySummary = buySummary; } public static class BuySummary { private Long expireDateTimestamp; private Long purchaseDate; private String buyVersion; private Integer safePointSurplusDays; private Integer safePointdailyCost; private Integer capacity; private Integer totalMachineNum; private Boolean canApplyTrial; private String instanceId; private Integer useCapacity; private Boolean canAccessHidden; private Boolean buyStatus; private String buyType; private Long expireDate; private Integer safePointCapacity; private Boolean needFeedBack; private String safePointBuyVersion; private String originalVersion; private String originalBuyType; private Long safePointExpireDate; private Integer specialCount; public Long getExpireDateTimestamp() { return this.expireDateTimestamp; } public void setExpireDateTimestamp(Long expireDateTimestamp) { this.expireDateTimestamp = expireDateTimestamp; } public Long getPurchaseDate() { return this.purchaseDate; } public void setPurchaseDate(Long purchaseDate) { this.purchaseDate = purchaseDate; } public String getBuyVersion() { return this.buyVersion; } public void setBuyVersion(String buyVersion) { this.buyVersion = buyVersion; } public Integer getSafePointSurplusDays() { return this.safePointSurplusDays; } public void setSafePointSurplusDays(Integer safePointSurplusDays) { this.safePointSurplusDays = safePointSurplusDays; } public Integer getSafePointdailyCost() { return this.safePointdailyCost; } public void setSafePointdailyCost(Integer safePointdailyCost) { this.safePointdailyCost = safePointdailyCost; } public Integer getCapacity() { return this.capacity; } public void setCapacity(Integer capacity) { this.capacity = capacity; } public Integer getTotalMachineNum() { return this.totalMachineNum; } public void setTotalMachineNum(Integer totalMachineNum) { this.totalMachineNum = totalMachineNum; } public Boolean getCanApplyTrial() { return this.canApplyTrial; } public void setCanApplyTrial(Boolean canApplyTrial) { this.canApplyTrial = canApplyTrial; } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public Integer getUseCapacity() { return this.useCapacity; } public void setUseCapacity(Integer useCapacity) { this.useCapacity = useCapacity; } public Boolean getCanAccessHidden() { return this.canAccessHidden; } public void setCanAccessHidden(Boolean canAccessHidden) { this.canAccessHidden = canAccessHidden; } public Boolean getBuyStatus() { return this.buyStatus; } public void setBuyStatus(Boolean buyStatus) { this.buyStatus = buyStatus; } public String getBuyType() { return this.buyType; } public void setBuyType(String buyType) { this.buyType = buyType; } public Long getExpireDate() { return this.expireDate; } public void setExpireDate(Long expireDate) { this.expireDate = expireDate; } public Integer getSafePointCapacity() { return this.safePointCapacity; } public void setSafePointCapacity(Integer safePointCapacity) { this.safePointCapacity = safePointCapacity; } public Boolean getNeedFeedBack() { return this.needFeedBack; } public void setNeedFeedBack(Boolean needFeedBack) { this.needFeedBack = needFeedBack; } public String getSafePointBuyVersion() { return this.safePointBuyVersion; } public void setSafePointBuyVersion(String safePointBuyVersion) { this.safePointBuyVersion = safePointBuyVersion; } public String getOriginalVersion() { return this.originalVersion; } public void setOriginalVersion(String originalVersion) { this.originalVersion = originalVersion; } public String getOriginalBuyType() { return this.originalBuyType; } public void setOriginalBuyType(String originalBuyType) { this.originalBuyType = originalBuyType; } public Long getSafePointExpireDate() { return this.safePointExpireDate; } public void setSafePointExpireDate(Long safePointExpireDate) { this.safePointExpireDate = safePointExpireDate; } public Integer getSpecialCount() { return this.specialCount; } public void setSpecialCount(Integer specialCount) { this.specialCount = specialCount; } } @Override public DescribeBuySummaryResponse getInstance(UnmarshallerContext context) { return DescribeBuySummaryResponseUnmarshaller.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/DescribeCanTrySasRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeCanTrySasRequest extends RpcAcsRequest<DescribeCanTrySasResponse> { public DescribeCanTrySasRequest() { super("aegis", "2016-11-11", "DescribeCanTrySas", "vipaegis"); } @Override public Class<DescribeCanTrySasResponse> getResponseClass() { return DescribeCanTrySasResponse.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/DescribeCanTrySasResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeCanTrySasResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCanTrySasResponse extends AcsResponse { private String requestId; private Integer canTry; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getCanTry() { return this.canTry; } public void setCanTry(Integer canTry) { this.canTry = canTry; } @Override public DescribeCanTrySasResponse getInstance(UnmarshallerContext context) { return DescribeCanTrySasResponseUnmarshaller.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/DescribeCanUpgradeSasRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeCanUpgradeSasRequest extends RpcAcsRequest<DescribeCanUpgradeSasResponse> { public DescribeCanUpgradeSasRequest() { super("aegis", "2016-11-11", "DescribeCanUpgradeSas", "vipaegis"); } @Override public Class<DescribeCanUpgradeSasResponse> getResponseClass() { return DescribeCanUpgradeSasResponse.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/DescribeCanUpgradeSasResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeCanUpgradeSasResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCanUpgradeSasResponse extends AcsResponse { private String requestId; private Boolean data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getData() { return this.data; } public void setData(Boolean data) { this.data = data; } @Override public DescribeCanUpgradeSasResponse getInstance(UnmarshallerContext context) { return DescribeCanUpgradeSasResponseUnmarshaller.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/DescribeCheckWarningDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeCheckWarningDetailRequest extends RpcAcsRequest<DescribeCheckWarningDetailResponse> { public DescribeCheckWarningDetailRequest() { super("aegis", "2016-11-11", "DescribeCheckWarningDetail", "vipaegis"); } private String sourceIp; private String lang; private Long checkWarningId; 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 Long getCheckWarningId() { return this.checkWarningId; } public void setCheckWarningId(Long checkWarningId) { this.checkWarningId = checkWarningId; if(checkWarningId != null){ putQueryParameter("CheckWarningId", checkWarningId.toString()); } } @Override public Class<DescribeCheckWarningDetailResponse> getResponseClass() { return DescribeCheckWarningDetailResponse.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/DescribeCheckWarningDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeCheckWarningDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCheckWarningDetailResponse extends AcsResponse { private String requestId; private Long checkId; private String level; private String item; private String prompt; private String type; private String advice; private String description; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getCheckId() { return this.checkId; } public void setCheckId(Long checkId) { this.checkId = checkId; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getItem() { return this.item; } public void setItem(String item) { this.item = item; } public String getPrompt() { return this.prompt; } public void setPrompt(String prompt) { this.prompt = prompt; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getAdvice() { return this.advice; } public void setAdvice(String advice) { this.advice = advice; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } @Override public DescribeCheckWarningDetailResponse getInstance(UnmarshallerContext context) { return DescribeCheckWarningDetailResponseUnmarshaller.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/DescribeCheckWarningSummaryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeCheckWarningSummaryRequest extends RpcAcsRequest<DescribeCheckWarningSummaryResponse> { public DescribeCheckWarningSummaryRequest() { super("aegis", "2016-11-11", "DescribeCheckWarningSummary", "vipaegis"); } private String riskName; private String sourceIp; private Integer riskStatus; private Integer pageSize; private Long strategyId; private Integer currentPage; private String lang; private String typeName; private String status; private String uuids; public String getRiskName() { return this.riskName; } public void setRiskName(String riskName) { this.riskName = riskName; if(riskName != null){ putQueryParameter("RiskName", riskName); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer getRiskStatus() { return this.riskStatus; } public void setRiskStatus(Integer riskStatus) { this.riskStatus = riskStatus; if(riskStatus != null){ putQueryParameter("RiskStatus", riskStatus.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 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 getTypeName() { return this.typeName; } public void setTypeName(String typeName) { this.typeName = typeName; if(typeName != null){ putQueryParameter("TypeName", typeName); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<DescribeCheckWarningSummaryResponse> getResponseClass() { return DescribeCheckWarningSummaryResponse.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/DescribeCheckWarningSummaryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeCheckWarningSummaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCheckWarningSummaryResponse 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 typeAlias; private String subTypeAlias; private String lastFoundTime; private String level; private Integer checkCount; private Integer highWarningCount; private Integer mediumWarningCount; private Integer lowWarningCount; private Integer warningMachineCount; 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 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 String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public Integer getCheckCount() { return this.checkCount; } public void setCheckCount(Integer checkCount) { this.checkCount = checkCount; } 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 getWarningMachineCount() { return this.warningMachineCount; } public void setWarningMachineCount(Integer warningMachineCount) { this.warningMachineCount = warningMachineCount; } } @Override public DescribeCheckWarningSummaryResponse getInstance(UnmarshallerContext context) { return DescribeCheckWarningSummaryResponseUnmarshaller.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/DescribeCheckWarningsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeCheckWarningsRequest extends RpcAcsRequest<DescribeCheckWarningsResponse> { public DescribeCheckWarningsRequest() { super("aegis", "2016-11-11", "DescribeCheckWarnings", "vipaegis"); } private String sourceIp; private Integer pageSize; private Integer currentPage; private String lang; private Long riskId; private String uuid; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer 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 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 getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } @Override public Class<DescribeCheckWarningsResponse> getResponseClass() { return DescribeCheckWarningsResponse.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/DescribeCheckWarningsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeCheckWarningsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeCheckWarningsResponse extends AcsResponse { private String requestId; private Integer count; private Integer pageSize; private Integer totalCount; private Integer currentPage; private List<CheckWarning> checkWarnings; 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<CheckWarning> getCheckWarnings() { return this.checkWarnings; } public void setCheckWarnings(List<CheckWarning> checkWarnings) { this.checkWarnings = checkWarnings; } public static class CheckWarning { private String uuid; private Long checkId; private Long checkWarningId; private String level; private String item; private String type; private Integer status; public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; } public Long getCheckId() { return this.checkId; } public void setCheckId(Long checkId) { this.checkId = checkId; } public Long getCheckWarningId() { return this.checkWarningId; } public void setCheckWarningId(Long checkWarningId) { this.checkWarningId = checkWarningId; } public String getLevel() { return this.level; } public void setLevel(String level) { this.level = level; } public String getItem() { return this.item; } public void setItem(String item) { this.item = item; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } } @Override public DescribeCheckWarningsResponse getInstance(UnmarshallerContext context) { return DescribeCheckWarningsResponseUnmarshaller.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/DescribeConcernNecessityRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeConcernNecessityRequest extends RpcAcsRequest<DescribeConcernNecessityResponse> { public DescribeConcernNecessityRequest() { super("aegis", "2016-11-11", "DescribeConcernNecessity", "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<DescribeConcernNecessityResponse> getResponseClass() { return DescribeConcernNecessityResponse.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/DescribeConcernNecessityResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeConcernNecessityResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeConcernNecessityResponse extends AcsResponse { private String requestId; private List<String> concernNecessity; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getConcernNecessity() { return this.concernNecessity; } public void setConcernNecessity(List<String> concernNecessity) { this.concernNecessity = concernNecessity; } @Override public DescribeConcernNecessityResponse getInstance(UnmarshallerContext context) { return DescribeConcernNecessityResponseUnmarshaller.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/DescribeDataSourceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeDataSourceRequest extends RpcAcsRequest<DescribeDataSourceResponse> { public DescribeDataSourceRequest() { super("aegis", "2016-11-11", "DescribeDataSource", "vipaegis"); } private String sourceIp; private String description; private Long id; private String lang; private String groupName; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } @Override public Class<DescribeDataSourceResponse> getResponseClass() { return DescribeDataSourceResponse.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/DescribeDataSourceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeDataSourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDataSourceResponse extends AcsResponse { private String requestId; private Boolean success; private Integer count; private List<Data> metaDatas; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public List<Data> getMetaDatas() { return this.metaDatas; } public void setMetaDatas(List<Data> metaDatas) { this.metaDatas = metaDatas; } public static class Data { private Integer dataSourceId; private String dateSourceName; private String description; private List<MetaDataField> metaDataFields; public Integer getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(Integer dataSourceId) { this.dataSourceId = dataSourceId; } public String getDateSourceName() { return this.dateSourceName; } public void setDateSourceName(String dateSourceName) { this.dateSourceName = dateSourceName; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public List<MetaDataField> getMetaDataFields() { return this.metaDataFields; } public void setMetaDataFields(List<MetaDataField> metaDataFields) { this.metaDataFields = metaDataFields; } public static class MetaDataField { private String filedName; private String filed; private String valueType; private String sample; private List<Operator> operatorList; public String getFiledName() { return this.filedName; } public void setFiledName(String filedName) { this.filedName = filedName; } public String getFiled() { return this.filed; } public void setFiled(String filed) { this.filed = filed; } public String getValueType() { return this.valueType; } public void setValueType(String valueType) { this.valueType = valueType; } public String getSample() { return this.sample; } public void setSample(String sample) { this.sample = sample; } public List<Operator> getOperatorList() { return this.operatorList; } public void setOperatorList(List<Operator> operatorList) { this.operatorList = operatorList; } public static class Operator { private String name; private String description; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } } } } @Override public DescribeDataSourceResponse getInstance(UnmarshallerContext context) { return DescribeDataSourceResponseUnmarshaller.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/DescribeDefenceThreadRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeDefenceThreadRequest extends RpcAcsRequest<DescribeDefenceThreadResponse> { public DescribeDefenceThreadRequest() { super("aegis", "2016-11-11", "DescribeDefenceThread", "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<DescribeDefenceThreadResponse> getResponseClass() { return DescribeDefenceThreadResponse.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/DescribeDefenceThreadResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeDefenceThreadResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDefenceThreadResponse extends AcsResponse { private String requestId; private Integer defenceCountTotal; private Integer tamperProofTotal; private List<String> defenceAaggregatCountArray; private List<String> tamperProofArray; private List<String> dateArray; private List<String> tamperProofAaggregateArray; private List<String> defenceCountArray; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getDefenceCountTotal() { return this.defenceCountTotal; } public void setDefenceCountTotal(Integer defenceCountTotal) { this.defenceCountTotal = defenceCountTotal; } public Integer getTamperProofTotal() { return this.tamperProofTotal; } public void setTamperProofTotal(Integer tamperProofTotal) { this.tamperProofTotal = tamperProofTotal; } public List<String> getDefenceAaggregatCountArray() { return this.defenceAaggregatCountArray; } public void setDefenceAaggregatCountArray(List<String> defenceAaggregatCountArray) { this.defenceAaggregatCountArray = defenceAaggregatCountArray; } public List<String> getTamperProofArray() { return this.tamperProofArray; } public void setTamperProofArray(List<String> tamperProofArray) { this.tamperProofArray = tamperProofArray; } public List<String> getDateArray() { return this.dateArray; } public void setDateArray(List<String> dateArray) { this.dateArray = dateArray; } public List<String> getTamperProofAaggregateArray() { return this.tamperProofAaggregateArray; } public void setTamperProofAaggregateArray(List<String> tamperProofAaggregateArray) { this.tamperProofAaggregateArray = tamperProofAaggregateArray; } public List<String> getDefenceCountArray() { return this.defenceCountArray; } public void setDefenceCountArray(List<String> defenceCountArray) { this.defenceCountArray = defenceCountArray; } @Override public DescribeDefenceThreadResponse getInstance(UnmarshallerContext context) { return DescribeDefenceThreadResponseUnmarshaller.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/DescribeDingTalkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeDingTalkRequest extends RpcAcsRequest<DescribeDingTalkResponse> { public DescribeDingTalkRequest() { super("aegis", "2016-11-11", "DescribeDingTalk", "vipaegis"); } private String ruleActionName; public String getRuleActionName() { return this.ruleActionName; } public void setRuleActionName(String ruleActionName) { this.ruleActionName = ruleActionName; if(ruleActionName != null){ putQueryParameter("RuleActionName", ruleActionName); } } @Override public Class<DescribeDingTalkResponse> getResponseClass() { return DescribeDingTalkResponse.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/DescribeDingTalkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeDingTalkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDingTalkResponse extends AcsResponse { private String requestId; private List<ActionListItem> actionList; private PageInfo pageInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ActionListItem> getActionList() { return this.actionList; } public void setActionList(List<ActionListItem> actionList) { this.actionList = actionList; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class ActionListItem { private Long gmtModified; private Integer id; private Long aliUid; private Long gmtCreate; private String url; private Integer intervalTime; private String actionName; public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public Long getAliUid() { return this.aliUid; } public void setAliUid(Long aliUid) { this.aliUid = aliUid; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getBizUrl() { return this.url; } public void setBizUrl(String url) { this.url = url; } /** * @deprecated use getBizUrl instead of this. */ @Deprecated public String getUrl() { return this.url; } /** * @deprecated use setBizUrl instead of this. */ @Deprecated public void setUrl(String url) { this.url = url; } public Integer getIntervalTime() { return this.intervalTime; } public void setIntervalTime(Integer intervalTime) { this.intervalTime = intervalTime; } public String getBizActionName() { return this.actionName; } public void setBizActionName(String actionName) { this.actionName = actionName; } /** * @deprecated use getBizActionName instead of this. */ @Deprecated public String getActionName() { return this.actionName; } /** * @deprecated use setBizActionName instead of this. */ @Deprecated public void setActionName(String actionName) { this.actionName = actionName; } } public static class PageInfo { private Integer pageSize; private Integer totalCount; private Integer currentPage; public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } } @Override public DescribeDingTalkResponse getInstance(UnmarshallerContext context) { return DescribeDingTalkResponseUnmarshaller.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/DescribeEcsStsStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEcsStsStatusRequest extends RpcAcsRequest<DescribeEcsStsStatusResponse> { public DescribeEcsStsStatusRequest() { super("aegis", "2016-11-11", "DescribeEcsStsStatus", "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<DescribeEcsStsStatusResponse> getResponseClass() { return DescribeEcsStsStatusResponse.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/DescribeEcsStsStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEcsStsStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEcsStsStatusResponse extends AcsResponse { private String requestId; private Boolean grant; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getGrant() { return this.grant; } public void setGrant(Boolean grant) { this.grant = grant; } @Override public DescribeEcsStsStatusResponse getInstance(UnmarshallerContext context) { return DescribeEcsStsStatusResponseUnmarshaller.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/DescribeEmgNoticeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEmgNoticeRequest extends RpcAcsRequest<DescribeEmgNoticeResponse> { public DescribeEmgNoticeRequest() { super("aegis", "2016-11-11", "DescribeEmgNotice", "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<DescribeEmgNoticeResponse> getResponseClass() { return DescribeEmgNoticeResponse.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/DescribeEmgNoticeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEmgNoticeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEmgNoticeResponse extends AcsResponse { private String requestId; private Integer totalCount; private List<EmgVulGroup> emgVulGroupList; 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<EmgVulGroup> getEmgVulGroupList() { return this.emgVulGroupList; } public void setEmgVulGroupList(List<EmgVulGroup> emgVulGroupList) { this.emgVulGroupList = emgVulGroupList; } public static class EmgVulGroup { private String aliasName; private String name; private Long gmtPublish; private String description; private String type; private Integer status; public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getGmtPublish() { return this.gmtPublish; } public void setGmtPublish(Long gmtPublish) { this.gmtPublish = gmtPublish; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } } @Override public DescribeEmgNoticeResponse getInstance(UnmarshallerContext context) { return DescribeEmgNoticeResponseUnmarshaller.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/DescribeEmgUserAgreementRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEmgUserAgreementRequest extends RpcAcsRequest<DescribeEmgUserAgreementResponse> { public DescribeEmgUserAgreementRequest() { super("aegis", "2016-11-11", "DescribeEmgUserAgreement", "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<DescribeEmgUserAgreementResponse> getResponseClass() { return DescribeEmgUserAgreementResponse.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/DescribeEmgUserAgreementResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEmgUserAgreementResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEmgUserAgreementResponse extends AcsResponse { private String requestId; private Boolean auth; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getAuth() { return this.auth; } public void setAuth(Boolean auth) { this.auth = auth; } @Override public DescribeEmgUserAgreementResponse getInstance(UnmarshallerContext context) { return DescribeEmgUserAgreementResponseUnmarshaller.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/DescribeEmgVulGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEmgVulGroupRequest extends RpcAcsRequest<DescribeEmgVulGroupResponse> { public DescribeEmgVulGroupRequest() { super("aegis", "2016-11-11", "DescribeEmgVulGroup", "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<DescribeEmgVulGroupResponse> getResponseClass() { return DescribeEmgVulGroupResponse.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/DescribeEmgVulGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEmgVulGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEmgVulGroupResponse extends AcsResponse { private String requestId; private Integer totalCount; private List<EmgVulGroup> emgVulGroupList; 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<EmgVulGroup> getEmgVulGroupList() { return this.emgVulGroupList; } public void setEmgVulGroupList(List<EmgVulGroup> emgVulGroupList) { this.emgVulGroupList = emgVulGroupList; } public static class EmgVulGroup { private String aliasName; private Integer pendingCount; private String name; private Long gmtPublish; private String description; private String type; private Integer status; public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; } public Integer getPendingCount() { return this.pendingCount; } public void setPendingCount(Integer pendingCount) { this.pendingCount = pendingCount; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getGmtPublish() { return this.gmtPublish; } public void setGmtPublish(Long gmtPublish) { this.gmtPublish = gmtPublish; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } } @Override public DescribeEmgVulGroupResponse getInstance(UnmarshallerContext context) { return DescribeEmgVulGroupResponseUnmarshaller.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/DescribeEventCountCurveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEventCountCurveRequest extends RpcAcsRequest<DescribeEventCountCurveResponse> { public DescribeEventCountCurveRequest() { super("aegis", "2016-11-11", "DescribeEventCountCurve", "vipaegis"); } private String types; private String sourceIp; private String vulEventLevels; private Integer lastDays; private String healthEventLevels; private String suspiciousEventLevels; public String getTypes() { return this.types; } public void setTypes(String types) { this.types = types; if(types != null){ putQueryParameter("Types", types); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getVulEventLevels() { return this.vulEventLevels; } public void setVulEventLevels(String vulEventLevels) { this.vulEventLevels = vulEventLevels; if(vulEventLevels != null){ putQueryParameter("VulEventLevels", vulEventLevels); } } public Integer getLastDays() { return this.lastDays; } public void setLastDays(Integer lastDays) { this.lastDays = lastDays; if(lastDays != null){ putQueryParameter("LastDays", lastDays.toString()); } } public String getHealthEventLevels() { return this.healthEventLevels; } public void setHealthEventLevels(String healthEventLevels) { this.healthEventLevels = healthEventLevels; if(healthEventLevels != null){ putQueryParameter("HealthEventLevels", healthEventLevels); } } public String getSuspiciousEventLevels() { return this.suspiciousEventLevels; } public void setSuspiciousEventLevels(String suspiciousEventLevels) { this.suspiciousEventLevels = suspiciousEventLevels; if(suspiciousEventLevels != null){ putQueryParameter("SuspiciousEventLevels", suspiciousEventLevels); } } @Override public Class<DescribeEventCountCurveResponse> getResponseClass() { return DescribeEventCountCurveResponse.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/DescribeEventCountCurveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEventCountCurveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEventCountCurveResponse extends AcsResponse { private String requestId; private Boolean success; private CurveData curveData; 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 CurveData getCurveData() { return this.curveData; } public void setCurveData(CurveData curveData) { this.curveData = curveData; } public static class CurveData { private List<Item> items; private TimeScope timeScope; public List<Item> getItems() { return this.items; } public void setItems(List<Item> items) { this.items = items; } public TimeScope getTimeScope() { return this.timeScope; } public void setTimeScope(TimeScope timeScope) { this.timeScope = timeScope; } public static class Item { private String name; private List<DataItem> data; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private Integer high; private Integer total; private Integer low; private Integer serious; private Integer suspicious; private Integer remind; private Integer medium; public Integer getHigh() { return this.high; } public void setHigh(Integer high) { this.high = high; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getLow() { return this.low; } public void setLow(Integer low) { this.low = low; } public Integer getSerious() { return this.serious; } public void setSerious(Integer serious) { this.serious = serious; } public Integer getSuspicious() { return this.suspicious; } public void setSuspicious(Integer suspicious) { this.suspicious = suspicious; } public Integer getRemind() { return this.remind; } public void setRemind(Integer remind) { this.remind = remind; } public Integer getMedium() { return this.medium; } public void setMedium(Integer medium) { this.medium = medium; } } } public static class TimeScope { private Long start; private Long end; private Integer interval; private Integer step; public Long getStart() { return this.start; } public void setStart(Long start) { this.start = start; } public Long getEnd() { return this.end; } public void setEnd(Long end) { this.end = end; } public Integer getInterval() { return this.interval; } public void setInterval(Integer interval) { this.interval = interval; } public Integer getStep() { return this.step; } public void setStep(Integer step) { this.step = step; } } } @Override public DescribeEventCountCurveResponse getInstance(UnmarshallerContext context) { return DescribeEventCountCurveResponseUnmarshaller.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/DescribeEventLevelCountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeEventLevelCountRequest extends RpcAcsRequest<DescribeEventLevelCountResponse> { public DescribeEventLevelCountRequest() { super("aegis", "2016-11-11", "DescribeEventLevelCount", "vipaegis"); } private String sourceIp; private String from; 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 getFrom() { return this.from; } public void setFrom(String from) { this.from = from; if(from != null){ putQueryParameter("From", from); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<DescribeEventLevelCountResponse> getResponseClass() { return DescribeEventLevelCountResponse.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/DescribeEventLevelCountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeEventLevelCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEventLevelCountResponse extends AcsResponse { private String requestId; private EventLevels eventLevels; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public EventLevels getEventLevels() { return this.eventLevels; } public void setEventLevels(EventLevels eventLevels) { this.eventLevels = eventLevels; } public static class EventLevels { private Integer serious; private Integer suspicious; private Integer remind; public Integer getSerious() { return this.serious; } public void setSerious(Integer serious) { this.serious = serious; } public Integer getSuspicious() { return this.suspicious; } public void setSuspicious(Integer suspicious) { this.suspicious = suspicious; } public Integer getRemind() { return this.remind; } public void setRemind(Integer remind) { this.remind = remind; } } @Override public DescribeEventLevelCountResponse getInstance(UnmarshallerContext context) { return DescribeEventLevelCountResponseUnmarshaller.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/DescribeExportInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeExportInfoRequest extends RpcAcsRequest<DescribeExportInfoResponse> { public DescribeExportInfoRequest() { super("aegis", "2016-11-11", "DescribeExportInfo", "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<DescribeExportInfoResponse> getResponseClass() { return DescribeExportInfoResponse.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/DescribeExportInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeExportInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeExportInfoResponse extends AcsResponse { private String requestId; private String fileName; private Integer currentCount; private String link; private Integer progress; private Integer id; private String message; private Integer totalCount; private Long gmtCreate; private String resultStatus; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } 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 String getLink() { return this.link; } public void setLink(String link) { this.link = link; } public Integer getProgress() { return this.progress; } public void setProgress(Integer progress) { this.progress = progress; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getResultStatus() { return this.resultStatus; } public void setResultStatus(String resultStatus) { this.resultStatus = resultStatus; } @Override public DescribeExportInfoResponse getInstance(UnmarshallerContext context) { return DescribeExportInfoResponseUnmarshaller.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/DescribeFilterFieldsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeFilterFieldsRequest extends RpcAcsRequest<DescribeFilterFieldsResponse> { public DescribeFilterFieldsRequest() { super("aegis", "2016-11-11", "DescribeFilterFields", "vipaegis"); } private String sourceIp; private String query; 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); } } @Override public Class<DescribeFilterFieldsResponse> getResponseClass() { return DescribeFilterFieldsResponse.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/DescribeFilterFieldsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeFilterFieldsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFilterFieldsResponse extends AcsResponse { private String requestId; private Long total; private List<LogFilterListItem> logFilterList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotal() { return this.total; } public void setTotal(Long total) { this.total = total; } public List<LogFilterListItem> getLogFilterList() { return this.logFilterList; } public void setLogFilterList(List<LogFilterListItem> logFilterList) { this.logFilterList = logFilterList; } public static class LogFilterListItem { private String fields; public String getFields() { return this.fields; } public void setFields(String fields) { this.fields = fields; } } @Override public DescribeFilterFieldsResponse getInstance(UnmarshallerContext context) { return DescribeFilterFieldsResponseUnmarshaller.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/DescribeGroupListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeGroupListRequest extends RpcAcsRequest<DescribeGroupListResponse> { public DescribeGroupListRequest() { super("aegis", "2016-11-11", "DescribeGroupList", "vipaegis"); } private String warnLevel; private String sourceIp; private Long ruleGroupId; private Integer pageSize; private Integer currentPage; private String lang; private Long exGroupId; public String getWarnLevel() { return this.warnLevel; } public void setWarnLevel(String warnLevel) { this.warnLevel = warnLevel; if(warnLevel != null){ putQueryParameter("WarnLevel", warnLevel); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getRuleGroupId() { return this.ruleGroupId; } public void setRuleGroupId(Long ruleGroupId) { this.ruleGroupId = ruleGroupId; if(ruleGroupId != null){ putQueryParameter("RuleGroupId", ruleGroupId.toString()); } } 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 getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Long getExGroupId() { return this.exGroupId; } public void setExGroupId(Long exGroupId) { this.exGroupId = exGroupId; if(exGroupId != null){ putQueryParameter("ExGroupId", exGroupId.toString()); } } @Override public Class<DescribeGroupListResponse> getResponseClass() { return DescribeGroupListResponse.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/DescribeGroupListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeGroupListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeGroupListResponse extends AcsResponse { private String requestId; private Boolean success; private List<RuleGroupsItem> ruleGroups; private PageInfo pageInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<RuleGroupsItem> getRuleGroups() { return this.ruleGroups; } public void setRuleGroups(List<RuleGroupsItem> ruleGroups) { this.ruleGroups = ruleGroups; } public PageInfo getPageInfo() { return this.pageInfo; } public void setPageInfo(PageInfo pageInfo) { this.pageInfo = pageInfo; } public static class RuleGroupsItem { private String groupName; private Integer ruleNum; private Long modified; private Long create; private String description; private Integer id; private Long aliUid; private Integer status; private String machineGroupIds; public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Integer getRuleNum() { return this.ruleNum; } public void setRuleNum(Integer ruleNum) { this.ruleNum = ruleNum; } public Long getModified() { return this.modified; } public void setModified(Long modified) { this.modified = modified; } public Long getCreate() { return this.create; } public void setCreate(Long create) { this.create = create; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public Long getAliUid() { return this.aliUid; } public void setAliUid(Long aliUid) { this.aliUid = aliUid; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getMachineGroupIds() { return this.machineGroupIds; } public void setMachineGroupIds(String machineGroupIds) { this.machineGroupIds = machineGroupIds; } } public static class PageInfo { private Integer count; private Integer pageSize; private Integer currentPage; private Integer totalCount; 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 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; } } @Override public DescribeGroupListResponse getInstance(UnmarshallerContext context) { return DescribeGroupListResponseUnmarshaller.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/DescribeGroupStructRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeGroupStructRequest extends RpcAcsRequest<DescribeGroupStructResponse> { public DescribeGroupStructRequest() { super("aegis", "2016-11-11", "DescribeGroupStruct", "vipaegis"); } private String sourceIp; private String tagIdList; private String remark; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getTagIdList() { return this.tagIdList; } public void setTagIdList(String tagIdList) { this.tagIdList = tagIdList; if(tagIdList != null){ putQueryParameter("tagIdList", tagIdList); } } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; if(remark != null){ putQueryParameter("remark", remark); } } @Override public Class<DescribeGroupStructResponse> getResponseClass() { return DescribeGroupStructResponse.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/DescribeGroupStructResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeGroupStructResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeGroupStructResponse extends AcsResponse { private String requestId; private Integer groupFather; private Long groupId; private String groupName; private Integer groupIndex; private Integer groupFlag; private Integer groupLevel; private Integer machineNum; private List<String> groups; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getGroupFather() { return this.groupFather; } public void setGroupFather(Integer groupFather) { this.groupFather = groupFather; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Integer getGroupIndex() { return this.groupIndex; } public void setGroupIndex(Integer groupIndex) { this.groupIndex = groupIndex; } public Integer getGroupFlag() { return this.groupFlag; } public void setGroupFlag(Integer groupFlag) { this.groupFlag = groupFlag; } public Integer getGroupLevel() { return this.groupLevel; } public void setGroupLevel(Integer groupLevel) { this.groupLevel = groupLevel; } public Integer getMachineNum() { return this.machineNum; } public void setMachineNum(Integer machineNum) { this.machineNum = machineNum; } public List<String> getGroups() { return this.groups; } public void setGroups(List<String> groups) { this.groups = groups; } @Override public DescribeGroupStructResponse getInstance(UnmarshallerContext context) { return DescribeGroupStructResponseUnmarshaller.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/DescribeGroupedVulRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeGroupedVulRequest extends RpcAcsRequest<DescribeGroupedVulResponse> { public DescribeGroupedVulRequest() { super("aegis", "2016-11-11", "DescribeGroupedVul", "vipaegis"); } private String statusList; private String level; private String orderBy; private String dealed; private Integer currentPage; private String type; private Long lastTsEnd; private Long createTsStart; private String aliasName; private Long patchId; private String sourceIp; private String name; private Integer pageSize; private String lang; private Long createTsEnd; private Long lastTsStart; private String necessity; private String uuids; private String direction; 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 getOrderBy() { return this.orderBy; } public void setOrderBy(String orderBy) { this.orderBy = orderBy; if(orderBy != null){ putQueryParameter("OrderBy", orderBy); } } 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 getLastTsEnd() { return this.lastTsEnd; } public void setLastTsEnd(Long lastTsEnd) { this.lastTsEnd = lastTsEnd; if(lastTsEnd != null){ putQueryParameter("LastTsEnd", lastTsEnd.toString()); } } public Long getCreateTsStart() { return this.createTsStart; } public void setCreateTsStart(Long createTsStart) { this.createTsStart = createTsStart; if(createTsStart != null){ putQueryParameter("CreateTsStart", createTsStart.toString()); } } public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; if(aliasName != null){ putQueryParameter("AliasName", aliasName); } } public Long getPatchId() { return this.patchId; } public void setPatchId(Long patchId) { this.patchId = patchId; if(patchId != null){ putQueryParameter("PatchId", patchId.toString()); } } 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 Long getLastTsStart() { return this.lastTsStart; } public void setLastTsStart(Long lastTsStart) { this.lastTsStart = lastTsStart; if(lastTsStart != null){ putQueryParameter("LastTsStart", lastTsStart.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); } } public String getDirection() { return this.direction; } public void setDirection(String direction) { this.direction = direction; if(direction != null){ putQueryParameter("Direction", direction); } } @Override public Class<DescribeGroupedVulResponse> getResponseClass() { return DescribeGroupedVulResponse.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/DescribeGroupedVulResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeGroupedVulResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeGroupedVulResponse extends AcsResponse { private String requestId; private Integer pageSize; private Integer currentPage; private Integer totalCount; private List<GroupedVulItem> groupedVulItems; 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<GroupedVulItem> getGroupedVulItems() { return this.groupedVulItems; } public void setGroupedVulItems(List<GroupedVulItem> groupedVulItems) { this.groupedVulItems = groupedVulItems; } public static class GroupedVulItem { private String name; private String aliasName; private String type; private Integer status; private Long gmtLast; private Integer asapCount; private Integer laterCount; private Integer nntfCount; private Integer handledCount; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getAliasName() { return this.aliasName; } public void setAliasName(String aliasName) { this.aliasName = aliasName; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public Long getGmtLast() { return this.gmtLast; } public void setGmtLast(Long gmtLast) { this.gmtLast = gmtLast; } public Integer getAsapCount() { return this.asapCount; } public void setAsapCount(Integer asapCount) { this.asapCount = asapCount; } public Integer getLaterCount() { return this.laterCount; } public void setLaterCount(Integer laterCount) { this.laterCount = laterCount; } public Integer getNntfCount() { return this.nntfCount; } public void setNntfCount(Integer nntfCount) { this.nntfCount = nntfCount; } public Integer getHandledCount() { return this.handledCount; } public void setHandledCount(Integer handledCount) { this.handledCount = handledCount; } } @Override public DescribeGroupedVulResponse getInstance(UnmarshallerContext context) { return DescribeGroupedVulResponseUnmarshaller.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/DescribeHistogramRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeHistogramRequest extends RpcAcsRequest<DescribeHistogramResponse> { public DescribeHistogramRequest() { super("aegis", "2016-11-11", "DescribeHistogram", "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<DescribeHistogramResponse> getResponseClass() { return DescribeHistogramResponse.class; } }