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/RollbackSuspEventQuaraFileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.RollbackSuspEventQuaraFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RollbackSuspEventQuaraFileResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RollbackSuspEventQuaraFileResponse getInstance(UnmarshallerContext context) { return RollbackSuspEventQuaraFileResponseUnmarshaller.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/SaveSuspEventUserSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 SaveSuspEventUserSettingRequest extends RpcAcsRequest<SaveSuspEventUserSettingResponse> { public SaveSuspEventUserSettingRequest() { super("aegis", "2016-11-11", "SaveSuspEventUserSetting", "vipaegis"); } private String sourceIp; private String from; private String levelsOn; 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 getLevelsOn() { return this.levelsOn; } public void setLevelsOn(String levelsOn) { this.levelsOn = levelsOn; if(levelsOn != null){ putQueryParameter("LevelsOn", levelsOn); } } @Override public Class<SaveSuspEventUserSettingResponse> getResponseClass() { return SaveSuspEventUserSettingResponse.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/SaveSuspEventUserSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.SaveSuspEventUserSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveSuspEventUserSettingResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveSuspEventUserSettingResponse getInstance(UnmarshallerContext context) { return SaveSuspEventUserSettingResponseUnmarshaller.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/SaveWhiteListStrategyAssetsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 SaveWhiteListStrategyAssetsRequest extends RpcAcsRequest<SaveWhiteListStrategyAssetsResponse> { public SaveWhiteListStrategyAssetsRequest() { super("aegis", "2016-11-11", "SaveWhiteListStrategyAssets", "vipaegis"); } private String operations; private Integer relationType; private String sourceIp; private Long strategyId; private String lang; public String getOperations() { return this.operations; } public void setOperations(String operations) { this.operations = operations; if(operations != null){ putQueryParameter("Operations", operations); } } public Integer getRelationType() { return this.relationType; } public void setRelationType(Integer relationType) { this.relationType = relationType; if(relationType != null){ putQueryParameter("RelationType", relationType.toString()); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; if(strategyId != null){ putQueryParameter("StrategyId", strategyId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<SaveWhiteListStrategyAssetsResponse> getResponseClass() { return SaveWhiteListStrategyAssetsResponse.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/SaveWhiteListStrategyAssetsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.SaveWhiteListStrategyAssetsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveWhiteListStrategyAssetsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveWhiteListStrategyAssetsResponse getInstance(UnmarshallerContext context) { return SaveWhiteListStrategyAssetsResponseUnmarshaller.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/SaveWhiteListStrategyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 SaveWhiteListStrategyRequest extends RpcAcsRequest<SaveWhiteListStrategyResponse> { public SaveWhiteListStrategyRequest() { super("aegis", "2016-11-11", "SaveWhiteListStrategy", "vipaegis"); } private String strategyName; private String sourceIp; private Integer studyTime; private Long strategyId; private String lang; public String getStrategyName() { return this.strategyName; } public void setStrategyName(String strategyName) { this.strategyName = strategyName; if(strategyName != null){ putQueryParameter("StrategyName", strategyName); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer getStudyTime() { return this.studyTime; } public void setStudyTime(Integer studyTime) { this.studyTime = studyTime; if(studyTime != null){ putQueryParameter("StudyTime", studyTime.toString()); } } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; if(strategyId != null){ putQueryParameter("StrategyId", strategyId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<SaveWhiteListStrategyResponse> getResponseClass() { return SaveWhiteListStrategyResponse.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/SaveWhiteListStrategyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.SaveWhiteListStrategyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveWhiteListStrategyResponse extends AcsResponse { private String requestId; private Long strategyId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; } @Override public SaveWhiteListStrategyResponse getInstance(UnmarshallerContext context) { return SaveWhiteListStrategyResponseUnmarshaller.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/SetDatasourceStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 SetDatasourceStatusRequest extends RpcAcsRequest<SetDatasourceStatusResponse> { public SetDatasourceStatusRequest() { super("aegis", "2016-11-11", "SetDatasourceStatus", "vipaegis"); } private String projectName; private String logStoreName; private Integer status; private String regionNo; public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; if(logStoreName != null){ putQueryParameter("LogStoreName", logStoreName); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; if(regionNo != null){ putQueryParameter("RegionNo", regionNo); } } @Override public Class<SetDatasourceStatusResponse> getResponseClass() { return SetDatasourceStatusResponse.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/SetDatasourceStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.SetDatasourceStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SetDatasourceStatusResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SetDatasourceStatusResponse getInstance(UnmarshallerContext context) { return SetDatasourceStatusResponseUnmarshaller.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/TransformLeakageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 TransformLeakageRequest extends RpcAcsRequest<TransformLeakageResponse> { public TransformLeakageRequest() { super("aegis", "2016-11-11", "TransformLeakage", "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<TransformLeakageResponse> getResponseClass() { return TransformLeakageResponse.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/TransformLeakageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.TransformLeakageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TransformLeakageResponse extends AcsResponse { private String requestId; private Boolean success; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public TransformLeakageResponse getInstance(UnmarshallerContext context) { return TransformLeakageResponseUnmarshaller.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/UpdateWhiteListProcessStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 UpdateWhiteListProcessStatusRequest extends RpcAcsRequest<UpdateWhiteListProcessStatusResponse> { public UpdateWhiteListProcessStatusRequest() { super("aegis", "2016-11-11", "UpdateWhiteListProcessStatus", "vipaegis"); } private String processIds; private String sourceIp; private Long strategyId; private String lang; private Integer status; public String getProcessIds() { return this.processIds; } public void setProcessIds(String processIds) { this.processIds = processIds; if(processIds != null){ putQueryParameter("ProcessIds", processIds); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; if(strategyId != null){ putQueryParameter("StrategyId", strategyId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<UpdateWhiteListProcessStatusResponse> getResponseClass() { return UpdateWhiteListProcessStatusResponse.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/UpdateWhiteListProcessStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.UpdateWhiteListProcessStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateWhiteListProcessStatusResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateWhiteListProcessStatusResponse getInstance(UnmarshallerContext context) { return UpdateWhiteListProcessStatusResponseUnmarshaller.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/UpdateWhiteListStrategyRelationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 UpdateWhiteListStrategyRelationRequest extends RpcAcsRequest<UpdateWhiteListStrategyRelationResponse> { public UpdateWhiteListStrategyRelationRequest() { super("aegis", "2016-11-11", "UpdateWhiteListStrategyRelation", "vipaegis"); } private String sourceIp; private Integer processMethod; private Long strategyId; private String lang; private Integer type; private String uuid; private Integer status; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public Integer getProcessMethod() { return this.processMethod; } public void setProcessMethod(Integer processMethod) { this.processMethod = processMethod; if(processMethod != null){ putQueryParameter("ProcessMethod", processMethod.toString()); } } public Long getStrategyId() { return this.strategyId; } public void setStrategyId(Long strategyId) { this.strategyId = strategyId; if(strategyId != null){ putQueryParameter("StrategyId", strategyId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } public String getUuid() { return this.uuid; } public void setUuid(String uuid) { this.uuid = uuid; if(uuid != null){ putQueryParameter("Uuid", uuid); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<UpdateWhiteListStrategyRelationResponse> getResponseClass() { return UpdateWhiteListStrategyRelationResponse.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/UpdateWhiteListStrategyRelationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.UpdateWhiteListStrategyRelationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateWhiteListStrategyRelationResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateWhiteListStrategyRelationResponse getInstance(UnmarshallerContext context) { return UpdateWhiteListStrategyRelationResponseUnmarshaller.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/UpdateWhiteListStrategyStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 UpdateWhiteListStrategyStatusRequest extends RpcAcsRequest<UpdateWhiteListStrategyStatusResponse> { public UpdateWhiteListStrategyStatusRequest() { super("aegis", "2016-11-11", "UpdateWhiteListStrategyStatus", "vipaegis"); } private String sourceIp; private String strategyIds; private String lang; private Integer status; public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getStrategyIds() { return this.strategyIds; } public void setStrategyIds(String strategyIds) { this.strategyIds = strategyIds; if(strategyIds != null){ putQueryParameter("StrategyIds", strategyIds); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<UpdateWhiteListStrategyStatusResponse> getResponseClass() { return UpdateWhiteListStrategyStatusResponse.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/UpdateWhiteListStrategyStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.UpdateWhiteListStrategyStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateWhiteListStrategyStatusResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateWhiteListStrategyStatusResponse getInstance(UnmarshallerContext context) { return UpdateWhiteListStrategyStatusResponseUnmarshaller.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/UpgradeInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 UpgradeInstanceRequest extends RpcAcsRequest<UpgradeInstanceResponse> { public UpgradeInstanceRequest() { super("aegis", "2016-11-11", "UpgradeInstance", "vipaegis"); } private String instanceId; private String clientToken; private Integer vmNumber; private Long ownerId; private Integer versionCode; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public Integer getVmNumber() { return this.vmNumber; } public void setVmNumber(Integer vmNumber) { this.vmNumber = vmNumber; if(vmNumber != null){ putQueryParameter("VmNumber", vmNumber.toString()); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Integer getVersionCode() { return this.versionCode; } public void setVersionCode(Integer versionCode) { this.versionCode = versionCode; if(versionCode != null){ putQueryParameter("VersionCode", versionCode.toString()); } } @Override public Class<UpgradeInstanceResponse> getResponseClass() { return UpgradeInstanceResponse.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/UpgradeInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.UpgradeInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpgradeInstanceResponse extends AcsResponse { private String orderId; private String requestId; public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpgradeInstanceResponse getInstance(UnmarshallerContext context) { return UpgradeInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/model/v20161111/ValidateHcWarningsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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 ValidateHcWarningsRequest extends RpcAcsRequest<ValidateHcWarningsResponse> { public ValidateHcWarningsRequest() { super("aegis", "2016-11-11", "ValidateHcWarnings", "vipaegis"); } private String riskIds; private String sourceIp; private String uuids; public String getRiskIds() { return this.riskIds; } public void setRiskIds(String riskIds) { this.riskIds = riskIds; if(riskIds != null){ putQueryParameter("RiskIds", riskIds); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getUuids() { return this.uuids; } public void setUuids(String uuids) { this.uuids = uuids; if(uuids != null){ putQueryParameter("Uuids", uuids); } } @Override public Class<ValidateHcWarningsResponse> getResponseClass() { return ValidateHcWarningsResponse.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/ValidateHcWarningsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 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.ValidateHcWarningsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ValidateHcWarningsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ValidateHcWarningsResponse getInstance(UnmarshallerContext context) { return ValidateHcWarningsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/AutoUpgradeSasResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.AutoUpgradeSasResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AutoUpgradeSasResponseUnmarshaller { public static AutoUpgradeSasResponse unmarshall(AutoUpgradeSasResponse autoUpgradeSasResponse, UnmarshallerContext context) { autoUpgradeSasResponse.setRequestId(context.stringValue("AutoUpgradeSasResponse.RequestId")); autoUpgradeSasResponse.setSuccess(context.booleanValue("AutoUpgradeSasResponse.Success")); return autoUpgradeSasResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/AutoUpgradeToSasAdvancedVersionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.AutoUpgradeToSasAdvancedVersionResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AutoUpgradeToSasAdvancedVersionResponseUnmarshaller { public static AutoUpgradeToSasAdvancedVersionResponse unmarshall(AutoUpgradeToSasAdvancedVersionResponse autoUpgradeToSasAdvancedVersionResponse, UnmarshallerContext context) { autoUpgradeToSasAdvancedVersionResponse.setRequestId(context.stringValue("AutoUpgradeToSasAdvancedVersionResponse.RequestId")); return autoUpgradeToSasAdvancedVersionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/BatchDeleteWhiteListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.BatchDeleteWhiteListResponse; import com.aliyuncs.transform.UnmarshallerContext; public class BatchDeleteWhiteListResponseUnmarshaller { public static BatchDeleteWhiteListResponse unmarshall(BatchDeleteWhiteListResponse batchDeleteWhiteListResponse, UnmarshallerContext context) { batchDeleteWhiteListResponse.setRequestId(context.stringValue("BatchDeleteWhiteListResponse.RequestId")); return batchDeleteWhiteListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CanTrySasResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CanTrySasResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CanTrySasResponseUnmarshaller { public static CanTrySasResponse unmarshall(CanTrySasResponse canTrySasResponse, UnmarshallerContext context) { canTrySasResponse.setRequestId(context.stringValue("CanTrySasResponse.RequestId")); canTrySasResponse.setCanTry(context.integerValue("CanTrySasResponse.CanTry")); return canTrySasResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreatScreenSettingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreatScreenSettingResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreatScreenSettingResponseUnmarshaller { public static CreatScreenSettingResponse unmarshall(CreatScreenSettingResponse creatScreenSettingResponse, UnmarshallerContext context) { creatScreenSettingResponse.setRequestId(context.stringValue("CreatScreenSettingResponse.RequestId")); return creatScreenSettingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateInstanceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateInstanceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateInstanceResponseUnmarshaller { public static CreateInstanceResponse unmarshall(CreateInstanceResponse createInstanceResponse, UnmarshallerContext context) { createInstanceResponse.setRequestId(context.stringValue("CreateInstanceResponse.RequestId")); createInstanceResponse.setOrderId(context.stringValue("CreateInstanceResponse.OrderId")); createInstanceResponse.setInstanceId(context.stringValue("CreateInstanceResponse.InstanceId")); return createInstanceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateLogQueryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateLogQueryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateLogQueryResponseUnmarshaller { public static CreateLogQueryResponse unmarshall(CreateLogQueryResponse createLogQueryResponse, UnmarshallerContext context) { createLogQueryResponse.setRequestId(context.stringValue("CreateLogQueryResponse.RequestId")); return createLogQueryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateOrUpdateDataSourceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateOrUpdateDataSourceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateDataSourceResponseUnmarshaller { public static CreateOrUpdateDataSourceResponse unmarshall(CreateOrUpdateDataSourceResponse createOrUpdateDataSourceResponse, UnmarshallerContext context) { createOrUpdateDataSourceResponse.setRequestId(context.stringValue("CreateOrUpdateDataSourceResponse.RequestId")); return createOrUpdateDataSourceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateOrUpdateDingTalkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateOrUpdateDingTalkResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateDingTalkResponseUnmarshaller { public static CreateOrUpdateDingTalkResponse unmarshall(CreateOrUpdateDingTalkResponse createOrUpdateDingTalkResponse, UnmarshallerContext context) { createOrUpdateDingTalkResponse.setRequestId(context.stringValue("CreateOrUpdateDingTalkResponse.RequestId")); return createOrUpdateDingTalkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateOrUpdateGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateOrUpdateGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateGroupResponseUnmarshaller { public static CreateOrUpdateGroupResponse unmarshall(CreateOrUpdateGroupResponse createOrUpdateGroupResponse, UnmarshallerContext context) { createOrUpdateGroupResponse.setRequestId(context.stringValue("CreateOrUpdateGroupResponse.RequestId")); return createOrUpdateGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateOrUpdateJoinRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateOrUpdateJoinRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateJoinRuleResponseUnmarshaller { public static CreateOrUpdateJoinRuleResponse unmarshall(CreateOrUpdateJoinRuleResponse createOrUpdateJoinRuleResponse, UnmarshallerContext context) { createOrUpdateJoinRuleResponse.setRequestId(context.stringValue("CreateOrUpdateJoinRuleResponse.RequestId")); return createOrUpdateJoinRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateOrUpdateRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateOrUpdateRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateRuleResponseUnmarshaller { public static CreateOrUpdateRuleResponse unmarshall(CreateOrUpdateRuleResponse createOrUpdateRuleResponse, UnmarshallerContext context) { createOrUpdateRuleResponse.setRequestId(context.stringValue("CreateOrUpdateRuleResponse.RequestId")); return createOrUpdateRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateSuspiciousExportResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateSuspiciousExportResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateSuspiciousExportResponseUnmarshaller { public static CreateSuspiciousExportResponse unmarshall(CreateSuspiciousExportResponse createSuspiciousExportResponse, UnmarshallerContext context) { createSuspiciousExportResponse.setRequestId(context.stringValue("CreateSuspiciousExportResponse.RequestId")); createSuspiciousExportResponse.setId(context.longValue("CreateSuspiciousExportResponse.Id")); createSuspiciousExportResponse.setFileName(context.stringValue("CreateSuspiciousExportResponse.FileName")); return createSuspiciousExportResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateUserSettingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateUserSettingResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateUserSettingResponseUnmarshaller { public static CreateUserSettingResponse unmarshall(CreateUserSettingResponse createUserSettingResponse, UnmarshallerContext context) { createUserSettingResponse.setRequestId(context.stringValue("CreateUserSettingResponse.RequestId")); return createUserSettingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateUserWhiteListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateUserWhiteListResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateUserWhiteListResponseUnmarshaller { public static CreateUserWhiteListResponse unmarshall(CreateUserWhiteListResponse createUserWhiteListResponse, UnmarshallerContext context) { createUserWhiteListResponse.setRequestId(context.stringValue("CreateUserWhiteListResponse.RequestId")); return createUserWhiteListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/CreateVulWhitelistResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.CreateVulWhitelistResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateVulWhitelistResponseUnmarshaller { public static CreateVulWhitelistResponse unmarshall(CreateVulWhitelistResponse createVulWhitelistResponse, UnmarshallerContext context) { createVulWhitelistResponse.setRequestId(context.stringValue("CreateVulWhitelistResponse.RequestId")); return createVulWhitelistResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteDingTalkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteDingTalkResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteDingTalkResponseUnmarshaller { public static DeleteDingTalkResponse unmarshall(DeleteDingTalkResponse deleteDingTalkResponse, UnmarshallerContext context) { deleteDingTalkResponse.setRequestId(context.stringValue("DeleteDingTalkResponse.RequestId")); return deleteDingTalkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteJoinRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteJoinRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteJoinRuleResponseUnmarshaller { public static DeleteJoinRuleResponse unmarshall(DeleteJoinRuleResponse deleteJoinRuleResponse, UnmarshallerContext context) { deleteJoinRuleResponse.setRequestId(context.stringValue("DeleteJoinRuleResponse.RequestId")); return deleteJoinRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteLogQueryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteLogQueryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteLogQueryResponseUnmarshaller { public static DeleteLogQueryResponse unmarshall(DeleteLogQueryResponse deleteLogQueryResponse, UnmarshallerContext context) { deleteLogQueryResponse.setRequestId(context.stringValue("DeleteLogQueryResponse.RequestId")); return deleteLogQueryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteRuleGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteRuleGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteRuleGroupResponseUnmarshaller { public static DeleteRuleGroupResponse unmarshall(DeleteRuleGroupResponse deleteRuleGroupResponse, UnmarshallerContext context) { deleteRuleGroupResponse.setRequestId(context.stringValue("DeleteRuleGroupResponse.RequestId")); return deleteRuleGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteRuleResponseUnmarshaller { public static DeleteRuleResponse unmarshall(DeleteRuleResponse deleteRuleResponse, UnmarshallerContext context) { deleteRuleResponse.setRequestId(context.stringValue("DeleteRuleResponse.RequestId")); return deleteRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteScreenSettingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteScreenSettingResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteScreenSettingResponseUnmarshaller { public static DeleteScreenSettingResponse unmarshall(DeleteScreenSettingResponse deleteScreenSettingResponse, UnmarshallerContext context) { deleteScreenSettingResponse.setRequestId(context.stringValue("DeleteScreenSettingResponse.RequestId")); return deleteScreenSettingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteSearchConditionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteSearchConditionResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteSearchConditionResponseUnmarshaller { public static DeleteSearchConditionResponse unmarshall(DeleteSearchConditionResponse deleteSearchConditionResponse, UnmarshallerContext context) { deleteSearchConditionResponse.setRequestId(context.stringValue("DeleteSearchConditionResponse.RequestId")); return deleteSearchConditionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteStrategyResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteStrategyResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteStrategyResponseUnmarshaller { public static DeleteStrategyResponse unmarshall(DeleteStrategyResponse deleteStrategyResponse, UnmarshallerContext context) { deleteStrategyResponse.setRequestId(context.stringValue("DeleteStrategyResponse.RequestId")); return deleteStrategyResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteVulBatchResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteVulBatchResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteVulBatchResponseUnmarshaller { public static DeleteVulBatchResponse unmarshall(DeleteVulBatchResponse deleteVulBatchResponse, UnmarshallerContext context) { deleteVulBatchResponse.setRequestId(context.stringValue("DeleteVulBatchResponse.RequestId")); return deleteVulBatchResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DeleteVulWhitelistResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DeleteVulWhitelistResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteVulWhitelistResponseUnmarshaller { public static DeleteVulWhitelistResponse unmarshall(DeleteVulWhitelistResponse deleteVulWhitelistResponse, UnmarshallerContext context) { deleteVulWhitelistResponse.setRequestId(context.stringValue("DeleteVulWhitelistResponse.RequestId")); return deleteVulWhitelistResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAgentInstallStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAgentInstallStatusResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAgentInstallStatusResponse.AegisClientInvokeStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAgentInstallStatusResponseUnmarshaller { public static DescribeAgentInstallStatusResponse unmarshall(DescribeAgentInstallStatusResponse describeAgentInstallStatusResponse, UnmarshallerContext context) { describeAgentInstallStatusResponse.setRequestId(context.stringValue("DescribeAgentInstallStatusResponse.RequestId")); List<AegisClientInvokeStatusResponse> aegisClientInvokeStatusResponseList = new ArrayList<AegisClientInvokeStatusResponse>(); for (int i = 0; i < context.lengthValue("DescribeAgentInstallStatusResponse.AegisClientInvokeStatusResponseList.Length"); i++) { AegisClientInvokeStatusResponse aegisClientInvokeStatusResponse = new AegisClientInvokeStatusResponse(); aegisClientInvokeStatusResponse.setUuid(context.stringValue("DescribeAgentInstallStatusResponse.AegisClientInvokeStatusResponseList["+ i +"].Uuid")); aegisClientInvokeStatusResponse.setMessage(context.stringValue("DescribeAgentInstallStatusResponse.AegisClientInvokeStatusResponseList["+ i +"].Message")); aegisClientInvokeStatusResponse.setResult(context.integerValue("DescribeAgentInstallStatusResponse.AegisClientInvokeStatusResponseList["+ i +"].Result")); aegisClientInvokeStatusResponseList.add(aegisClientInvokeStatusResponse); } describeAgentInstallStatusResponse.setAegisClientInvokeStatusResponseList(aegisClientInvokeStatusResponseList); return describeAgentInstallStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAlarmEventDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventDetailResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventDetailResponse.Data; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventDetailResponse.Data.CauseDetail; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventDetailResponse.Data.CauseDetail.ValueItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAlarmEventDetailResponseUnmarshaller { public static DescribeAlarmEventDetailResponse unmarshall(DescribeAlarmEventDetailResponse describeAlarmEventDetailResponse, UnmarshallerContext context) { describeAlarmEventDetailResponse.setRequestId(context.stringValue("DescribeAlarmEventDetailResponse.RequestId")); Data data = new Data(); data.setInternetIp(context.stringValue("DescribeAlarmEventDetailResponse.Data.InternetIp")); data.setLevel(context.stringValue("DescribeAlarmEventDetailResponse.Data.Level")); data.setInstanceName(context.stringValue("DescribeAlarmEventDetailResponse.Data.InstanceName")); data.setAlarmEventAliasName(context.stringValue("DescribeAlarmEventDetailResponse.Data.AlarmEventAliasName")); data.setType(context.stringValue("DescribeAlarmEventDetailResponse.Data.Type")); data.setUuid(context.stringValue("DescribeAlarmEventDetailResponse.Data.Uuid")); data.setSolution(context.stringValue("DescribeAlarmEventDetailResponse.Data.Solution")); data.setStartTime(context.longValue("DescribeAlarmEventDetailResponse.Data.StartTime")); data.setEndTime(context.longValue("DescribeAlarmEventDetailResponse.Data.EndTime")); data.setAlarmEventDesc(context.stringValue("DescribeAlarmEventDetailResponse.Data.AlarmEventDesc")); data.setIntranetIp(context.stringValue("DescribeAlarmEventDetailResponse.Data.IntranetIp")); data.setCanBeDealOnLine(context.booleanValue("DescribeAlarmEventDetailResponse.Data.CanBeDealOnLine")); data.setAlarmUniqueInfo(context.stringValue("DescribeAlarmEventDetailResponse.Data.AlarmUniqueInfo")); data.setDataSource(context.stringValue("DescribeAlarmEventDetailResponse.Data.DataSource")); data.setCanCancelFault(context.booleanValue("DescribeAlarmEventDetailResponse.Data.CanCancelFault")); data.setHasTraceInfo(context.booleanValue("DescribeAlarmEventDetailResponse.Data.HasTraceInfo")); List<CauseDetail> causeDetails = new ArrayList<CauseDetail>(); for (int i = 0; i < context.lengthValue("DescribeAlarmEventDetailResponse.Data.CauseDetails.Length"); i++) { CauseDetail causeDetail = new CauseDetail(); causeDetail.setKey(context.stringValue("DescribeAlarmEventDetailResponse.Data.CauseDetails["+ i +"].Key")); List<ValueItem> value = new ArrayList<ValueItem>(); for (int j = 0; j < context.lengthValue("DescribeAlarmEventDetailResponse.Data.CauseDetails["+ i +"].Value.Length"); j++) { ValueItem valueItem = new ValueItem(); valueItem.setName(context.stringValue("DescribeAlarmEventDetailResponse.Data.CauseDetails["+ i +"].Value["+ j +"].Name")); valueItem.setType(context.stringValue("DescribeAlarmEventDetailResponse.Data.CauseDetails["+ i +"].Value["+ j +"].Type")); valueItem.setValue(context.stringValue("DescribeAlarmEventDetailResponse.Data.CauseDetails["+ i +"].Value["+ j +"].Value")); value.add(valueItem); } causeDetail.setValue(value); causeDetails.add(causeDetail); } data.setCauseDetails(causeDetails); describeAlarmEventDetailResponse.setData(data); return describeAlarmEventDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAlarmEventListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventListResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventListResponse.PageInfo; import com.aliyuncs.aegis.model.v20161111.DescribeAlarmEventListResponse.SuspEventsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAlarmEventListResponseUnmarshaller { public static DescribeAlarmEventListResponse unmarshall(DescribeAlarmEventListResponse describeAlarmEventListResponse, UnmarshallerContext context) { describeAlarmEventListResponse.setRequestId(context.stringValue("DescribeAlarmEventListResponse.RequestId")); PageInfo pageInfo = new PageInfo(); pageInfo.setCount(context.integerValue("DescribeAlarmEventListResponse.PageInfo.Count")); pageInfo.setPageSize(context.integerValue("DescribeAlarmEventListResponse.PageInfo.PageSize")); pageInfo.setTotalCount(context.integerValue("DescribeAlarmEventListResponse.PageInfo.TotalCount")); pageInfo.setCurrentPage(context.integerValue("DescribeAlarmEventListResponse.PageInfo.CurrentPage")); describeAlarmEventListResponse.setPageInfo(pageInfo); List<SuspEventsItem> suspEvents = new ArrayList<SuspEventsItem>(); for (int i = 0; i < context.lengthValue("DescribeAlarmEventListResponse.SuspEvents.Length"); i++) { SuspEventsItem suspEventsItem = new SuspEventsItem(); suspEventsItem.setAlarmUniqueInfo(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].AlarmUniqueInfo")); suspEventsItem.setSolution(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].Solution")); suspEventsItem.setLevel(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].Level")); suspEventsItem.setCanBeDealOnLine(context.booleanValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].CanBeDealOnLine")); suspEventsItem.setDescription(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].Description")); suspEventsItem.setStartTime(context.longValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].StartTime")); suspEventsItem.setEndTime(context.longValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].EndTime")); suspEventsItem.setAlarmEventType(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].AlarmEventType")); suspEventsItem.setSuspiciousEventCount(context.integerValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].SuspiciousEventCount")); suspEventsItem.setUuid(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].Uuid")); suspEventsItem.setInstanceName(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].InstanceName")); suspEventsItem.setInternetIp(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].InternetIp")); suspEventsItem.setIntranetIp(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].IntranetIp")); suspEventsItem.setAlarmEventName(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].AlarmEventName")); suspEventsItem.setSaleVersion(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].SaleVersion")); suspEventsItem.setDataSource(context.stringValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].DataSource")); suspEventsItem.setCanCancelFault(context.booleanValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].CanCancelFault")); suspEventsItem.setDealed(context.booleanValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].Dealed")); suspEventsItem.setGmtModified(context.longValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].GmtModified")); suspEventsItem.setHasTraceInfo(context.booleanValue("DescribeAlarmEventListResponse.SuspEvents["+ i +"].HasTraceInfo")); suspEvents.add(suspEventsItem); } describeAlarmEventListResponse.setSuspEvents(suspEvents); return describeAlarmEventListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAllRegionsStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAllRegionsStatisticsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAllRegionsStatisticsResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAllRegionsStatisticsResponseUnmarshaller { public static DescribeAllRegionsStatisticsResponse unmarshall(DescribeAllRegionsStatisticsResponse describeAllRegionsStatisticsResponse, UnmarshallerContext context) { describeAllRegionsStatisticsResponse.setRequestId(context.stringValue("DescribeAllRegionsStatisticsResponse.RequestId")); Data data = new Data(); data.setAccount(context.integerValue("DescribeAllRegionsStatisticsResponse.Data.Account")); data.setHealth(context.integerValue("DescribeAllRegionsStatisticsResponse.Data.Health")); data.setTrojan(context.integerValue("DescribeAllRegionsStatisticsResponse.Data.Trojan")); data.setSuspicious(context.integerValue("DescribeAllRegionsStatisticsResponse.Data.Suspicious")); data.setVul(context.integerValue("DescribeAllRegionsStatisticsResponse.Data.Vul")); describeAllRegionsStatisticsResponse.setData(data); return describeAllRegionsStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisCurveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisCurveResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisCurveResponse.Curves; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisCurveResponse.Curves.OriginalCurve; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisCurveResponse.Curves.ResultCurve; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisCurveResponseUnmarshaller { public static DescribeAnalysisCurveResponse unmarshall(DescribeAnalysisCurveResponse describeAnalysisCurveResponse, UnmarshallerContext context) { describeAnalysisCurveResponse.setRequestId(context.stringValue("DescribeAnalysisCurveResponse.RequestId")); Curves curves = new Curves(); List<OriginalCurve> originalCurveList = new ArrayList<OriginalCurve>(); for (int i = 0; i < context.lengthValue("DescribeAnalysisCurveResponse.Curves.OriginalCurveList.Length"); i++) { OriginalCurve originalCurve = new OriginalCurve(); originalCurve.setCount(context.integerValue("DescribeAnalysisCurveResponse.Curves.OriginalCurveList["+ i +"].Count")); originalCurve.setDsTimestamp(context.longValue("DescribeAnalysisCurveResponse.Curves.OriginalCurveList["+ i +"].DsTimestamp")); originalCurveList.add(originalCurve); } curves.setOriginalCurveList(originalCurveList); List<ResultCurve> resultCurveList = new ArrayList<ResultCurve>(); for (int i = 0; i < context.lengthValue("DescribeAnalysisCurveResponse.Curves.ResultCurveList.Length"); i++) { ResultCurve resultCurve = new ResultCurve(); resultCurve.setCount(context.integerValue("DescribeAnalysisCurveResponse.Curves.ResultCurveList["+ i +"].Count")); resultCurve.setDsTimestamp(context.longValue("DescribeAnalysisCurveResponse.Curves.ResultCurveList["+ i +"].DsTimestamp")); resultCurveList.add(resultCurve); } curves.setResultCurveList(resultCurveList); describeAnalysisCurveResponse.setCurves(curves); return describeAnalysisCurveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisHistogramsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisHistogramsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisHistogramsResponse.Histograms; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisHistogramsResponseUnmarshaller { public static DescribeAnalysisHistogramsResponse unmarshall(DescribeAnalysisHistogramsResponse describeAnalysisHistogramsResponse, UnmarshallerContext context) { describeAnalysisHistogramsResponse.setRequestId(context.stringValue("DescribeAnalysisHistogramsResponse.RequestId")); Histograms histograms = new Histograms(); histograms.setHistograms(context.stringValue("DescribeAnalysisHistogramsResponse.Histograms.Histograms")); histograms.setTotalCount(context.integerValue("DescribeAnalysisHistogramsResponse.Histograms.TotalCount")); describeAnalysisHistogramsResponse.setHistograms(histograms); return describeAnalysisHistogramsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisLogsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisLogsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisLogsResponse.Logs; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisLogsResponseUnmarshaller { public static DescribeAnalysisLogsResponse unmarshall(DescribeAnalysisLogsResponse describeAnalysisLogsResponse, UnmarshallerContext context) { describeAnalysisLogsResponse.setRequestId(context.stringValue("DescribeAnalysisLogsResponse.RequestId")); Logs logs = new Logs(); logs.setProcessedRow(context.integerValue("DescribeAnalysisLogsResponse.Logs.ProcessedRow")); logs.setWhereQuery(context.stringValue("DescribeAnalysisLogsResponse.Logs.WhereQuery")); logs.setAggQuery(context.stringValue("DescribeAnalysisLogsResponse.Logs.AggQuery")); logs.setMLimited(context.integerValue("DescribeAnalysisLogsResponse.Logs.MLimited")); logs.setTerms(context.stringValue("DescribeAnalysisLogsResponse.Logs.Terms")); logs.setKeys(context.stringValue("DescribeAnalysisLogsResponse.Logs.Keys")); logs.setCount(context.integerValue("DescribeAnalysisLogsResponse.Logs.Count")); logs.setElapsedMilliSecond(context.integerValue("DescribeAnalysisLogsResponse.Logs.ElapsedMilliSecond")); logs.setLogs(context.stringValue("DescribeAnalysisLogsResponse.Logs.Logs")); logs.setMMarker(context.stringValue("DescribeAnalysisLogsResponse.Logs.MMarker")); describeAnalysisLogsResponse.setLogs(logs); return describeAnalysisLogsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisShipperStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisShipperStatusResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisShipperStatusResponse.ShipperData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisShipperStatusResponseUnmarshaller { public static DescribeAnalysisShipperStatusResponse unmarshall(DescribeAnalysisShipperStatusResponse describeAnalysisShipperStatusResponse, UnmarshallerContext context) { describeAnalysisShipperStatusResponse.setRequestId(context.stringValue("DescribeAnalysisShipperStatusResponse.RequestId")); ShipperData shipperData = new ShipperData(); shipperData.setAuthStatus(context.stringValue("DescribeAnalysisShipperStatusResponse.ShipperData.AuthStatus")); describeAnalysisShipperStatusResponse.setShipperData(shipperData); return describeAnalysisShipperStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisSlsIndexResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisSlsIndexResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisSlsIndexResponse.SlsIndex; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisSlsIndexResponseUnmarshaller { public static DescribeAnalysisSlsIndexResponse unmarshall(DescribeAnalysisSlsIndexResponse describeAnalysisSlsIndexResponse, UnmarshallerContext context) { describeAnalysisSlsIndexResponse.setRequestId(context.stringValue("DescribeAnalysisSlsIndexResponse.RequestId")); SlsIndex slsIndex = new SlsIndex(); slsIndex.setIndex(context.stringValue("DescribeAnalysisSlsIndexResponse.SlsIndex.Index")); describeAnalysisSlsIndexResponse.setSlsIndex(slsIndex); return describeAnalysisSlsIndexResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAnalysisStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisStatisticsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAnalysisStatisticsResponse.Statistics; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAnalysisStatisticsResponseUnmarshaller { public static DescribeAnalysisStatisticsResponse unmarshall(DescribeAnalysisStatisticsResponse describeAnalysisStatisticsResponse, UnmarshallerContext context) { describeAnalysisStatisticsResponse.setRequestId(context.stringValue("DescribeAnalysisStatisticsResponse.RequestId")); Statistics statistics = new Statistics(); statistics.setTotal(context.integerValue("DescribeAnalysisStatisticsResponse.Statistics.Total")); statistics.setSerious(context.integerValue("DescribeAnalysisStatisticsResponse.Statistics.Serious")); statistics.setSuspicious(context.integerValue("DescribeAnalysisStatisticsResponse.Statistics.Suspicious")); statistics.setRemind(context.integerValue("DescribeAnalysisStatisticsResponse.Statistics.Remind")); describeAnalysisStatisticsResponse.setStatistics(statistics); return describeAnalysisStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeApiBuySummaryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeApiBuySummaryResponse; import com.aliyuncs.aegis.model.v20161111.DescribeApiBuySummaryResponse.BuySummary; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeApiBuySummaryResponseUnmarshaller { public static DescribeApiBuySummaryResponse unmarshall(DescribeApiBuySummaryResponse describeApiBuySummaryResponse, UnmarshallerContext context) { describeApiBuySummaryResponse.setRequestId(context.stringValue("DescribeApiBuySummaryResponse.RequestId")); BuySummary buySummary = new BuySummary(); buySummary.setStatus(context.longValue("DescribeApiBuySummaryResponse.BuySummary.Status")); buySummary.setBuyThreatBook(context.booleanValue("DescribeApiBuySummaryResponse.BuySummary.BuyThreatBook")); describeApiBuySummaryResponse.setBuySummary(buySummary); return describeApiBuySummaryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAssetDetailByUuidResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAssetDetailByUuidResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAssetDetailByUuidResponse.AssetDetail; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAssetDetailByUuidResponseUnmarshaller { public static DescribeAssetDetailByUuidResponse unmarshall(DescribeAssetDetailByUuidResponse describeAssetDetailByUuidResponse, UnmarshallerContext context) { describeAssetDetailByUuidResponse.setRequestId(context.stringValue("DescribeAssetDetailByUuidResponse.RequestId")); AssetDetail assetDetail = new AssetDetail(); assetDetail.setInternetIp(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.InternetIp")); assetDetail.setIntranetIp(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.IntranetIp")); assetDetail.setInstanceName(context.integerValue("DescribeAssetDetailByUuidResponse.AssetDetail.InstanceName")); assetDetail.setInstanceId(context.integerValue("DescribeAssetDetailByUuidResponse.AssetDetail.InstanceId")); assetDetail.setIp(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Ip")); assetDetail.setUuid(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Uuid")); assetDetail.setAssetType(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.AssetType")); assetDetail.setOs(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Os")); assetDetail.setClientStatus(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.ClientStatus")); assetDetail.setRegion(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Region")); assetDetail.setRegionName(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.RegionName")); assetDetail.setTag(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Tag")); assetDetail.setGroupTrace(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.GroupTrace")); assetDetail.setCpu(context.integerValue("DescribeAssetDetailByUuidResponse.AssetDetail.Cpu")); assetDetail.setCpuInfo(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.CpuInfo")); assetDetail.setKernel(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.Kernel")); assetDetail.setOsDetail(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.OsDetail")); assetDetail.setMem(context.integerValue("DescribeAssetDetailByUuidResponse.AssetDetail.Mem")); assetDetail.setSysInfo(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.SysInfo")); assetDetail.setHostName(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.HostName")); List<String> ipList = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeAssetDetailByUuidResponse.AssetDetail.IpList.Length"); i++) { ipList.add(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.IpList["+ i +"]")); } assetDetail.setIpList(ipList); List<String> macList = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeAssetDetailByUuidResponse.AssetDetail.MacList.Length"); i++) { macList.add(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.MacList["+ i +"]")); } assetDetail.setMacList(macList); List<String> diskInfoList = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeAssetDetailByUuidResponse.AssetDetail.DiskInfoList.Length"); i++) { diskInfoList.add(context.stringValue("DescribeAssetDetailByUuidResponse.AssetDetail.DiskInfoList["+ i +"]")); } assetDetail.setDiskInfoList(diskInfoList); describeAssetDetailByUuidResponse.setAssetDetail(assetDetail); return describeAssetDetailByUuidResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAssetListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeAssetListResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAssetListResponse.Asset; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAssetListResponseUnmarshaller { public static DescribeAssetListResponse unmarshall(DescribeAssetListResponse describeAssetListResponse, UnmarshallerContext context) { describeAssetListResponse.setRequestId(context.stringValue("DescribeAssetListResponse.RequestId")); describeAssetListResponse.setPageSize(context.integerValue("DescribeAssetListResponse.PageSize")); describeAssetListResponse.setCurrentPage(context.integerValue("DescribeAssetListResponse.CurrentPage")); describeAssetListResponse.setTotalCount(context.integerValue("DescribeAssetListResponse.TotalCount")); List<Asset> assetList = new ArrayList<Asset>(); for (int i = 0; i < context.lengthValue("DescribeAssetListResponse.AssetList.Length"); i++) { Asset asset = new Asset(); asset.setInternetIp(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].InternetIp")); asset.setIntranetIp(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].IntranetIp")); asset.setInstanceName(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].InstanceName")); asset.setIp(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].Ip")); asset.setUuid(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].Uuid")); asset.setAssetType(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].AssetType")); asset.setOs(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].Os")); asset.setClientStatus(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].ClientStatus")); asset.setRegion(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].Region")); asset.setRegionName(context.stringValue("DescribeAssetListResponse.AssetList["+ i +"].RegionName")); assetList.add(asset); } describeAssetListResponse.setAssetList(assetList); return describeAssetListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAssetSummaryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAssetSummaryResponse; import com.aliyuncs.aegis.model.v20161111.DescribeAssetSummaryResponse.Summary; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAssetSummaryResponseUnmarshaller { public static DescribeAssetSummaryResponse unmarshall(DescribeAssetSummaryResponse describeAssetSummaryResponse, UnmarshallerContext context) { describeAssetSummaryResponse.setRequestId(context.stringValue("DescribeAssetSummaryResponse.RequestId")); Summary summary = new Summary(); summary.setTotalCount(context.integerValue("DescribeAssetSummaryResponse.Summary.TotalCount")); summary.setOffline(context.integerValue("DescribeAssetSummaryResponse.Summary.Offline")); summary.setOnline(context.integerValue("DescribeAssetSummaryResponse.Summary.Online")); summary.setAllRegionCount(context.integerValue("DescribeAssetSummaryResponse.Summary.AllRegionCount")); describeAssetSummaryResponse.setSummary(summary); return describeAssetSummaryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAttackAnalysisDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAttackAnalysisDataResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAttackAnalysisDataResponseUnmarshaller { public static DescribeAttackAnalysisDataResponse unmarshall(DescribeAttackAnalysisDataResponse describeAttackAnalysisDataResponse, UnmarshallerContext context) { describeAttackAnalysisDataResponse.setRequestId(context.stringValue("DescribeAttackAnalysisDataResponse.RequestId")); describeAttackAnalysisDataResponse.setData(context.stringValue("DescribeAttackAnalysisDataResponse.Data")); describeAttackAnalysisDataResponse.setTotal(context.integerValue("DescribeAttackAnalysisDataResponse.Total")); describeAttackAnalysisDataResponse.setPage(context.integerValue("DescribeAttackAnalysisDataResponse.Page")); describeAttackAnalysisDataResponse.setPageSize(context.integerValue("DescribeAttackAnalysisDataResponse.PageSize")); return describeAttackAnalysisDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeAutoDelConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeAutoDelConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAutoDelConfigResponseUnmarshaller { public static DescribeAutoDelConfigResponse unmarshall(DescribeAutoDelConfigResponse describeAutoDelConfigResponse, UnmarshallerContext context) { describeAutoDelConfigResponse.setRequestId(context.stringValue("DescribeAutoDelConfigResponse.RequestId")); describeAutoDelConfigResponse.setDays(context.integerValue("DescribeAutoDelConfigResponse.Days")); return describeAutoDelConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeBuySummaryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeBuySummaryResponse; import com.aliyuncs.aegis.model.v20161111.DescribeBuySummaryResponse.BuySummary; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeBuySummaryResponseUnmarshaller { public static DescribeBuySummaryResponse unmarshall(DescribeBuySummaryResponse describeBuySummaryResponse, UnmarshallerContext context) { describeBuySummaryResponse.setRequestId(context.stringValue("DescribeBuySummaryResponse.RequestId")); BuySummary buySummary = new BuySummary(); buySummary.setExpireDateTimestamp(context.longValue("DescribeBuySummaryResponse.BuySummary.ExpireDateTimestamp")); buySummary.setPurchaseDate(context.longValue("DescribeBuySummaryResponse.BuySummary.PurchaseDate")); buySummary.setBuyVersion(context.stringValue("DescribeBuySummaryResponse.BuySummary.BuyVersion")); buySummary.setSafePointSurplusDays(context.integerValue("DescribeBuySummaryResponse.BuySummary.SafePointSurplusDays")); buySummary.setSafePointdailyCost(context.integerValue("DescribeBuySummaryResponse.BuySummary.SafePointdailyCost")); buySummary.setCapacity(context.integerValue("DescribeBuySummaryResponse.BuySummary.Capacity")); buySummary.setTotalMachineNum(context.integerValue("DescribeBuySummaryResponse.BuySummary.TotalMachineNum")); buySummary.setCanApplyTrial(context.booleanValue("DescribeBuySummaryResponse.BuySummary.CanApplyTrial")); buySummary.setInstanceId(context.stringValue("DescribeBuySummaryResponse.BuySummary.InstanceId")); buySummary.setUseCapacity(context.integerValue("DescribeBuySummaryResponse.BuySummary.UseCapacity")); buySummary.setCanAccessHidden(context.booleanValue("DescribeBuySummaryResponse.BuySummary.CanAccessHidden")); buySummary.setBuyStatus(context.booleanValue("DescribeBuySummaryResponse.BuySummary.BuyStatus")); buySummary.setBuyType(context.stringValue("DescribeBuySummaryResponse.BuySummary.BuyType")); buySummary.setExpireDate(context.longValue("DescribeBuySummaryResponse.BuySummary.ExpireDate")); buySummary.setSafePointCapacity(context.integerValue("DescribeBuySummaryResponse.BuySummary.SafePointCapacity")); buySummary.setNeedFeedBack(context.booleanValue("DescribeBuySummaryResponse.BuySummary.NeedFeedBack")); buySummary.setSafePointBuyVersion(context.stringValue("DescribeBuySummaryResponse.BuySummary.SafePointBuyVersion")); buySummary.setOriginalVersion(context.stringValue("DescribeBuySummaryResponse.BuySummary.OriginalVersion")); buySummary.setOriginalBuyType(context.stringValue("DescribeBuySummaryResponse.BuySummary.OriginalBuyType")); buySummary.setSafePointExpireDate(context.longValue("DescribeBuySummaryResponse.BuySummary.SafePointExpireDate")); buySummary.setSpecialCount(context.integerValue("DescribeBuySummaryResponse.BuySummary.SpecialCount")); describeBuySummaryResponse.setBuySummary(buySummary); return describeBuySummaryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeCanTrySasResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeCanTrySasResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCanTrySasResponseUnmarshaller { public static DescribeCanTrySasResponse unmarshall(DescribeCanTrySasResponse describeCanTrySasResponse, UnmarshallerContext context) { describeCanTrySasResponse.setRequestId(context.stringValue("DescribeCanTrySasResponse.RequestId")); describeCanTrySasResponse.setCanTry(context.integerValue("DescribeCanTrySasResponse.CanTry")); return describeCanTrySasResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeCanUpgradeSasResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeCanUpgradeSasResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCanUpgradeSasResponseUnmarshaller { public static DescribeCanUpgradeSasResponse unmarshall(DescribeCanUpgradeSasResponse describeCanUpgradeSasResponse, UnmarshallerContext context) { describeCanUpgradeSasResponse.setRequestId(context.stringValue("DescribeCanUpgradeSasResponse.RequestId")); describeCanUpgradeSasResponse.setData(context.booleanValue("DescribeCanUpgradeSasResponse.Data")); return describeCanUpgradeSasResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeCheckWarningDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeCheckWarningDetailResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCheckWarningDetailResponseUnmarshaller { public static DescribeCheckWarningDetailResponse unmarshall(DescribeCheckWarningDetailResponse describeCheckWarningDetailResponse, UnmarshallerContext context) { describeCheckWarningDetailResponse.setRequestId(context.stringValue("DescribeCheckWarningDetailResponse.RequestId")); describeCheckWarningDetailResponse.setCheckId(context.longValue("DescribeCheckWarningDetailResponse.CheckId")); describeCheckWarningDetailResponse.setLevel(context.stringValue("DescribeCheckWarningDetailResponse.Level")); describeCheckWarningDetailResponse.setItem(context.stringValue("DescribeCheckWarningDetailResponse.Item")); describeCheckWarningDetailResponse.setPrompt(context.stringValue("DescribeCheckWarningDetailResponse.Prompt")); describeCheckWarningDetailResponse.setType(context.stringValue("DescribeCheckWarningDetailResponse.Type")); describeCheckWarningDetailResponse.setAdvice(context.stringValue("DescribeCheckWarningDetailResponse.Advice")); describeCheckWarningDetailResponse.setDescription(context.stringValue("DescribeCheckWarningDetailResponse.Description")); return describeCheckWarningDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeCheckWarningSummaryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeCheckWarningSummaryResponse; import com.aliyuncs.aegis.model.v20161111.DescribeCheckWarningSummaryResponse.WarningSummary; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCheckWarningSummaryResponseUnmarshaller { public static DescribeCheckWarningSummaryResponse unmarshall(DescribeCheckWarningSummaryResponse describeCheckWarningSummaryResponse, UnmarshallerContext context) { describeCheckWarningSummaryResponse.setRequestId(context.stringValue("DescribeCheckWarningSummaryResponse.RequestId")); describeCheckWarningSummaryResponse.setCount(context.integerValue("DescribeCheckWarningSummaryResponse.Count")); describeCheckWarningSummaryResponse.setPageSize(context.integerValue("DescribeCheckWarningSummaryResponse.PageSize")); describeCheckWarningSummaryResponse.setTotalCount(context.integerValue("DescribeCheckWarningSummaryResponse.TotalCount")); describeCheckWarningSummaryResponse.setCurrentPage(context.integerValue("DescribeCheckWarningSummaryResponse.CurrentPage")); List<WarningSummary> warningSummarys = new ArrayList<WarningSummary>(); for (int i = 0; i < context.lengthValue("DescribeCheckWarningSummaryResponse.WarningSummarys.Length"); i++) { WarningSummary warningSummary = new WarningSummary(); warningSummary.setRiskId(context.longValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].RiskId")); warningSummary.setRiskName(context.stringValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].RiskName")); warningSummary.setTypeAlias(context.stringValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].TypeAlias")); warningSummary.setSubTypeAlias(context.stringValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].SubTypeAlias")); warningSummary.setLastFoundTime(context.stringValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].LastFoundTime")); warningSummary.setLevel(context.stringValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].Level")); warningSummary.setCheckCount(context.integerValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].CheckCount")); warningSummary.setHighWarningCount(context.integerValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].HighWarningCount")); warningSummary.setMediumWarningCount(context.integerValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].MediumWarningCount")); warningSummary.setLowWarningCount(context.integerValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].LowWarningCount")); warningSummary.setWarningMachineCount(context.integerValue("DescribeCheckWarningSummaryResponse.WarningSummarys["+ i +"].WarningMachineCount")); warningSummarys.add(warningSummary); } describeCheckWarningSummaryResponse.setWarningSummarys(warningSummarys); return describeCheckWarningSummaryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeCheckWarningsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeCheckWarningsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeCheckWarningsResponse.CheckWarning; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCheckWarningsResponseUnmarshaller { public static DescribeCheckWarningsResponse unmarshall(DescribeCheckWarningsResponse describeCheckWarningsResponse, UnmarshallerContext context) { describeCheckWarningsResponse.setRequestId(context.stringValue("DescribeCheckWarningsResponse.RequestId")); describeCheckWarningsResponse.setCount(context.integerValue("DescribeCheckWarningsResponse.Count")); describeCheckWarningsResponse.setPageSize(context.integerValue("DescribeCheckWarningsResponse.PageSize")); describeCheckWarningsResponse.setTotalCount(context.integerValue("DescribeCheckWarningsResponse.TotalCount")); describeCheckWarningsResponse.setCurrentPage(context.integerValue("DescribeCheckWarningsResponse.CurrentPage")); List<CheckWarning> checkWarnings = new ArrayList<CheckWarning>(); for (int i = 0; i < context.lengthValue("DescribeCheckWarningsResponse.CheckWarnings.Length"); i++) { CheckWarning checkWarning = new CheckWarning(); checkWarning.setUuid(context.stringValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].Uuid")); checkWarning.setCheckId(context.longValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].CheckId")); checkWarning.setCheckWarningId(context.longValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].CheckWarningId")); checkWarning.setLevel(context.stringValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].Level")); checkWarning.setItem(context.stringValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].Item")); checkWarning.setType(context.stringValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].Type")); checkWarning.setStatus(context.integerValue("DescribeCheckWarningsResponse.CheckWarnings["+ i +"].Status")); checkWarnings.add(checkWarning); } describeCheckWarningsResponse.setCheckWarnings(checkWarnings); return describeCheckWarningsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeConcernNecessityResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeConcernNecessityResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeConcernNecessityResponseUnmarshaller { public static DescribeConcernNecessityResponse unmarshall(DescribeConcernNecessityResponse describeConcernNecessityResponse, UnmarshallerContext context) { describeConcernNecessityResponse.setRequestId(context.stringValue("DescribeConcernNecessityResponse.RequestId")); List<String> concernNecessity = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeConcernNecessityResponse.ConcernNecessity.Length"); i++) { concernNecessity.add(context.stringValue("DescribeConcernNecessityResponse.ConcernNecessity["+ i +"]")); } describeConcernNecessityResponse.setConcernNecessity(concernNecessity); return describeConcernNecessityResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeDataSourceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeDataSourceResponse; import com.aliyuncs.aegis.model.v20161111.DescribeDataSourceResponse.Data; import com.aliyuncs.aegis.model.v20161111.DescribeDataSourceResponse.Data.MetaDataField; import com.aliyuncs.aegis.model.v20161111.DescribeDataSourceResponse.Data.MetaDataField.Operator; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDataSourceResponseUnmarshaller { public static DescribeDataSourceResponse unmarshall(DescribeDataSourceResponse describeDataSourceResponse, UnmarshallerContext context) { describeDataSourceResponse.setRequestId(context.stringValue("DescribeDataSourceResponse.RequestId")); describeDataSourceResponse.setSuccess(context.booleanValue("DescribeDataSourceResponse.Success")); describeDataSourceResponse.setCount(context.integerValue("DescribeDataSourceResponse.Count")); List<Data> metaDatas = new ArrayList<Data>(); for (int i = 0; i < context.lengthValue("DescribeDataSourceResponse.MetaDatas.Length"); i++) { Data data = new Data(); data.setDataSourceId(context.integerValue("DescribeDataSourceResponse.MetaDatas["+ i +"].DataSourceId")); data.setDateSourceName(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].DateSourceName")); data.setDescription(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].Description")); List<MetaDataField> metaDataFields = new ArrayList<MetaDataField>(); for (int j = 0; j < context.lengthValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields.Length"); j++) { MetaDataField metaDataField = new MetaDataField(); metaDataField.setFiledName(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].FiledName")); metaDataField.setFiled(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].Filed")); metaDataField.setValueType(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].ValueType")); metaDataField.setSample(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].Sample")); List<Operator> operatorList = new ArrayList<Operator>(); for (int k = 0; k < context.lengthValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].OperatorList.Length"); k++) { Operator operator = new Operator(); operator.setName(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].OperatorList["+ k +"].Name")); operator.setDescription(context.stringValue("DescribeDataSourceResponse.MetaDatas["+ i +"].MetaDataFields["+ j +"].OperatorList["+ k +"].Description")); operatorList.add(operator); } metaDataField.setOperatorList(operatorList); metaDataFields.add(metaDataField); } data.setMetaDataFields(metaDataFields); metaDatas.add(data); } describeDataSourceResponse.setMetaDatas(metaDatas); return describeDataSourceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeDefenceThreadResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeDefenceThreadResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDefenceThreadResponseUnmarshaller { public static DescribeDefenceThreadResponse unmarshall(DescribeDefenceThreadResponse describeDefenceThreadResponse, UnmarshallerContext context) { describeDefenceThreadResponse.setRequestId(context.stringValue("DescribeDefenceThreadResponse.RequestId")); describeDefenceThreadResponse.setDefenceCountTotal(context.integerValue("DescribeDefenceThreadResponse.DefenceCountTotal")); describeDefenceThreadResponse.setTamperProofTotal(context.integerValue("DescribeDefenceThreadResponse.TamperProofTotal")); List<String> defenceAaggregatCountArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeDefenceThreadResponse.DefenceAaggregatCountArray.Length"); i++) { defenceAaggregatCountArray.add(context.stringValue("DescribeDefenceThreadResponse.DefenceAaggregatCountArray["+ i +"]")); } describeDefenceThreadResponse.setDefenceAaggregatCountArray(defenceAaggregatCountArray); List<String> tamperProofArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeDefenceThreadResponse.TamperProofArray.Length"); i++) { tamperProofArray.add(context.stringValue("DescribeDefenceThreadResponse.TamperProofArray["+ i +"]")); } describeDefenceThreadResponse.setTamperProofArray(tamperProofArray); List<String> dateArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeDefenceThreadResponse.DateArray.Length"); i++) { dateArray.add(context.stringValue("DescribeDefenceThreadResponse.DateArray["+ i +"]")); } describeDefenceThreadResponse.setDateArray(dateArray); List<String> tamperProofAaggregateArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeDefenceThreadResponse.TamperProofAaggregateArray.Length"); i++) { tamperProofAaggregateArray.add(context.stringValue("DescribeDefenceThreadResponse.TamperProofAaggregateArray["+ i +"]")); } describeDefenceThreadResponse.setTamperProofAaggregateArray(tamperProofAaggregateArray); List<String> defenceCountArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeDefenceThreadResponse.DefenceCountArray.Length"); i++) { defenceCountArray.add(context.stringValue("DescribeDefenceThreadResponse.DefenceCountArray["+ i +"]")); } describeDefenceThreadResponse.setDefenceCountArray(defenceCountArray); return describeDefenceThreadResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeDingTalkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeDingTalkResponse; import com.aliyuncs.aegis.model.v20161111.DescribeDingTalkResponse.ActionListItem; import com.aliyuncs.aegis.model.v20161111.DescribeDingTalkResponse.PageInfo; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDingTalkResponseUnmarshaller { public static DescribeDingTalkResponse unmarshall(DescribeDingTalkResponse describeDingTalkResponse, UnmarshallerContext context) { describeDingTalkResponse.setRequestId(context.stringValue("DescribeDingTalkResponse.RequestId")); PageInfo pageInfo = new PageInfo(); pageInfo.setPageSize(context.integerValue("DescribeDingTalkResponse.PageInfo.PageSize")); pageInfo.setTotalCount(context.integerValue("DescribeDingTalkResponse.PageInfo.TotalCount")); pageInfo.setCurrentPage(context.integerValue("DescribeDingTalkResponse.PageInfo.CurrentPage")); describeDingTalkResponse.setPageInfo(pageInfo); List<ActionListItem> actionList = new ArrayList<ActionListItem>(); for (int i = 0; i < context.lengthValue("DescribeDingTalkResponse.ActionList.Length"); i++) { ActionListItem actionListItem = new ActionListItem(); actionListItem.setGmtModified(context.longValue("DescribeDingTalkResponse.ActionList["+ i +"].GmtModified")); actionListItem.setId(context.integerValue("DescribeDingTalkResponse.ActionList["+ i +"].Id")); actionListItem.setAliUid(context.longValue("DescribeDingTalkResponse.ActionList["+ i +"].AliUid")); actionListItem.setGmtCreate(context.longValue("DescribeDingTalkResponse.ActionList["+ i +"].GmtCreate")); actionListItem.setUrl(context.stringValue("DescribeDingTalkResponse.ActionList["+ i +"].Url")); actionListItem.setIntervalTime(context.integerValue("DescribeDingTalkResponse.ActionList["+ i +"].IntervalTime")); actionListItem.setActionName(context.stringValue("DescribeDingTalkResponse.ActionList["+ i +"].ActionName")); actionList.add(actionListItem); } describeDingTalkResponse.setActionList(actionList); return describeDingTalkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEcsStsStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeEcsStsStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEcsStsStatusResponseUnmarshaller { public static DescribeEcsStsStatusResponse unmarshall(DescribeEcsStsStatusResponse describeEcsStsStatusResponse, UnmarshallerContext context) { describeEcsStsStatusResponse.setRequestId(context.stringValue("DescribeEcsStsStatusResponse.RequestId")); describeEcsStsStatusResponse.setGrant(context.booleanValue("DescribeEcsStsStatusResponse.Grant")); return describeEcsStsStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEmgNoticeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeEmgNoticeResponse; import com.aliyuncs.aegis.model.v20161111.DescribeEmgNoticeResponse.EmgVulGroup; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEmgNoticeResponseUnmarshaller { public static DescribeEmgNoticeResponse unmarshall(DescribeEmgNoticeResponse describeEmgNoticeResponse, UnmarshallerContext context) { describeEmgNoticeResponse.setRequestId(context.stringValue("DescribeEmgNoticeResponse.RequestId")); describeEmgNoticeResponse.setTotalCount(context.integerValue("DescribeEmgNoticeResponse.TotalCount")); List<EmgVulGroup> emgVulGroupList = new ArrayList<EmgVulGroup>(); for (int i = 0; i < context.lengthValue("DescribeEmgNoticeResponse.EmgVulGroupList.Length"); i++) { EmgVulGroup emgVulGroup = new EmgVulGroup(); emgVulGroup.setAliasName(context.stringValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].AliasName")); emgVulGroup.setName(context.stringValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].Name")); emgVulGroup.setGmtPublish(context.longValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].GmtPublish")); emgVulGroup.setDescription(context.stringValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].Description")); emgVulGroup.setType(context.stringValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].Type")); emgVulGroup.setStatus(context.integerValue("DescribeEmgNoticeResponse.EmgVulGroupList["+ i +"].Status")); emgVulGroupList.add(emgVulGroup); } describeEmgNoticeResponse.setEmgVulGroupList(emgVulGroupList); return describeEmgNoticeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEmgUserAgreementResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeEmgUserAgreementResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEmgUserAgreementResponseUnmarshaller { public static DescribeEmgUserAgreementResponse unmarshall(DescribeEmgUserAgreementResponse describeEmgUserAgreementResponse, UnmarshallerContext context) { describeEmgUserAgreementResponse.setRequestId(context.stringValue("DescribeEmgUserAgreementResponse.RequestId")); describeEmgUserAgreementResponse.setAuth(context.booleanValue("DescribeEmgUserAgreementResponse.Auth")); return describeEmgUserAgreementResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEmgVulGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeEmgVulGroupResponse; import com.aliyuncs.aegis.model.v20161111.DescribeEmgVulGroupResponse.EmgVulGroup; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEmgVulGroupResponseUnmarshaller { public static DescribeEmgVulGroupResponse unmarshall(DescribeEmgVulGroupResponse describeEmgVulGroupResponse, UnmarshallerContext context) { describeEmgVulGroupResponse.setRequestId(context.stringValue("DescribeEmgVulGroupResponse.RequestId")); describeEmgVulGroupResponse.setTotalCount(context.integerValue("DescribeEmgVulGroupResponse.TotalCount")); List<EmgVulGroup> emgVulGroupList = new ArrayList<EmgVulGroup>(); for (int i = 0; i < context.lengthValue("DescribeEmgVulGroupResponse.EmgVulGroupList.Length"); i++) { EmgVulGroup emgVulGroup = new EmgVulGroup(); emgVulGroup.setAliasName(context.stringValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].AliasName")); emgVulGroup.setPendingCount(context.integerValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].PendingCount")); emgVulGroup.setName(context.stringValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].Name")); emgVulGroup.setGmtPublish(context.longValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].GmtPublish")); emgVulGroup.setDescription(context.stringValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].Description")); emgVulGroup.setType(context.stringValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].Type")); emgVulGroup.setStatus(context.integerValue("DescribeEmgVulGroupResponse.EmgVulGroupList["+ i +"].Status")); emgVulGroupList.add(emgVulGroup); } describeEmgVulGroupResponse.setEmgVulGroupList(emgVulGroupList); return describeEmgVulGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEventCountCurveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeEventCountCurveResponse; import com.aliyuncs.aegis.model.v20161111.DescribeEventCountCurveResponse.CurveData; import com.aliyuncs.aegis.model.v20161111.DescribeEventCountCurveResponse.CurveData.Item; import com.aliyuncs.aegis.model.v20161111.DescribeEventCountCurveResponse.CurveData.Item.DataItem; import com.aliyuncs.aegis.model.v20161111.DescribeEventCountCurveResponse.CurveData.TimeScope; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEventCountCurveResponseUnmarshaller { public static DescribeEventCountCurveResponse unmarshall(DescribeEventCountCurveResponse describeEventCountCurveResponse, UnmarshallerContext context) { describeEventCountCurveResponse.setRequestId(context.stringValue("DescribeEventCountCurveResponse.RequestId")); describeEventCountCurveResponse.setSuccess(context.booleanValue("DescribeEventCountCurveResponse.Success")); CurveData curveData = new CurveData(); TimeScope timeScope = new TimeScope(); timeScope.setStart(context.longValue("DescribeEventCountCurveResponse.CurveData.TimeScope.Start")); timeScope.setEnd(context.longValue("DescribeEventCountCurveResponse.CurveData.TimeScope.End")); timeScope.setInterval(context.integerValue("DescribeEventCountCurveResponse.CurveData.TimeScope.Interval")); timeScope.setStep(context.integerValue("DescribeEventCountCurveResponse.CurveData.TimeScope.Step")); curveData.setTimeScope(timeScope); List<Item> items = new ArrayList<Item>(); for (int i = 0; i < context.lengthValue("DescribeEventCountCurveResponse.CurveData.Items.Length"); i++) { Item item = new Item(); item.setName(context.stringValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Name")); List<DataItem> data = new ArrayList<DataItem>(); for (int j = 0; j < context.lengthValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data.Length"); j++) { DataItem dataItem = new DataItem(); dataItem.setHigh(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].High")); dataItem.setTotal(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Total")); dataItem.setLow(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Low")); dataItem.setSerious(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Serious")); dataItem.setSuspicious(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Suspicious")); dataItem.setRemind(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Remind")); dataItem.setMedium(context.integerValue("DescribeEventCountCurveResponse.CurveData.Items["+ i +"].Data["+ j +"].Medium")); data.add(dataItem); } item.setData(data); items.add(item); } curveData.setItems(items); describeEventCountCurveResponse.setCurveData(curveData); return describeEventCountCurveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeEventLevelCountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeEventLevelCountResponse; import com.aliyuncs.aegis.model.v20161111.DescribeEventLevelCountResponse.EventLevels; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEventLevelCountResponseUnmarshaller { public static DescribeEventLevelCountResponse unmarshall(DescribeEventLevelCountResponse describeEventLevelCountResponse, UnmarshallerContext context) { describeEventLevelCountResponse.setRequestId(context.stringValue("DescribeEventLevelCountResponse.RequestId")); EventLevels eventLevels = new EventLevels(); eventLevels.setSerious(context.integerValue("DescribeEventLevelCountResponse.EventLevels.Serious")); eventLevels.setSuspicious(context.integerValue("DescribeEventLevelCountResponse.EventLevels.Suspicious")); eventLevels.setRemind(context.integerValue("DescribeEventLevelCountResponse.EventLevels.Remind")); describeEventLevelCountResponse.setEventLevels(eventLevels); return describeEventLevelCountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeExportInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeExportInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeExportInfoResponseUnmarshaller { public static DescribeExportInfoResponse unmarshall(DescribeExportInfoResponse describeExportInfoResponse, UnmarshallerContext context) { describeExportInfoResponse.setRequestId(context.stringValue("DescribeExportInfoResponse.RequestId")); describeExportInfoResponse.setFileName(context.stringValue("DescribeExportInfoResponse.FileName")); describeExportInfoResponse.setCurrentCount(context.integerValue("DescribeExportInfoResponse.CurrentCount")); describeExportInfoResponse.setLink(context.stringValue("DescribeExportInfoResponse.Link")); describeExportInfoResponse.setProgress(context.integerValue("DescribeExportInfoResponse.Progress")); describeExportInfoResponse.setId(context.integerValue("DescribeExportInfoResponse.Id")); describeExportInfoResponse.setMessage(context.stringValue("DescribeExportInfoResponse.Message")); describeExportInfoResponse.setTotalCount(context.integerValue("DescribeExportInfoResponse.TotalCount")); describeExportInfoResponse.setGmtCreate(context.longValue("DescribeExportInfoResponse.GmtCreate")); describeExportInfoResponse.setResultStatus(context.stringValue("DescribeExportInfoResponse.ResultStatus")); return describeExportInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeFilterFieldsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeFilterFieldsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeFilterFieldsResponse.LogFilterListItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeFilterFieldsResponseUnmarshaller { public static DescribeFilterFieldsResponse unmarshall(DescribeFilterFieldsResponse describeFilterFieldsResponse, UnmarshallerContext context) { describeFilterFieldsResponse.setRequestId(context.stringValue("DescribeFilterFieldsResponse.RequestId")); describeFilterFieldsResponse.setTotal(context.longValue("DescribeFilterFieldsResponse.Total")); List<LogFilterListItem> logFilterList = new ArrayList<LogFilterListItem>(); for (int i = 0; i < context.lengthValue("DescribeFilterFieldsResponse.LogFilterList.Length"); i++) { LogFilterListItem logFilterListItem = new LogFilterListItem(); logFilterListItem.setFields(context.stringValue("DescribeFilterFieldsResponse.LogFilterList["+ i +"].Fields")); logFilterList.add(logFilterListItem); } describeFilterFieldsResponse.setLogFilterList(logFilterList); return describeFilterFieldsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeGroupListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeGroupListResponse; import com.aliyuncs.aegis.model.v20161111.DescribeGroupListResponse.PageInfo; import com.aliyuncs.aegis.model.v20161111.DescribeGroupListResponse.RuleGroupsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeGroupListResponseUnmarshaller { public static DescribeGroupListResponse unmarshall(DescribeGroupListResponse describeGroupListResponse, UnmarshallerContext context) { describeGroupListResponse.setRequestId(context.stringValue("DescribeGroupListResponse.RequestId")); describeGroupListResponse.setSuccess(context.booleanValue("DescribeGroupListResponse.Success")); PageInfo pageInfo = new PageInfo(); pageInfo.setCount(context.integerValue("DescribeGroupListResponse.PageInfo.Count")); pageInfo.setPageSize(context.integerValue("DescribeGroupListResponse.PageInfo.PageSize")); pageInfo.setCurrentPage(context.integerValue("DescribeGroupListResponse.PageInfo.CurrentPage")); pageInfo.setTotalCount(context.integerValue("DescribeGroupListResponse.PageInfo.TotalCount")); describeGroupListResponse.setPageInfo(pageInfo); List<RuleGroupsItem> ruleGroups = new ArrayList<RuleGroupsItem>(); for (int i = 0; i < context.lengthValue("DescribeGroupListResponse.RuleGroups.Length"); i++) { RuleGroupsItem ruleGroupsItem = new RuleGroupsItem(); ruleGroupsItem.setGroupName(context.stringValue("DescribeGroupListResponse.RuleGroups["+ i +"].GroupName")); ruleGroupsItem.setRuleNum(context.integerValue("DescribeGroupListResponse.RuleGroups["+ i +"].RuleNum")); ruleGroupsItem.setModified(context.longValue("DescribeGroupListResponse.RuleGroups["+ i +"].Modified")); ruleGroupsItem.setCreate(context.longValue("DescribeGroupListResponse.RuleGroups["+ i +"].Create")); ruleGroupsItem.setDescription(context.stringValue("DescribeGroupListResponse.RuleGroups["+ i +"].Description")); ruleGroupsItem.setId(context.integerValue("DescribeGroupListResponse.RuleGroups["+ i +"].Id")); ruleGroupsItem.setAliUid(context.longValue("DescribeGroupListResponse.RuleGroups["+ i +"].AliUid")); ruleGroupsItem.setStatus(context.integerValue("DescribeGroupListResponse.RuleGroups["+ i +"].Status")); ruleGroupsItem.setMachineGroupIds(context.stringValue("DescribeGroupListResponse.RuleGroups["+ i +"].MachineGroupIds")); ruleGroups.add(ruleGroupsItem); } describeGroupListResponse.setRuleGroups(ruleGroups); return describeGroupListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeGroupStructResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeGroupStructResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeGroupStructResponseUnmarshaller { public static DescribeGroupStructResponse unmarshall(DescribeGroupStructResponse describeGroupStructResponse, UnmarshallerContext context) { describeGroupStructResponse.setRequestId(context.stringValue("DescribeGroupStructResponse.RequestId")); describeGroupStructResponse.setGroupFather(context.integerValue("DescribeGroupStructResponse.GroupFather")); describeGroupStructResponse.setGroupId(context.longValue("DescribeGroupStructResponse.GroupId")); describeGroupStructResponse.setGroupName(context.stringValue("DescribeGroupStructResponse.GroupName")); describeGroupStructResponse.setGroupIndex(context.integerValue("DescribeGroupStructResponse.GroupIndex")); describeGroupStructResponse.setGroupFlag(context.integerValue("DescribeGroupStructResponse.GroupFlag")); describeGroupStructResponse.setGroupLevel(context.integerValue("DescribeGroupStructResponse.GroupLevel")); describeGroupStructResponse.setMachineNum(context.integerValue("DescribeGroupStructResponse.MachineNum")); List<String> groups = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeGroupStructResponse.Groups.Length"); i++) { groups.add(context.stringValue("DescribeGroupStructResponse.Groups["+ i +"]")); } describeGroupStructResponse.setGroups(groups); return describeGroupStructResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeGroupedVulResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeGroupedVulResponse; import com.aliyuncs.aegis.model.v20161111.DescribeGroupedVulResponse.GroupedVulItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeGroupedVulResponseUnmarshaller { public static DescribeGroupedVulResponse unmarshall(DescribeGroupedVulResponse describeGroupedVulResponse, UnmarshallerContext context) { describeGroupedVulResponse.setRequestId(context.stringValue("DescribeGroupedVulResponse.RequestId")); describeGroupedVulResponse.setPageSize(context.integerValue("DescribeGroupedVulResponse.PageSize")); describeGroupedVulResponse.setCurrentPage(context.integerValue("DescribeGroupedVulResponse.CurrentPage")); describeGroupedVulResponse.setTotalCount(context.integerValue("DescribeGroupedVulResponse.TotalCount")); List<GroupedVulItem> groupedVulItems = new ArrayList<GroupedVulItem>(); for (int i = 0; i < context.lengthValue("DescribeGroupedVulResponse.GroupedVulItems.Length"); i++) { GroupedVulItem groupedVulItem = new GroupedVulItem(); groupedVulItem.setName(context.stringValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].Name")); groupedVulItem.setAliasName(context.stringValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].AliasName")); groupedVulItem.setType(context.stringValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].Type")); groupedVulItem.setStatus(context.integerValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].Status")); groupedVulItem.setGmtLast(context.longValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].GmtLast")); groupedVulItem.setAsapCount(context.integerValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].AsapCount")); groupedVulItem.setLaterCount(context.integerValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].LaterCount")); groupedVulItem.setNntfCount(context.integerValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].NntfCount")); groupedVulItem.setHandledCount(context.integerValue("DescribeGroupedVulResponse.GroupedVulItems["+ i +"].HandledCount")); groupedVulItems.add(groupedVulItem); } describeGroupedVulResponse.setGroupedVulItems(groupedVulItems); return describeGroupedVulResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeHistogramResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeHistogramResponse; import com.aliyuncs.aegis.model.v20161111.DescribeHistogramResponse.ItemsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeHistogramResponseUnmarshaller { public static DescribeHistogramResponse unmarshall(DescribeHistogramResponse describeHistogramResponse, UnmarshallerContext context) { describeHistogramResponse.setRequestId(context.stringValue("DescribeHistogramResponse.RequestId")); List<String> categories = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeHistogramResponse.Categories.Length"); i++) { categories.add(context.stringValue("DescribeHistogramResponse.Categories["+ i +"]")); } describeHistogramResponse.setCategories(categories); List<ItemsItem> items = new ArrayList<ItemsItem>(); for (int i = 0; i < context.lengthValue("DescribeHistogramResponse.Items.Length"); i++) { ItemsItem itemsItem = new ItemsItem(); List<String> data = new ArrayList<String>(); for (int j = 0; j < context.lengthValue("DescribeHistogramResponse.Items["+ i +"].Data.Length"); j++) { data.add(context.stringValue("DescribeHistogramResponse.Items["+ i +"].Data["+ j +"]")); } itemsItem.setData(data); items.add(itemsItem); } describeHistogramResponse.setItems(items); return describeHistogramResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeInstanceStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeInstanceStatisticsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeInstanceStatisticsResponse.Entity; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeInstanceStatisticsResponseUnmarshaller { public static DescribeInstanceStatisticsResponse unmarshall(DescribeInstanceStatisticsResponse describeInstanceStatisticsResponse, UnmarshallerContext context) { describeInstanceStatisticsResponse.setRequestId(context.stringValue("DescribeInstanceStatisticsResponse.RequestId")); List<Entity> data = new ArrayList<Entity>(); for (int i = 0; i < context.lengthValue("DescribeInstanceStatisticsResponse.Data.Length"); i++) { Entity entity = new Entity(); entity.setUuid(context.stringValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Uuid")); entity.setAccount(context.integerValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Account")); entity.setHealth(context.integerValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Health")); entity.setTrojan(context.integerValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Trojan")); entity.setSuspicious(context.integerValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Suspicious")); entity.setVul(context.integerValue("DescribeInstanceStatisticsResponse.Data["+ i +"].Vul")); data.add(entity); } describeInstanceStatisticsResponse.setData(data); return describeInstanceStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeJoinRuleListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeJoinRuleListResponse; import com.aliyuncs.aegis.model.v20161111.DescribeJoinRuleListResponse.JoinRuleListItem; import com.aliyuncs.aegis.model.v20161111.DescribeJoinRuleListResponse.PageInfo; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeJoinRuleListResponseUnmarshaller { public static DescribeJoinRuleListResponse unmarshall(DescribeJoinRuleListResponse describeJoinRuleListResponse, UnmarshallerContext context) { describeJoinRuleListResponse.setRequestId(context.stringValue("DescribeJoinRuleListResponse.RequestId")); PageInfo pageInfo = new PageInfo(); pageInfo.setCount(context.integerValue("DescribeJoinRuleListResponse.PageInfo.Count")); pageInfo.setPageSize(context.integerValue("DescribeJoinRuleListResponse.PageInfo.PageSize")); pageInfo.setCurrentPage(context.integerValue("DescribeJoinRuleListResponse.PageInfo.CurrentPage")); pageInfo.setTotalCount(context.integerValue("DescribeJoinRuleListResponse.PageInfo.TotalCount")); describeJoinRuleListResponse.setPageInfo(pageInfo); List<JoinRuleListItem> joinRuleList = new ArrayList<JoinRuleListItem>(); for (int i = 0; i < context.lengthValue("DescribeJoinRuleListResponse.JoinRuleList.Length"); i++) { JoinRuleListItem joinRuleListItem = new JoinRuleListItem(); joinRuleListItem.setTimeWindow(context.integerValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].TimeWindow")); joinRuleListItem.setWarnLevel(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].WarnLevel")); joinRuleListItem.setDataSourceId1(context.integerValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].DataSourceId1")); joinRuleListItem.setDescription(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].Description")); joinRuleListItem.setRuleName(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].RuleName")); joinRuleListItem.setJoinRelation(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].JoinRelation")); joinRuleListItem.setDataSourceId2(context.integerValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].DataSourceId2")); joinRuleListItem.setExpression2(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].Expression2")); joinRuleListItem.setRuleId(context.integerValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].RuleId")); joinRuleListItem.setExpression1(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].Expression1")); joinRuleListItem.setActions(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].Actions")); joinRuleListItem.setStatisticsRules(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].StatisticsRules")); joinRuleListItem.setNeedGroup(context.booleanValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].NeedGroup")); joinRuleListItem.setStatusCode(context.stringValue("DescribeJoinRuleListResponse.JoinRuleList["+ i +"].StatusCode")); joinRuleList.add(joinRuleListItem); } describeJoinRuleListResponse.setJoinRuleList(joinRuleList); return describeJoinRuleListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeListAccessKeyIdAuthResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeListAccessKeyIdAuthResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeListAccessKeyIdAuthResponseUnmarshaller { public static DescribeListAccessKeyIdAuthResponse unmarshall(DescribeListAccessKeyIdAuthResponse describeListAccessKeyIdAuthResponse, UnmarshallerContext context) { describeListAccessKeyIdAuthResponse.setRequestId(context.stringValue("DescribeListAccessKeyIdAuthResponse.RequestId")); describeListAccessKeyIdAuthResponse.setAuth(context.booleanValue("DescribeListAccessKeyIdAuthResponse.Auth")); return describeListAccessKeyIdAuthResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeLogInfoResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLogInfoResponse.Item; import com.aliyuncs.aegis.model.v20161111.DescribeLogInfoResponse.Item.Field; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogInfoResponseUnmarshaller { public static DescribeLogInfoResponse unmarshall(DescribeLogInfoResponse describeLogInfoResponse, UnmarshallerContext context) { describeLogInfoResponse.setRequestId(context.stringValue("DescribeLogInfoResponse.RequestId")); describeLogInfoResponse.setTotalCount(context.integerValue("DescribeLogInfoResponse.TotalCount")); List<Item> logInfoItems = new ArrayList<Item>(); for (int i = 0; i < context.lengthValue("DescribeLogInfoResponse.LogInfoItems.Length"); i++) { Item item = new Item(); item.setName(context.stringValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Name")); item.setId(context.stringValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Id")); List<Field> fields = new ArrayList<Field>(); for (int j = 0; j < context.lengthValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Fields.Length"); j++) { Field field = new Field(); field.setName(context.stringValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Fields["+ j +"].Name")); field.setType(context.stringValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Fields["+ j +"].Type")); field.setDesc(context.stringValue("DescribeLogInfoResponse.LogInfoItems["+ i +"].Fields["+ j +"].Desc")); fields.add(field); } item.setFields(fields); logInfoItems.add(item); } describeLogInfoResponse.setLogInfoItems(logInfoItems); return describeLogInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogItemsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeLogItemsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLogItemsResponse.LogsListItem; import com.aliyuncs.aegis.model.v20161111.DescribeLogItemsResponse.LogsListItem.MContentsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogItemsResponseUnmarshaller { public static DescribeLogItemsResponse unmarshall(DescribeLogItemsResponse describeLogItemsResponse, UnmarshallerContext context) { describeLogItemsResponse.setRequestId(context.stringValue("DescribeLogItemsResponse.RequestId")); describeLogItemsResponse.setTotalCount(context.integerValue("DescribeLogItemsResponse.TotalCount")); describeLogItemsResponse.setCrackTotalCount(context.integerValue("DescribeLogItemsResponse.CrackTotalCount")); describeLogItemsResponse.setSetPageSize(context.integerValue("DescribeLogItemsResponse.SetPageSize")); describeLogItemsResponse.setProcessOffset(context.integerValue("DescribeLogItemsResponse.ProcessOffset")); describeLogItemsResponse.setNetworkOffset(context.integerValue("DescribeLogItemsResponse.NetworkOffset")); describeLogItemsResponse.setPortSnapshotOffset(context.integerValue("DescribeLogItemsResponse.PortSnapshotOffset")); describeLogItemsResponse.setProcessSnapshotTotalCount(context.integerValue("DescribeLogItemsResponse.ProcessSnapshotTotalCount")); describeLogItemsResponse.setCrackOffset(context.integerValue("DescribeLogItemsResponse.CrackOffset")); describeLogItemsResponse.setNetworkTotalCount(context.integerValue("DescribeLogItemsResponse.NetworkTotalCount")); describeLogItemsResponse.setPortSnapshotTotalCount(context.integerValue("DescribeLogItemsResponse.PortSnapshotTotalCount")); describeLogItemsResponse.setProcessSnapshotOffset(context.integerValue("DescribeLogItemsResponse.ProcessSnapshotOffset")); describeLogItemsResponse.setProcessTotalCount(context.integerValue("DescribeLogItemsResponse.ProcessTotalCount")); describeLogItemsResponse.setLoginTotalCount(context.integerValue("DescribeLogItemsResponse.LoginTotalCount")); describeLogItemsResponse.setCurrentPage(context.integerValue("DescribeLogItemsResponse.CurrentPage")); describeLogItemsResponse.setAccountSnapshotOffset(context.integerValue("DescribeLogItemsResponse.AccountSnapshotOffset")); describeLogItemsResponse.setAccountSnapshotTotalCount(context.integerValue("DescribeLogItemsResponse.AccountSnapshotTotalCount")); List<LogsListItem> logsList = new ArrayList<LogsListItem>(); for (int i = 0; i < context.lengthValue("DescribeLogItemsResponse.LogsList.Length"); i++) { LogsListItem logsListItem = new LogsListItem(); logsListItem.setMLogTime(context.stringValue("DescribeLogItemsResponse.LogsList["+ i +"].MLogTime")); logsListItem.setLogSourceId(context.stringValue("DescribeLogItemsResponse.LogsList["+ i +"].LogSourceId")); logsListItem.setLogSource(context.stringValue("DescribeLogItemsResponse.LogsList["+ i +"].LogSource")); List<MContentsItem> mContents = new ArrayList<MContentsItem>(); for (int j = 0; j < context.lengthValue("DescribeLogItemsResponse.LogsList["+ i +"].MContents.Length"); j++) { MContentsItem mContentsItem = new MContentsItem(); mContentsItem.setMKey(context.stringValue("DescribeLogItemsResponse.LogsList["+ i +"].MContents["+ j +"].MKey")); mContentsItem.setMValue(context.stringValue("DescribeLogItemsResponse.LogsList["+ i +"].MContents["+ j +"].MValue")); mContents.add(mContentsItem); } logsListItem.setMContents(mContents); logsList.add(logsListItem); } describeLogItemsResponse.setLogsList(logsList); return describeLogItemsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogMetaResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeLogMetaResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLogMetaResponse.LogMeta; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogMetaResponseUnmarshaller { public static DescribeLogMetaResponse unmarshall(DescribeLogMetaResponse describeLogMetaResponse, UnmarshallerContext context) { describeLogMetaResponse.setRequestId(context.stringValue("DescribeLogMetaResponse.RequestId")); describeLogMetaResponse.setTotalCount(context.integerValue("DescribeLogMetaResponse.TotalCount")); List<LogMeta> logMetaList = new ArrayList<LogMeta>(); for (int i = 0; i < context.lengthValue("DescribeLogMetaResponse.LogMetaList.Length"); i++) { LogMeta logMeta = new LogMeta(); logMeta.setProject(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].Project")); logMeta.setUserProject(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].UserProject")); logMeta.setLogStore(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].LogStore")); logMeta.setLogDesc(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].LogDesc")); logMeta.setCategory(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].Category")); logMeta.setStatus(context.stringValue("DescribeLogMetaResponse.LogMetaList["+ i +"].Status")); logMetaList.add(logMeta); } describeLogMetaResponse.setLogMetaList(logMetaList); return describeLogMetaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogQueryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeLogQueryResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLogQueryResponse.QueryItemsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogQueryResponseUnmarshaller { public static DescribeLogQueryResponse unmarshall(DescribeLogQueryResponse describeLogQueryResponse, UnmarshallerContext context) { describeLogQueryResponse.setRequestId(context.stringValue("DescribeLogQueryResponse.RequestId")); describeLogQueryResponse.setListTotal(context.integerValue("DescribeLogQueryResponse.ListTotal")); List<QueryItemsItem> queryItems = new ArrayList<QueryItemsItem>(); for (int i = 0; i < context.lengthValue("DescribeLogQueryResponse.QueryItems.Length"); i++) { QueryItemsItem queryItemsItem = new QueryItemsItem(); queryItemsItem.setQueryDetail(context.stringValue("DescribeLogQueryResponse.QueryItems["+ i +"].QueryDetail")); queryItemsItem.setQueryName(context.stringValue("DescribeLogQueryResponse.QueryItems["+ i +"].QueryName")); queryItemsItem.setConditions(context.stringValue("DescribeLogQueryResponse.QueryItems["+ i +"].Conditions")); queryItems.add(queryItemsItem); } describeLogQueryResponse.setQueryItems(queryItems); return describeLogQueryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogShipperStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeLogShipperStatusResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLogShipperStatusResponse.LogShipperStatus; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogShipperStatusResponseUnmarshaller { public static DescribeLogShipperStatusResponse unmarshall(DescribeLogShipperStatusResponse describeLogShipperStatusResponse, UnmarshallerContext context) { describeLogShipperStatusResponse.setRequestId(context.stringValue("DescribeLogShipperStatusResponse.RequestId")); LogShipperStatus logShipperStatus = new LogShipperStatus(); logShipperStatus.setBuyStatus(context.stringValue("DescribeLogShipperStatusResponse.LogShipperStatus.BuyStatus")); logShipperStatus.setAuthStatus(context.stringValue("DescribeLogShipperStatusResponse.LogShipperStatus.AuthStatus")); logShipperStatus.setOpenStatus(context.stringValue("DescribeLogShipperStatusResponse.LogShipperStatus.OpenStatus")); logShipperStatus.setSlsServiceStatus(context.stringValue("DescribeLogShipperStatusResponse.LogShipperStatus.SlsServiceStatus")); describeLogShipperStatusResponse.setLogShipperStatus(logShipperStatus); return describeLogShipperStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLoginLogsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeLoginLogsResponse; import com.aliyuncs.aegis.model.v20161111.DescribeLoginLogsResponse.LogListItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLoginLogsResponseUnmarshaller { public static DescribeLoginLogsResponse unmarshall(DescribeLoginLogsResponse describeLoginLogsResponse, UnmarshallerContext context) { describeLoginLogsResponse.setRequestId(context.stringValue("DescribeLoginLogsResponse.RequestId")); describeLoginLogsResponse.setPageSize(context.integerValue("DescribeLoginLogsResponse.PageSize")); describeLoginLogsResponse.setCurrentPage(context.integerValue("DescribeLoginLogsResponse.CurrentPage")); describeLoginLogsResponse.setTotalCount(context.integerValue("DescribeLoginLogsResponse.TotalCount")); List<LogListItem> logList = new ArrayList<LogListItem>(); for (int i = 0; i < context.lengthValue("DescribeLoginLogsResponse.LogList.Length"); i++) { LogListItem logListItem = new LogListItem(); logListItem.setLoginSourceIp(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].LoginSourceIp")); logListItem.setInstanceName(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].InstanceName")); logListItem.setGroupId(context.longValue("DescribeLoginLogsResponse.LogList["+ i +"].GroupId")); logListItem.setIp(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Ip")); logListItem.setType(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Type")); logListItem.setUserName(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].UserName")); logListItem.setUuid(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Uuid")); logListItem.setProtocol(context.integerValue("DescribeLoginLogsResponse.LogList["+ i +"].Protocol")); logListItem.setLoginTime(context.longValue("DescribeLoginLogsResponse.LogList["+ i +"].LoginTime")); logListItem.setInstanceId(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].InstanceId")); logListItem.setOsVersion(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].OsVersion")); logListItem.setProtocolName(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].ProtocolName")); logListItem.setOnline(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Online")); logListItem.setLocation(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Location")); logListItem.setId(context.longValue("DescribeLoginLogsResponse.LogList["+ i +"].id")); logListItem.setRegion(context.stringValue("DescribeLoginLogsResponse.LogList["+ i +"].Region")); logListItem.setStatus(context.integerValue("DescribeLoginLogsResponse.LogList["+ i +"].Status")); logList.add(logListItem); } describeLoginLogsResponse.setLogList(logList); return describeLoginLogsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeLogstoreStorageResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import com.aliyuncs.aegis.model.v20161111.DescribeLogstoreStorageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeLogstoreStorageResponseUnmarshaller { public static DescribeLogstoreStorageResponse unmarshall(DescribeLogstoreStorageResponse describeLogstoreStorageResponse, UnmarshallerContext context) { describeLogstoreStorageResponse.setRequestId(context.stringValue("DescribeLogstoreStorageResponse.RequestId")); describeLogstoreStorageResponse.setLogstore(context.stringValue("DescribeLogstoreStorageResponse.Logstore")); describeLogstoreStorageResponse.setTtl(context.integerValue("DescribeLogstoreStorageResponse.Ttl")); describeLogstoreStorageResponse.setPreserve(context.longValue("DescribeLogstoreStorageResponse.Preserve")); describeLogstoreStorageResponse.setUsed(context.longValue("DescribeLogstoreStorageResponse.Used")); return describeLogstoreStorageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeMacConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeMacConfigResponse; import com.aliyuncs.aegis.model.v20161111.DescribeMacConfigResponse.Config; import com.aliyuncs.aegis.model.v20161111.DescribeMacConfigResponse.Config.Target; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeMacConfigResponseUnmarshaller { public static DescribeMacConfigResponse unmarshall(DescribeMacConfigResponse describeMacConfigResponse, UnmarshallerContext context) { describeMacConfigResponse.setRequestId(context.stringValue("DescribeMacConfigResponse.RequestId")); describeMacConfigResponse.setCount(context.integerValue("DescribeMacConfigResponse.Count")); describeMacConfigResponse.setPageSize(context.integerValue("DescribeMacConfigResponse.PageSize")); describeMacConfigResponse.setCurrentPage(context.integerValue("DescribeMacConfigResponse.CurrentPage")); describeMacConfigResponse.setTotalCount(context.integerValue("DescribeMacConfigResponse.TotalCount")); List<Config> configs = new ArrayList<Config>(); for (int i = 0; i < context.lengthValue("DescribeMacConfigResponse.Configs.Length"); i++) { Config config = new Config(); config.setStartTime(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].StartTime")); config.setEndTime(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].EndTime")); config.setIp(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].Ip")); config.setStrategyId(context.longValue("DescribeMacConfigResponse.Configs["+ i +"].StrategyId")); config.setAccount(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].Account")); config.setLocation(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].Location")); config.setSwitcher(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].Switcher")); config.setVulType(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].VulType")); config.setUuidCount(context.integerValue("DescribeMacConfigResponse.Configs["+ i +"].UuidCount")); config.setTotalCount(context.integerValue("DescribeMacConfigResponse.Configs["+ i +"].TotalCount")); List<Target> targetList = new ArrayList<Target>(); for (int j = 0; j < context.lengthValue("DescribeMacConfigResponse.Configs["+ i +"].TargetList.Length"); j++) { Target target = new Target(); target.setFlag(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].TargetList["+ j +"].Flag")); target.setTargetType(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].TargetList["+ j +"].TargetType")); target.setTarget(context.stringValue("DescribeMacConfigResponse.Configs["+ i +"].TargetList["+ j +"].Target")); targetList.add(target); } config.setTargetList(targetList); configs.add(config); } describeMacConfigResponse.setConfigs(configs); return describeMacConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeMachineConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeMachineConfigResponse; import com.aliyuncs.aegis.model.v20161111.DescribeMachineConfigResponse.ConfigTarget; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeMachineConfigResponseUnmarshaller { public static DescribeMachineConfigResponse unmarshall(DescribeMachineConfigResponse describeMachineConfigResponse, UnmarshallerContext context) { describeMachineConfigResponse.setRequestId(context.stringValue("DescribeMachineConfigResponse.RequestId")); describeMachineConfigResponse.setCount(context.integerValue("DescribeMachineConfigResponse.Count")); List<ConfigTarget> configTargets = new ArrayList<ConfigTarget>(); for (int i = 0; i < context.lengthValue("DescribeMachineConfigResponse.ConfigTargets.Length"); i++) { ConfigTarget configTarget = new ConfigTarget(); configTarget.setTargetType(context.stringValue("DescribeMachineConfigResponse.ConfigTargets["+ i +"].TargetType")); configTarget.setTarget(context.stringValue("DescribeMachineConfigResponse.ConfigTargets["+ i +"].Target")); configTarget.setFlag(context.stringValue("DescribeMachineConfigResponse.ConfigTargets["+ i +"].Flag")); configTargets.add(configTarget); } describeMachineConfigResponse.setConfigTargets(configTargets); return describeMachineConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeMetaDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeMetaDataResponse; import com.aliyuncs.aegis.model.v20161111.DescribeMetaDataResponse.MetaData; import com.aliyuncs.aegis.model.v20161111.DescribeMetaDataResponse.MetaData.DatasourceField; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeMetaDataResponseUnmarshaller { public static DescribeMetaDataResponse unmarshall(DescribeMetaDataResponse describeMetaDataResponse, UnmarshallerContext context) { describeMetaDataResponse.setRequestId(context.stringValue("DescribeMetaDataResponse.RequestId")); MetaData metaData = new MetaData(); metaData.setLogStoreName(context.stringValue("DescribeMetaDataResponse.MetaData.LogStoreName")); metaData.setProjectName(context.stringValue("DescribeMetaDataResponse.MetaData.ProjectName")); metaData.setStatus(context.integerValue("DescribeMetaDataResponse.MetaData.Status")); List<DatasourceField> datasourceFieldList = new ArrayList<DatasourceField>(); for (int i = 0; i < context.lengthValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList.Length"); i++) { DatasourceField datasourceField = new DatasourceField(); datasourceField.setFieldName(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].FieldName")); datasourceField.setValueType(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].ValueType")); datasourceField.setFieldDescription(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].FieldDescription")); datasourceField.setFieldAliasName(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].FieldAliasName")); datasourceField.setFieldType(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].FieldType")); datasourceField.setFieldValue(context.stringValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].FieldValue")); datasourceField.setIsIdentification(context.integerValue("DescribeMetaDataResponse.MetaData.DatasourceFieldList["+ i +"].IsIdentification")); datasourceFieldList.add(datasourceField); } metaData.setDatasourceFieldList(datasourceFieldList); describeMetaDataResponse.setMetaData(metaData); return describeMetaDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeNsasSuspEventTypeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeNsasSuspEventTypeResponse; import com.aliyuncs.aegis.model.v20161111.DescribeNsasSuspEventTypeResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeNsasSuspEventTypeResponseUnmarshaller { public static DescribeNsasSuspEventTypeResponse unmarshall(DescribeNsasSuspEventTypeResponse describeNsasSuspEventTypeResponse, UnmarshallerContext context) { describeNsasSuspEventTypeResponse.setRequestId(context.stringValue("DescribeNsasSuspEventTypeResponse.RequestId")); List<Data> eventTypes = new ArrayList<Data>(); for (int i = 0; i < context.lengthValue("DescribeNsasSuspEventTypeResponse.EventTypes.Length"); i++) { Data data = new Data(); data.setName(context.stringValue("DescribeNsasSuspEventTypeResponse.EventTypes["+ i +"].Name")); data.setType(context.stringValue("DescribeNsasSuspEventTypeResponse.EventTypes["+ i +"].Type")); data.setSuspEventCount(context.integerValue("DescribeNsasSuspEventTypeResponse.EventTypes["+ i +"].SuspEventCount")); eventTypes.add(data); } describeNsasSuspEventTypeResponse.setEventTypes(eventTypes); return describeNsasSuspEventTypeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform
java-sources/com/aliyun/aliyun-java-sdk-aegis/1.0.6/com/aliyuncs/aegis/transform/v20161111/DescribeOperateInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aegis.transform.v20161111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aegis.model.v20161111.DescribeOperateInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeOperateInfoResponseUnmarshaller { public static DescribeOperateInfoResponse unmarshall(DescribeOperateInfoResponse describeOperateInfoResponse, UnmarshallerContext context) { describeOperateInfoResponse.setRequestId(context.stringValue("DescribeOperateInfoResponse.RequestId")); describeOperateInfoResponse.setHealthCheckDealedCount(context.integerValue("DescribeOperateInfoResponse.HealthCheckDealedCount")); describeOperateInfoResponse.setSecurityEventDealedCount(context.integerValue("DescribeOperateInfoResponse.SecurityEventDealedCount")); describeOperateInfoResponse.setVulnerabilityDealedCount(context.integerValue("DescribeOperateInfoResponse.VulnerabilityDealedCount")); describeOperateInfoResponse.setSuccess(context.booleanValue("DescribeOperateInfoResponse.Success")); List<String> suspEventValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.SuspEventValueArray.Length"); i++) { suspEventValueArray.add(context.stringValue("DescribeOperateInfoResponse.SuspEventValueArray["+ i +"]")); } describeOperateInfoResponse.setSuspEventValueArray(suspEventValueArray); List<String> suspEventAaggregatValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.SuspEventAaggregatValueArray.Length"); i++) { suspEventAaggregatValueArray.add(context.stringValue("DescribeOperateInfoResponse.SuspEventAaggregatValueArray["+ i +"]")); } describeOperateInfoResponse.setSuspEventAaggregatValueArray(suspEventAaggregatValueArray); List<String> vulValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.VulValueArray.Length"); i++) { vulValueArray.add(context.stringValue("DescribeOperateInfoResponse.VulValueArray["+ i +"]")); } describeOperateInfoResponse.setVulValueArray(vulValueArray); List<String> vulAaggregatValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.VulAaggregatValueArray.Length"); i++) { vulAaggregatValueArray.add(context.stringValue("DescribeOperateInfoResponse.VulAaggregatValueArray["+ i +"]")); } describeOperateInfoResponse.setVulAaggregatValueArray(vulAaggregatValueArray); List<String> dateArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.DateArray.Length"); i++) { dateArray.add(context.stringValue("DescribeOperateInfoResponse.DateArray["+ i +"]")); } describeOperateInfoResponse.setDateArray(dateArray); List<String> healthCheckValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.HealthCheckValueArray.Length"); i++) { healthCheckValueArray.add(context.stringValue("DescribeOperateInfoResponse.HealthCheckValueArray["+ i +"]")); } describeOperateInfoResponse.setHealthCheckValueArray(healthCheckValueArray); List<String> healthCheckAaggregatValueArray = new ArrayList<String>(); for (int i = 0; i < context.lengthValue("DescribeOperateInfoResponse.HealthCheckAaggregatValueArray.Length"); i++) { healthCheckAaggregatValueArray.add(context.stringValue("DescribeOperateInfoResponse.HealthCheckAaggregatValueArray["+ i +"]")); } describeOperateInfoResponse.setHealthCheckAaggregatValueArray(healthCheckAaggregatValueArray); return describeOperateInfoResponse; } }