index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainRealTimeSrcHttpCodeDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeSrcHttpCodeDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeSrcHttpCodeDataResponse.UsageData; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeSrcHttpCodeDataResponse.UsageData.RealTimeSrcCodeProportionData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainRealTimeSrcHttpCodeDataResponseUnmarshaller { public static DescribeDomainRealTimeSrcHttpCodeDataResponse unmarshall(DescribeDomainRealTimeSrcHttpCodeDataResponse describeDomainRealTimeSrcHttpCodeDataResponse, UnmarshallerContext _ctx) { describeDomainRealTimeSrcHttpCodeDataResponse.setRequestId(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RequestId")); describeDomainRealTimeSrcHttpCodeDataResponse.setEndTime(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.EndTime")); describeDomainRealTimeSrcHttpCodeDataResponse.setStartTime(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.StartTime")); describeDomainRealTimeSrcHttpCodeDataResponse.setDomainName(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.DomainName")); describeDomainRealTimeSrcHttpCodeDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.DataInterval")); List<UsageData> realTimeSrcHttpCodeData = new ArrayList<UsageData>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData.Length"); i++) { UsageData usageData = new UsageData(); usageData.setTimeStamp(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData["+ i +"].TimeStamp")); List<RealTimeSrcCodeProportionData> value = new ArrayList<RealTimeSrcCodeProportionData>(); for (int j = 0; j < _ctx.lengthValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData["+ i +"].Value.Length"); j++) { RealTimeSrcCodeProportionData realTimeSrcCodeProportionData = new RealTimeSrcCodeProportionData(); realTimeSrcCodeProportionData.setCode(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData["+ i +"].Value["+ j +"].Code")); realTimeSrcCodeProportionData.setProportion(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData["+ i +"].Value["+ j +"].Proportion")); realTimeSrcCodeProportionData.setCount(_ctx.stringValue("DescribeDomainRealTimeSrcHttpCodeDataResponse.RealTimeSrcHttpCodeData["+ i +"].Value["+ j +"].Count")); value.add(realTimeSrcCodeProportionData); } usageData.setValue(value); realTimeSrcHttpCodeData.add(usageData); } describeDomainRealTimeSrcHttpCodeDataResponse.setRealTimeSrcHttpCodeData(realTimeSrcHttpCodeData); return describeDomainRealTimeSrcHttpCodeDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainRealTimeSrcTrafficDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeSrcTrafficDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeSrcTrafficDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainRealTimeSrcTrafficDataResponseUnmarshaller { public static DescribeDomainRealTimeSrcTrafficDataResponse unmarshall(DescribeDomainRealTimeSrcTrafficDataResponse describeDomainRealTimeSrcTrafficDataResponse, UnmarshallerContext _ctx) { describeDomainRealTimeSrcTrafficDataResponse.setRequestId(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.RequestId")); describeDomainRealTimeSrcTrafficDataResponse.setEndTime(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.EndTime")); describeDomainRealTimeSrcTrafficDataResponse.setStartTime(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.StartTime")); describeDomainRealTimeSrcTrafficDataResponse.setDomainName(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.DomainName")); describeDomainRealTimeSrcTrafficDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.DataInterval")); List<DataModule> realTimeSrcTrafficDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainRealTimeSrcTrafficDataResponse.RealTimeSrcTrafficDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.RealTimeSrcTrafficDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainRealTimeSrcTrafficDataResponse.RealTimeSrcTrafficDataPerInterval["+ i +"].TimeStamp")); realTimeSrcTrafficDataPerInterval.add(dataModule); } describeDomainRealTimeSrcTrafficDataResponse.setRealTimeSrcTrafficDataPerInterval(realTimeSrcTrafficDataPerInterval); return describeDomainRealTimeSrcTrafficDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainRealTimeTrafficDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeTrafficDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealTimeTrafficDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainRealTimeTrafficDataResponseUnmarshaller { public static DescribeDomainRealTimeTrafficDataResponse unmarshall(DescribeDomainRealTimeTrafficDataResponse describeDomainRealTimeTrafficDataResponse, UnmarshallerContext _ctx) { describeDomainRealTimeTrafficDataResponse.setRequestId(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.RequestId")); describeDomainRealTimeTrafficDataResponse.setEndTime(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.EndTime")); describeDomainRealTimeTrafficDataResponse.setStartTime(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.StartTime")); describeDomainRealTimeTrafficDataResponse.setDomainName(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.DomainName")); describeDomainRealTimeTrafficDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.DataInterval")); List<DataModule> realTimeTrafficDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainRealTimeTrafficDataResponse.RealTimeTrafficDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.RealTimeTrafficDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainRealTimeTrafficDataResponse.RealTimeTrafficDataPerInterval["+ i +"].TimeStamp")); realTimeTrafficDataPerInterval.add(dataModule); } describeDomainRealTimeTrafficDataResponse.setRealTimeTrafficDataPerInterval(realTimeTrafficDataPerInterval); return describeDomainRealTimeTrafficDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainRealtimeLogDeliveryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRealtimeLogDeliveryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainRealtimeLogDeliveryResponseUnmarshaller { public static DescribeDomainRealtimeLogDeliveryResponse unmarshall(DescribeDomainRealtimeLogDeliveryResponse describeDomainRealtimeLogDeliveryResponse, UnmarshallerContext _ctx) { describeDomainRealtimeLogDeliveryResponse.setRequestId(_ctx.stringValue("DescribeDomainRealtimeLogDeliveryResponse.RequestId")); describeDomainRealtimeLogDeliveryResponse.setStatus(_ctx.stringValue("DescribeDomainRealtimeLogDeliveryResponse.Status")); describeDomainRealtimeLogDeliveryResponse.setLogstore(_ctx.stringValue("DescribeDomainRealtimeLogDeliveryResponse.Logstore")); describeDomainRealtimeLogDeliveryResponse.setProject(_ctx.stringValue("DescribeDomainRealtimeLogDeliveryResponse.Project")); describeDomainRealtimeLogDeliveryResponse.setRegion(_ctx.stringValue("DescribeDomainRealtimeLogDeliveryResponse.Region")); return describeDomainRealtimeLogDeliveryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainRegionDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRegionDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainRegionDataResponse.RegionProportionData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainRegionDataResponseUnmarshaller { public static DescribeDomainRegionDataResponse unmarshall(DescribeDomainRegionDataResponse describeDomainRegionDataResponse, UnmarshallerContext _ctx) { describeDomainRegionDataResponse.setRequestId(_ctx.stringValue("DescribeDomainRegionDataResponse.RequestId")); describeDomainRegionDataResponse.setEndTime(_ctx.stringValue("DescribeDomainRegionDataResponse.EndTime")); describeDomainRegionDataResponse.setStartTime(_ctx.stringValue("DescribeDomainRegionDataResponse.StartTime")); describeDomainRegionDataResponse.setDomainName(_ctx.stringValue("DescribeDomainRegionDataResponse.DomainName")); describeDomainRegionDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainRegionDataResponse.DataInterval")); List<RegionProportionData> value = new ArrayList<RegionProportionData>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainRegionDataResponse.Value.Length"); i++) { RegionProportionData regionProportionData = new RegionProportionData(); regionProportionData.setTotalQuery(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].TotalQuery")); regionProportionData.setTotalBytes(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].TotalBytes")); regionProportionData.setAvgResponseRate(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].AvgResponseRate")); regionProportionData.setAvgResponseTime(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].AvgResponseTime")); regionProportionData.setReqErrRate(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].ReqErrRate")); regionProportionData.setAvgObjectSize(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].AvgObjectSize")); regionProportionData.setBps(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].Bps")); regionProportionData.setQps(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].Qps")); regionProportionData.setRegionEname(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].RegionEname")); regionProportionData.setRegion(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].Region")); regionProportionData.setProportion(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].Proportion")); regionProportionData.setBytesProportion(_ctx.stringValue("DescribeDomainRegionDataResponse.Value["+ i +"].BytesProportion")); value.add(regionProportionData); } describeDomainRegionDataResponse.setValue(value); return describeDomainRegionDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainReqHitRateDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainReqHitRateDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainReqHitRateDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainReqHitRateDataResponseUnmarshaller { public static DescribeDomainReqHitRateDataResponse unmarshall(DescribeDomainReqHitRateDataResponse describeDomainReqHitRateDataResponse, UnmarshallerContext _ctx) { describeDomainReqHitRateDataResponse.setRequestId(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.RequestId")); describeDomainReqHitRateDataResponse.setEndTime(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.EndTime")); describeDomainReqHitRateDataResponse.setStartTime(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.StartTime")); describeDomainReqHitRateDataResponse.setDomainName(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.DomainName")); describeDomainReqHitRateDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.DataInterval")); List<DataModule> reqHitRateInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainReqHitRateDataResponse.ReqHitRateInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.ReqHitRateInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.ReqHitRateInterval["+ i +"].TimeStamp")); dataModule.setHttpsValue(_ctx.stringValue("DescribeDomainReqHitRateDataResponse.ReqHitRateInterval["+ i +"].HttpsValue")); reqHitRateInterval.add(dataModule); } describeDomainReqHitRateDataResponse.setReqHitRateInterval(reqHitRateInterval); return describeDomainReqHitRateDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainSrcBpsDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcBpsDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcBpsDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainSrcBpsDataResponseUnmarshaller { public static DescribeDomainSrcBpsDataResponse unmarshall(DescribeDomainSrcBpsDataResponse describeDomainSrcBpsDataResponse, UnmarshallerContext _ctx) { describeDomainSrcBpsDataResponse.setRequestId(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.RequestId")); describeDomainSrcBpsDataResponse.setEndTime(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.EndTime")); describeDomainSrcBpsDataResponse.setStartTime(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.StartTime")); describeDomainSrcBpsDataResponse.setDomainName(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.DomainName")); describeDomainSrcBpsDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.DataInterval")); List<DataModule> srcBpsDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcBpsDataResponse.SrcBpsDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.SrcBpsDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.SrcBpsDataPerInterval["+ i +"].TimeStamp")); dataModule.setHttpsValue(_ctx.stringValue("DescribeDomainSrcBpsDataResponse.SrcBpsDataPerInterval["+ i +"].HttpsValue")); srcBpsDataPerInterval.add(dataModule); } describeDomainSrcBpsDataResponse.setSrcBpsDataPerInterval(srcBpsDataPerInterval); return describeDomainSrcBpsDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainSrcHttpCodeDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcHttpCodeDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcHttpCodeDataResponse.UsageData; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcHttpCodeDataResponse.UsageData.CodeProportionData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainSrcHttpCodeDataResponseUnmarshaller { public static DescribeDomainSrcHttpCodeDataResponse unmarshall(DescribeDomainSrcHttpCodeDataResponse describeDomainSrcHttpCodeDataResponse, UnmarshallerContext _ctx) { describeDomainSrcHttpCodeDataResponse.setRequestId(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.RequestId")); describeDomainSrcHttpCodeDataResponse.setEndTime(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.EndTime")); describeDomainSrcHttpCodeDataResponse.setStartTime(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.StartTime")); describeDomainSrcHttpCodeDataResponse.setDomainName(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.DomainName")); describeDomainSrcHttpCodeDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.DataInterval")); List<UsageData> httpCodeData = new ArrayList<UsageData>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData.Length"); i++) { UsageData usageData = new UsageData(); usageData.setTimeStamp(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData["+ i +"].TimeStamp")); List<CodeProportionData> value = new ArrayList<CodeProportionData>(); for (int j = 0; j < _ctx.lengthValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData["+ i +"].Value.Length"); j++) { CodeProportionData codeProportionData = new CodeProportionData(); codeProportionData.setCode(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData["+ i +"].Value["+ j +"].Code")); codeProportionData.setProportion(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData["+ i +"].Value["+ j +"].Proportion")); codeProportionData.setCount(_ctx.stringValue("DescribeDomainSrcHttpCodeDataResponse.HttpCodeData["+ i +"].Value["+ j +"].Count")); value.add(codeProportionData); } usageData.setValue(value); httpCodeData.add(usageData); } describeDomainSrcHttpCodeDataResponse.setHttpCodeData(httpCodeData); return describeDomainSrcHttpCodeDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainSrcQpsDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcQpsDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcQpsDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainSrcQpsDataResponseUnmarshaller { public static DescribeDomainSrcQpsDataResponse unmarshall(DescribeDomainSrcQpsDataResponse describeDomainSrcQpsDataResponse, UnmarshallerContext _ctx) { describeDomainSrcQpsDataResponse.setRequestId(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.RequestId")); describeDomainSrcQpsDataResponse.setEndTime(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.EndTime")); describeDomainSrcQpsDataResponse.setStartTime(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.StartTime")); describeDomainSrcQpsDataResponse.setDomainName(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.DomainName")); describeDomainSrcQpsDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.DataInterval")); List<DataModule> srcQpsDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcQpsDataResponse.SrcQpsDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.SrcQpsDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainSrcQpsDataResponse.SrcQpsDataPerInterval["+ i +"].TimeStamp")); srcQpsDataPerInterval.add(dataModule); } describeDomainSrcQpsDataResponse.setSrcQpsDataPerInterval(srcQpsDataPerInterval); return describeDomainSrcQpsDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainSrcTopUrlVisitResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcTopUrlVisitResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcTopUrlVisitResponse.UrlList; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainSrcTopUrlVisitResponseUnmarshaller { public static DescribeDomainSrcTopUrlVisitResponse unmarshall(DescribeDomainSrcTopUrlVisitResponse describeDomainSrcTopUrlVisitResponse, UnmarshallerContext _ctx) { describeDomainSrcTopUrlVisitResponse.setRequestId(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.RequestId")); describeDomainSrcTopUrlVisitResponse.setStartTime(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.StartTime")); describeDomainSrcTopUrlVisitResponse.setDomainName(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.DomainName")); List<UrlList> allUrlList = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList.Length"); i++) { UrlList urlList = new UrlList(); urlList.setFlow(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList["+ i +"].Flow")); urlList.setUrlDetail(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList["+ i +"].UrlDetail")); urlList.setFlowProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList["+ i +"].FlowProportion")); urlList.setVisitData(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList["+ i +"].VisitData")); urlList.setVisitProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.AllUrlList["+ i +"].VisitProportion")); allUrlList.add(urlList); } describeDomainSrcTopUrlVisitResponse.setAllUrlList(allUrlList); List<UrlList> url200List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTopUrlVisitResponse.Url200List.Length"); i++) { UrlList urlList1 = new UrlList(); urlList1.setFlow(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url200List["+ i +"].Flow")); urlList1.setUrlDetail(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url200List["+ i +"].UrlDetail")); urlList1.setFlowProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url200List["+ i +"].FlowProportion")); urlList1.setVisitData(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url200List["+ i +"].VisitData")); urlList1.setVisitProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url200List["+ i +"].VisitProportion")); url200List.add(urlList1); } describeDomainSrcTopUrlVisitResponse.setUrl200List(url200List); List<UrlList> url300List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTopUrlVisitResponse.Url300List.Length"); i++) { UrlList urlList2 = new UrlList(); urlList2.setFlow(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url300List["+ i +"].Flow")); urlList2.setUrlDetail(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url300List["+ i +"].UrlDetail")); urlList2.setFlowProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url300List["+ i +"].FlowProportion")); urlList2.setVisitData(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url300List["+ i +"].VisitData")); urlList2.setVisitProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url300List["+ i +"].VisitProportion")); url300List.add(urlList2); } describeDomainSrcTopUrlVisitResponse.setUrl300List(url300List); List<UrlList> url400List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTopUrlVisitResponse.Url400List.Length"); i++) { UrlList urlList3 = new UrlList(); urlList3.setFlow(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url400List["+ i +"].Flow")); urlList3.setUrlDetail(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url400List["+ i +"].UrlDetail")); urlList3.setFlowProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url400List["+ i +"].FlowProportion")); urlList3.setVisitData(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url400List["+ i +"].VisitData")); urlList3.setVisitProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url400List["+ i +"].VisitProportion")); url400List.add(urlList3); } describeDomainSrcTopUrlVisitResponse.setUrl400List(url400List); List<UrlList> url500List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTopUrlVisitResponse.Url500List.Length"); i++) { UrlList urlList4 = new UrlList(); urlList4.setFlow(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url500List["+ i +"].Flow")); urlList4.setUrlDetail(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url500List["+ i +"].UrlDetail")); urlList4.setFlowProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url500List["+ i +"].FlowProportion")); urlList4.setVisitData(_ctx.stringValue("DescribeDomainSrcTopUrlVisitResponse.Url500List["+ i +"].VisitData")); urlList4.setVisitProportion(_ctx.floatValue("DescribeDomainSrcTopUrlVisitResponse.Url500List["+ i +"].VisitProportion")); url500List.add(urlList4); } describeDomainSrcTopUrlVisitResponse.setUrl500List(url500List); return describeDomainSrcTopUrlVisitResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainSrcTrafficDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcTrafficDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainSrcTrafficDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainSrcTrafficDataResponseUnmarshaller { public static DescribeDomainSrcTrafficDataResponse unmarshall(DescribeDomainSrcTrafficDataResponse describeDomainSrcTrafficDataResponse, UnmarshallerContext _ctx) { describeDomainSrcTrafficDataResponse.setRequestId(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.RequestId")); describeDomainSrcTrafficDataResponse.setEndTime(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.EndTime")); describeDomainSrcTrafficDataResponse.setStartTime(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.StartTime")); describeDomainSrcTrafficDataResponse.setDomainName(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.DomainName")); describeDomainSrcTrafficDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.DataInterval")); List<DataModule> srcTrafficDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainSrcTrafficDataResponse.SrcTrafficDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.SrcTrafficDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.SrcTrafficDataPerInterval["+ i +"].TimeStamp")); dataModule.setHttpsValue(_ctx.stringValue("DescribeDomainSrcTrafficDataResponse.SrcTrafficDataPerInterval["+ i +"].HttpsValue")); srcTrafficDataPerInterval.add(dataModule); } describeDomainSrcTrafficDataResponse.setSrcTrafficDataPerInterval(srcTrafficDataPerInterval); return describeDomainSrcTrafficDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainTopClientIpVisitResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopClientIpVisitResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopClientIpVisitResponse.ClientIp; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainTopClientIpVisitResponseUnmarshaller { public static DescribeDomainTopClientIpVisitResponse unmarshall(DescribeDomainTopClientIpVisitResponse describeDomainTopClientIpVisitResponse, UnmarshallerContext _ctx) { describeDomainTopClientIpVisitResponse.setRequestId(_ctx.stringValue("DescribeDomainTopClientIpVisitResponse.RequestId")); List<ClientIp> clientIpList = new ArrayList<ClientIp>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopClientIpVisitResponse.ClientIpList.Length"); i++) { ClientIp clientIp = new ClientIp(); clientIp.setRank(_ctx.integerValue("DescribeDomainTopClientIpVisitResponse.ClientIpList["+ i +"].Rank")); clientIp.setClientIp(_ctx.stringValue("DescribeDomainTopClientIpVisitResponse.ClientIpList["+ i +"].ClientIp")); clientIp.setAcc(_ctx.longValue("DescribeDomainTopClientIpVisitResponse.ClientIpList["+ i +"].Acc")); clientIp.setTraffic(_ctx.longValue("DescribeDomainTopClientIpVisitResponse.ClientIpList["+ i +"].Traffic")); clientIpList.add(clientIp); } describeDomainTopClientIpVisitResponse.setClientIpList(clientIpList); return describeDomainTopClientIpVisitResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainTopReferVisitResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopReferVisitResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopReferVisitResponse.ReferList; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainTopReferVisitResponseUnmarshaller { public static DescribeDomainTopReferVisitResponse unmarshall(DescribeDomainTopReferVisitResponse describeDomainTopReferVisitResponse, UnmarshallerContext _ctx) { describeDomainTopReferVisitResponse.setRequestId(_ctx.stringValue("DescribeDomainTopReferVisitResponse.RequestId")); describeDomainTopReferVisitResponse.setStartTime(_ctx.stringValue("DescribeDomainTopReferVisitResponse.StartTime")); describeDomainTopReferVisitResponse.setDomainName(_ctx.stringValue("DescribeDomainTopReferVisitResponse.DomainName")); List<ReferList> topReferList = new ArrayList<ReferList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopReferVisitResponse.TopReferList.Length"); i++) { ReferList referList = new ReferList(); referList.setFlow(_ctx.stringValue("DescribeDomainTopReferVisitResponse.TopReferList["+ i +"].Flow")); referList.setFlowProportion(_ctx.floatValue("DescribeDomainTopReferVisitResponse.TopReferList["+ i +"].FlowProportion")); referList.setVisitData(_ctx.stringValue("DescribeDomainTopReferVisitResponse.TopReferList["+ i +"].VisitData")); referList.setReferDetail(_ctx.stringValue("DescribeDomainTopReferVisitResponse.TopReferList["+ i +"].ReferDetail")); referList.setVisitProportion(_ctx.floatValue("DescribeDomainTopReferVisitResponse.TopReferList["+ i +"].VisitProportion")); topReferList.add(referList); } describeDomainTopReferVisitResponse.setTopReferList(topReferList); return describeDomainTopReferVisitResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainTopUrlVisitResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopUrlVisitResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTopUrlVisitResponse.UrlList; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainTopUrlVisitResponseUnmarshaller { public static DescribeDomainTopUrlVisitResponse unmarshall(DescribeDomainTopUrlVisitResponse describeDomainTopUrlVisitResponse, UnmarshallerContext _ctx) { describeDomainTopUrlVisitResponse.setRequestId(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.RequestId")); describeDomainTopUrlVisitResponse.setStartTime(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.StartTime")); describeDomainTopUrlVisitResponse.setDomainName(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.DomainName")); List<UrlList> allUrlList = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopUrlVisitResponse.AllUrlList.Length"); i++) { UrlList urlList = new UrlList(); urlList.setFlow(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.AllUrlList["+ i +"].Flow")); urlList.setUrlDetail(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.AllUrlList["+ i +"].UrlDetail")); urlList.setFlowProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.AllUrlList["+ i +"].FlowProportion")); urlList.setVisitData(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.AllUrlList["+ i +"].VisitData")); urlList.setVisitProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.AllUrlList["+ i +"].VisitProportion")); allUrlList.add(urlList); } describeDomainTopUrlVisitResponse.setAllUrlList(allUrlList); List<UrlList> url200List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopUrlVisitResponse.Url200List.Length"); i++) { UrlList urlList1 = new UrlList(); urlList1.setFlow(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url200List["+ i +"].Flow")); urlList1.setUrlDetail(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url200List["+ i +"].UrlDetail")); urlList1.setFlowProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url200List["+ i +"].FlowProportion")); urlList1.setVisitData(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url200List["+ i +"].VisitData")); urlList1.setVisitProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url200List["+ i +"].VisitProportion")); url200List.add(urlList1); } describeDomainTopUrlVisitResponse.setUrl200List(url200List); List<UrlList> url300List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopUrlVisitResponse.Url300List.Length"); i++) { UrlList urlList2 = new UrlList(); urlList2.setFlow(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url300List["+ i +"].Flow")); urlList2.setUrlDetail(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url300List["+ i +"].UrlDetail")); urlList2.setFlowProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url300List["+ i +"].FlowProportion")); urlList2.setVisitData(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url300List["+ i +"].VisitData")); urlList2.setVisitProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url300List["+ i +"].VisitProportion")); url300List.add(urlList2); } describeDomainTopUrlVisitResponse.setUrl300List(url300List); List<UrlList> url400List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopUrlVisitResponse.Url400List.Length"); i++) { UrlList urlList3 = new UrlList(); urlList3.setFlow(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url400List["+ i +"].Flow")); urlList3.setUrlDetail(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url400List["+ i +"].UrlDetail")); urlList3.setFlowProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url400List["+ i +"].FlowProportion")); urlList3.setVisitData(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url400List["+ i +"].VisitData")); urlList3.setVisitProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url400List["+ i +"].VisitProportion")); url400List.add(urlList3); } describeDomainTopUrlVisitResponse.setUrl400List(url400List); List<UrlList> url500List = new ArrayList<UrlList>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTopUrlVisitResponse.Url500List.Length"); i++) { UrlList urlList4 = new UrlList(); urlList4.setFlow(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url500List["+ i +"].Flow")); urlList4.setUrlDetail(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url500List["+ i +"].UrlDetail")); urlList4.setFlowProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url500List["+ i +"].FlowProportion")); urlList4.setVisitData(_ctx.stringValue("DescribeDomainTopUrlVisitResponse.Url500List["+ i +"].VisitData")); urlList4.setVisitProportion(_ctx.floatValue("DescribeDomainTopUrlVisitResponse.Url500List["+ i +"].VisitProportion")); url500List.add(urlList4); } describeDomainTopUrlVisitResponse.setUrl500List(url500List); return describeDomainTopUrlVisitResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainTrafficDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTrafficDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainTrafficDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainTrafficDataResponseUnmarshaller { public static DescribeDomainTrafficDataResponse unmarshall(DescribeDomainTrafficDataResponse describeDomainTrafficDataResponse, UnmarshallerContext _ctx) { describeDomainTrafficDataResponse.setRequestId(_ctx.stringValue("DescribeDomainTrafficDataResponse.RequestId")); describeDomainTrafficDataResponse.setEndTime(_ctx.stringValue("DescribeDomainTrafficDataResponse.EndTime")); describeDomainTrafficDataResponse.setStartTime(_ctx.stringValue("DescribeDomainTrafficDataResponse.StartTime")); describeDomainTrafficDataResponse.setDomainName(_ctx.stringValue("DescribeDomainTrafficDataResponse.DomainName")); describeDomainTrafficDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainTrafficDataResponse.DataInterval")); List<DataModule> trafficDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setHttpsDomesticValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].HttpsDomesticValue")); dataModule.setValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].Value")); dataModule.setOverseasValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].OverseasValue")); dataModule.setHttpsValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].HttpsValue")); dataModule.setHttpsOverseasValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].HttpsOverseasValue")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].TimeStamp")); dataModule.setDomesticValue(_ctx.stringValue("DescribeDomainTrafficDataResponse.TrafficDataPerInterval["+ i +"].DomesticValue")); trafficDataPerInterval.add(dataModule); } describeDomainTrafficDataResponse.setTrafficDataPerInterval(trafficDataPerInterval); return describeDomainTrafficDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainUsageDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainUsageDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainUsageDataResponse.DataModule; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainUsageDataResponseUnmarshaller { public static DescribeDomainUsageDataResponse unmarshall(DescribeDomainUsageDataResponse describeDomainUsageDataResponse, UnmarshallerContext _ctx) { describeDomainUsageDataResponse.setRequestId(_ctx.stringValue("DescribeDomainUsageDataResponse.RequestId")); describeDomainUsageDataResponse.setDomainName(_ctx.stringValue("DescribeDomainUsageDataResponse.DomainName")); describeDomainUsageDataResponse.setStartTime(_ctx.stringValue("DescribeDomainUsageDataResponse.StartTime")); describeDomainUsageDataResponse.setEndTime(_ctx.stringValue("DescribeDomainUsageDataResponse.EndTime")); describeDomainUsageDataResponse.setType(_ctx.stringValue("DescribeDomainUsageDataResponse.Type")); describeDomainUsageDataResponse.setArea(_ctx.stringValue("DescribeDomainUsageDataResponse.Area")); describeDomainUsageDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainUsageDataResponse.DataInterval")); List<DataModule> usageDataPerInterval = new ArrayList<DataModule>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainUsageDataResponse.UsageDataPerInterval.Length"); i++) { DataModule dataModule = new DataModule(); dataModule.setValue(_ctx.stringValue("DescribeDomainUsageDataResponse.UsageDataPerInterval["+ i +"].Value")); dataModule.setTimeStamp(_ctx.stringValue("DescribeDomainUsageDataResponse.UsageDataPerInterval["+ i +"].TimeStamp")); dataModule.setPeakTime(_ctx.stringValue("DescribeDomainUsageDataResponse.UsageDataPerInterval["+ i +"].PeakTime")); dataModule.setSpecialValue(_ctx.stringValue("DescribeDomainUsageDataResponse.UsageDataPerInterval["+ i +"].SpecialValue")); usageDataPerInterval.add(dataModule); } describeDomainUsageDataResponse.setUsageDataPerInterval(usageDataPerInterval); return describeDomainUsageDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainUvDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainUvDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainUvDataResponse.UsageData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainUvDataResponseUnmarshaller { public static DescribeDomainUvDataResponse unmarshall(DescribeDomainUvDataResponse describeDomainUvDataResponse, UnmarshallerContext _ctx) { describeDomainUvDataResponse.setRequestId(_ctx.stringValue("DescribeDomainUvDataResponse.RequestId")); describeDomainUvDataResponse.setEndTime(_ctx.stringValue("DescribeDomainUvDataResponse.EndTime")); describeDomainUvDataResponse.setStartTime(_ctx.stringValue("DescribeDomainUvDataResponse.StartTime")); describeDomainUvDataResponse.setDomainName(_ctx.stringValue("DescribeDomainUvDataResponse.DomainName")); describeDomainUvDataResponse.setDataInterval(_ctx.stringValue("DescribeDomainUvDataResponse.DataInterval")); List<UsageData> uvDataInterval = new ArrayList<UsageData>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainUvDataResponse.UvDataInterval.Length"); i++) { UsageData usageData = new UsageData(); usageData.setValue(_ctx.stringValue("DescribeDomainUvDataResponse.UvDataInterval["+ i +"].Value")); usageData.setTimeStamp(_ctx.stringValue("DescribeDomainUvDataResponse.UvDataInterval["+ i +"].TimeStamp")); uvDataInterval.add(usageData); } describeDomainUvDataResponse.setUvDataInterval(uvDataInterval); return describeDomainUvDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainsBySourceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsBySourceResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsBySourceResponse.DomainsData; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsBySourceResponse.DomainsData.DomainInfo; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainsBySourceResponseUnmarshaller { public static DescribeDomainsBySourceResponse unmarshall(DescribeDomainsBySourceResponse describeDomainsBySourceResponse, UnmarshallerContext _ctx) { describeDomainsBySourceResponse.setRequestId(_ctx.stringValue("DescribeDomainsBySourceResponse.RequestId")); describeDomainsBySourceResponse.setSources(_ctx.stringValue("DescribeDomainsBySourceResponse.Sources")); List<DomainsData> domainsList = new ArrayList<DomainsData>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainsBySourceResponse.DomainsList.Length"); i++) { DomainsData domainsData = new DomainsData(); domainsData.setSource(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].Source")); List<String> domains = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].Domains.Length"); j++) { domains.add(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].Domains["+ j +"]")); } domainsData.setDomains(domains); List<DomainInfo> domainInfos = new ArrayList<DomainInfo>(); for (int j = 0; j < _ctx.lengthValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos.Length"); j++) { DomainInfo domainInfo = new DomainInfo(); domainInfo.setStatus(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].Status")); domainInfo.setUpdateTime(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].UpdateTime")); domainInfo.setCreateTime(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].CreateTime")); domainInfo.setDomainCname(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].DomainCname")); domainInfo.setCdnType(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].CdnType")); domainInfo.setDomainName(_ctx.stringValue("DescribeDomainsBySourceResponse.DomainsList["+ i +"].DomainInfos["+ j +"].DomainName")); domainInfos.add(domainInfo); } domainsData.setDomainInfos(domainInfos); domainsList.add(domainsData); } describeDomainsBySourceResponse.setDomainsList(domainsList); return describeDomainsBySourceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeDomainsUsageByDayResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsUsageByDayResponse; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsUsageByDayResponse.UsageByDay; import com.aliyuncs.cdn.model.v20180510.DescribeDomainsUsageByDayResponse.UsageTotal; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDomainsUsageByDayResponseUnmarshaller { public static DescribeDomainsUsageByDayResponse unmarshall(DescribeDomainsUsageByDayResponse describeDomainsUsageByDayResponse, UnmarshallerContext _ctx) { describeDomainsUsageByDayResponse.setRequestId(_ctx.stringValue("DescribeDomainsUsageByDayResponse.RequestId")); describeDomainsUsageByDayResponse.setEndTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.EndTime")); describeDomainsUsageByDayResponse.setStartTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.StartTime")); describeDomainsUsageByDayResponse.setDomainName(_ctx.stringValue("DescribeDomainsUsageByDayResponse.DomainName")); describeDomainsUsageByDayResponse.setDataInterval(_ctx.stringValue("DescribeDomainsUsageByDayResponse.DataInterval")); UsageTotal usageTotal = new UsageTotal(); usageTotal.setMaxSrcBpsTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.MaxSrcBpsTime")); usageTotal.setRequestHitRate(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.RequestHitRate")); usageTotal.setMaxBps(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.MaxBps")); usageTotal.setTotalAccess(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.TotalAccess")); usageTotal.setBytesHitRate(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.BytesHitRate")); usageTotal.setTotalTraffic(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.TotalTraffic")); usageTotal.setMaxBpsTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.MaxBpsTime")); usageTotal.setMaxSrcBps(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageTotal.MaxSrcBps")); describeDomainsUsageByDayResponse.setUsageTotal(usageTotal); List<UsageByDay> usageByDays = new ArrayList<UsageByDay>(); for (int i = 0; i < _ctx.lengthValue("DescribeDomainsUsageByDayResponse.UsageByDays.Length"); i++) { UsageByDay usageByDay = new UsageByDay(); usageByDay.setMaxSrcBpsTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].MaxSrcBpsTime")); usageByDay.setQps(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].Qps")); usageByDay.setRequestHitRate(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].RequestHitRate")); usageByDay.setMaxBps(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].MaxBps")); usageByDay.setTotalAccess(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].TotalAccess")); usageByDay.setTimeStamp(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].TimeStamp")); usageByDay.setBytesHitRate(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].BytesHitRate")); usageByDay.setTotalTraffic(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].TotalTraffic")); usageByDay.setMaxSrcBps(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].MaxSrcBps")); usageByDay.setMaxBpsTime(_ctx.stringValue("DescribeDomainsUsageByDayResponse.UsageByDays["+ i +"].MaxBpsTime")); usageByDays.add(usageByDay); } describeDomainsUsageByDayResponse.setUsageByDays(usageByDays); return describeDomainsUsageByDayResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeEsExceptionDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeEsExceptionDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeEsExceptionDataResponse.Content; import com.aliyuncs.cdn.model.v20180510.DescribeEsExceptionDataResponse.Content.PointsItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEsExceptionDataResponseUnmarshaller { public static DescribeEsExceptionDataResponse unmarshall(DescribeEsExceptionDataResponse describeEsExceptionDataResponse, UnmarshallerContext _ctx) { describeEsExceptionDataResponse.setRequestId(_ctx.stringValue("DescribeEsExceptionDataResponse.RequestId")); List<Content> contents = new ArrayList<Content>(); for (int i = 0; i < _ctx.lengthValue("DescribeEsExceptionDataResponse.Contents.Length"); i++) { Content content = new Content(); content.setName(_ctx.stringValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Name")); List<String> columns = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Columns.Length"); j++) { columns.add(_ctx.stringValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Columns["+ j +"]")); } content.setColumns(columns); List<PointsItem> points = new ArrayList<PointsItem>(); for (int j = 0; j < _ctx.lengthValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Points.Length"); j++) { PointsItem pointsItem = new PointsItem(); List<String> points1 = new ArrayList<String>(); for (int k = 0; k < _ctx.lengthValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Points["+ j +"].Points.Length"); k++) { points1.add(_ctx.stringValue("DescribeEsExceptionDataResponse.Contents["+ i +"].Points["+ j +"].Points["+ k +"]")); } pointsItem.setPoints1(points1); points.add(pointsItem); } content.setPoints(points); contents.add(content); } describeEsExceptionDataResponse.setContents(contents); return describeEsExceptionDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeEsExecuteDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeEsExecuteDataResponse; import com.aliyuncs.cdn.model.v20180510.DescribeEsExecuteDataResponse.Content; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeEsExecuteDataResponseUnmarshaller { public static DescribeEsExecuteDataResponse unmarshall(DescribeEsExecuteDataResponse describeEsExecuteDataResponse, UnmarshallerContext _ctx) { describeEsExecuteDataResponse.setRequestId(_ctx.stringValue("DescribeEsExecuteDataResponse.RequestId")); List<Content> contents = new ArrayList<Content>(); for (int i = 0; i < _ctx.lengthValue("DescribeEsExecuteDataResponse.Contents.Length"); i++) { Content content = new Content(); content.setName(_ctx.stringValue("DescribeEsExecuteDataResponse.Contents["+ i +"].Name")); List<String> points = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("DescribeEsExecuteDataResponse.Contents["+ i +"].Points.Length"); j++) { points.add(_ctx.stringValue("DescribeEsExecuteDataResponse.Contents["+ i +"].Points["+ j +"]")); } content.setPoints(points); List<String> columns = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("DescribeEsExecuteDataResponse.Contents["+ i +"].Columns.Length"); j++) { columns.add(_ctx.stringValue("DescribeEsExecuteDataResponse.Contents["+ i +"].Columns["+ j +"]")); } content.setColumns(columns); contents.add(content); } describeEsExecuteDataResponse.setContents(contents); return describeEsExecuteDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeFCTriggerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeFCTriggerResponse; import com.aliyuncs.cdn.model.v20180510.DescribeFCTriggerResponse.FCTrigger; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeFCTriggerResponseUnmarshaller { public static DescribeFCTriggerResponse unmarshall(DescribeFCTriggerResponse describeFCTriggerResponse, UnmarshallerContext _ctx) { describeFCTriggerResponse.setRequestId(_ctx.stringValue("DescribeFCTriggerResponse.RequestId")); FCTrigger fCTrigger = new FCTrigger(); fCTrigger.setTriggerARN(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.TriggerARN")); fCTrigger.setRoleARN(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.RoleARN")); fCTrigger.setSourceArn(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.SourceArn")); fCTrigger.setNotes(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.Notes")); fCTrigger.setEventMetaName(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.EventMetaName")); fCTrigger.setEventMetaVersion(_ctx.stringValue("DescribeFCTriggerResponse.FCTrigger.EventMetaVersion")); describeFCTriggerResponse.setFCTrigger(fCTrigger); return describeFCTriggerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeIpInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeIpInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeIpInfoResponseUnmarshaller { public static DescribeIpInfoResponse unmarshall(DescribeIpInfoResponse describeIpInfoResponse, UnmarshallerContext _ctx) { describeIpInfoResponse.setRequestId(_ctx.stringValue("DescribeIpInfoResponse.RequestId")); describeIpInfoResponse.setCdnIp(_ctx.stringValue("DescribeIpInfoResponse.CdnIp")); describeIpInfoResponse.setRegionEname(_ctx.stringValue("DescribeIpInfoResponse.RegionEname")); describeIpInfoResponse.setRegion(_ctx.stringValue("DescribeIpInfoResponse.Region")); describeIpInfoResponse.setIspEname(_ctx.stringValue("DescribeIpInfoResponse.IspEname")); describeIpInfoResponse.setISP(_ctx.stringValue("DescribeIpInfoResponse.ISP")); return describeIpInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeIpStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeIpStatusResponse; import com.aliyuncs.cdn.model.v20180510.DescribeIpStatusResponse.UsageData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeIpStatusResponseUnmarshaller { public static DescribeIpStatusResponse unmarshall(DescribeIpStatusResponse describeIpStatusResponse, UnmarshallerContext _ctx) { describeIpStatusResponse.setRequestId(_ctx.stringValue("DescribeIpStatusResponse.RequestId")); List<UsageData> ipStatus = new ArrayList<UsageData>(); for (int i = 0; i < _ctx.lengthValue("DescribeIpStatusResponse.IpStatus.Length"); i++) { UsageData usageData = new UsageData(); usageData.setIp(_ctx.stringValue("DescribeIpStatusResponse.IpStatus["+ i +"].ip")); usageData.setStatus(_ctx.stringValue("DescribeIpStatusResponse.IpStatus["+ i +"].status")); ipStatus.add(usageData); } describeIpStatusResponse.setIpStatus(ipStatus); return describeIpStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeL2VipsByDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeL2VipsByDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeL2VipsByDomainResponseUnmarshaller { public static DescribeL2VipsByDomainResponse unmarshall(DescribeL2VipsByDomainResponse describeL2VipsByDomainResponse, UnmarshallerContext _ctx) { describeL2VipsByDomainResponse.setRequestId(_ctx.stringValue("DescribeL2VipsByDomainResponse.RequestId")); describeL2VipsByDomainResponse.setDomainName(_ctx.stringValue("DescribeL2VipsByDomainResponse.DomainName")); List<String> vips = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeL2VipsByDomainResponse.Vips.Length"); i++) { vips.add(_ctx.stringValue("DescribeL2VipsByDomainResponse.Vips["+ i +"]")); } describeL2VipsByDomainResponse.setVips(vips); return describeL2VipsByDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribePreloadDetailByIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribePreloadDetailByIdResponse; import com.aliyuncs.cdn.model.v20180510.DescribePreloadDetailByIdResponse.UrlDetail; import com.aliyuncs.cdn.model.v20180510.DescribePreloadDetailByIdResponse.UrlDetail.Url; import com.aliyuncs.transform.UnmarshallerContext; public class DescribePreloadDetailByIdResponseUnmarshaller { public static DescribePreloadDetailByIdResponse unmarshall(DescribePreloadDetailByIdResponse describePreloadDetailByIdResponse, UnmarshallerContext _ctx) { describePreloadDetailByIdResponse.setRequestId(_ctx.stringValue("DescribePreloadDetailByIdResponse.RequestId")); describePreloadDetailByIdResponse.setTotalCount(_ctx.longValue("DescribePreloadDetailByIdResponse.TotalCount")); List<UrlDetail> urlDetails = new ArrayList<UrlDetail>(); for (int i = 0; i < _ctx.lengthValue("DescribePreloadDetailByIdResponse.UrlDetails.Length"); i++) { UrlDetail urlDetail = new UrlDetail(); urlDetail.setTaskId(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].TaskId")); urlDetail.setDomain(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Domain")); urlDetail.setCreationTime(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].CreationTime")); urlDetail.setEndTime(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].EndTime")); urlDetail.setRetCode(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].RetCode")); urlDetail.setProcess(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Process")); urlDetail.setStatus(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Status")); List<Url> urls = new ArrayList<Url>(); for (int j = 0; j < _ctx.lengthValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Urls.Length"); j++) { Url url = new Url(); url.setUrl(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Urls["+ j +"].Url")); url.setSuccess(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Urls["+ j +"].Success")); url.setDescription(_ctx.stringValue("DescribePreloadDetailByIdResponse.UrlDetails["+ i +"].Urls["+ j +"].Description")); urls.add(url); } urlDetail.setUrls(urls); urlDetails.add(urlDetail); } describePreloadDetailByIdResponse.setUrlDetails(urlDetails); return describePreloadDetailByIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeRangeDataByLocateAndIspServiceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeRangeDataByLocateAndIspServiceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRangeDataByLocateAndIspServiceResponseUnmarshaller { public static DescribeRangeDataByLocateAndIspServiceResponse unmarshall(DescribeRangeDataByLocateAndIspServiceResponse describeRangeDataByLocateAndIspServiceResponse, UnmarshallerContext _ctx) { describeRangeDataByLocateAndIspServiceResponse.setRequestId(_ctx.stringValue("DescribeRangeDataByLocateAndIspServiceResponse.RequestId")); describeRangeDataByLocateAndIspServiceResponse.setJsonResult(_ctx.stringValue("DescribeRangeDataByLocateAndIspServiceResponse.JsonResult")); return describeRangeDataByLocateAndIspServiceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeRealtimeDeliveryAccResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeRealtimeDeliveryAccResponse; import com.aliyuncs.cdn.model.v20180510.DescribeRealtimeDeliveryAccResponse.AccData; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRealtimeDeliveryAccResponseUnmarshaller { public static DescribeRealtimeDeliveryAccResponse unmarshall(DescribeRealtimeDeliveryAccResponse describeRealtimeDeliveryAccResponse, UnmarshallerContext _ctx) { describeRealtimeDeliveryAccResponse.setRequestId(_ctx.stringValue("DescribeRealtimeDeliveryAccResponse.RequestId")); List<AccData> reatTimeDeliveryAccData = new ArrayList<AccData>(); for (int i = 0; i < _ctx.lengthValue("DescribeRealtimeDeliveryAccResponse.ReatTimeDeliveryAccData.Length"); i++) { AccData accData = new AccData(); accData.setTimeStamp(_ctx.stringValue("DescribeRealtimeDeliveryAccResponse.ReatTimeDeliveryAccData["+ i +"].TimeStamp")); accData.setFailedNum(_ctx.integerValue("DescribeRealtimeDeliveryAccResponse.ReatTimeDeliveryAccData["+ i +"].FailedNum")); accData.setSuccessNum(_ctx.integerValue("DescribeRealtimeDeliveryAccResponse.ReatTimeDeliveryAccData["+ i +"].SuccessNum")); reatTimeDeliveryAccData.add(accData); } describeRealtimeDeliveryAccResponse.setReatTimeDeliveryAccData(reatTimeDeliveryAccData); return describeRealtimeDeliveryAccResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeRefreshQuotaResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeRefreshQuotaResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRefreshQuotaResponseUnmarshaller { public static DescribeRefreshQuotaResponse unmarshall(DescribeRefreshQuotaResponse describeRefreshQuotaResponse, UnmarshallerContext _ctx) { describeRefreshQuotaResponse.setRequestId(_ctx.stringValue("DescribeRefreshQuotaResponse.RequestId")); describeRefreshQuotaResponse.setPreloadRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.PreloadRemain")); describeRefreshQuotaResponse.setBlockRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.BlockRemain")); describeRefreshQuotaResponse.setRegexRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.RegexRemain")); describeRefreshQuotaResponse.setUrlRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.UrlRemain")); describeRefreshQuotaResponse.setDirRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.DirRemain")); describeRefreshQuotaResponse.setUrlQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.UrlQuota")); describeRefreshQuotaResponse.setBlockQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.BlockQuota")); describeRefreshQuotaResponse.setDirQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.DirQuota")); describeRefreshQuotaResponse.setPreloadEdgeQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.PreloadEdgeQuota")); describeRefreshQuotaResponse.setPreloadEdgeRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.PreloadEdgeRemain")); describeRefreshQuotaResponse.setPreloadQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.PreloadQuota")); describeRefreshQuotaResponse.setRegexQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.RegexQuota")); describeRefreshQuotaResponse.setIgnoreParamsQuota(_ctx.stringValue("DescribeRefreshQuotaResponse.IgnoreParamsQuota")); describeRefreshQuotaResponse.setIgnoreParamsRemain(_ctx.stringValue("DescribeRefreshQuotaResponse.IgnoreParamsRemain")); return describeRefreshQuotaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeRefreshTaskByIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeRefreshTaskByIdResponse; import com.aliyuncs.cdn.model.v20180510.DescribeRefreshTaskByIdResponse.CDNTask; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRefreshTaskByIdResponseUnmarshaller { public static DescribeRefreshTaskByIdResponse unmarshall(DescribeRefreshTaskByIdResponse describeRefreshTaskByIdResponse, UnmarshallerContext _ctx) { describeRefreshTaskByIdResponse.setRequestId(_ctx.stringValue("DescribeRefreshTaskByIdResponse.RequestId")); describeRefreshTaskByIdResponse.setTotalCount(_ctx.longValue("DescribeRefreshTaskByIdResponse.TotalCount")); List<CDNTask> tasks = new ArrayList<CDNTask>(); for (int i = 0; i < _ctx.lengthValue("DescribeRefreshTaskByIdResponse.Tasks.Length"); i++) { CDNTask cDNTask = new CDNTask(); cDNTask.setStatus(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].Status")); cDNTask.setCreationTime(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].CreationTime")); cDNTask.setObjectType(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].ObjectType")); cDNTask.setProcess(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].Process")); cDNTask.setDescription(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].Description")); cDNTask.setObjectPath(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].ObjectPath")); cDNTask.setTaskId(_ctx.stringValue("DescribeRefreshTaskByIdResponse.Tasks["+ i +"].TaskId")); tasks.add(cDNTask); } describeRefreshTaskByIdResponse.setTasks(tasks); return describeRefreshTaskByIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeRefreshTasksResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeRefreshTasksResponse; import com.aliyuncs.cdn.model.v20180510.DescribeRefreshTasksResponse.CDNTask; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRefreshTasksResponseUnmarshaller { public static DescribeRefreshTasksResponse unmarshall(DescribeRefreshTasksResponse describeRefreshTasksResponse, UnmarshallerContext _ctx) { describeRefreshTasksResponse.setRequestId(_ctx.stringValue("DescribeRefreshTasksResponse.RequestId")); describeRefreshTasksResponse.setPageNumber(_ctx.longValue("DescribeRefreshTasksResponse.PageNumber")); describeRefreshTasksResponse.setPageSize(_ctx.longValue("DescribeRefreshTasksResponse.PageSize")); describeRefreshTasksResponse.setTotalCount(_ctx.longValue("DescribeRefreshTasksResponse.TotalCount")); List<CDNTask> tasks = new ArrayList<CDNTask>(); for (int i = 0; i < _ctx.lengthValue("DescribeRefreshTasksResponse.Tasks.Length"); i++) { CDNTask cDNTask = new CDNTask(); cDNTask.setStatus(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].Status")); cDNTask.setCreationTime(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].CreationTime")); cDNTask.setObjectType(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].ObjectType")); cDNTask.setProcess(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].Process")); cDNTask.setDescription(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].Description")); cDNTask.setObjectPath(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].ObjectPath")); cDNTask.setTaskId(_ctx.stringValue("DescribeRefreshTasksResponse.Tasks["+ i +"].TaskId")); tasks.add(cDNTask); } describeRefreshTasksResponse.setTasks(tasks); return describeRefreshTasksResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeStagingIpResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeStagingIpResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeStagingIpResponseUnmarshaller { public static DescribeStagingIpResponse unmarshall(DescribeStagingIpResponse describeStagingIpResponse, UnmarshallerContext _ctx) { describeStagingIpResponse.setRequestId(_ctx.stringValue("DescribeStagingIpResponse.RequestId")); List<String> iPV4s = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeStagingIpResponse.IPV4s.Length"); i++) { iPV4s.add(_ctx.stringValue("DescribeStagingIpResponse.IPV4s["+ i +"]")); } describeStagingIpResponse.setIPV4s(iPV4s); return describeStagingIpResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeTagResourcesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeTagResourcesResponse; import com.aliyuncs.cdn.model.v20180510.DescribeTagResourcesResponse.TagResource; import com.aliyuncs.cdn.model.v20180510.DescribeTagResourcesResponse.TagResource.TagItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeTagResourcesResponseUnmarshaller { public static DescribeTagResourcesResponse unmarshall(DescribeTagResourcesResponse describeTagResourcesResponse, UnmarshallerContext _ctx) { describeTagResourcesResponse.setRequestId(_ctx.stringValue("DescribeTagResourcesResponse.RequestId")); List<TagResource> tagResources = new ArrayList<TagResource>(); for (int i = 0; i < _ctx.lengthValue("DescribeTagResourcesResponse.TagResources.Length"); i++) { TagResource tagResource = new TagResource(); tagResource.setResourceId(_ctx.stringValue("DescribeTagResourcesResponse.TagResources["+ i +"].ResourceId")); List<TagItem> tag = new ArrayList<TagItem>(); for (int j = 0; j < _ctx.lengthValue("DescribeTagResourcesResponse.TagResources["+ i +"].Tag.Length"); j++) { TagItem tagItem = new TagItem(); tagItem.setKey(_ctx.stringValue("DescribeTagResourcesResponse.TagResources["+ i +"].Tag["+ j +"].Key")); tagItem.setValue(_ctx.stringValue("DescribeTagResourcesResponse.TagResources["+ i +"].Tag["+ j +"].Value")); tag.add(tagItem); } tagResource.setTag(tag); tagResources.add(tagResource); } describeTagResourcesResponse.setTagResources(tagResources); return describeTagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeTopDomainsByFlowResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeTopDomainsByFlowResponse; import com.aliyuncs.cdn.model.v20180510.DescribeTopDomainsByFlowResponse.TopDomain; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeTopDomainsByFlowResponseUnmarshaller { public static DescribeTopDomainsByFlowResponse unmarshall(DescribeTopDomainsByFlowResponse describeTopDomainsByFlowResponse, UnmarshallerContext _ctx) { describeTopDomainsByFlowResponse.setRequestId(_ctx.stringValue("DescribeTopDomainsByFlowResponse.RequestId")); describeTopDomainsByFlowResponse.setDomainOnlineCount(_ctx.longValue("DescribeTopDomainsByFlowResponse.DomainOnlineCount")); describeTopDomainsByFlowResponse.setEndTime(_ctx.stringValue("DescribeTopDomainsByFlowResponse.EndTime")); describeTopDomainsByFlowResponse.setStartTime(_ctx.stringValue("DescribeTopDomainsByFlowResponse.StartTime")); describeTopDomainsByFlowResponse.setDomainCount(_ctx.longValue("DescribeTopDomainsByFlowResponse.DomainCount")); List<TopDomain> topDomains = new ArrayList<TopDomain>(); for (int i = 0; i < _ctx.lengthValue("DescribeTopDomainsByFlowResponse.TopDomains.Length"); i++) { TopDomain topDomain = new TopDomain(); topDomain.setMaxBps(_ctx.floatValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].MaxBps")); topDomain.setRank(_ctx.longValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].Rank")); topDomain.setTotalAccess(_ctx.longValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].TotalAccess")); topDomain.setTrafficPercent(_ctx.stringValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].TrafficPercent")); topDomain.setDomainName(_ctx.stringValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].DomainName")); topDomain.setTotalTraffic(_ctx.stringValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].TotalTraffic")); topDomain.setMaxBpsTime(_ctx.stringValue("DescribeTopDomainsByFlowResponse.TopDomains["+ i +"].MaxBpsTime")); topDomains.add(topDomain); } describeTopDomainsByFlowResponse.setTopDomains(topDomains); return describeTopDomainsByFlowResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserCertificateExpireCountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeUserCertificateExpireCountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserCertificateExpireCountResponseUnmarshaller { public static DescribeUserCertificateExpireCountResponse unmarshall(DescribeUserCertificateExpireCountResponse describeUserCertificateExpireCountResponse, UnmarshallerContext _ctx) { describeUserCertificateExpireCountResponse.setRequestId(_ctx.stringValue("DescribeUserCertificateExpireCountResponse.RequestId")); describeUserCertificateExpireCountResponse.setExpireWithin30DaysCount(_ctx.integerValue("DescribeUserCertificateExpireCountResponse.ExpireWithin30DaysCount")); describeUserCertificateExpireCountResponse.setExpiredCount(_ctx.integerValue("DescribeUserCertificateExpireCountResponse.ExpiredCount")); return describeUserCertificateExpireCountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserConfigsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeUserConfigsResponse; import com.aliyuncs.cdn.model.v20180510.DescribeUserConfigsResponse.Configs; import com.aliyuncs.cdn.model.v20180510.DescribeUserConfigsResponse.Configs.OssLogConfig; import com.aliyuncs.cdn.model.v20180510.DescribeUserConfigsResponse.Configs.WafConfig; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserConfigsResponseUnmarshaller { public static DescribeUserConfigsResponse unmarshall(DescribeUserConfigsResponse describeUserConfigsResponse, UnmarshallerContext _ctx) { describeUserConfigsResponse.setRequestId(_ctx.stringValue("DescribeUserConfigsResponse.RequestId")); Configs configs = new Configs(); OssLogConfig ossLogConfig = new OssLogConfig(); ossLogConfig.setPrefix(_ctx.stringValue("DescribeUserConfigsResponse.Configs.OssLogConfig.Prefix")); ossLogConfig.setEnable(_ctx.stringValue("DescribeUserConfigsResponse.Configs.OssLogConfig.Enable")); ossLogConfig.setBucket(_ctx.stringValue("DescribeUserConfigsResponse.Configs.OssLogConfig.Bucket")); configs.setOssLogConfig(ossLogConfig); WafConfig wafConfig = new WafConfig(); wafConfig.setEnable(_ctx.stringValue("DescribeUserConfigsResponse.Configs.WafConfig.Enable")); configs.setWafConfig(wafConfig); describeUserConfigsResponse.setConfigs(configs); return describeUserConfigsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserDomainsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeUserDomainsResponse; import com.aliyuncs.cdn.model.v20180510.DescribeUserDomainsResponse.PageData; import com.aliyuncs.cdn.model.v20180510.DescribeUserDomainsResponse.PageData.Source; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserDomainsResponseUnmarshaller { public static DescribeUserDomainsResponse unmarshall(DescribeUserDomainsResponse describeUserDomainsResponse, UnmarshallerContext _ctx) { describeUserDomainsResponse.setRequestId(_ctx.stringValue("DescribeUserDomainsResponse.RequestId")); describeUserDomainsResponse.setPageNumber(_ctx.longValue("DescribeUserDomainsResponse.PageNumber")); describeUserDomainsResponse.setPageSize(_ctx.longValue("DescribeUserDomainsResponse.PageSize")); describeUserDomainsResponse.setTotalCount(_ctx.longValue("DescribeUserDomainsResponse.TotalCount")); List<PageData> domains = new ArrayList<PageData>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserDomainsResponse.Domains.Length"); i++) { PageData pageData = new PageData(); pageData.setSslProtocol(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].SslProtocol")); pageData.setSandbox(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Sandbox")); pageData.setGmtModified(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].GmtModified")); pageData.setDomainName(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].DomainName")); pageData.setDomainId(_ctx.longValue("DescribeUserDomainsResponse.Domains["+ i +"].DomainId")); pageData.setGmtCreated(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].GmtCreated")); pageData.setDescription(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Description")); pageData.setCoverage(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Coverage")); pageData.setResourceGroupId(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].ResourceGroupId")); pageData.setCname(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Cname")); pageData.setDomainStatus(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].DomainStatus")); pageData.setCdnType(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].CdnType")); List<Source> sources = new ArrayList<Source>(); for (int j = 0; j < _ctx.lengthValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources.Length"); j++) { Source source = new Source(); source.setType(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources["+ j +"].Type")); source.setWeight(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources["+ j +"].Weight")); source.setPriority(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources["+ j +"].Priority")); source.setPort(_ctx.integerValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources["+ j +"].Port")); source.setContent(_ctx.stringValue("DescribeUserDomainsResponse.Domains["+ i +"].Sources["+ j +"].Content")); sources.add(source); } pageData.setSources(sources); domains.add(pageData); } describeUserDomainsResponse.setDomains(domains); return describeUserDomainsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserTagsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeUserTagsResponse; import com.aliyuncs.cdn.model.v20180510.DescribeUserTagsResponse.Tag; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserTagsResponseUnmarshaller { public static DescribeUserTagsResponse unmarshall(DescribeUserTagsResponse describeUserTagsResponse, UnmarshallerContext _ctx) { describeUserTagsResponse.setRequestId(_ctx.stringValue("DescribeUserTagsResponse.RequestId")); List<Tag> tags = new ArrayList<Tag>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserTagsResponse.Tags.Length"); i++) { Tag tag = new Tag(); tag.setKey(_ctx.stringValue("DescribeUserTagsResponse.Tags["+ i +"].Key")); List<String> value = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("DescribeUserTagsResponse.Tags["+ i +"].Value.Length"); j++) { value.add(_ctx.stringValue("DescribeUserTagsResponse.Tags["+ i +"].Value["+ j +"]")); } tag.setValue(value); tags.add(tag); } describeUserTagsResponse.setTags(tags); return describeUserTagsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserUsageDataExportTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDataExportTaskResponse; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDataExportTaskResponse.UsageDataPerPage; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.DataItem; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.DataItem.TaskConfig; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserUsageDataExportTaskResponseUnmarshaller { public static DescribeUserUsageDataExportTaskResponse unmarshall(DescribeUserUsageDataExportTaskResponse describeUserUsageDataExportTaskResponse, UnmarshallerContext _ctx) { describeUserUsageDataExportTaskResponse.setRequestId(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.RequestId")); UsageDataPerPage usageDataPerPage = new UsageDataPerPage(); usageDataPerPage.setPageSize(_ctx.integerValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.PageSize")); usageDataPerPage.setPageNumber(_ctx.integerValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.PageNumber")); usageDataPerPage.setTotalCount(_ctx.integerValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.TotalCount")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setStatus(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].Status")); dataItem.setUpdateTime(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].UpdateTime")); dataItem.setDownloadUrl(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].DownloadUrl")); dataItem.setCreateTime(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].CreateTime")); dataItem.setTaskName(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskName")); dataItem.setTaskId(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskId")); TaskConfig taskConfig = new TaskConfig(); taskConfig.setEndTime(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskConfig.EndTime")); taskConfig.setStartTime(_ctx.stringValue("DescribeUserUsageDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskConfig.StartTime")); dataItem.setTaskConfig(taskConfig); data.add(dataItem); } usageDataPerPage.setData(data); describeUserUsageDataExportTaskResponse.setUsageDataPerPage(usageDataPerPage); return describeUserUsageDataExportTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserUsageDetailDataExportTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDetailDataExportTaskResponse; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.DataItem; import com.aliyuncs.cdn.model.v20180510.DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.DataItem.TaskConfig; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserUsageDetailDataExportTaskResponseUnmarshaller { public static DescribeUserUsageDetailDataExportTaskResponse unmarshall(DescribeUserUsageDetailDataExportTaskResponse describeUserUsageDetailDataExportTaskResponse, UnmarshallerContext _ctx) { describeUserUsageDetailDataExportTaskResponse.setRequestId(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.RequestId")); UsageDataPerPage usageDataPerPage = new UsageDataPerPage(); usageDataPerPage.setPageSize(_ctx.integerValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.PageSize")); usageDataPerPage.setPageNumber(_ctx.integerValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.PageNumber")); usageDataPerPage.setTotalCount(_ctx.integerValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.TotalCount")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setStatus(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].Status")); dataItem.setUpdateTime(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].UpdateTime")); dataItem.setDownloadUrl(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].DownloadUrl")); dataItem.setCreateTime(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].CreateTime")); dataItem.setTaskName(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskName")); dataItem.setTaskId(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskId")); TaskConfig taskConfig = new TaskConfig(); taskConfig.setEndTime(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskConfig.EndTime")); taskConfig.setStartTime(_ctx.stringValue("DescribeUserUsageDetailDataExportTaskResponse.UsageDataPerPage.Data["+ i +"].TaskConfig.StartTime")); dataItem.setTaskConfig(taskConfig); data.add(dataItem); } usageDataPerPage.setData(data); describeUserUsageDetailDataExportTaskResponse.setUsageDataPerPage(usageDataPerPage); return describeUserUsageDetailDataExportTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeUserVipsByDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.DescribeUserVipsByDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserVipsByDomainResponseUnmarshaller { public static DescribeUserVipsByDomainResponse unmarshall(DescribeUserVipsByDomainResponse describeUserVipsByDomainResponse, UnmarshallerContext _ctx) { describeUserVipsByDomainResponse.setRequestId(_ctx.stringValue("DescribeUserVipsByDomainResponse.RequestId")); describeUserVipsByDomainResponse.setDomainName(_ctx.stringValue("DescribeUserVipsByDomainResponse.DomainName")); List<String> vips = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserVipsByDomainResponse.Vips.Length"); i++) { vips.add(_ctx.stringValue("DescribeUserVipsByDomainResponse.Vips["+ i +"]")); } describeUserVipsByDomainResponse.setVips(vips); return describeUserVipsByDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DescribeVerifyContentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DescribeVerifyContentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeVerifyContentResponseUnmarshaller { public static DescribeVerifyContentResponse unmarshall(DescribeVerifyContentResponse describeVerifyContentResponse, UnmarshallerContext _ctx) { describeVerifyContentResponse.setRequestId(_ctx.stringValue("DescribeVerifyContentResponse.RequestId")); describeVerifyContentResponse.setContent(_ctx.stringValue("DescribeVerifyContentResponse.Content")); return describeVerifyContentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/DisableRealtimeLogDeliveryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.DisableRealtimeLogDeliveryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DisableRealtimeLogDeliveryResponseUnmarshaller { public static DisableRealtimeLogDeliveryResponse unmarshall(DisableRealtimeLogDeliveryResponse disableRealtimeLogDeliveryResponse, UnmarshallerContext _ctx) { disableRealtimeLogDeliveryResponse.setRequestId(_ctx.stringValue("DisableRealtimeLogDeliveryResponse.RequestId")); return disableRealtimeLogDeliveryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/EnableRealtimeLogDeliveryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.EnableRealtimeLogDeliveryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EnableRealtimeLogDeliveryResponseUnmarshaller { public static EnableRealtimeLogDeliveryResponse unmarshall(EnableRealtimeLogDeliveryResponse enableRealtimeLogDeliveryResponse, UnmarshallerContext _ctx) { enableRealtimeLogDeliveryResponse.setRequestId(_ctx.stringValue("EnableRealtimeLogDeliveryResponse.RequestId")); return enableRealtimeLogDeliveryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ListDomainsByLogConfigIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.ListDomainsByLogConfigIdResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListDomainsByLogConfigIdResponseUnmarshaller { public static ListDomainsByLogConfigIdResponse unmarshall(ListDomainsByLogConfigIdResponse listDomainsByLogConfigIdResponse, UnmarshallerContext _ctx) { listDomainsByLogConfigIdResponse.setRequestId(_ctx.stringValue("ListDomainsByLogConfigIdResponse.RequestId")); List<String> domains = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("ListDomainsByLogConfigIdResponse.Domains.Length"); i++) { domains.add(_ctx.stringValue("ListDomainsByLogConfigIdResponse.Domains["+ i +"]")); } listDomainsByLogConfigIdResponse.setDomains(domains); return listDomainsByLogConfigIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ListFCTriggerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.ListFCTriggerResponse; import com.aliyuncs.cdn.model.v20180510.ListFCTriggerResponse.FCTrigger; import com.aliyuncs.transform.UnmarshallerContext; public class ListFCTriggerResponseUnmarshaller { public static ListFCTriggerResponse unmarshall(ListFCTriggerResponse listFCTriggerResponse, UnmarshallerContext _ctx) { listFCTriggerResponse.setRequestId(_ctx.stringValue("ListFCTriggerResponse.RequestId")); List<FCTrigger> fCTriggers = new ArrayList<FCTrigger>(); for (int i = 0; i < _ctx.lengthValue("ListFCTriggerResponse.FCTriggers.Length"); i++) { FCTrigger fCTrigger = new FCTrigger(); fCTrigger.setTriggerARN(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].TriggerARN")); fCTrigger.setRoleARN(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].RoleARN")); fCTrigger.setSourceArn(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].SourceArn")); fCTrigger.setNotes(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].Notes")); fCTrigger.setEventMetaName(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].EventMetaName")); fCTrigger.setEventMetaVersion(_ctx.stringValue("ListFCTriggerResponse.FCTriggers["+ i +"].EventMetaVersion")); fCTriggers.add(fCTrigger); } listFCTriggerResponse.setFCTriggers(fCTriggers); return listFCTriggerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ListRealtimeLogDeliveryDomainsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.ListRealtimeLogDeliveryDomainsResponse; import com.aliyuncs.cdn.model.v20180510.ListRealtimeLogDeliveryDomainsResponse.Domains; import com.aliyuncs.transform.UnmarshallerContext; public class ListRealtimeLogDeliveryDomainsResponseUnmarshaller { public static ListRealtimeLogDeliveryDomainsResponse unmarshall(ListRealtimeLogDeliveryDomainsResponse listRealtimeLogDeliveryDomainsResponse, UnmarshallerContext _ctx) { listRealtimeLogDeliveryDomainsResponse.setRequestId(_ctx.stringValue("ListRealtimeLogDeliveryDomainsResponse.RequestId")); List<Domains> content = new ArrayList<Domains>(); for (int i = 0; i < _ctx.lengthValue("ListRealtimeLogDeliveryDomainsResponse.Content.Length"); i++) { Domains domains = new Domains(); domains.setStatus(_ctx.stringValue("ListRealtimeLogDeliveryDomainsResponse.Content["+ i +"].Status")); domains.setDomainName(_ctx.stringValue("ListRealtimeLogDeliveryDomainsResponse.Content["+ i +"].DomainName")); content.add(domains); } listRealtimeLogDeliveryDomainsResponse.setContent(content); return listRealtimeLogDeliveryDomainsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ListRealtimeLogDeliveryInfosResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.ListRealtimeLogDeliveryInfosResponse; import com.aliyuncs.cdn.model.v20180510.ListRealtimeLogDeliveryInfosResponse.RealtimeLogDeliveryInfos; import com.aliyuncs.transform.UnmarshallerContext; public class ListRealtimeLogDeliveryInfosResponseUnmarshaller { public static ListRealtimeLogDeliveryInfosResponse unmarshall(ListRealtimeLogDeliveryInfosResponse listRealtimeLogDeliveryInfosResponse, UnmarshallerContext _ctx) { listRealtimeLogDeliveryInfosResponse.setRequestId(_ctx.stringValue("ListRealtimeLogDeliveryInfosResponse.RequestId")); List<RealtimeLogDeliveryInfos> content = new ArrayList<RealtimeLogDeliveryInfos>(); for (int i = 0; i < _ctx.lengthValue("ListRealtimeLogDeliveryInfosResponse.Content.Length"); i++) { RealtimeLogDeliveryInfos realtimeLogDeliveryInfos = new RealtimeLogDeliveryInfos(); realtimeLogDeliveryInfos.setLogstore(_ctx.stringValue("ListRealtimeLogDeliveryInfosResponse.Content["+ i +"].Logstore")); realtimeLogDeliveryInfos.setProject(_ctx.stringValue("ListRealtimeLogDeliveryInfosResponse.Content["+ i +"].Project")); realtimeLogDeliveryInfos.setRegion(_ctx.stringValue("ListRealtimeLogDeliveryInfosResponse.Content["+ i +"].Region")); content.add(realtimeLogDeliveryInfos); } listRealtimeLogDeliveryInfosResponse.setContent(content); return listRealtimeLogDeliveryInfosResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ListUserCustomLogConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.ListUserCustomLogConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListUserCustomLogConfigResponseUnmarshaller { public static ListUserCustomLogConfigResponse unmarshall(ListUserCustomLogConfigResponse listUserCustomLogConfigResponse, UnmarshallerContext _ctx) { listUserCustomLogConfigResponse.setRequestId(_ctx.stringValue("ListUserCustomLogConfigResponse.RequestId")); List<String> configIds = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("ListUserCustomLogConfigResponse.ConfigIds.Length"); i++) { configIds.add(_ctx.stringValue("ListUserCustomLogConfigResponse.ConfigIds["+ i +"]")); } listUserCustomLogConfigResponse.setConfigIds(configIds); return listUserCustomLogConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ModifyCdnDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.ModifyCdnDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyCdnDomainResponseUnmarshaller { public static ModifyCdnDomainResponse unmarshall(ModifyCdnDomainResponse modifyCdnDomainResponse, UnmarshallerContext _ctx) { modifyCdnDomainResponse.setRequestId(_ctx.stringValue("ModifyCdnDomainResponse.RequestId")); return modifyCdnDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ModifyCdnDomainSchdmByPropertyResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.ModifyCdnDomainSchdmByPropertyResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyCdnDomainSchdmByPropertyResponseUnmarshaller { public static ModifyCdnDomainSchdmByPropertyResponse unmarshall(ModifyCdnDomainSchdmByPropertyResponse modifyCdnDomainSchdmByPropertyResponse, UnmarshallerContext _ctx) { modifyCdnDomainSchdmByPropertyResponse.setRequestId(_ctx.stringValue("ModifyCdnDomainSchdmByPropertyResponse.RequestId")); return modifyCdnDomainSchdmByPropertyResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/ModifyRealtimeLogDeliveryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.ModifyRealtimeLogDeliveryResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyRealtimeLogDeliveryResponseUnmarshaller { public static ModifyRealtimeLogDeliveryResponse unmarshall(ModifyRealtimeLogDeliveryResponse modifyRealtimeLogDeliveryResponse, UnmarshallerContext _ctx) { modifyRealtimeLogDeliveryResponse.setRequestId(_ctx.stringValue("ModifyRealtimeLogDeliveryResponse.RequestId")); return modifyRealtimeLogDeliveryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/OpenCdnServiceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.OpenCdnServiceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class OpenCdnServiceResponseUnmarshaller { public static OpenCdnServiceResponse unmarshall(OpenCdnServiceResponse openCdnServiceResponse, UnmarshallerContext _ctx) { openCdnServiceResponse.setRequestId(_ctx.stringValue("OpenCdnServiceResponse.RequestId")); return openCdnServiceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/PublishStagingConfigToProductionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.PublishStagingConfigToProductionResponse; import com.aliyuncs.transform.UnmarshallerContext; public class PublishStagingConfigToProductionResponseUnmarshaller { public static PublishStagingConfigToProductionResponse unmarshall(PublishStagingConfigToProductionResponse publishStagingConfigToProductionResponse, UnmarshallerContext _ctx) { publishStagingConfigToProductionResponse.setRequestId(_ctx.stringValue("PublishStagingConfigToProductionResponse.RequestId")); return publishStagingConfigToProductionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/PushObjectCacheResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.PushObjectCacheResponse; import com.aliyuncs.transform.UnmarshallerContext; public class PushObjectCacheResponseUnmarshaller { public static PushObjectCacheResponse unmarshall(PushObjectCacheResponse pushObjectCacheResponse, UnmarshallerContext _ctx) { pushObjectCacheResponse.setRequestId(_ctx.stringValue("PushObjectCacheResponse.RequestId")); pushObjectCacheResponse.setPushTaskId(_ctx.stringValue("PushObjectCacheResponse.PushTaskId")); return pushObjectCacheResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/RefreshObjectCachesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.RefreshObjectCachesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RefreshObjectCachesResponseUnmarshaller { public static RefreshObjectCachesResponse unmarshall(RefreshObjectCachesResponse refreshObjectCachesResponse, UnmarshallerContext _ctx) { refreshObjectCachesResponse.setRequestId(_ctx.stringValue("RefreshObjectCachesResponse.RequestId")); refreshObjectCachesResponse.setRefreshTaskId(_ctx.stringValue("RefreshObjectCachesResponse.RefreshTaskId")); return refreshObjectCachesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/RollbackStagingConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.RollbackStagingConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RollbackStagingConfigResponseUnmarshaller { public static RollbackStagingConfigResponse unmarshall(RollbackStagingConfigResponse rollbackStagingConfigResponse, UnmarshallerContext _ctx) { rollbackStagingConfigResponse.setRequestId(_ctx.stringValue("RollbackStagingConfigResponse.RequestId")); return rollbackStagingConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetCdnDomainCSRCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetCdnDomainCSRCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetCdnDomainCSRCertificateResponseUnmarshaller { public static SetCdnDomainCSRCertificateResponse unmarshall(SetCdnDomainCSRCertificateResponse setCdnDomainCSRCertificateResponse, UnmarshallerContext _ctx) { setCdnDomainCSRCertificateResponse.setRequestId(_ctx.stringValue("SetCdnDomainCSRCertificateResponse.RequestId")); return setCdnDomainCSRCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetCdnDomainSMCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetCdnDomainSMCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetCdnDomainSMCertificateResponseUnmarshaller { public static SetCdnDomainSMCertificateResponse unmarshall(SetCdnDomainSMCertificateResponse setCdnDomainSMCertificateResponse, UnmarshallerContext _ctx) { setCdnDomainSMCertificateResponse.setRequestId(_ctx.stringValue("SetCdnDomainSMCertificateResponse.RequestId")); return setCdnDomainSMCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetCdnDomainSSLCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetCdnDomainSSLCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetCdnDomainSSLCertificateResponseUnmarshaller { public static SetCdnDomainSSLCertificateResponse unmarshall(SetCdnDomainSSLCertificateResponse setCdnDomainSSLCertificateResponse, UnmarshallerContext _ctx) { setCdnDomainSSLCertificateResponse.setRequestId(_ctx.stringValue("SetCdnDomainSSLCertificateResponse.RequestId")); return setCdnDomainSSLCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetCdnDomainStagingConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cdn.model.v20180510.SetCdnDomainStagingConfigResponse; import com.aliyuncs.cdn.model.v20180510.SetCdnDomainStagingConfigResponse.DomainConfigModel; import com.aliyuncs.transform.UnmarshallerContext; public class SetCdnDomainStagingConfigResponseUnmarshaller { public static SetCdnDomainStagingConfigResponse unmarshall(SetCdnDomainStagingConfigResponse setCdnDomainStagingConfigResponse, UnmarshallerContext _ctx) { setCdnDomainStagingConfigResponse.setRequestId(_ctx.stringValue("SetCdnDomainStagingConfigResponse.RequestId")); List<DomainConfigModel> domainConfigList = new ArrayList<DomainConfigModel>(); for (int i = 0; i < _ctx.lengthValue("SetCdnDomainStagingConfigResponse.DomainConfigList.Length"); i++) { DomainConfigModel domainConfigModel = new DomainConfigModel(); domainConfigModel.setConfigId(_ctx.longValue("SetCdnDomainStagingConfigResponse.DomainConfigList["+ i +"].ConfigId")); domainConfigModel.setDomainName(_ctx.stringValue("SetCdnDomainStagingConfigResponse.DomainConfigList["+ i +"].DomainName")); domainConfigModel.setFunctionName(_ctx.stringValue("SetCdnDomainStagingConfigResponse.DomainConfigList["+ i +"].FunctionName")); domainConfigList.add(domainConfigModel); } setCdnDomainStagingConfigResponse.setDomainConfigList(domainConfigList); return setCdnDomainStagingConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetDomainServerCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetDomainServerCertificateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetDomainServerCertificateResponseUnmarshaller { public static SetDomainServerCertificateResponse unmarshall(SetDomainServerCertificateResponse setDomainServerCertificateResponse, UnmarshallerContext _ctx) { setDomainServerCertificateResponse.setRequestId(_ctx.stringValue("SetDomainServerCertificateResponse.RequestId")); return setDomainServerCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetReqHeaderConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetReqHeaderConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetReqHeaderConfigResponseUnmarshaller { public static SetReqHeaderConfigResponse unmarshall(SetReqHeaderConfigResponse setReqHeaderConfigResponse, UnmarshallerContext _ctx) { setReqHeaderConfigResponse.setRequestId(_ctx.stringValue("SetReqHeaderConfigResponse.RequestId")); return setReqHeaderConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/SetWaitingRoomConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.SetWaitingRoomConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetWaitingRoomConfigResponseUnmarshaller { public static SetWaitingRoomConfigResponse unmarshall(SetWaitingRoomConfigResponse setWaitingRoomConfigResponse, UnmarshallerContext _ctx) { setWaitingRoomConfigResponse.setRequestId(_ctx.stringValue("SetWaitingRoomConfigResponse.RequestId")); return setWaitingRoomConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/StartCdnDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.StartCdnDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartCdnDomainResponseUnmarshaller { public static StartCdnDomainResponse unmarshall(StartCdnDomainResponse startCdnDomainResponse, UnmarshallerContext _ctx) { startCdnDomainResponse.setRequestId(_ctx.stringValue("StartCdnDomainResponse.RequestId")); return startCdnDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/StopCdnDomainResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.StopCdnDomainResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StopCdnDomainResponseUnmarshaller { public static StopCdnDomainResponse unmarshall(StopCdnDomainResponse stopCdnDomainResponse, UnmarshallerContext _ctx) { stopCdnDomainResponse.setRequestId(_ctx.stringValue("StopCdnDomainResponse.RequestId")); return stopCdnDomainResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/TagResourcesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.TagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class TagResourcesResponseUnmarshaller { public static TagResourcesResponse unmarshall(TagResourcesResponse tagResourcesResponse, UnmarshallerContext _ctx) { tagResourcesResponse.setRequestId(_ctx.stringValue("TagResourcesResponse.RequestId")); return tagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/UntagResourcesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.UntagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UntagResourcesResponseUnmarshaller { public static UntagResourcesResponse unmarshall(UntagResourcesResponse untagResourcesResponse, UnmarshallerContext _ctx) { untagResourcesResponse.setRequestId(_ctx.stringValue("UntagResourcesResponse.RequestId")); return untagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/UpdateCdnDeliverTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.UpdateCdnDeliverTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateCdnDeliverTaskResponseUnmarshaller { public static UpdateCdnDeliverTaskResponse unmarshall(UpdateCdnDeliverTaskResponse updateCdnDeliverTaskResponse, UnmarshallerContext _ctx) { updateCdnDeliverTaskResponse.setRequestId(_ctx.stringValue("UpdateCdnDeliverTaskResponse.RequestId")); return updateCdnDeliverTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/UpdateCdnSubTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.UpdateCdnSubTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateCdnSubTaskResponseUnmarshaller { public static UpdateCdnSubTaskResponse unmarshall(UpdateCdnSubTaskResponse updateCdnSubTaskResponse, UnmarshallerContext _ctx) { updateCdnSubTaskResponse.setRequestId(_ctx.stringValue("UpdateCdnSubTaskResponse.RequestId")); return updateCdnSubTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/UpdateFCTriggerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.UpdateFCTriggerResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateFCTriggerResponseUnmarshaller { public static UpdateFCTriggerResponse unmarshall(UpdateFCTriggerResponse updateFCTriggerResponse, UnmarshallerContext _ctx) { updateFCTriggerResponse.setRequestId(_ctx.stringValue("UpdateFCTriggerResponse.RequestId")); return updateFCTriggerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/transform/v20180510/VerifyDomainOwnerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdn.transform.v20180510; import com.aliyuncs.cdn.model.v20180510.VerifyDomainOwnerResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VerifyDomainOwnerResponseUnmarshaller { public static VerifyDomainOwnerResponse unmarshall(VerifyDomainOwnerResponse verifyDomainOwnerResponse, UnmarshallerContext _ctx) { verifyDomainOwnerResponse.setRequestId(_ctx.stringValue("VerifyDomainOwnerResponse.RequestId")); verifyDomainOwnerResponse.setContent(_ctx.stringValue("VerifyDomainOwnerResponse.Content")); return verifyDomainOwnerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/AddCdrsMonitorRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AddCdrsMonitorRequest extends RpcAcsRequest<AddCdrsMonitorResponse> { private String monitorType; private String corpId; private String description; private String notifierAppSecret; private String notifierExtendValues; private String notifierUrl; private String notifierType; private Integer batchIndicator; private Integer notifierTimeOut; private String algorithmVendor; public AddCdrsMonitorRequest() { super("CDRS", "2020-11-01", "AddCdrsMonitor"); setMethod(MethodType.POST); } public String getMonitorType() { return this.monitorType; } public void setMonitorType(String monitorType) { this.monitorType = monitorType; if(monitorType != null){ putBodyParameter("MonitorType", monitorType); } } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putBodyParameter("Description", description); } } public String getNotifierAppSecret() { return this.notifierAppSecret; } public void setNotifierAppSecret(String notifierAppSecret) { this.notifierAppSecret = notifierAppSecret; if(notifierAppSecret != null){ putBodyParameter("NotifierAppSecret", notifierAppSecret); } } public String getNotifierExtendValues() { return this.notifierExtendValues; } public void setNotifierExtendValues(String notifierExtendValues) { this.notifierExtendValues = notifierExtendValues; if(notifierExtendValues != null){ putBodyParameter("NotifierExtendValues", notifierExtendValues); } } public String getNotifierUrl() { return this.notifierUrl; } public void setNotifierUrl(String notifierUrl) { this.notifierUrl = notifierUrl; if(notifierUrl != null){ putBodyParameter("NotifierUrl", notifierUrl); } } public String getNotifierType() { return this.notifierType; } public void setNotifierType(String notifierType) { this.notifierType = notifierType; if(notifierType != null){ putBodyParameter("NotifierType", notifierType); } } public Integer getBatchIndicator() { return this.batchIndicator; } public void setBatchIndicator(Integer batchIndicator) { this.batchIndicator = batchIndicator; if(batchIndicator != null){ putBodyParameter("BatchIndicator", batchIndicator.toString()); } } public Integer getNotifierTimeOut() { return this.notifierTimeOut; } public void setNotifierTimeOut(Integer notifierTimeOut) { this.notifierTimeOut = notifierTimeOut; if(notifierTimeOut != null){ putBodyParameter("NotifierTimeOut", notifierTimeOut.toString()); } } public String getAlgorithmVendor() { return this.algorithmVendor; } public void setAlgorithmVendor(String algorithmVendor) { this.algorithmVendor = algorithmVendor; if(algorithmVendor != null){ putBodyParameter("AlgorithmVendor", algorithmVendor); } } @Override public Class<AddCdrsMonitorResponse> getResponseClass() { return AddCdrsMonitorResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/AddCdrsMonitorResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.AddCdrsMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddCdrsMonitorResponse extends AcsResponse { private String requestId; private String code; private String message; private Data data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String taskId; public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } } @Override public AddCdrsMonitorResponse getInstance(UnmarshallerContext context) { return AddCdrsMonitorResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/BindDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class BindDeviceRequest extends RpcAcsRequest<BindDeviceResponse> { private String corpId; private List<Devices> devicess; public BindDeviceRequest() { super("CDRS", "2020-11-01", "BindDevice"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public List<Devices> getDevicess() { return this.devicess; } public void setDevicess(List<Devices> devicess) { this.devicess = devicess; if (devicess != null) { for (int depth1 = 0; depth1 < devicess.size(); depth1++) { putBodyParameter("Devices." + (depth1 + 1) + ".CorpId" , devicess.get(depth1).getCorpId()); putBodyParameter("Devices." + (depth1 + 1) + ".DeviceId" , devicess.get(depth1).getDeviceId()); } } } public static class Devices { private String corpId; private String deviceId; public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } } @Override public Class<BindDeviceResponse> getResponseClass() { return BindDeviceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/BindDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.BindDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BindDeviceResponse extends AcsResponse { private String requestId; private String code; private String message; private List<Datas> data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private Boolean success; private String code; private String message; private String deviceId; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } } @Override public BindDeviceResponse getInstance(UnmarshallerContext context) { return BindDeviceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/CreateProjectRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreateProjectRequest extends RpcAcsRequest<CreateProjectResponse> { private String icon; private String description; private String name; private String aggregateSceneCode; public CreateProjectRequest() { super("CDRS", "2020-11-01", "CreateProject"); setMethod(MethodType.POST); } public String getIcon() { return this.icon; } public void setIcon(String icon) { this.icon = icon; if(icon != null){ putBodyParameter("Icon", icon); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putBodyParameter("Description", description); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putBodyParameter("Name", name); } } public String getAggregateSceneCode() { return this.aggregateSceneCode; } public void setAggregateSceneCode(String aggregateSceneCode) { this.aggregateSceneCode = aggregateSceneCode; if(aggregateSceneCode != null){ putBodyParameter("AggregateSceneCode", aggregateSceneCode); } } @Override public Class<CreateProjectResponse> getResponseClass() { return CreateProjectResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/CreateProjectResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.CreateProjectResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateProjectResponse extends AcsResponse { private String requestId; private String code; private String message; private String corpId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } @Override public CreateProjectResponse getInstance(UnmarshallerContext context) { return CreateProjectResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/GetCdrsMonitorListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCdrsMonitorListRequest extends RpcAcsRequest<GetCdrsMonitorListResponse> { private String corpId; private Integer pageNo; private Integer pageSize; public GetCdrsMonitorListRequest() { super("CDRS", "2020-11-01", "GetCdrsMonitorList"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putBodyParameter("PageNo", pageNo.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } @Override public Class<GetCdrsMonitorListResponse> getResponseClass() { return GetCdrsMonitorListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/GetCdrsMonitorListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.GetCdrsMonitorListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCdrsMonitorListResponse extends AcsResponse { private String code; private String message; private String requestId; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer pageNo; private Integer pageSize; private Integer totalCount; private Integer totalPage; private List<Record> records; public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getTotalPage() { return this.totalPage; } public void setTotalPage(Integer totalPage) { this.totalPage = totalPage; } public List<Record> getRecords() { return this.records; } public void setRecords(List<Record> records) { this.records = records; } public static class Record { private String taskId; private String status; private String monitorType; private String ruleName; private String algorithmVendor; private String createDate; private String modifiedDate; private String deviceList; private String attributes; private String ruleExpression; private String notifierType; private String notifierExtra; private String description; private String expression; private String imageMatch; public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMonitorType() { return this.monitorType; } public void setMonitorType(String monitorType) { this.monitorType = monitorType; } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; } public String getAlgorithmVendor() { return this.algorithmVendor; } public void setAlgorithmVendor(String algorithmVendor) { this.algorithmVendor = algorithmVendor; } public String getCreateDate() { return this.createDate; } public void setCreateDate(String createDate) { this.createDate = createDate; } public String getModifiedDate() { return this.modifiedDate; } public void setModifiedDate(String modifiedDate) { this.modifiedDate = modifiedDate; } public String getDeviceList() { return this.deviceList; } public void setDeviceList(String deviceList) { this.deviceList = deviceList; } public String getAttributes() { return this.attributes; } public void setAttributes(String attributes) { this.attributes = attributes; } public String getRuleExpression() { return this.ruleExpression; } public void setRuleExpression(String ruleExpression) { this.ruleExpression = ruleExpression; } public String getNotifierType() { return this.notifierType; } public void setNotifierType(String notifierType) { this.notifierType = notifierType; } public String getNotifierExtra() { return this.notifierExtra; } public void setNotifierExtra(String notifierExtra) { this.notifierExtra = notifierExtra; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getExpression() { return this.expression; } public void setExpression(String expression) { this.expression = expression; } public String getImageMatch() { return this.imageMatch; } public void setImageMatch(String imageMatch) { this.imageMatch = imageMatch; } } } @Override public GetCdrsMonitorListResponse getInstance(UnmarshallerContext context) { return GetCdrsMonitorListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/GetCdrsMonitorResultRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCdrsMonitorResultRequest extends RpcAcsRequest<GetCdrsMonitorResultResponse> { private String corpId; private Long endTime; private Long startTime; private String algorithmVendor; private String minRecordId; private String taskId; public GetCdrsMonitorResultRequest() { super("CDRS", "2020-11-01", "GetCdrsMonitorResult"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime.toString()); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime.toString()); } } public String getAlgorithmVendor() { return this.algorithmVendor; } public void setAlgorithmVendor(String algorithmVendor) { this.algorithmVendor = algorithmVendor; if(algorithmVendor != null){ putBodyParameter("AlgorithmVendor", algorithmVendor); } } public String getMinRecordId() { return this.minRecordId; } public void setMinRecordId(String minRecordId) { this.minRecordId = minRecordId; if(minRecordId != null){ putBodyParameter("MinRecordId", minRecordId); } } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; if(taskId != null){ putBodyParameter("TaskId", taskId); } } @Override public Class<GetCdrsMonitorResultResponse> getResponseClass() { return GetCdrsMonitorResultResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/GetCdrsMonitorResultResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.GetCdrsMonitorResultResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCdrsMonitorResultResponse extends AcsResponse { private String code; private String message; private String requestId; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String maxId; private List<RecordsItem> records; public String getMaxId() { return this.maxId; } public void setMaxId(String maxId) { this.maxId = maxId; } public List<RecordsItem> getRecords() { return this.records; } public void setRecords(List<RecordsItem> records) { this.records = records; } public static class RecordsItem { private String rightBottomY; private String rightBottomX; private String leftUpY; private String leftUpX; private String gbId; private String score; private String picUrl; private String shotTime; private String monitorPicUrl; private String targetPicUrl; private String taskId; private ExtendInfo extendInfo; public String getRightBottomY() { return this.rightBottomY; } public void setRightBottomY(String rightBottomY) { this.rightBottomY = rightBottomY; } public String getRightBottomX() { return this.rightBottomX; } public void setRightBottomX(String rightBottomX) { this.rightBottomX = rightBottomX; } public String getLeftUpY() { return this.leftUpY; } public void setLeftUpY(String leftUpY) { this.leftUpY = leftUpY; } public String getLeftUpX() { return this.leftUpX; } public void setLeftUpX(String leftUpX) { this.leftUpX = leftUpX; } public String getGbId() { return this.gbId; } public void setGbId(String gbId) { this.gbId = gbId; } public String getScore() { return this.score; } public void setScore(String score) { this.score = score; } public String getPicUrl() { return this.picUrl; } public void setPicUrl(String picUrl) { this.picUrl = picUrl; } public String getShotTime() { return this.shotTime; } public void setShotTime(String shotTime) { this.shotTime = shotTime; } public String getMonitorPicUrl() { return this.monitorPicUrl; } public void setMonitorPicUrl(String monitorPicUrl) { this.monitorPicUrl = monitorPicUrl; } public String getTargetPicUrl() { return this.targetPicUrl; } public void setTargetPicUrl(String targetPicUrl) { this.targetPicUrl = targetPicUrl; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public ExtendInfo getExtendInfo() { return this.extendInfo; } public void setExtendInfo(ExtendInfo extendInfo) { this.extendInfo = extendInfo; } public static class ExtendInfo { private String plateNo; public String getPlateNo() { return this.plateNo; } public void setPlateNo(String plateNo) { this.plateNo = plateNo; } } } } @Override public GetCdrsMonitorResultResponse getInstance(UnmarshallerContext context) { return GetCdrsMonitorResultResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListAreaHotSpotMetricsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListAreaHotSpotMetricsRequest extends RpcAcsRequest<ListAreaHotSpotMetricsResponse> { private String corpId; private String endTime; private String startTime; private String deviceId; private String pageNumber; private String pageSize; private String personId; public ListAreaHotSpotMetricsRequest() { super("CDRS", "2020-11-01", "ListAreaHotSpotMetrics"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime); } } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; if(deviceId != null){ putBodyParameter("DeviceId", deviceId); } } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize); } } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; if(personId != null){ putBodyParameter("PersonId", personId); } } @Override public Class<ListAreaHotSpotMetricsResponse> getResponseClass() { return ListAreaHotSpotMetricsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListAreaHotSpotMetricsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListAreaHotSpotMetricsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAreaHotSpotMetricsResponse extends AcsResponse { private String code; private String message; private String requestId; private String pageNumber; private String pageSize; private String totalCount; private List<DataItem> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String times; private String coordinates; private String deviceId; private String personId; private String intervalTime; public String getTimes() { return this.times; } public void setTimes(String times) { this.times = times; } public String getCoordinates() { return this.coordinates; } public void setCoordinates(String coordinates) { this.coordinates = coordinates; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getIntervalTime() { return this.intervalTime; } public void setIntervalTime(String intervalTime) { this.intervalTime = intervalTime; } } @Override public ListAreaHotSpotMetricsResponse getInstance(UnmarshallerContext context) { return ListAreaHotSpotMetricsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapAoisRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapAoisRequest extends RpcAcsRequest<ListCityMapAoisResponse> { private String latitude; private Integer radius; private String longitude; public ListCityMapAoisRequest() { super("CDRS", "2020-11-01", "ListCityMapAois"); setMethod(MethodType.POST); } public String getLatitude() { return this.latitude; } public void setLatitude(String latitude) { this.latitude = latitude; if(latitude != null){ putBodyParameter("Latitude", latitude); } } public Integer getRadius() { return this.radius; } public void setRadius(Integer radius) { this.radius = radius; if(radius != null){ putBodyParameter("Radius", radius.toString()); } } public String getLongitude() { return this.longitude; } public void setLongitude(String longitude) { this.longitude = longitude; if(longitude != null){ putBodyParameter("Longitude", longitude); } } @Override public Class<ListCityMapAoisResponse> getResponseClass() { return ListCityMapAoisResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapAoisResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapAoisResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapAoisResponse extends AcsResponse { private String code; private String message; private String requestId; private Long totalCount; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String id; private String value; public String getId() { return this.id; } public void setId(String id) { this.id = id; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } @Override public ListCityMapAoisResponse getInstance(UnmarshallerContext context) { return ListCityMapAoisResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapCameraResultsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapCameraResultsRequest extends RpcAcsRequest<ListCityMapCameraResultsResponse> { private Long pageNum; private List<Object> dataSourceIdList; private Long pageSize; public ListCityMapCameraResultsRequest() { super("CDRS", "2020-11-01", "ListCityMapCameraResults"); setMethod(MethodType.POST); } public Long getPageNum() { return this.pageNum; } public void setPageNum(Long pageNum) { this.pageNum = pageNum; if(pageNum != null){ putBodyParameter("PageNum", pageNum.toString()); } } public List<Object> getDataSourceIdList() { return this.dataSourceIdList; } public void setDataSourceIdList(List<Object> dataSourceIdList) { this.dataSourceIdList = dataSourceIdList; if(dataSourceIdList != null){ putBodyParameter("DataSourceIdList", new Gson().toJson(dataSourceIdList)); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } @Override public Class<ListCityMapCameraResultsResponse> getResponseClass() { return ListCityMapCameraResultsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapCameraResultsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapCameraResultsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapCameraResultsResponse extends AcsResponse { private String code; private String message; private String requestId; private Long totalCount; private String pageNum; private String pageSize; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public String getPageNum() { return this.pageNum; } public void setPageNum(String pageNum) { this.pageNum = pageNum; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String dataSourceId; private String latitude; private String longitude; private String nearPoi; private String dataSourcePoi; private String dataSourceName; private String corpId; public String getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(String dataSourceId) { this.dataSourceId = dataSourceId; } public String getLatitude() { return this.latitude; } public void setLatitude(String latitude) { this.latitude = latitude; } public String getLongitude() { return this.longitude; } public void setLongitude(String longitude) { this.longitude = longitude; } public String getNearPoi() { return this.nearPoi; } public void setNearPoi(String nearPoi) { this.nearPoi = nearPoi; } public String getDataSourcePoi() { return this.dataSourcePoi; } public void setDataSourcePoi(String dataSourcePoi) { this.dataSourcePoi = dataSourcePoi; } public String getDataSourceName() { return this.dataSourceName; } public void setDataSourceName(String dataSourceName) { this.dataSourceName = dataSourceName; } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } } @Override public ListCityMapCameraResultsResponse getInstance(UnmarshallerContext context) { return ListCityMapCameraResultsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapCameraStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapCameraStatisticsRequest extends RpcAcsRequest<ListCityMapCameraStatisticsResponse> { private String endTime; private String startTime; private Long pageNumber; private String dataSourceIdList; private Long pageSize; public ListCityMapCameraStatisticsRequest() { super("CDRS", "2020-11-01", "ListCityMapCameraStatistics"); setMethod(MethodType.POST); } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber.toString()); } } public String getDataSourceIdList() { return this.dataSourceIdList; } public void setDataSourceIdList(String dataSourceIdList) { this.dataSourceIdList = dataSourceIdList; if(dataSourceIdList != null){ putBodyParameter("DataSourceIdList", dataSourceIdList); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } @Override public Class<ListCityMapCameraStatisticsResponse> getResponseClass() { return ListCityMapCameraStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapCameraStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapCameraStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapCameraStatisticsResponse extends AcsResponse { private String code; private String message; private String requestId; private Long pageNumber; private Long pageSize; private Long totalCount; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String dataSourceId; private String latitude; private String longitude; private String dataSourceName; private String corpId; private String adultValue; private String womanValue; private String motorValue; private String manValue; private String oldValue; private String childValue; private String statisticTime; public String getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(String dataSourceId) { this.dataSourceId = dataSourceId; } public String getLatitude() { return this.latitude; } public void setLatitude(String latitude) { this.latitude = latitude; } public String getLongitude() { return this.longitude; } public void setLongitude(String longitude) { this.longitude = longitude; } public String getDataSourceName() { return this.dataSourceName; } public void setDataSourceName(String dataSourceName) { this.dataSourceName = dataSourceName; } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } public String getAdultValue() { return this.adultValue; } public void setAdultValue(String adultValue) { this.adultValue = adultValue; } public String getWomanValue() { return this.womanValue; } public void setWomanValue(String womanValue) { this.womanValue = womanValue; } public String getMotorValue() { return this.motorValue; } public void setMotorValue(String motorValue) { this.motorValue = motorValue; } public String getManValue() { return this.manValue; } public void setManValue(String manValue) { this.manValue = manValue; } public String getOldValue() { return this.oldValue; } public void setOldValue(String oldValue) { this.oldValue = oldValue; } public String getChildValue() { return this.childValue; } public void setChildValue(String childValue) { this.childValue = childValue; } public String getStatisticTime() { return this.statisticTime; } public void setStatisticTime(String statisticTime) { this.statisticTime = statisticTime; } } @Override public ListCityMapCameraStatisticsResponse getInstance(UnmarshallerContext context) { return ListCityMapCameraStatisticsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapImageDetailsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapImageDetailsRequest extends RpcAcsRequest<ListCityMapImageDetailsResponse> { private String timeInterval; private Long recordNumber; private String dataSourceId; public ListCityMapImageDetailsRequest() { super("CDRS", "2020-11-01", "ListCityMapImageDetails"); setMethod(MethodType.POST); } public String getTimeInterval() { return this.timeInterval; } public void setTimeInterval(String timeInterval) { this.timeInterval = timeInterval; if(timeInterval != null){ putBodyParameter("TimeInterval", timeInterval); } } public Long getRecordNumber() { return this.recordNumber; } public void setRecordNumber(Long recordNumber) { this.recordNumber = recordNumber; if(recordNumber != null){ putBodyParameter("RecordNumber", recordNumber.toString()); } } public String getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(String dataSourceId) { this.dataSourceId = dataSourceId; if(dataSourceId != null){ putBodyParameter("DataSourceId", dataSourceId); } } @Override public Class<ListCityMapImageDetailsResponse> getResponseClass() { return ListCityMapImageDetailsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapImageDetailsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapImageDetailsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapImageDetailsResponse extends AcsResponse { private String code; private String message; private String requestId; private Long pageNumber; private Long pageSize; private Long totalCount; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String personTargetImageStoragePath; private String ageLowerLimit; private String ageUpLimit; private String vehicleColor; private String trousersColor; private String dataSourceId; private String gender; private String ageLowerLimitReliability; private String genderCodeReliability; private String vehicleClassReliability; private String recordId; private String ageCodeReliability; private String sourceImageStoragePath; private String vehicleClass; private String motorTargetImageStoragePath; private String coatColor; private String faceTargetImageStoragePath; private String shotTime; private String vehicleColorReliability; private String trousersColorReliability; private String coatColorReliability; private String leftTopX; private String leftTopY; private String rightBottomX; private String rightBottomY; public String getPersonTargetImageStoragePath() { return this.personTargetImageStoragePath; } public void setPersonTargetImageStoragePath(String personTargetImageStoragePath) { this.personTargetImageStoragePath = personTargetImageStoragePath; } public String getAgeLowerLimit() { return this.ageLowerLimit; } public void setAgeLowerLimit(String ageLowerLimit) { this.ageLowerLimit = ageLowerLimit; } public String getAgeUpLimit() { return this.ageUpLimit; } public void setAgeUpLimit(String ageUpLimit) { this.ageUpLimit = ageUpLimit; } public String getVehicleColor() { return this.vehicleColor; } public void setVehicleColor(String vehicleColor) { this.vehicleColor = vehicleColor; } public String getTrousersColor() { return this.trousersColor; } public void setTrousersColor(String trousersColor) { this.trousersColor = trousersColor; } public String getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(String dataSourceId) { this.dataSourceId = dataSourceId; } public String getGender() { return this.gender; } public void setGender(String gender) { this.gender = gender; } public String getAgeLowerLimitReliability() { return this.ageLowerLimitReliability; } public void setAgeLowerLimitReliability(String ageLowerLimitReliability) { this.ageLowerLimitReliability = ageLowerLimitReliability; } public String getGenderCodeReliability() { return this.genderCodeReliability; } public void setGenderCodeReliability(String genderCodeReliability) { this.genderCodeReliability = genderCodeReliability; } public String getVehicleClassReliability() { return this.vehicleClassReliability; } public void setVehicleClassReliability(String vehicleClassReliability) { this.vehicleClassReliability = vehicleClassReliability; } public String getRecordId() { return this.recordId; } public void setRecordId(String recordId) { this.recordId = recordId; } public String getAgeCodeReliability() { return this.ageCodeReliability; } public void setAgeCodeReliability(String ageCodeReliability) { this.ageCodeReliability = ageCodeReliability; } public String getSourceImageStoragePath() { return this.sourceImageStoragePath; } public void setSourceImageStoragePath(String sourceImageStoragePath) { this.sourceImageStoragePath = sourceImageStoragePath; } public String getVehicleClass() { return this.vehicleClass; } public void setVehicleClass(String vehicleClass) { this.vehicleClass = vehicleClass; } public String getMotorTargetImageStoragePath() { return this.motorTargetImageStoragePath; } public void setMotorTargetImageStoragePath(String motorTargetImageStoragePath) { this.motorTargetImageStoragePath = motorTargetImageStoragePath; } public String getCoatColor() { return this.coatColor; } public void setCoatColor(String coatColor) { this.coatColor = coatColor; } public String getFaceTargetImageStoragePath() { return this.faceTargetImageStoragePath; } public void setFaceTargetImageStoragePath(String faceTargetImageStoragePath) { this.faceTargetImageStoragePath = faceTargetImageStoragePath; } public String getShotTime() { return this.shotTime; } public void setShotTime(String shotTime) { this.shotTime = shotTime; } public String getVehicleColorReliability() { return this.vehicleColorReliability; } public void setVehicleColorReliability(String vehicleColorReliability) { this.vehicleColorReliability = vehicleColorReliability; } public String getTrousersColorReliability() { return this.trousersColorReliability; } public void setTrousersColorReliability(String trousersColorReliability) { this.trousersColorReliability = trousersColorReliability; } public String getCoatColorReliability() { return this.coatColorReliability; } public void setCoatColorReliability(String coatColorReliability) { this.coatColorReliability = coatColorReliability; } public String getLeftTopX() { return this.leftTopX; } public void setLeftTopX(String leftTopX) { this.leftTopX = leftTopX; } public String getLeftTopY() { return this.leftTopY; } public void setLeftTopY(String leftTopY) { this.leftTopY = leftTopY; } public String getRightBottomX() { return this.rightBottomX; } public void setRightBottomX(String rightBottomX) { this.rightBottomX = rightBottomX; } public String getRightBottomY() { return this.rightBottomY; } public void setRightBottomY(String rightBottomY) { this.rightBottomY = rightBottomY; } } @Override public ListCityMapImageDetailsResponse getInstance(UnmarshallerContext context) { return ListCityMapImageDetailsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapPersonFlowRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapPersonFlowRequest extends RpcAcsRequest<ListCityMapPersonFlowResponse> { private String endTime; private String range; private String startTime; private List<Object> originDataSourceIdList; private Long pageNumber; private String targetDataSourceIdList; private Long pageSize; public ListCityMapPersonFlowRequest() { super("CDRS", "2020-11-01", "ListCityMapPersonFlow"); setMethod(MethodType.POST); } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public String getRange() { return this.range; } public void setRange(String range) { this.range = range; if(range != null){ putBodyParameter("Range", range); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime); } } public List<Object> getOriginDataSourceIdList() { return this.originDataSourceIdList; } public void setOriginDataSourceIdList(List<Object> originDataSourceIdList) { this.originDataSourceIdList = originDataSourceIdList; if(originDataSourceIdList != null){ putBodyParameter("OriginDataSourceIdList", new Gson().toJson(originDataSourceIdList)); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber.toString()); } } public String getTargetDataSourceIdList() { return this.targetDataSourceIdList; } public void setTargetDataSourceIdList(String targetDataSourceIdList) { this.targetDataSourceIdList = targetDataSourceIdList; if(targetDataSourceIdList != null){ putBodyParameter("TargetDataSourceIdList", targetDataSourceIdList); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } @Override public Class<ListCityMapPersonFlowResponse> getResponseClass() { return ListCityMapPersonFlowResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapPersonFlowResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapPersonFlowResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapPersonFlowResponse extends AcsResponse { private String code; private String message; private String requestId; private Long pageNumber; private Long pageSize; private Long totalCount; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String originDataSourceId; private String targetDataSourceId; private String flowNumber; private String flowDirection; public String getOriginDataSourceId() { return this.originDataSourceId; } public void setOriginDataSourceId(String originDataSourceId) { this.originDataSourceId = originDataSourceId; } public String getTargetDataSourceId() { return this.targetDataSourceId; } public void setTargetDataSourceId(String targetDataSourceId) { this.targetDataSourceId = targetDataSourceId; } public String getFlowNumber() { return this.flowNumber; } public void setFlowNumber(String flowNumber) { this.flowNumber = flowNumber; } public String getFlowDirection() { return this.flowDirection; } public void setFlowDirection(String flowDirection) { this.flowDirection = flowDirection; } } @Override public ListCityMapPersonFlowResponse getInstance(UnmarshallerContext context) { return ListCityMapPersonFlowResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapRangeStatisticRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCityMapRangeStatisticRequest extends RpcAcsRequest<ListCityMapRangeStatisticResponse> { private String latitude; private String endTime; private Long pageNumber; private Long pageSize; private Integer radius; private String longitude; public ListCityMapRangeStatisticRequest() { super("CDRS", "2020-11-01", "ListCityMapRangeStatistic"); setMethod(MethodType.POST); } public String getLatitude() { return this.latitude; } public void setLatitude(String latitude) { this.latitude = latitude; if(latitude != null){ putBodyParameter("Latitude", latitude); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber.toString()); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } public Integer getRadius() { return this.radius; } public void setRadius(Integer radius) { this.radius = radius; if(radius != null){ putBodyParameter("Radius", radius.toString()); } } public String getLongitude() { return this.longitude; } public void setLongitude(String longitude) { this.longitude = longitude; if(longitude != null){ putBodyParameter("Longitude", longitude); } } @Override public Class<ListCityMapRangeStatisticResponse> getResponseClass() { return ListCityMapRangeStatisticResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCityMapRangeStatisticResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCityMapRangeStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCityMapRangeStatisticResponse extends AcsResponse { private String code; private String message; private String requestId; private Long pageNumber; private Long pageSize; private Long totalCount; private List<Datas> data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<Datas> getData() { return this.data; } public void setData(List<Datas> data) { this.data = data; } public static class Datas { private String dataSourceId; private String latitude; private String longitude; private String dataSourceName; private String corpId; private String adultValue; private String womanValue; private String motorValue; private String manValue; private String oldValue; private String childValue; public String getDataSourceId() { return this.dataSourceId; } public void setDataSourceId(String dataSourceId) { this.dataSourceId = dataSourceId; } public String getLatitude() { return this.latitude; } public void setLatitude(String latitude) { this.latitude = latitude; } public String getLongitude() { return this.longitude; } public void setLongitude(String longitude) { this.longitude = longitude; } public String getDataSourceName() { return this.dataSourceName; } public void setDataSourceName(String dataSourceName) { this.dataSourceName = dataSourceName; } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } public String getAdultValue() { return this.adultValue; } public void setAdultValue(String adultValue) { this.adultValue = adultValue; } public String getWomanValue() { return this.womanValue; } public void setWomanValue(String womanValue) { this.womanValue = womanValue; } public String getMotorValue() { return this.motorValue; } public void setMotorValue(String motorValue) { this.motorValue = motorValue; } public String getManValue() { return this.manValue; } public void setManValue(String manValue) { this.manValue = manValue; } public String getOldValue() { return this.oldValue; } public void setOldValue(String oldValue) { this.oldValue = oldValue; } public String getChildValue() { return this.childValue; } public void setChildValue(String childValue) { this.childValue = childValue; } } @Override public ListCityMapRangeStatisticResponse getInstance(UnmarshallerContext context) { return ListCityMapRangeStatisticResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCorpMetricsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCorpMetricsRequest extends RpcAcsRequest<ListCorpMetricsResponse> { private String corpId; private String endTime; private String startTime; private Long pageNumber; private String deviceGroupList; private String tagCode; private String userGroupList; private Long pageSize; private String deviceIdList; public ListCorpMetricsRequest() { super("CDRS", "2020-11-01", "ListCorpMetrics"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber.toString()); } } public String getDeviceGroupList() { return this.deviceGroupList; } public void setDeviceGroupList(String deviceGroupList) { this.deviceGroupList = deviceGroupList; if(deviceGroupList != null){ putBodyParameter("DeviceGroupList", deviceGroupList); } } public String getTagCode() { return this.tagCode; } public void setTagCode(String tagCode) { this.tagCode = tagCode; if(tagCode != null){ putBodyParameter("TagCode", tagCode); } } public String getUserGroupList() { return this.userGroupList; } public void setUserGroupList(String userGroupList) { this.userGroupList = userGroupList; if(userGroupList != null){ putBodyParameter("UserGroupList", userGroupList); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } public String getDeviceIdList() { return this.deviceIdList; } public void setDeviceIdList(String deviceIdList) { this.deviceIdList = deviceIdList; if(deviceIdList != null){ putBodyParameter("DeviceIdList", deviceIdList); } } @Override public Class<ListCorpMetricsResponse> getResponseClass() { return ListCorpMetricsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCorpMetricsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCorpMetricsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCorpMetricsResponse extends AcsResponse { private Integer totalCount; private Integer pageSize; private String message; private String requestId; private Integer pageNumber; private String code; private String success; private List<DataItem> data; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String corpId; private String personId; private String deviceGroupId; private String deviceId; private String userGroupId; private String tagMetrics; private String tagCode; private String tagValue; private String dateId; public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getDeviceGroupId() { return this.deviceGroupId; } public void setDeviceGroupId(String deviceGroupId) { this.deviceGroupId = deviceGroupId; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } public String getUserGroupId() { return this.userGroupId; } public void setUserGroupId(String userGroupId) { this.userGroupId = userGroupId; } public String getTagMetrics() { return this.tagMetrics; } public void setTagMetrics(String tagMetrics) { this.tagMetrics = tagMetrics; } public String getTagCode() { return this.tagCode; } public void setTagCode(String tagCode) { this.tagCode = tagCode; } public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; } public String getDateId() { return this.dateId; } public void setDateId(String dateId) { this.dateId = dateId; } } @Override public ListCorpMetricsResponse getInstance(UnmarshallerContext context) { return ListCorpMetricsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCorpMetricsStatisticRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCorpMetricsStatisticRequest extends RpcAcsRequest<ListCorpMetricsStatisticResponse> { private String corpId; private String endTime; private String startTime; private Long pageNumber; private String deviceGroupList; private String tagCode; private String userGroupList; private Long pageSize; private String deviceIdList; public ListCorpMetricsStatisticRequest() { super("CDRS", "2020-11-01", "ListCorpMetricsStatistic"); setMethod(MethodType.POST); } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; if(corpId != null){ putBodyParameter("CorpId", corpId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putBodyParameter("PageNumber", pageNumber.toString()); } } public String getDeviceGroupList() { return this.deviceGroupList; } public void setDeviceGroupList(String deviceGroupList) { this.deviceGroupList = deviceGroupList; if(deviceGroupList != null){ putBodyParameter("DeviceGroupList", deviceGroupList); } } public String getTagCode() { return this.tagCode; } public void setTagCode(String tagCode) { this.tagCode = tagCode; if(tagCode != null){ putBodyParameter("TagCode", tagCode); } } public String getUserGroupList() { return this.userGroupList; } public void setUserGroupList(String userGroupList) { this.userGroupList = userGroupList; if(userGroupList != null){ putBodyParameter("UserGroupList", userGroupList); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } public String getDeviceIdList() { return this.deviceIdList; } public void setDeviceIdList(String deviceIdList) { this.deviceIdList = deviceIdList; if(deviceIdList != null){ putBodyParameter("DeviceIdList", deviceIdList); } } @Override public Class<ListCorpMetricsStatisticResponse> getResponseClass() { return ListCorpMetricsStatisticResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model
java-sources/com/aliyun/aliyun-java-sdk-cdrs/1.0.8/com/aliyuncs/cdrs/model/v20201101/ListCorpMetricsStatisticResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cdrs.model.v20201101; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cdrs.transform.v20201101.ListCorpMetricsStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCorpMetricsStatisticResponse extends AcsResponse { private Integer totalCount; private Integer pageSize; private String message; private String requestId; private Integer pageNumber; private String code; private String success; private List<DataItem> data; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String corpId; private String personId; private String deviceGroupId; private String deviceId; private String userGroupId; private String tagMetrics; private String tagCode; private String tagValue; private String dateId; public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getDeviceGroupId() { return this.deviceGroupId; } public void setDeviceGroupId(String deviceGroupId) { this.deviceGroupId = deviceGroupId; } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } public String getUserGroupId() { return this.userGroupId; } public void setUserGroupId(String userGroupId) { this.userGroupId = userGroupId; } public String getTagMetrics() { return this.tagMetrics; } public void setTagMetrics(String tagMetrics) { this.tagMetrics = tagMetrics; } public String getTagCode() { return this.tagCode; } public void setTagCode(String tagCode) { this.tagCode = tagCode; } public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; } public String getDateId() { return this.dateId; } public void setDateId(String dateId) { this.dateId = dateId; } } @Override public ListCorpMetricsStatisticResponse getInstance(UnmarshallerContext context) { return ListCorpMetricsStatisticResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }