index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/ListShopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.ListShopResponse;
import com.aliyuncs.cd.model.v2021127.ListShopResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListShopResponseUnmarshaller {
public static ListShopResponse unmarshall(ListShopResponse listShopResponse, UnmarshallerContext _ctx) {
listShopResponse.setRequestId(_ctx.stringValue("ListShopResponse.RequestId"));
listShopResponse.setSuccess(_ctx.booleanValue("ListShopResponse.Success"));
listShopResponse.setMessage(_ctx.stringValue("ListShopResponse.Message"));
listShopResponse.setCode(_ctx.stringValue("ListShopResponse.Code"));
listShopResponse.setHttpStatusCode(_ctx.integerValue("ListShopResponse.HttpStatusCode"));
listShopResponse.setTotalCount(_ctx.longValue("ListShopResponse.TotalCount"));
listShopResponse.setPageNumber(_ctx.integerValue("ListShopResponse.PageNumber"));
listShopResponse.setPageSize(_ctx.integerValue("ListShopResponse.PageSize"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("ListShopResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setShopId(_ctx.stringValue("ListShopResponse.Data["+ i +"].ShopId"));
dataItem.setShopName(_ctx.stringValue("ListShopResponse.Data["+ i +"].ShopName"));
dataItem.setLocation(_ctx.stringValue("ListShopResponse.Data["+ i +"].Location"));
dataItem.setLongitude(_ctx.stringValue("ListShopResponse.Data["+ i +"].Longitude"));
dataItem.setLatitude(_ctx.stringValue("ListShopResponse.Data["+ i +"].Latitude"));
dataItem.setRegionAddress(_ctx.stringValue("ListShopResponse.Data["+ i +"].RegionAddress"));
dataItem.setRegionCode(_ctx.stringValue("ListShopResponse.Data["+ i +"].RegionCode"));
dataItem.setRemark(_ctx.stringValue("ListShopResponse.Data["+ i +"].Remark"));
dataItem.setDeviceNum(_ctx.integerValue("ListShopResponse.Data["+ i +"].DeviceNum"));
dataItem.setGmtCreateTime(_ctx.longValue("ListShopResponse.Data["+ i +"].GmtCreateTime"));
dataItem.setWeekdaysStartTime(_ctx.stringValue("ListShopResponse.Data["+ i +"].WeekdaysStartTime"));
dataItem.setWeekdaysEndTime(_ctx.stringValue("ListShopResponse.Data["+ i +"].WeekdaysEndTime"));
dataItem.setWeekendStartTime(_ctx.stringValue("ListShopResponse.Data["+ i +"].WeekendStartTime"));
dataItem.setWeekendEndTime(_ctx.stringValue("ListShopResponse.Data["+ i +"].WeekendEndTime"));
dataItem.setBusinessStatus(_ctx.integerValue("ListShopResponse.Data["+ i +"].BusinessStatus"));
List<String> deviceMacList = new ArrayList<String>();
for (int j = 0; j < _ctx.lengthValue("ListShopResponse.Data["+ i +"].DeviceMacList.Length"); j++) {
deviceMacList.add(_ctx.stringValue("ListShopResponse.Data["+ i +"].DeviceMacList["+ j +"]"));
}
dataItem.setDeviceMacList(deviceMacList);
List<String> shopGroupIds = new ArrayList<String>();
for (int j = 0; j < _ctx.lengthValue("ListShopResponse.Data["+ i +"].ShopGroupIds.Length"); j++) {
shopGroupIds.add(_ctx.stringValue("ListShopResponse.Data["+ i +"].ShopGroupIds["+ j +"]"));
}
dataItem.setShopGroupIds(shopGroupIds);
data.add(dataItem);
}
listShopResponse.setData(data);
return listShopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/PushStoreSpeechDataResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.PushStoreSpeechDataResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PushStoreSpeechDataResponseUnmarshaller {
public static PushStoreSpeechDataResponse unmarshall(PushStoreSpeechDataResponse pushStoreSpeechDataResponse, UnmarshallerContext _ctx) {
pushStoreSpeechDataResponse.setRequestId(_ctx.stringValue("PushStoreSpeechDataResponse.RequestId"));
pushStoreSpeechDataResponse.setSuccess(_ctx.booleanValue("PushStoreSpeechDataResponse.Success"));
pushStoreSpeechDataResponse.setMessage(_ctx.stringValue("PushStoreSpeechDataResponse.Message"));
pushStoreSpeechDataResponse.setCode(_ctx.stringValue("PushStoreSpeechDataResponse.Code"));
pushStoreSpeechDataResponse.setHttpStatusCode(_ctx.integerValue("PushStoreSpeechDataResponse.HttpStatusCode"));
return pushStoreSpeechDataResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryDeviceDataListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryDeviceDataListResponse;
import com.aliyuncs.cd.model.v2021127.QueryDeviceDataListResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryDeviceDataListResponseUnmarshaller {
public static QueryDeviceDataListResponse unmarshall(QueryDeviceDataListResponse queryDeviceDataListResponse, UnmarshallerContext _ctx) {
queryDeviceDataListResponse.setRequestId(_ctx.stringValue("QueryDeviceDataListResponse.RequestId"));
queryDeviceDataListResponse.setSuccess(_ctx.booleanValue("QueryDeviceDataListResponse.Success"));
queryDeviceDataListResponse.setMessage(_ctx.stringValue("QueryDeviceDataListResponse.Message"));
queryDeviceDataListResponse.setCode(_ctx.stringValue("QueryDeviceDataListResponse.Code"));
queryDeviceDataListResponse.setHttpStatusCode(_ctx.integerValue("QueryDeviceDataListResponse.HttpStatusCode"));
queryDeviceDataListResponse.setTotalCount(_ctx.longValue("QueryDeviceDataListResponse.TotalCount"));
queryDeviceDataListResponse.setPageNumber(_ctx.integerValue("QueryDeviceDataListResponse.PageNumber"));
queryDeviceDataListResponse.setPageSize(_ctx.integerValue("QueryDeviceDataListResponse.PageSize"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryDeviceDataListResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setDeviceName(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].DeviceName"));
dataItem.setSn(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].Sn"));
dataItem.setMac(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].Mac"));
dataItem.setDeviceGroupList(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].DeviceGroupList"));
dataItem.setDeviceModel(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].DeviceModel"));
dataItem.setDeviceType(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].DeviceType"));
dataItem.setShopName(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].ShopName"));
dataItem.setShopId(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].ShopId"));
dataItem.setRegionAddress(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].RegionAddress"));
dataItem.setStatus(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].Status"));
dataItem.setBusinessStatus(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].BusinessStatus"));
dataItem.setAppVersion(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].AppVersion"));
dataItem.setProvince(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].Province"));
dataItem.setCity(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].City"));
dataItem.setRegion(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].Region"));
dataItem.setLastOnlineTime(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].LastOnlineTime"));
dataItem.setDeviceSpecificModel(_ctx.stringValue("QueryDeviceDataListResponse.Data["+ i +"].DeviceSpecificModel"));
data.add(dataItem);
}
queryDeviceDataListResponse.setData(data);
return queryDeviceDataListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryFaultBriefListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryFaultBriefListResponse;
import com.aliyuncs.cd.model.v2021127.QueryFaultBriefListResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryFaultBriefListResponseUnmarshaller {
public static QueryFaultBriefListResponse unmarshall(QueryFaultBriefListResponse queryFaultBriefListResponse, UnmarshallerContext _ctx) {
queryFaultBriefListResponse.setRequestId(_ctx.stringValue("QueryFaultBriefListResponse.RequestId"));
queryFaultBriefListResponse.setSuccess(_ctx.booleanValue("QueryFaultBriefListResponse.Success"));
queryFaultBriefListResponse.setMessage(_ctx.stringValue("QueryFaultBriefListResponse.Message"));
queryFaultBriefListResponse.setCode(_ctx.stringValue("QueryFaultBriefListResponse.Code"));
queryFaultBriefListResponse.setHttpStatusCode(_ctx.integerValue("QueryFaultBriefListResponse.HttpStatusCode"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryFaultBriefListResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setFaultType(_ctx.integerValue("QueryFaultBriefListResponse.Data["+ i +"].FaultType"));
dataItem.setRecoveryNum(_ctx.integerValue("QueryFaultBriefListResponse.Data["+ i +"].RecoveryNum"));
dataItem.setFaultNum(_ctx.integerValue("QueryFaultBriefListResponse.Data["+ i +"].FaultNum"));
data.add(dataItem);
}
queryFaultBriefListResponse.setData(data);
return queryFaultBriefListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryFaultDeviceListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryFaultDeviceListResponse;
import com.aliyuncs.cd.model.v2021127.QueryFaultDeviceListResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryFaultDeviceListResponseUnmarshaller {
public static QueryFaultDeviceListResponse unmarshall(QueryFaultDeviceListResponse queryFaultDeviceListResponse, UnmarshallerContext _ctx) {
queryFaultDeviceListResponse.setRequestId(_ctx.stringValue("QueryFaultDeviceListResponse.RequestId"));
queryFaultDeviceListResponse.setSuccess(_ctx.booleanValue("QueryFaultDeviceListResponse.Success"));
queryFaultDeviceListResponse.setMessage(_ctx.stringValue("QueryFaultDeviceListResponse.Message"));
queryFaultDeviceListResponse.setCode(_ctx.stringValue("QueryFaultDeviceListResponse.Code"));
queryFaultDeviceListResponse.setHttpStatusCode(_ctx.integerValue("QueryFaultDeviceListResponse.HttpStatusCode"));
queryFaultDeviceListResponse.setTotalCount(_ctx.longValue("QueryFaultDeviceListResponse.TotalCount"));
queryFaultDeviceListResponse.setPageNumber(_ctx.integerValue("QueryFaultDeviceListResponse.PageNumber"));
queryFaultDeviceListResponse.setPageSize(_ctx.integerValue("QueryFaultDeviceListResponse.PageSize"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryFaultDeviceListResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setDeviceName(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].DeviceName"));
dataItem.setBelongShop(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].BelongShop"));
dataItem.setTicketNum(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].TicketNum"));
dataItem.setDailyOnlineTime(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].DailyOnlineTime"));
dataItem.setVersion(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].Version"));
dataItem.setLastOnlineTime(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].LastOnlineTime"));
dataItem.setFaultNum(_ctx.integerValue("QueryFaultDeviceListResponse.Data["+ i +"].FaultNum"));
dataItem.setStatus(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].Status"));
dataItem.setMac(_ctx.stringValue("QueryFaultDeviceListResponse.Data["+ i +"].Mac"));
data.add(dataItem);
}
queryFaultDeviceListResponse.setData(data);
return queryFaultDeviceListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryLabelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryLabelResponse;
import com.aliyuncs.cd.model.v2021127.QueryLabelResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryLabelResponseUnmarshaller {
public static QueryLabelResponse unmarshall(QueryLabelResponse queryLabelResponse, UnmarshallerContext _ctx) {
queryLabelResponse.setRequestId(_ctx.stringValue("QueryLabelResponse.RequestId"));
queryLabelResponse.setSuccess(_ctx.booleanValue("QueryLabelResponse.Success"));
queryLabelResponse.setMessage(_ctx.stringValue("QueryLabelResponse.Message"));
queryLabelResponse.setCode(_ctx.stringValue("QueryLabelResponse.Code"));
queryLabelResponse.setHttpStatusCode(_ctx.integerValue("QueryLabelResponse.HttpStatusCode"));
queryLabelResponse.setPageSize(_ctx.integerValue("QueryLabelResponse.PageSize"));
queryLabelResponse.setPageNo(_ctx.integerValue("QueryLabelResponse.PageNo"));
queryLabelResponse.setTotal(_ctx.integerValue("QueryLabelResponse.Total"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryLabelResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setCategory(_ctx.stringValue("QueryLabelResponse.Data["+ i +"].Category"));
dataItem.setLabelId(_ctx.stringValue("QueryLabelResponse.Data["+ i +"].LabelId"));
dataItem.setTitle(_ctx.stringValue("QueryLabelResponse.Data["+ i +"].Title"));
dataItem.setLabel(_ctx.stringValue("QueryLabelResponse.Data["+ i +"].Label"));
data.add(dataItem);
}
queryLabelResponse.setData(data);
return queryLabelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryOperationIndexResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.QueryOperationIndexResponse;
import com.aliyuncs.cd.model.v2021127.QueryOperationIndexResponse.Data;
import com.aliyuncs.cd.model.v2021127.QueryOperationIndexResponse.Data.DeviceIndex;
import com.aliyuncs.cd.model.v2021127.QueryOperationIndexResponse.Data.ShopIndex;
import com.aliyuncs.cd.model.v2021127.QueryOperationIndexResponse.Data.TicketIndex;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryOperationIndexResponseUnmarshaller {
public static QueryOperationIndexResponse unmarshall(QueryOperationIndexResponse queryOperationIndexResponse, UnmarshallerContext _ctx) {
queryOperationIndexResponse.setRequestId(_ctx.stringValue("QueryOperationIndexResponse.RequestId"));
queryOperationIndexResponse.setSuccess(_ctx.booleanValue("QueryOperationIndexResponse.Success"));
queryOperationIndexResponse.setMessage(_ctx.stringValue("QueryOperationIndexResponse.Message"));
queryOperationIndexResponse.setCode(_ctx.stringValue("QueryOperationIndexResponse.Code"));
queryOperationIndexResponse.setHttpStatusCode(_ctx.integerValue("QueryOperationIndexResponse.HttpStatusCode"));
Data data = new Data();
ShopIndex shopIndex = new ShopIndex();
shopIndex.setShopTotal(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.ShopTotal"));
shopIndex.setNetWorkShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.NetWorkShopNum"));
shopIndex.setInstalledShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.InstalledShopNum"));
shopIndex.setNotWorkShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.NotWorkShopNum"));
shopIndex.setUpholdShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.UpholdShopNum"));
shopIndex.setNormalShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.NormalShopNum"));
shopIndex.setFaultShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.FaultShopNum"));
shopIndex.setHighFreqFaultShopNum(_ctx.integerValue("QueryOperationIndexResponse.Data.ShopIndex.HighFreqFaultShopNum"));
data.setShopIndex(shopIndex);
DeviceIndex deviceIndex = new DeviceIndex();
deviceIndex.setOnlineNum(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.OnlineNum"));
deviceIndex.setCpuAverage(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.CpuAverage"));
deviceIndex.setStorageAverage(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.StorageAverage"));
deviceIndex.setNetworkTraffic(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.NetworkTraffic"));
deviceIndex.setTotalWorkingDeviceNum(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.TotalWorkingDeviceNum"));
deviceIndex.setNormalDeviceNum(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.NormalDeviceNum"));
deviceIndex.setFaultDeviceNum(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.FaultDeviceNum"));
deviceIndex.setHighFreqFaultDeviceNum(_ctx.integerValue("QueryOperationIndexResponse.Data.DeviceIndex.HighFreqFaultDeviceNum"));
data.setDeviceIndex(deviceIndex);
TicketIndex ticketIndex = new TicketIndex();
ticketIndex.setTotalTicketNum(_ctx.integerValue("QueryOperationIndexResponse.Data.TicketIndex.TotalTicketNum"));
ticketIndex.setAutoRecoverTicketNum(_ctx.integerValue("QueryOperationIndexResponse.Data.TicketIndex.AutoRecoverTicketNum"));
ticketIndex.setOpenTicketNum(_ctx.integerValue("QueryOperationIndexResponse.Data.TicketIndex.OpenTicketNum"));
ticketIndex.setRecoverRate(_ctx.doubleValue("QueryOperationIndexResponse.Data.TicketIndex.RecoverRate"));
ticketIndex.setAutoRecoverRate(_ctx.doubleValue("QueryOperationIndexResponse.Data.TicketIndex.AutoRecoverRate"));
data.setTicketIndex(ticketIndex);
queryOperationIndexResponse.setData(data);
return queryOperationIndexResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryShopIndexResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryShopIndexResponse;
import com.aliyuncs.cd.model.v2021127.QueryShopIndexResponse.Data;
import com.aliyuncs.cd.model.v2021127.QueryShopIndexResponse.Data.ShopIndex;
import com.aliyuncs.cd.model.v2021127.QueryShopIndexResponse.Data.ShopScheduleIndex;
import com.aliyuncs.cd.model.v2021127.QueryShopIndexResponse.Data.ShopScheduleIndex.FailShopsItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryShopIndexResponseUnmarshaller {
public static QueryShopIndexResponse unmarshall(QueryShopIndexResponse queryShopIndexResponse, UnmarshallerContext _ctx) {
queryShopIndexResponse.setRequestId(_ctx.stringValue("QueryShopIndexResponse.RequestId"));
queryShopIndexResponse.setSuccess(_ctx.booleanValue("QueryShopIndexResponse.Success"));
queryShopIndexResponse.setMessage(_ctx.stringValue("QueryShopIndexResponse.Message"));
queryShopIndexResponse.setCode(_ctx.stringValue("QueryShopIndexResponse.Code"));
queryShopIndexResponse.setHttpStatusCode(_ctx.integerValue("QueryShopIndexResponse.HttpStatusCode"));
Data data = new Data();
ShopScheduleIndex shopScheduleIndex = new ShopScheduleIndex();
shopScheduleIndex.setScheduleNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopScheduleIndex.ScheduleNum"));
shopScheduleIndex.setScheduleShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopScheduleIndex.ScheduleShopNum"));
shopScheduleIndex.setSuccessRate(_ctx.floatValue("QueryShopIndexResponse.Data.ShopScheduleIndex.SuccessRate"));
shopScheduleIndex.setFailShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopScheduleIndex.FailShopNum"));
shopScheduleIndex.setCostTime(_ctx.doubleValue("QueryShopIndexResponse.Data.ShopScheduleIndex.CostTime"));
List<FailShopsItem> failShops = new ArrayList<FailShopsItem>();
for (int i = 0; i < _ctx.lengthValue("QueryShopIndexResponse.Data.ShopScheduleIndex.FailShops.Length"); i++) {
FailShopsItem failShopsItem = new FailShopsItem();
failShopsItem.setShopId(_ctx.stringValue("QueryShopIndexResponse.Data.ShopScheduleIndex.FailShops["+ i +"].ShopId"));
failShopsItem.setShopName(_ctx.stringValue("QueryShopIndexResponse.Data.ShopScheduleIndex.FailShops["+ i +"].ShopName"));
failShops.add(failShopsItem);
}
shopScheduleIndex.setFailShops(failShops);
data.setShopScheduleIndex(shopScheduleIndex);
ShopIndex shopIndex = new ShopIndex();
shopIndex.setShopTotal(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.ShopTotal"));
shopIndex.setNetWorkShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.NetWorkShopNum"));
shopIndex.setInstalledShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.InstalledShopNum"));
shopIndex.setNotWorkShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.NotWorkShopNum"));
shopIndex.setUpholdShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.UpholdShopNum"));
shopIndex.setNormalShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.NormalShopNum"));
shopIndex.setFaultShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.FaultShopNum"));
shopIndex.setHighFreqFaultShopNum(_ctx.integerValue("QueryShopIndexResponse.Data.ShopIndex.HighFreqFaultShopNum"));
data.setShopIndex(shopIndex);
queryShopIndexResponse.setData(data);
return queryShopIndexResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/QueryTicketListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.QueryTicketListResponse;
import com.aliyuncs.cd.model.v2021127.QueryTicketListResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryTicketListResponseUnmarshaller {
public static QueryTicketListResponse unmarshall(QueryTicketListResponse queryTicketListResponse, UnmarshallerContext _ctx) {
queryTicketListResponse.setRequestId(_ctx.stringValue("QueryTicketListResponse.RequestId"));
queryTicketListResponse.setSuccess(_ctx.booleanValue("QueryTicketListResponse.Success"));
queryTicketListResponse.setMessage(_ctx.stringValue("QueryTicketListResponse.Message"));
queryTicketListResponse.setCode(_ctx.stringValue("QueryTicketListResponse.Code"));
queryTicketListResponse.setHttpStatusCode(_ctx.integerValue("QueryTicketListResponse.HttpStatusCode"));
queryTicketListResponse.setTotalCount(_ctx.longValue("QueryTicketListResponse.TotalCount"));
queryTicketListResponse.setPageNumber(_ctx.integerValue("QueryTicketListResponse.PageNumber"));
queryTicketListResponse.setPageSize(_ctx.integerValue("QueryTicketListResponse.PageSize"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryTicketListResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setTicketId(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].TicketId"));
dataItem.setDeviceSn(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].DeviceSn"));
dataItem.setDeviceAlias(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].DeviceAlias"));
dataItem.setShopName(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].ShopName"));
dataItem.setShopId(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].ShopId"));
dataItem.setTicketType(_ctx.stringValue("QueryTicketListResponse.Data["+ i +"].TicketType"));
dataItem.setStatus(_ctx.integerValue("QueryTicketListResponse.Data["+ i +"].Status"));
dataItem.setSubmitDate(_ctx.longValue("QueryTicketListResponse.Data["+ i +"].SubmitDate"));
dataItem.setUpdateDate(_ctx.longValue("QueryTicketListResponse.Data["+ i +"].UpdateDate"));
data.add(dataItem);
}
queryTicketListResponse.setData(data);
return queryTicketListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/RemoveShopFromGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.RemoveShopFromGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemoveShopFromGroupResponseUnmarshaller {
public static RemoveShopFromGroupResponse unmarshall(RemoveShopFromGroupResponse removeShopFromGroupResponse, UnmarshallerContext _ctx) {
removeShopFromGroupResponse.setRequestId(_ctx.stringValue("RemoveShopFromGroupResponse.RequestId"));
removeShopFromGroupResponse.setSuccess(_ctx.booleanValue("RemoveShopFromGroupResponse.Success"));
removeShopFromGroupResponse.setMessage(_ctx.stringValue("RemoveShopFromGroupResponse.Message"));
removeShopFromGroupResponse.setCode(_ctx.stringValue("RemoveShopFromGroupResponse.Code"));
removeShopFromGroupResponse.setHttpStatusCode(_ctx.integerValue("RemoveShopFromGroupResponse.HttpStatusCode"));
removeShopFromGroupResponse.setData(_ctx.stringValue("RemoveShopFromGroupResponse.Data"));
return removeShopFromGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/RemoveShopsFromGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cd.model.v2021127.RemoveShopsFromGroupResponse;
import com.aliyuncs.cd.model.v2021127.RemoveShopsFromGroupResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemoveShopsFromGroupResponseUnmarshaller {
public static RemoveShopsFromGroupResponse unmarshall(RemoveShopsFromGroupResponse removeShopsFromGroupResponse, UnmarshallerContext _ctx) {
removeShopsFromGroupResponse.setRequestId(_ctx.stringValue("RemoveShopsFromGroupResponse.RequestId"));
removeShopsFromGroupResponse.setSuccess(_ctx.booleanValue("RemoveShopsFromGroupResponse.Success"));
removeShopsFromGroupResponse.setMessage(_ctx.stringValue("RemoveShopsFromGroupResponse.Message"));
removeShopsFromGroupResponse.setCode(_ctx.stringValue("RemoveShopsFromGroupResponse.Code"));
removeShopsFromGroupResponse.setHttpStatusCode(_ctx.integerValue("RemoveShopsFromGroupResponse.HttpStatusCode"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("RemoveShopsFromGroupResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setShopId(_ctx.stringValue("RemoveShopsFromGroupResponse.Data["+ i +"].ShopId"));
dataItem.setCode(_ctx.stringValue("RemoveShopsFromGroupResponse.Data["+ i +"].Code"));
dataItem.setMessage(_ctx.stringValue("RemoveShopsFromGroupResponse.Data["+ i +"].Message"));
data.add(dataItem);
}
removeShopsFromGroupResponse.setData(data);
return removeShopsFromGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/UpdateLabelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.UpdateLabelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateLabelResponseUnmarshaller {
public static UpdateLabelResponse unmarshall(UpdateLabelResponse updateLabelResponse, UnmarshallerContext _ctx) {
updateLabelResponse.setRequestId(_ctx.stringValue("UpdateLabelResponse.RequestId"));
updateLabelResponse.setSuccess(_ctx.booleanValue("UpdateLabelResponse.Success"));
updateLabelResponse.setMessage(_ctx.stringValue("UpdateLabelResponse.Message"));
updateLabelResponse.setCode(_ctx.stringValue("UpdateLabelResponse.Code"));
updateLabelResponse.setHttpStatusCode(_ctx.integerValue("UpdateLabelResponse.HttpStatusCode"));
return updateLabelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/UpdateShopGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.UpdateShopGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateShopGroupResponseUnmarshaller {
public static UpdateShopGroupResponse unmarshall(UpdateShopGroupResponse updateShopGroupResponse, UnmarshallerContext _ctx) {
updateShopGroupResponse.setRequestId(_ctx.stringValue("UpdateShopGroupResponse.RequestId"));
updateShopGroupResponse.setSuccess(_ctx.booleanValue("UpdateShopGroupResponse.Success"));
updateShopGroupResponse.setMessage(_ctx.stringValue("UpdateShopGroupResponse.Message"));
updateShopGroupResponse.setCode(_ctx.stringValue("UpdateShopGroupResponse.Code"));
updateShopGroupResponse.setHttpStatusCode(_ctx.integerValue("UpdateShopGroupResponse.HttpStatusCode"));
updateShopGroupResponse.setData(_ctx.stringValue("UpdateShopGroupResponse.Data"));
return updateShopGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/UpdateShopResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.UpdateShopResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateShopResponseUnmarshaller {
public static UpdateShopResponse unmarshall(UpdateShopResponse updateShopResponse, UnmarshallerContext _ctx) {
updateShopResponse.setRequestId(_ctx.stringValue("UpdateShopResponse.RequestId"));
updateShopResponse.setSuccess(_ctx.booleanValue("UpdateShopResponse.Success"));
updateShopResponse.setMessage(_ctx.stringValue("UpdateShopResponse.Message"));
updateShopResponse.setCode(_ctx.stringValue("UpdateShopResponse.Code"));
updateShopResponse.setHttpStatusCode(_ctx.integerValue("UpdateShopResponse.HttpStatusCode"));
updateShopResponse.setData(_ctx.stringValue("UpdateShopResponse.Data"));
return updateShopResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cd/1.0.0/com/aliyuncs/cd/transform/v2021127/UpdateSpeechTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cd.transform.v2021127;
import com.aliyuncs.cd.model.v2021127.UpdateSpeechTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateSpeechTemplateResponseUnmarshaller {
public static UpdateSpeechTemplateResponse unmarshall(UpdateSpeechTemplateResponse updateSpeechTemplateResponse, UnmarshallerContext _ctx) {
updateSpeechTemplateResponse.setRequestId(_ctx.stringValue("UpdateSpeechTemplateResponse.RequestId"));
updateSpeechTemplateResponse.setSuccess(_ctx.booleanValue("UpdateSpeechTemplateResponse.Success"));
updateSpeechTemplateResponse.setMessage(_ctx.stringValue("UpdateSpeechTemplateResponse.Message"));
updateSpeechTemplateResponse.setCode(_ctx.stringValue("UpdateSpeechTemplateResponse.Code"));
updateSpeechTemplateResponse.setHttpStatusCode(_ctx.integerValue("UpdateSpeechTemplateResponse.HttpStatusCode"));
return updateSpeechTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/Endpoint.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {
{
put("ap-south-1", "cdn.ap-southeast-1.aliyuncs.com");
put("eu-west-1", "cdn.ap-southeast-1.aliyuncs.com");
put("ap-southeast-1", "cdn.ap-southeast-1.aliyuncs.com");
put("ap-southeast-2", "cdn.ap-southeast-1.aliyuncs.com");
put("ap-southeast-3", "cdn.ap-southeast-1.aliyuncs.com");
put("eu-central-1", "cdn.ap-southeast-1.aliyuncs.com");
put("ap-northeast-1", "cdn.ap-southeast-1.aliyuncs.com");
put("ap-southeast-5", "cdn.ap-southeast-1.aliyuncs.com");
put("us-east-1", "cdn.ap-southeast-1.aliyuncs.com");
put("me-east-1", "cdn.ap-southeast-1.aliyuncs.com");
put("us-west-1", "cdn.ap-southeast-1.aliyuncs.com");
}
};
public static String endpointRegionalType = "central";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/AddCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class AddCdnDomainRequest extends RpcAcsRequest<AddCdnDomainResponse> {
private String sources;
private String resourceGroupId;
private String securityToken;
private String cdnType;
private String scope;
private List<Tag> tags;
private String topLevelDomain;
private String ownerAccount;
private String domainName;
private Long ownerId;
private String checkUrl;
public AddCdnDomainRequest() {
super("Cdn", "2018-05-10", "AddCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSources() {
return this.sources;
}
public void setSources(String sources) {
this.sources = sources;
if(sources != null){
putQueryParameter("Sources", sources);
}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getCdnType() {
return this.cdnType;
}
public void setCdnType(String cdnType) {
this.cdnType = cdnType;
if(cdnType != null){
putQueryParameter("CdnType", cdnType);
}
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
if(scope != null){
putQueryParameter("Scope", scope);
}
}
public List<Tag> getTags() {
return this.tags;
}
public void setTags(List<Tag> tags) {
this.tags = tags;
if (tags != null) {
for (int depth1 = 0; depth1 < tags.size(); depth1++) {
putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue());
putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey());
}
}
}
public String getTopLevelDomain() {
return this.topLevelDomain;
}
public void setTopLevelDomain(String topLevelDomain) {
this.topLevelDomain = topLevelDomain;
if(topLevelDomain != null){
putQueryParameter("TopLevelDomain", topLevelDomain);
}
}
public String getOwnerAccount() {
return this.ownerAccount;
}
public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getCheckUrl() {
return this.checkUrl;
}
public void setCheckUrl(String checkUrl) {
this.checkUrl = checkUrl;
if(checkUrl != null){
putQueryParameter("CheckUrl", checkUrl);
}
}
public static class Tag {
private String value;
private String key;
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
}
@Override
public Class<AddCdnDomainResponse> getResponseClass() {
return AddCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/AddCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.AddCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AddCdnDomainResponse getInstance(UnmarshallerContext context) {
return AddCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/AddFCTriggerRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class AddFCTriggerRequest extends RpcAcsRequest<AddFCTriggerResponse> {
private String triggerARN;
private String notes;
private String sourceARN;
private String roleARN;
private String eventMetaVersion;
private String eventMetaName;
private String functionARN;
public AddFCTriggerRequest() {
super("Cdn", "2018-05-10", "AddFCTrigger");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTriggerARN() {
return this.triggerARN;
}
public void setTriggerARN(String triggerARN) {
this.triggerARN = triggerARN;
if(triggerARN != null){
putQueryParameter("TriggerARN", triggerARN);
}
}
public String getNotes() {
return this.notes;
}
public void setNotes(String notes) {
this.notes = notes;
if(notes != null){
putBodyParameter("Notes", notes);
}
}
public String getSourceARN() {
return this.sourceARN;
}
public void setSourceARN(String sourceARN) {
this.sourceARN = sourceARN;
if(sourceARN != null){
putBodyParameter("SourceARN", sourceARN);
}
}
public String getRoleARN() {
return this.roleARN;
}
public void setRoleARN(String roleARN) {
this.roleARN = roleARN;
if(roleARN != null){
putBodyParameter("RoleARN", roleARN);
}
}
public String getEventMetaVersion() {
return this.eventMetaVersion;
}
public void setEventMetaVersion(String eventMetaVersion) {
this.eventMetaVersion = eventMetaVersion;
if(eventMetaVersion != null){
putBodyParameter("EventMetaVersion", eventMetaVersion);
}
}
public String getEventMetaName() {
return this.eventMetaName;
}
public void setEventMetaName(String eventMetaName) {
this.eventMetaName = eventMetaName;
if(eventMetaName != null){
putBodyParameter("EventMetaName", eventMetaName);
}
}
public String getFunctionARN() {
return this.functionARN;
}
public void setFunctionARN(String functionARN) {
this.functionARN = functionARN;
if(functionARN != null){
putBodyParameter("FunctionARN", functionARN);
}
}
@Override
public Class<AddFCTriggerResponse> getResponseClass() {
return AddFCTriggerResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/AddFCTriggerResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.AddFCTriggerResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddFCTriggerResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AddFCTriggerResponse getInstance(UnmarshallerContext context) {
return AddFCTriggerResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchAddCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchAddCdnDomainRequest extends RpcAcsRequest<BatchAddCdnDomainResponse> {
private String sources;
private String resourceGroupId;
private String securityToken;
private String cdnType;
private String scope;
private String topLevelDomain;
private String ownerAccount;
private String domainName;
private Long ownerId;
private String checkUrl;
public BatchAddCdnDomainRequest() {
super("Cdn", "2018-05-10", "BatchAddCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSources() {
return this.sources;
}
public void setSources(String sources) {
this.sources = sources;
if(sources != null){
putQueryParameter("Sources", sources);
}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getCdnType() {
return this.cdnType;
}
public void setCdnType(String cdnType) {
this.cdnType = cdnType;
if(cdnType != null){
putQueryParameter("CdnType", cdnType);
}
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
if(scope != null){
putQueryParameter("Scope", scope);
}
}
public String getTopLevelDomain() {
return this.topLevelDomain;
}
public void setTopLevelDomain(String topLevelDomain) {
this.topLevelDomain = topLevelDomain;
if(topLevelDomain != null){
putQueryParameter("TopLevelDomain", topLevelDomain);
}
}
public String getOwnerAccount() {
return this.ownerAccount;
}
public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getCheckUrl() {
return this.checkUrl;
}
public void setCheckUrl(String checkUrl) {
this.checkUrl = checkUrl;
if(checkUrl != null){
putQueryParameter("CheckUrl", checkUrl);
}
}
@Override
public Class<BatchAddCdnDomainResponse> getResponseClass() {
return BatchAddCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchAddCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchAddCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchAddCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchAddCdnDomainResponse getInstance(UnmarshallerContext context) {
return BatchAddCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchDeleteCdnDomainConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchDeleteCdnDomainConfigRequest extends RpcAcsRequest<BatchDeleteCdnDomainConfigResponse> {
private String functionNames;
private String domainNames;
private String ownerAccount;
private Long ownerId;
private String securityToken;
public BatchDeleteCdnDomainConfigRequest() {
super("Cdn", "2018-05-10", "BatchDeleteCdnDomainConfig");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFunctionNames() {
return this.functionNames;
}
public void setFunctionNames(String functionNames) {
this.functionNames = functionNames;
if(functionNames != null){
putQueryParameter("FunctionNames", functionNames);
}
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
if(domainNames != null){
putQueryParameter("DomainNames", domainNames);
}
}
public String getOwnerAccount() {
return this.ownerAccount;
}
public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
@Override
public Class<BatchDeleteCdnDomainConfigResponse> getResponseClass() {
return BatchDeleteCdnDomainConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchDeleteCdnDomainConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchDeleteCdnDomainConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchDeleteCdnDomainConfigResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchDeleteCdnDomainConfigResponse getInstance(UnmarshallerContext context) {
return BatchDeleteCdnDomainConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchSetCdnDomainConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchSetCdnDomainConfigRequest extends RpcAcsRequest<BatchSetCdnDomainConfigResponse> {
private String functions;
private String domainNames;
private String securityToken;
private String ownerAccount;
private Long ownerId;
public BatchSetCdnDomainConfigRequest() {
super("Cdn", "2018-05-10", "BatchSetCdnDomainConfig");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFunctions() {
return this.functions;
}
public void setFunctions(String functions) {
this.functions = functions;
if(functions != null){
putQueryParameter("Functions", functions);
}
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
if(domainNames != null){
putQueryParameter("DomainNames", domainNames);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getOwnerAccount() {
return this.ownerAccount;
}
public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<BatchSetCdnDomainConfigResponse> getResponseClass() {
return BatchSetCdnDomainConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchSetCdnDomainConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchSetCdnDomainConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchSetCdnDomainConfigResponse extends AcsResponse {
private String requestId;
private List<DomainConfigModel> domainConfigList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DomainConfigModel> getDomainConfigList() {
return this.domainConfigList;
}
public void setDomainConfigList(List<DomainConfigModel> domainConfigList) {
this.domainConfigList = domainConfigList;
}
public static class DomainConfigModel {
private Long configId;
private String domainName;
private String functionName;
public Long getConfigId() {
return this.configId;
}
public void setConfigId(Long configId) {
this.configId = configId;
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
public String getFunctionName() {
return this.functionName;
}
public void setFunctionName(String functionName) {
this.functionName = functionName;
}
}
@Override
public BatchSetCdnDomainConfigResponse getInstance(UnmarshallerContext context) {
return BatchSetCdnDomainConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchSetCdnDomainServerCertificateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchSetCdnDomainServerCertificateRequest extends RpcAcsRequest<BatchSetCdnDomainServerCertificateResponse> {
private String sSLProtocol;
private String securityToken;
private String certType;
private String sSLPri;
private String forceSet;
private String certName;
private String domainName;
private Long ownerId;
private String sSLPub;
private String region;
public BatchSetCdnDomainServerCertificateRequest() {
super("Cdn", "2018-05-10", "BatchSetCdnDomainServerCertificate");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSSLProtocol() {
return this.sSLProtocol;
}
public void setSSLProtocol(String sSLProtocol) {
this.sSLProtocol = sSLProtocol;
if(sSLProtocol != null){
putQueryParameter("SSLProtocol", sSLProtocol);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getCertType() {
return this.certType;
}
public void setCertType(String certType) {
this.certType = certType;
if(certType != null){
putQueryParameter("CertType", certType);
}
}
public String getSSLPri() {
return this.sSLPri;
}
public void setSSLPri(String sSLPri) {
this.sSLPri = sSLPri;
if(sSLPri != null){
putQueryParameter("SSLPri", sSLPri);
}
}
public String getForceSet() {
return this.forceSet;
}
public void setForceSet(String forceSet) {
this.forceSet = forceSet;
if(forceSet != null){
putQueryParameter("ForceSet", forceSet);
}
}
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
if(certName != null){
putQueryParameter("CertName", certName);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSSLPub() {
return this.sSLPub;
}
public void setSSLPub(String sSLPub) {
this.sSLPub = sSLPub;
if(sSLPub != null){
putQueryParameter("SSLPub", sSLPub);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<BatchSetCdnDomainServerCertificateResponse> getResponseClass() {
return BatchSetCdnDomainServerCertificateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchSetCdnDomainServerCertificateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchSetCdnDomainServerCertificateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchSetCdnDomainServerCertificateResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchSetCdnDomainServerCertificateResponse getInstance(UnmarshallerContext context) {
return BatchSetCdnDomainServerCertificateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchStartCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchStartCdnDomainRequest extends RpcAcsRequest<BatchStartCdnDomainResponse> {
private String domainNames;
private String securityToken;
private Long ownerId;
public BatchStartCdnDomainRequest() {
super("Cdn", "2018-05-10", "BatchStartCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
if(domainNames != null){
putQueryParameter("DomainNames", domainNames);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<BatchStartCdnDomainResponse> getResponseClass() {
return BatchStartCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchStartCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchStartCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchStartCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchStartCdnDomainResponse getInstance(UnmarshallerContext context) {
return BatchStartCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchStopCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchStopCdnDomainRequest extends RpcAcsRequest<BatchStopCdnDomainResponse> {
private String domainNames;
private String securityToken;
private Long ownerId;
public BatchStopCdnDomainRequest() {
super("Cdn", "2018-05-10", "BatchStopCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
if(domainNames != null){
putQueryParameter("DomainNames", domainNames);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<BatchStopCdnDomainResponse> getResponseClass() {
return BatchStopCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchStopCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchStopCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchStopCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchStopCdnDomainResponse getInstance(UnmarshallerContext context) {
return BatchStopCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchUpdateCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class BatchUpdateCdnDomainRequest extends RpcAcsRequest<BatchUpdateCdnDomainResponse> {
private String sources;
private String resourceGroupId;
private String securityToken;
private String topLevelDomain;
private String domainName;
private Long ownerId;
public BatchUpdateCdnDomainRequest() {
super("Cdn", "2018-05-10", "BatchUpdateCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSources() {
return this.sources;
}
public void setSources(String sources) {
this.sources = sources;
if(sources != null){
putQueryParameter("Sources", sources);
}
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
if(resourceGroupId != null){
putQueryParameter("ResourceGroupId", resourceGroupId);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getTopLevelDomain() {
return this.topLevelDomain;
}
public void setTopLevelDomain(String topLevelDomain) {
this.topLevelDomain = topLevelDomain;
if(topLevelDomain != null){
putQueryParameter("TopLevelDomain", topLevelDomain);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<BatchUpdateCdnDomainResponse> getResponseClass() {
return BatchUpdateCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/BatchUpdateCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.BatchUpdateCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BatchUpdateCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public BatchUpdateCdnDomainResponse getInstance(UnmarshallerContext context) {
return BatchUpdateCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnCertificateSigningRequestRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateCdnCertificateSigningRequestRequest extends RpcAcsRequest<CreateCdnCertificateSigningRequestResponse> {
private String country;
private String commonName;
private String city;
private String sANs;
private String organization;
private String state;
private String organizationUnit;
private String email;
public CreateCdnCertificateSigningRequestRequest() {
super("Cdn", "2018-05-10", "CreateCdnCertificateSigningRequest");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getCountry() {
return this.country;
}
public void setCountry(String country) {
this.country = country;
if(country != null){
putQueryParameter("Country", country);
}
}
public String getCommonName() {
return this.commonName;
}
public void setCommonName(String commonName) {
this.commonName = commonName;
if(commonName != null){
putQueryParameter("CommonName", commonName);
}
}
public String getCity() {
return this.city;
}
public void setCity(String city) {
this.city = city;
if(city != null){
putQueryParameter("City", city);
}
}
public String getSANs() {
return this.sANs;
}
public void setSANs(String sANs) {
this.sANs = sANs;
if(sANs != null){
putQueryParameter("SANs", sANs);
}
}
public String getOrganization() {
return this.organization;
}
public void setOrganization(String organization) {
this.organization = organization;
if(organization != null){
putQueryParameter("Organization", organization);
}
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
if(state != null){
putQueryParameter("State", state);
}
}
public String getOrganizationUnit() {
return this.organizationUnit;
}
public void setOrganizationUnit(String organizationUnit) {
this.organizationUnit = organizationUnit;
if(organizationUnit != null){
putQueryParameter("OrganizationUnit", organizationUnit);
}
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
if(email != null){
putQueryParameter("Email", email);
}
}
@Override
public Class<CreateCdnCertificateSigningRequestResponse> getResponseClass() {
return CreateCdnCertificateSigningRequestResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnCertificateSigningRequestResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateCdnCertificateSigningRequestResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateCdnCertificateSigningRequestResponse extends AcsResponse {
private String requestId;
private String pubMd5;
private String csr;
private String commonName;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getPubMd5() {
return this.pubMd5;
}
public void setPubMd5(String pubMd5) {
this.pubMd5 = pubMd5;
}
public String getCsr() {
return this.csr;
}
public void setCsr(String csr) {
this.csr = csr;
}
public String getCommonName() {
return this.commonName;
}
public void setCommonName(String commonName) {
this.commonName = commonName;
}
@Override
public CreateCdnCertificateSigningRequestResponse getInstance(UnmarshallerContext context) {
return CreateCdnCertificateSigningRequestResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnDeliverTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateCdnDeliverTaskRequest extends RpcAcsRequest<CreateCdnDeliverTaskResponse> {
private String reports;
private String schedule;
private String name;
private String domainName;
private String deliver;
public CreateCdnDeliverTaskRequest() {
super("Cdn", "2018-05-10", "CreateCdnDeliverTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getReports() {
return this.reports;
}
public void setReports(String reports) {
this.reports = reports;
if(reports != null){
putBodyParameter("Reports", reports);
}
}
public String getSchedule() {
return this.schedule;
}
public void setSchedule(String schedule) {
this.schedule = schedule;
if(schedule != null){
putBodyParameter("Schedule", schedule);
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putBodyParameter("DomainName", domainName);
}
}
public String getDeliver() {
return this.deliver;
}
public void setDeliver(String deliver) {
this.deliver = deliver;
if(deliver != null){
putBodyParameter("Deliver", deliver);
}
}
@Override
public Class<CreateCdnDeliverTaskResponse> getResponseClass() {
return CreateCdnDeliverTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnDeliverTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateCdnDeliverTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateCdnDeliverTaskResponse extends AcsResponse {
private String deliverId;
private String requestId;
public String getDeliverId() {
return this.deliverId;
}
public void setDeliverId(String deliverId) {
this.deliverId = deliverId;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateCdnDeliverTaskResponse getInstance(UnmarshallerContext context) {
return CreateCdnDeliverTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnSubTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateCdnSubTaskRequest extends RpcAcsRequest<CreateCdnSubTaskResponse> {
private String reportIds;
private String domainName;
public CreateCdnSubTaskRequest() {
super("Cdn", "2018-05-10", "CreateCdnSubTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getReportIds() {
return this.reportIds;
}
public void setReportIds(String reportIds) {
this.reportIds = reportIds;
if(reportIds != null){
putBodyParameter("ReportIds", reportIds);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putBodyParameter("DomainName", domainName);
}
}
@Override
public Class<CreateCdnSubTaskResponse> getResponseClass() {
return CreateCdnSubTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateCdnSubTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateCdnSubTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateCdnSubTaskResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateCdnSubTaskResponse getInstance(UnmarshallerContext context) {
return CreateCdnSubTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateRealTimeLogDeliveryRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateRealTimeLogDeliveryRequest extends RpcAcsRequest<CreateRealTimeLogDeliveryResponse> {
private String domain;
private String project;
private String region;
private String logstore;
public CreateRealTimeLogDeliveryRequest() {
super("Cdn", "2018-05-10", "CreateRealTimeLogDelivery");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomain() {
return this.domain;
}
public void setDomain(String domain) {
this.domain = domain;
if(domain != null){
putQueryParameter("Domain", domain);
}
}
public String getProject() {
return this.project;
}
public void setProject(String project) {
this.project = project;
if(project != null){
putQueryParameter("Project", project);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getLogstore() {
return this.logstore;
}
public void setLogstore(String logstore) {
this.logstore = logstore;
if(logstore != null){
putQueryParameter("Logstore", logstore);
}
}
@Override
public Class<CreateRealTimeLogDeliveryResponse> getResponseClass() {
return CreateRealTimeLogDeliveryResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateRealTimeLogDeliveryResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateRealTimeLogDeliveryResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateRealTimeLogDeliveryResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateRealTimeLogDeliveryResponse getInstance(UnmarshallerContext context) {
return CreateRealTimeLogDeliveryResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateUsageDetailDataExportTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateUsageDetailDataExportTaskRequest extends RpcAcsRequest<CreateUsageDetailDataExportTaskResponse> {
private String domainNames;
private String endTime;
private String taskName;
private String language;
private String startTime;
private String type;
private String group;
public CreateUsageDetailDataExportTaskRequest() {
super("Cdn", "2018-05-10", "CreateUsageDetailDataExportTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
if(domainNames != null){
putQueryParameter("DomainNames", domainNames);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getTaskName() {
return this.taskName;
}
public void setTaskName(String taskName) {
this.taskName = taskName;
if(taskName != null){
putQueryParameter("TaskName", taskName);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
if(group != null){
putQueryParameter("Group", group);
}
}
@Override
public Class<CreateUsageDetailDataExportTaskResponse> getResponseClass() {
return CreateUsageDetailDataExportTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateUsageDetailDataExportTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateUsageDetailDataExportTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateUsageDetailDataExportTaskResponse extends AcsResponse {
private String endTime;
private String startTime;
private String requestId;
private String taskId;
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
@Override
public CreateUsageDetailDataExportTaskResponse getInstance(UnmarshallerContext context) {
return CreateUsageDetailDataExportTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateUserUsageDataExportTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class CreateUserUsageDataExportTaskRequest extends RpcAcsRequest<CreateUserUsageDataExportTaskResponse> {
private String endTime;
private String taskName;
private String language;
private String startTime;
public CreateUserUsageDataExportTaskRequest() {
super("Cdn", "2018-05-10", "CreateUserUsageDataExportTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getTaskName() {
return this.taskName;
}
public void setTaskName(String taskName) {
this.taskName = taskName;
if(taskName != null){
putQueryParameter("TaskName", taskName);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
@Override
public Class<CreateUserUsageDataExportTaskResponse> getResponseClass() {
return CreateUserUsageDataExportTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/CreateUserUsageDataExportTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.CreateUserUsageDataExportTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateUserUsageDataExportTaskResponse extends AcsResponse {
private String endTime;
private String startTime;
private String requestId;
private String taskId;
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
@Override
public CreateUserUsageDataExportTaskResponse getInstance(UnmarshallerContext context) {
return CreateUserUsageDataExportTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnDeliverTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteCdnDeliverTaskRequest extends RpcAcsRequest<DeleteCdnDeliverTaskResponse> {
private Long deliverId;
public DeleteCdnDeliverTaskRequest() {
super("Cdn", "2018-05-10", "DeleteCdnDeliverTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getDeliverId() {
return this.deliverId;
}
public void setDeliverId(Long deliverId) {
this.deliverId = deliverId;
if(deliverId != null){
putQueryParameter("DeliverId", deliverId.toString());
}
}
@Override
public Class<DeleteCdnDeliverTaskResponse> getResponseClass() {
return DeleteCdnDeliverTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnDeliverTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteCdnDeliverTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteCdnDeliverTaskResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteCdnDeliverTaskResponse getInstance(UnmarshallerContext context) {
return DeleteCdnDeliverTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnDomainRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteCdnDomainRequest extends RpcAcsRequest<DeleteCdnDomainResponse> {
private String ownerAccount;
private String domainName;
private Long ownerId;
public DeleteCdnDomainRequest() {
super("Cdn", "2018-05-10", "DeleteCdnDomain");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getOwnerAccount() {
return this.ownerAccount;
}
public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<DeleteCdnDomainResponse> getResponseClass() {
return DeleteCdnDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnDomainResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteCdnDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteCdnDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteCdnDomainResponse getInstance(UnmarshallerContext context) {
return DeleteCdnDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnSubTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteCdnSubTaskRequest extends RpcAcsRequest<DeleteCdnSubTaskResponse> {
public DeleteCdnSubTaskRequest() {
super("Cdn", "2018-05-10", "DeleteCdnSubTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<DeleteCdnSubTaskResponse> getResponseClass() {
return DeleteCdnSubTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteCdnSubTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteCdnSubTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteCdnSubTaskResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteCdnSubTaskResponse getInstance(UnmarshallerContext context) {
return DeleteCdnSubTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteFCTriggerRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteFCTriggerRequest extends RpcAcsRequest<DeleteFCTriggerResponse> {
private String triggerARN;
public DeleteFCTriggerRequest() {
super("Cdn", "2018-05-10", "DeleteFCTrigger");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTriggerARN() {
return this.triggerARN;
}
public void setTriggerARN(String triggerARN) {
this.triggerARN = triggerARN;
if(triggerARN != null){
putQueryParameter("TriggerARN", triggerARN);
}
}
@Override
public Class<DeleteFCTriggerResponse> getResponseClass() {
return DeleteFCTriggerResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteFCTriggerResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteFCTriggerResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteFCTriggerResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteFCTriggerResponse getInstance(UnmarshallerContext context) {
return DeleteFCTriggerResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteRealTimeLogLogstoreRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteRealTimeLogLogstoreRequest extends RpcAcsRequest<DeleteRealTimeLogLogstoreResponse> {
private String project;
private String region;
private String logstore;
public DeleteRealTimeLogLogstoreRequest() {
super("Cdn", "2018-05-10", "DeleteRealTimeLogLogstore");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getProject() {
return this.project;
}
public void setProject(String project) {
this.project = project;
if(project != null){
putQueryParameter("Project", project);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getLogstore() {
return this.logstore;
}
public void setLogstore(String logstore) {
this.logstore = logstore;
if(logstore != null){
putQueryParameter("Logstore", logstore);
}
}
@Override
public Class<DeleteRealTimeLogLogstoreResponse> getResponseClass() {
return DeleteRealTimeLogLogstoreResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteRealTimeLogLogstoreResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteRealTimeLogLogstoreResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteRealTimeLogLogstoreResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteRealTimeLogLogstoreResponse getInstance(UnmarshallerContext context) {
return DeleteRealTimeLogLogstoreResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteRealtimeLogDeliveryRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteRealtimeLogDeliveryRequest extends RpcAcsRequest<DeleteRealtimeLogDeliveryResponse> {
private String domain;
private String project;
private String region;
private String logstore;
public DeleteRealtimeLogDeliveryRequest() {
super("Cdn", "2018-05-10", "DeleteRealtimeLogDelivery");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomain() {
return this.domain;
}
public void setDomain(String domain) {
this.domain = domain;
if(domain != null){
putQueryParameter("Domain", domain);
}
}
public String getProject() {
return this.project;
}
public void setProject(String project) {
this.project = project;
if(project != null){
putQueryParameter("Project", project);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getLogstore() {
return this.logstore;
}
public void setLogstore(String logstore) {
this.logstore = logstore;
if(logstore != null){
putQueryParameter("Logstore", logstore);
}
}
@Override
public Class<DeleteRealtimeLogDeliveryResponse> getResponseClass() {
return DeleteRealtimeLogDeliveryResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteRealtimeLogDeliveryResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteRealtimeLogDeliveryResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteRealtimeLogDeliveryResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteRealtimeLogDeliveryResponse getInstance(UnmarshallerContext context) {
return DeleteRealtimeLogDeliveryResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteSpecificConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteSpecificConfigRequest extends RpcAcsRequest<DeleteSpecificConfigResponse> {
private String domainName;
private Long ownerId;
private String securityToken;
private String configId;
public DeleteSpecificConfigRequest() {
super("Cdn", "2018-05-10", "DeleteSpecificConfig");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getConfigId() {
return this.configId;
}
public void setConfigId(String configId) {
this.configId = configId;
if(configId != null){
putQueryParameter("ConfigId", configId);
}
}
@Override
public Class<DeleteSpecificConfigResponse> getResponseClass() {
return DeleteSpecificConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteSpecificConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteSpecificConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteSpecificConfigResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteSpecificConfigResponse getInstance(UnmarshallerContext context) {
return DeleteSpecificConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteSpecificStagingConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteSpecificStagingConfigRequest extends RpcAcsRequest<DeleteSpecificStagingConfigResponse> {
private String securityToken;
private String domainName;
private Long ownerId;
private String configId;
public DeleteSpecificStagingConfigRequest() {
super("Cdn", "2018-05-10", "DeleteSpecificStagingConfig");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getConfigId() {
return this.configId;
}
public void setConfigId(String configId) {
this.configId = configId;
if(configId != null){
putQueryParameter("ConfigId", configId);
}
}
@Override
public Class<DeleteSpecificStagingConfigResponse> getResponseClass() {
return DeleteSpecificStagingConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteSpecificStagingConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteSpecificStagingConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteSpecificStagingConfigResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteSpecificStagingConfigResponse getInstance(UnmarshallerContext context) {
return DeleteSpecificStagingConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteUsageDetailDataExportTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteUsageDetailDataExportTaskRequest extends RpcAcsRequest<DeleteUsageDetailDataExportTaskResponse> {
private String taskId;
public DeleteUsageDetailDataExportTaskRequest() {
super("Cdn", "2018-05-10", "DeleteUsageDetailDataExportTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putQueryParameter("TaskId", taskId);
}
}
@Override
public Class<DeleteUsageDetailDataExportTaskResponse> getResponseClass() {
return DeleteUsageDetailDataExportTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteUsageDetailDataExportTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteUsageDetailDataExportTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteUsageDetailDataExportTaskResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteUsageDetailDataExportTaskResponse getInstance(UnmarshallerContext context) {
return DeleteUsageDetailDataExportTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteUserUsageDataExportTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DeleteUserUsageDataExportTaskRequest extends RpcAcsRequest<DeleteUserUsageDataExportTaskResponse> {
private String taskId;
public DeleteUserUsageDataExportTaskRequest() {
super("Cdn", "2018-05-10", "DeleteUserUsageDataExportTask");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
if(taskId != null){
putQueryParameter("TaskId", taskId);
}
}
@Override
public Class<DeleteUserUsageDataExportTaskResponse> getResponseClass() {
return DeleteUserUsageDataExportTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DeleteUserUsageDataExportTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DeleteUserUsageDataExportTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteUserUsageDataExportTaskResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteUserUsageDataExportTaskResponse getInstance(UnmarshallerContext context) {
return DeleteUserUsageDataExportTaskResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeBlockedRegionsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeBlockedRegionsRequest extends RpcAcsRequest<DescribeBlockedRegionsResponse> {
private String language;
public DescribeBlockedRegionsRequest() {
super("Cdn", "2018-05-10", "DescribeBlockedRegions");
setMethod(MethodType.GET);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
@Override
public Class<DescribeBlockedRegionsResponse> getResponseClass() {
return DescribeBlockedRegionsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeBlockedRegionsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeBlockedRegionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeBlockedRegionsResponse extends AcsResponse {
private String requestId;
private List<InfoItem> infoList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<InfoItem> getInfoList() {
return this.infoList;
}
public void setInfoList(List<InfoItem> infoList) {
this.infoList = infoList;
}
public static class InfoItem {
private String countriesAndRegions;
private String continent;
private String countriesAndRegionsName;
public String getCountriesAndRegions() {
return this.countriesAndRegions;
}
public void setCountriesAndRegions(String countriesAndRegions) {
this.countriesAndRegions = countriesAndRegions;
}
public String getContinent() {
return this.continent;
}
public void setContinent(String continent) {
this.continent = continent;
}
public String getCountriesAndRegionsName() {
return this.countriesAndRegionsName;
}
public void setCountriesAndRegionsName(String countriesAndRegionsName) {
this.countriesAndRegionsName = countriesAndRegionsName;
}
}
@Override
public DescribeBlockedRegionsResponse getInstance(UnmarshallerContext context) {
return DescribeBlockedRegionsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnCertificateDetailRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnCertificateDetailRequest extends RpcAcsRequest<DescribeCdnCertificateDetailResponse> {
private String certName;
private Long ownerId;
private String securityToken;
public DescribeCdnCertificateDetailRequest() {
super("Cdn", "2018-05-10", "DescribeCdnCertificateDetail");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
if(certName != null){
putQueryParameter("CertName", certName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
@Override
public Class<DescribeCdnCertificateDetailResponse> getResponseClass() {
return DescribeCdnCertificateDetailResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnCertificateDetailResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnCertificateDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnCertificateDetailResponse extends AcsResponse {
private String certName;
private String key;
private String cert;
private Long certId;
private String requestId;
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getCert() {
return this.cert;
}
public void setCert(String cert) {
this.cert = cert;
}
public Long getCertId() {
return this.certId;
}
public void setCertId(Long certId) {
this.certId = certId;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeCdnCertificateDetailResponse getInstance(UnmarshallerContext context) {
return DescribeCdnCertificateDetailResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnCertificateListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnCertificateListRequest extends RpcAcsRequest<DescribeCdnCertificateListResponse> {
private String securityToken;
private String domainName;
private Long ownerId;
public DescribeCdnCertificateListRequest() {
super("Cdn", "2018-05-10", "DescribeCdnCertificateList");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<DescribeCdnCertificateListResponse> getResponseClass() {
return DescribeCdnCertificateListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnCertificateListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnCertificateListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnCertificateListResponse extends AcsResponse {
private String requestId;
private CertificateListModel certificateListModel;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public CertificateListModel getCertificateListModel() {
return this.certificateListModel;
}
public void setCertificateListModel(CertificateListModel certificateListModel) {
this.certificateListModel = certificateListModel;
}
public static class CertificateListModel {
private Integer count;
private List<Cert> certList;
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public List<Cert> getCertList() {
return this.certList;
}
public void setCertList(List<Cert> certList) {
this.certList = certList;
}
public static class Cert {
private Long lastTime;
private String fingerprint;
private String certName;
private String issuer;
private Long certId;
private String common;
public Long getLastTime() {
return this.lastTime;
}
public void setLastTime(Long lastTime) {
this.lastTime = lastTime;
}
public String getFingerprint() {
return this.fingerprint;
}
public void setFingerprint(String fingerprint) {
this.fingerprint = fingerprint;
}
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
}
public String getIssuer() {
return this.issuer;
}
public void setIssuer(String issuer) {
this.issuer = issuer;
}
public Long getCertId() {
return this.certId;
}
public void setCertId(Long certId) {
this.certId = certId;
}
public String getCommon() {
return this.common;
}
public void setCommon(String common) {
this.common = common;
}
}
}
@Override
public DescribeCdnCertificateListResponse getInstance(UnmarshallerContext context) {
return DescribeCdnCertificateListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDeletedDomainsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDeletedDomainsRequest extends RpcAcsRequest<DescribeCdnDeletedDomainsResponse> {
private Integer pageSize;
private Integer pageNumber;
public DescribeCdnDeletedDomainsRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDeletedDomains");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
@Override
public Class<DescribeCdnDeletedDomainsResponse> getResponseClass() {
return DescribeCdnDeletedDomainsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDeletedDomainsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDeletedDomainsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDeletedDomainsResponse extends AcsResponse {
private String requestId;
private Long pageNumber;
private Long pageSize;
private Long totalCount;
private List<PageData> domains;
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<PageData> getDomains() {
return this.domains;
}
public void setDomains(List<PageData> domains) {
this.domains = domains;
}
public static class PageData {
private String gmtModified;
private String domainName;
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
}
@Override
public DescribeCdnDeletedDomainsResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDeletedDomainsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDeliverListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDeliverListRequest extends RpcAcsRequest<DescribeCdnDeliverListResponse> {
private Long deliverId;
public DescribeCdnDeliverListRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDeliverList");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getDeliverId() {
return this.deliverId;
}
public void setDeliverId(Long deliverId) {
this.deliverId = deliverId;
if(deliverId != null){
putQueryParameter("DeliverId", deliverId.toString());
}
}
@Override
public Class<DescribeCdnDeliverListResponse> getResponseClass() {
return DescribeCdnDeliverListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDeliverListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDeliverListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDeliverListResponse extends AcsResponse {
private String content;
private String requestId;
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeCdnDeliverListResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDeliverListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainByCertificateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainByCertificateRequest extends RpcAcsRequest<DescribeCdnDomainByCertificateResponse> {
private String sSLPub;
private Boolean sSLStatus;
public DescribeCdnDomainByCertificateRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDomainByCertificate");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSSLPub() {
return this.sSLPub;
}
public void setSSLPub(String sSLPub) {
this.sSLPub = sSLPub;
if(sSLPub != null){
putQueryParameter("SSLPub", sSLPub);
}
}
public Boolean getSSLStatus() {
return this.sSLStatus;
}
public void setSSLStatus(Boolean sSLStatus) {
this.sSLStatus = sSLStatus;
if(sSLStatus != null){
putQueryParameter("SSLStatus", sSLStatus.toString());
}
}
@Override
public Class<DescribeCdnDomainByCertificateResponse> getResponseClass() {
return DescribeCdnDomainByCertificateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainByCertificateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDomainByCertificateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainByCertificateResponse extends AcsResponse {
private String requestId;
private List<CertInfo> certInfos;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<CertInfo> getCertInfos() {
return this.certInfos;
}
public void setCertInfos(List<CertInfo> certInfos) {
this.certInfos = certInfos;
}
public static class CertInfo {
private String certStartTime;
private String certExpireTime;
private String certCaIsLegacy;
private String certSubjectCommonName;
private String certType;
private String domainNames;
private String certExpired;
private String issuer;
private String domainList;
public String getCertStartTime() {
return this.certStartTime;
}
public void setCertStartTime(String certStartTime) {
this.certStartTime = certStartTime;
}
public String getCertExpireTime() {
return this.certExpireTime;
}
public void setCertExpireTime(String certExpireTime) {
this.certExpireTime = certExpireTime;
}
public String getCertCaIsLegacy() {
return this.certCaIsLegacy;
}
public void setCertCaIsLegacy(String certCaIsLegacy) {
this.certCaIsLegacy = certCaIsLegacy;
}
public String getCertSubjectCommonName() {
return this.certSubjectCommonName;
}
public void setCertSubjectCommonName(String certSubjectCommonName) {
this.certSubjectCommonName = certSubjectCommonName;
}
public String getCertType() {
return this.certType;
}
public void setCertType(String certType) {
this.certType = certType;
}
public String getDomainNames() {
return this.domainNames;
}
public void setDomainNames(String domainNames) {
this.domainNames = domainNames;
}
public String getCertExpired() {
return this.certExpired;
}
public void setCertExpired(String certExpired) {
this.certExpired = certExpired;
}
public String getIssuer() {
return this.issuer;
}
public void setIssuer(String issuer) {
this.issuer = issuer;
}
public String getDomainList() {
return this.domainList;
}
public void setDomainList(String domainList) {
this.domainList = domainList;
}
}
@Override
public DescribeCdnDomainByCertificateResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDomainByCertificateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainConfigsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainConfigsRequest extends RpcAcsRequest<DescribeCdnDomainConfigsResponse> {
private String functionNames;
private String securityToken;
private String domainName;
private Long ownerId;
private String configId;
public DescribeCdnDomainConfigsRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDomainConfigs");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFunctionNames() {
return this.functionNames;
}
public void setFunctionNames(String functionNames) {
this.functionNames = functionNames;
if(functionNames != null){
putQueryParameter("FunctionNames", functionNames);
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getConfigId() {
return this.configId;
}
public void setConfigId(String configId) {
this.configId = configId;
if(configId != null){
putQueryParameter("ConfigId", configId);
}
}
@Override
public Class<DescribeCdnDomainConfigsResponse> getResponseClass() {
return DescribeCdnDomainConfigsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainConfigsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDomainConfigsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainConfigsResponse extends AcsResponse {
private String requestId;
private List<DomainConfig> domainConfigs;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DomainConfig> getDomainConfigs() {
return this.domainConfigs;
}
public void setDomainConfigs(List<DomainConfig> domainConfigs) {
this.domainConfigs = domainConfigs;
}
public static class DomainConfig {
private String status;
private String parentId;
private String configId;
private String functionName;
private List<FunctionArg> functionArgs;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
}
public String getConfigId() {
return this.configId;
}
public void setConfigId(String configId) {
this.configId = configId;
}
public String getFunctionName() {
return this.functionName;
}
public void setFunctionName(String functionName) {
this.functionName = functionName;
}
public List<FunctionArg> getFunctionArgs() {
return this.functionArgs;
}
public void setFunctionArgs(List<FunctionArg> functionArgs) {
this.functionArgs = functionArgs;
}
public static class FunctionArg {
private String argName;
private String argValue;
public String getArgName() {
return this.argName;
}
public void setArgName(String argName) {
this.argName = argName;
}
public String getArgValue() {
return this.argValue;
}
public void setArgValue(String argValue) {
this.argValue = argValue;
}
}
}
@Override
public DescribeCdnDomainConfigsResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDomainConfigsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainDetailRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainDetailRequest extends RpcAcsRequest<DescribeCdnDomainDetailResponse> {
private String domainName;
private Long ownerId;
private String securityToken;
public DescribeCdnDomainDetailRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDomainDetail");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
@Override
public Class<DescribeCdnDomainDetailResponse> getResponseClass() {
return DescribeCdnDomainDetailResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainDetailResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDomainDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainDetailResponse extends AcsResponse {
private String requestId;
private GetDomainDetailModel getDomainDetailModel;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public GetDomainDetailModel getGetDomainDetailModel() {
return this.getDomainDetailModel;
}
public void setGetDomainDetailModel(GetDomainDetailModel getDomainDetailModel) {
this.getDomainDetailModel = getDomainDetailModel;
}
public static class GetDomainDetailModel {
private String gmtCreated;
private String description;
private String httpsCname;
private String resourceGroupId;
private String serverCertificateStatus;
private String scope;
private String domainStatus;
private String cname;
private String gmtModified;
private String cdnType;
private String domainName;
private List<SourceModel> sourceModels;
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getHttpsCname() {
return this.httpsCname;
}
public void setHttpsCname(String httpsCname) {
this.httpsCname = httpsCname;
}
public String getResourceGroupId() {
return this.resourceGroupId;
}
public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
public String getServerCertificateStatus() {
return this.serverCertificateStatus;
}
public void setServerCertificateStatus(String serverCertificateStatus) {
this.serverCertificateStatus = serverCertificateStatus;
}
public String getScope() {
return this.scope;
}
public void setScope(String scope) {
this.scope = scope;
}
public String getDomainStatus() {
return this.domainStatus;
}
public void setDomainStatus(String domainStatus) {
this.domainStatus = domainStatus;
}
public String getCname() {
return this.cname;
}
public void setCname(String cname) {
this.cname = cname;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getCdnType() {
return this.cdnType;
}
public void setCdnType(String cdnType) {
this.cdnType = cdnType;
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
public List<SourceModel> getSourceModels() {
return this.sourceModels;
}
public void setSourceModels(List<SourceModel> sourceModels) {
this.sourceModels = sourceModels;
}
public static class SourceModel {
private String type;
private String weight;
private String enabled;
private String priority;
private Integer port;
private String content;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getWeight() {
return this.weight;
}
public void setWeight(String weight) {
this.weight = weight;
}
public String getEnabled() {
return this.enabled;
}
public void setEnabled(String enabled) {
this.enabled = enabled;
}
public String getPriority() {
return this.priority;
}
public void setPriority(String priority) {
this.priority = priority;
}
public Integer getPort() {
return this.port;
}
public void setPort(Integer port) {
this.port = port;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
}
}
@Override
public DescribeCdnDomainDetailResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDomainDetailResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainLogsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainLogsRequest extends RpcAcsRequest<DescribeCdnDomainLogsResponse> {
private String domainName;
private Long pageSize;
private String endTime;
private String startTime;
private Long pageNumber;
public DescribeCdnDomainLogsRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDomainLogs");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
public Long getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Long pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
@Override
public Class<DescribeCdnDomainLogsResponse> getResponseClass() {
return DescribeCdnDomainLogsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainLogsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDomainLogsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainLogsResponse extends AcsResponse {
private String requestId;
private List<DomainLogDetail> domainLogDetails;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DomainLogDetail> getDomainLogDetails() {
return this.domainLogDetails;
}
public void setDomainLogDetails(List<DomainLogDetail> domainLogDetails) {
this.domainLogDetails = domainLogDetails;
}
public static class DomainLogDetail {
private Long logCount;
private String domainName;
private List<LogInfoDetail> logInfos;
private PageInfos pageInfos;
public Long getLogCount() {
return this.logCount;
}
public void setLogCount(Long logCount) {
this.logCount = logCount;
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
public List<LogInfoDetail> getLogInfos() {
return this.logInfos;
}
public void setLogInfos(List<LogInfoDetail> logInfos) {
this.logInfos = logInfos;
}
public PageInfos getPageInfos() {
return this.pageInfos;
}
public void setPageInfos(PageInfos pageInfos) {
this.pageInfos = pageInfos;
}
public static class LogInfoDetail {
private String endTime;
private Long logSize;
private String startTime;
private String logName;
private String logPath;
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}
public Long getLogSize() {
return this.logSize;
}
public void setLogSize(Long logSize) {
this.logSize = logSize;
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
}
public String getLogName() {
return this.logName;
}
public void setLogName(String logName) {
this.logName = logName;
}
public String getLogPath() {
return this.logPath;
}
public void setLogPath(String logPath) {
this.logPath = logPath;
}
}
public static class PageInfos {
private Long pageIndex;
private Long pageSize;
private Long total;
public Long getPageIndex() {
return this.pageIndex;
}
public void setPageIndex(Long pageIndex) {
this.pageIndex = pageIndex;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
}
}
@Override
public DescribeCdnDomainLogsResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDomainLogsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainStagingConfigRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainStagingConfigRequest extends RpcAcsRequest<DescribeCdnDomainStagingConfigResponse> {
private String functionNames;
private String domainName;
public DescribeCdnDomainStagingConfigRequest() {
super("Cdn", "2018-05-10", "DescribeCdnDomainStagingConfig");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getFunctionNames() {
return this.functionNames;
}
public void setFunctionNames(String functionNames) {
this.functionNames = functionNames;
if(functionNames != null){
putQueryParameter("FunctionNames", functionNames);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
@Override
public Class<DescribeCdnDomainStagingConfigResponse> getResponseClass() {
return DescribeCdnDomainStagingConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnDomainStagingConfigResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnDomainStagingConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnDomainStagingConfigResponse extends AcsResponse {
private String domainName;
private String requestId;
private List<DomainConfig> domainConfigs;
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DomainConfig> getDomainConfigs() {
return this.domainConfigs;
}
public void setDomainConfigs(List<DomainConfig> domainConfigs) {
this.domainConfigs = domainConfigs;
}
public static class DomainConfig {
private String status;
private String parentId;
private String configId;
private String functionName;
private List<FunctionArg> functionArgs;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
}
public String getConfigId() {
return this.configId;
}
public void setConfigId(String configId) {
this.configId = configId;
}
public String getFunctionName() {
return this.functionName;
}
public void setFunctionName(String functionName) {
this.functionName = functionName;
}
public List<FunctionArg> getFunctionArgs() {
return this.functionArgs;
}
public void setFunctionArgs(List<FunctionArg> functionArgs) {
this.functionArgs = functionArgs;
}
public static class FunctionArg {
private String argName;
private String argValue;
public String getArgName() {
return this.argName;
}
public void setArgName(String argName) {
this.argName = argName;
}
public String getArgValue() {
return this.argValue;
}
public void setArgValue(String argValue) {
this.argValue = argValue;
}
}
}
@Override
public DescribeCdnDomainStagingConfigResponse getInstance(UnmarshallerContext context) {
return DescribeCdnDomainStagingConfigResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnHttpsDomainListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnHttpsDomainListRequest extends RpcAcsRequest<DescribeCdnHttpsDomainListResponse> {
private Integer pageSize;
private String keyword;
private Integer pageNumber;
public DescribeCdnHttpsDomainListRequest() {
super("Cdn", "2018-05-10", "DescribeCdnHttpsDomainList");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getKeyword() {
return this.keyword;
}
public void setKeyword(String keyword) {
this.keyword = keyword;
if(keyword != null){
putQueryParameter("Keyword", keyword);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
@Override
public Class<DescribeCdnHttpsDomainListResponse> getResponseClass() {
return DescribeCdnHttpsDomainListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnHttpsDomainListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnHttpsDomainListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnHttpsDomainListResponse extends AcsResponse {
private Integer totalCount;
private String requestId;
private List<CertInfo> certInfos;
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<CertInfo> getCertInfos() {
return this.certInfos;
}
public void setCertInfos(List<CertInfo> certInfos) {
this.certInfos = certInfos;
}
public static class CertInfo {
private String certStartTime;
private String certExpireTime;
private String certUpdateTime;
private String certType;
private String certName;
private String certStatus;
private String domainName;
private String certCommonName;
public String getCertStartTime() {
return this.certStartTime;
}
public void setCertStartTime(String certStartTime) {
this.certStartTime = certStartTime;
}
public String getCertExpireTime() {
return this.certExpireTime;
}
public void setCertExpireTime(String certExpireTime) {
this.certExpireTime = certExpireTime;
}
public String getCertUpdateTime() {
return this.certUpdateTime;
}
public void setCertUpdateTime(String certUpdateTime) {
this.certUpdateTime = certUpdateTime;
}
public String getCertType() {
return this.certType;
}
public void setCertType(String certType) {
this.certType = certType;
}
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
}
public String getCertStatus() {
return this.certStatus;
}
public void setCertStatus(String certStatus) {
this.certStatus = certStatus;
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
public String getCertCommonName() {
return this.certCommonName;
}
public void setCertCommonName(String certCommonName) {
this.certCommonName = certCommonName;
}
}
@Override
public DescribeCdnHttpsDomainListResponse getInstance(UnmarshallerContext context) {
return DescribeCdnHttpsDomainListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnOrderCommodityCodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnOrderCommodityCodeRequest extends RpcAcsRequest<DescribeCdnOrderCommodityCodeResponse> {
private String commodityCode;
private Long ownerId;
private String securityToken;
public DescribeCdnOrderCommodityCodeRequest() {
super("Cdn", "2018-05-10", "DescribeCdnOrderCommodityCode");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getCommodityCode() {
return this.commodityCode;
}
public void setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
if(commodityCode != null){
putQueryParameter("CommodityCode", commodityCode);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
@Override
public Class<DescribeCdnOrderCommodityCodeResponse> getResponseClass() {
return DescribeCdnOrderCommodityCodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnOrderCommodityCodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnOrderCommodityCodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnOrderCommodityCodeResponse extends AcsResponse {
private String orderCommodityCode;
private String requestId;
public String getOrderCommodityCode() {
return this.orderCommodityCode;
}
public void setOrderCommodityCode(String orderCommodityCode) {
this.orderCommodityCode = orderCommodityCode;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeCdnOrderCommodityCodeResponse getInstance(UnmarshallerContext context) {
return DescribeCdnOrderCommodityCodeResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnRegionAndIspRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnRegionAndIspRequest extends RpcAcsRequest<DescribeCdnRegionAndIspResponse> {
private Long ownerId;
private String securityToken;
public DescribeCdnRegionAndIspRequest() {
super("Cdn", "2018-05-10", "DescribeCdnRegionAndIsp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
@Override
public Class<DescribeCdnRegionAndIspResponse> getResponseClass() {
return DescribeCdnRegionAndIspResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnRegionAndIspResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnRegionAndIspResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnRegionAndIspResponse extends AcsResponse {
private String requestId;
private List<Region> regions;
private List<Isp> isps;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Region> getRegions() {
return this.regions;
}
public void setRegions(List<Region> regions) {
this.regions = regions;
}
public List<Isp> getIsps() {
return this.isps;
}
public void setIsps(List<Isp> isps) {
this.isps = isps;
}
public static class Region {
private String nameEn;
private String nameZh;
public String getNameEn() {
return this.nameEn;
}
public void setNameEn(String nameEn) {
this.nameEn = nameEn;
}
public String getNameZh() {
return this.nameZh;
}
public void setNameZh(String nameZh) {
this.nameZh = nameZh;
}
}
public static class Isp {
private String nameEn;
private String nameZh;
public String getNameEn() {
return this.nameEn;
}
public void setNameEn(String nameEn) {
this.nameEn = nameEn;
}
public String getNameZh() {
return this.nameZh;
}
public void setNameZh(String nameZh) {
this.nameZh = nameZh;
}
}
@Override
public DescribeCdnRegionAndIspResponse getInstance(UnmarshallerContext context) {
return DescribeCdnRegionAndIspResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnReportListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnReportListRequest extends RpcAcsRequest<DescribeCdnReportListResponse> {
private Long reportId;
public DescribeCdnReportListRequest() {
super("Cdn", "2018-05-10", "DescribeCdnReportList");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getReportId() {
return this.reportId;
}
public void setReportId(Long reportId) {
this.reportId = reportId;
if(reportId != null){
putQueryParameter("ReportId", reportId.toString());
}
}
@Override
public Class<DescribeCdnReportListResponse> getResponseClass() {
return DescribeCdnReportListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnReportListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnReportListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnReportListResponse extends AcsResponse {
private String content;
private String requestId;
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeCdnReportListResponse getInstance(UnmarshallerContext context) {
return DescribeCdnReportListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnReportRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnReportRequest extends RpcAcsRequest<DescribeCdnReportResponse> {
private String area;
private Long reportId;
private String isOverseas;
private String domainName;
private String endTime;
private String startTime;
private String httpCode;
public DescribeCdnReportRequest() {
super("Cdn", "2018-05-10", "DescribeCdnReport");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getArea() {
return this.area;
}
public void setArea(String area) {
this.area = area;
if(area != null){
putQueryParameter("Area", area);
}
}
public Long getReportId() {
return this.reportId;
}
public void setReportId(Long reportId) {
this.reportId = reportId;
if(reportId != null){
putQueryParameter("ReportId", reportId.toString());
}
}
public String getIsOverseas() {
return this.isOverseas;
}
public void setIsOverseas(String isOverseas) {
this.isOverseas = isOverseas;
if(isOverseas != null){
putQueryParameter("IsOverseas", isOverseas);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
public String getHttpCode() {
return this.httpCode;
}
public void setHttpCode(String httpCode) {
this.httpCode = httpCode;
if(httpCode != null){
putQueryParameter("HttpCode", httpCode);
}
}
@Override
public Class<DescribeCdnReportResponse> getResponseClass() {
return DescribeCdnReportResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnReportResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnReportResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnReportResponse extends AcsResponse {
private Map<Object,Object> content;
private String requestId;
public Map<Object,Object> getContent() {
return this.content;
}
public void setContent(Map<Object,Object> content) {
this.content = content;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeCdnReportResponse getInstance(UnmarshallerContext context) {
return DescribeCdnReportResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnSMCertificateDetailRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnSMCertificateDetailRequest extends RpcAcsRequest<DescribeCdnSMCertificateDetailResponse> {
private Long ownerId;
private String securityToken;
private String certIdentifier;
public DescribeCdnSMCertificateDetailRequest() {
super("Cdn", "2018-05-10", "DescribeCdnSMCertificateDetail");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getCertIdentifier() {
return this.certIdentifier;
}
public void setCertIdentifier(String certIdentifier) {
this.certIdentifier = certIdentifier;
if(certIdentifier != null){
putQueryParameter("CertIdentifier", certIdentifier);
}
}
@Override
public Class<DescribeCdnSMCertificateDetailResponse> getResponseClass() {
return DescribeCdnSMCertificateDetailResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnSMCertificateDetailResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnSMCertificateDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnSMCertificateDetailResponse extends AcsResponse {
private String certExpireTime;
private String certIdentifier;
private String requestId;
private String commonName;
private String certName;
private String sans;
private String signCertificate;
private String certOrg;
private String encryptCertificate;
public String getCertExpireTime() {
return this.certExpireTime;
}
public void setCertExpireTime(String certExpireTime) {
this.certExpireTime = certExpireTime;
}
public String getCertIdentifier() {
return this.certIdentifier;
}
public void setCertIdentifier(String certIdentifier) {
this.certIdentifier = certIdentifier;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCommonName() {
return this.commonName;
}
public void setCommonName(String commonName) {
this.commonName = commonName;
}
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
}
public String getSans() {
return this.sans;
}
public void setSans(String sans) {
this.sans = sans;
}
public String getSignCertificate() {
return this.signCertificate;
}
public void setSignCertificate(String signCertificate) {
this.signCertificate = signCertificate;
}
public String getCertOrg() {
return this.certOrg;
}
public void setCertOrg(String certOrg) {
this.certOrg = certOrg;
}
public String getEncryptCertificate() {
return this.encryptCertificate;
}
public void setEncryptCertificate(String encryptCertificate) {
this.encryptCertificate = encryptCertificate;
}
@Override
public DescribeCdnSMCertificateDetailResponse getInstance(UnmarshallerContext context) {
return DescribeCdnSMCertificateDetailResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnSMCertificateListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.cdn.Endpoint;
/**
* @author auto create
* @version
*/
public class DescribeCdnSMCertificateListRequest extends RpcAcsRequest<DescribeCdnSMCertificateListResponse> {
private String securityToken;
private String domainName;
private Long ownerId;
public DescribeCdnSMCertificateListRequest() {
super("Cdn", "2018-05-10", "DescribeCdnSMCertificateList");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSecurityToken() {
return this.securityToken;
}
public void setSecurityToken(String securityToken) {
this.securityToken = securityToken;
if(securityToken != null){
putQueryParameter("SecurityToken", securityToken);
}
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
if(domainName != null){
putQueryParameter("DomainName", domainName);
}
}
public Long getOwnerId() {
return this.ownerId;
}
public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}
@Override
public Class<DescribeCdnSMCertificateListResponse> getResponseClass() {
return DescribeCdnSMCertificateListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model
|
java-sources/com/aliyun/aliyun-java-sdk-cdn/3.8.8/com/aliyuncs/cdn/model/v20180510/DescribeCdnSMCertificateListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS 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.model.v20180510;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cdn.transform.v20180510.DescribeCdnSMCertificateListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCdnSMCertificateListResponse extends AcsResponse {
private String requestId;
private CertificateListModel certificateListModel;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public CertificateListModel getCertificateListModel() {
return this.certificateListModel;
}
public void setCertificateListModel(CertificateListModel certificateListModel) {
this.certificateListModel = certificateListModel;
}
public static class CertificateListModel {
private Integer count;
private List<Cert> certList;
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
public List<Cert> getCertList() {
return this.certList;
}
public void setCertList(List<Cert> certList) {
this.certList = certList;
}
public static class Cert {
private String certName;
private String issuer;
private String certIdentifier;
private String common;
public String getCertName() {
return this.certName;
}
public void setCertName(String certName) {
this.certName = certName;
}
public String getIssuer() {
return this.issuer;
}
public void setIssuer(String issuer) {
this.issuer = issuer;
}
public String getCertIdentifier() {
return this.certIdentifier;
}
public void setCertIdentifier(String certIdentifier) {
this.certIdentifier = certIdentifier;
}
public String getCommon() {
return this.common;
}
public void setCommon(String common) {
this.common = common;
}
}
}
@Override
public DescribeCdnSMCertificateListResponse getInstance(UnmarshallerContext context) {
return DescribeCdnSMCertificateListResponseUnmarshaller.unmarshall(this, context);
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.