com.aliyuncs.aegis.model.v20161111.DescribeDefenceThreadResponse Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.aegis.model.v20161111;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.aegis.transform.v20161111.DescribeDefenceThreadResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeDefenceThreadResponse extends AcsResponse {
private String requestId;
private Integer defenceCountTotal;
private Integer tamperProofTotal;
private List defenceAaggregatCountArray;
private List tamperProofArray;
private List dateArray;
private List tamperProofAaggregateArray;
private List defenceCountArray;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getDefenceCountTotal() {
return this.defenceCountTotal;
}
public void setDefenceCountTotal(Integer defenceCountTotal) {
this.defenceCountTotal = defenceCountTotal;
}
public Integer getTamperProofTotal() {
return this.tamperProofTotal;
}
public void setTamperProofTotal(Integer tamperProofTotal) {
this.tamperProofTotal = tamperProofTotal;
}
public List getDefenceAaggregatCountArray() {
return this.defenceAaggregatCountArray;
}
public void setDefenceAaggregatCountArray(List defenceAaggregatCountArray) {
this.defenceAaggregatCountArray = defenceAaggregatCountArray;
}
public List getTamperProofArray() {
return this.tamperProofArray;
}
public void setTamperProofArray(List tamperProofArray) {
this.tamperProofArray = tamperProofArray;
}
public List getDateArray() {
return this.dateArray;
}
public void setDateArray(List dateArray) {
this.dateArray = dateArray;
}
public List getTamperProofAaggregateArray() {
return this.tamperProofAaggregateArray;
}
public void setTamperProofAaggregateArray(List tamperProofAaggregateArray) {
this.tamperProofAaggregateArray = tamperProofAaggregateArray;
}
public List getDefenceCountArray() {
return this.defenceCountArray;
}
public void setDefenceCountArray(List defenceCountArray) {
this.defenceCountArray = defenceCountArray;
}
@Override
public DescribeDefenceThreadResponse getInstance(UnmarshallerContext context) {
return DescribeDefenceThreadResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy