index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ListEntitiesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cloud_siem.model.v20220616.ListEntitiesResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ListEntitiesResponse.Data;
import com.aliyuncs.cloud_siem.model.v20220616.ListEntitiesResponse.Data.PageInfo;
import com.aliyuncs.cloud_siem.model.v20220616.ListEntitiesResponse.Data.ResponseDataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListEntitiesResponseUnmarshaller {
public static ListEntitiesResponse unmarshall(ListEntitiesResponse listEntitiesResponse, UnmarshallerContext _ctx) {
listEntitiesResponse.setRequestId(_ctx.stringValue("ListEntitiesResponse.RequestId"));
listEntitiesResponse.setSuccess(_ctx.booleanValue("ListEntitiesResponse.Success"));
listEntitiesResponse.setCode(_ctx.integerValue("ListEntitiesResponse.Code"));
listEntitiesResponse.setMessage(_ctx.stringValue("ListEntitiesResponse.Message"));
Data data = new Data();
PageInfo pageInfo = new PageInfo();
pageInfo.setCurrentPage(_ctx.integerValue("ListEntitiesResponse.Data.PageInfo.CurrentPage"));
pageInfo.setPageSize(_ctx.integerValue("ListEntitiesResponse.Data.PageInfo.PageSize"));
pageInfo.setTotalCount(_ctx.longValue("ListEntitiesResponse.Data.PageInfo.TotalCount"));
data.setPageInfo(pageInfo);
List<ResponseDataItem> responseData = new ArrayList<ResponseDataItem>();
for (int i = 0; i < _ctx.lengthValue("ListEntitiesResponse.Data.ResponseData.Length"); i++) {
ResponseDataItem responseDataItem = new ResponseDataItem();
responseDataItem.setId(_ctx.longValue("ListEntitiesResponse.Data.ResponseData["+ i +"].Id"));
responseDataItem.setGmtCreate(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].GmtCreate"));
responseDataItem.setGmtModified(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].GmtModified"));
responseDataItem.setAliuid(_ctx.longValue("ListEntitiesResponse.Data.ResponseData["+ i +"].Aliuid"));
responseDataItem.setIncidentUuid(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].IncidentUuid"));
responseDataItem.setAlertUuid(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].AlertUuid"));
responseDataItem.setAlertNum(_ctx.integerValue("ListEntitiesResponse.Data.ResponseData["+ i +"].AlertNum"));
responseDataItem.setEventNum(_ctx.integerValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EventNum"));
responseDataItem.setCloudCode(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].CloudCode"));
responseDataItem.setEntityType(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EntityType"));
responseDataItem.setEntityName(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EntityName"));
responseDataItem.setEntityInfo(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EntityInfo"));
responseDataItem.setSubUserId(_ctx.longValue("ListEntitiesResponse.Data.ResponseData["+ i +"].SubUserId"));
responseDataItem.setEntityId(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EntityId"));
responseDataItem.setEntityUuid(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].EntityUuid"));
responseDataItem.setMalwareType(_ctx.stringValue("ListEntitiesResponse.Data.ResponseData["+ i +"].MalwareType"));
responseData.add(responseDataItem);
}
data.setResponseData(responseData);
listEntitiesResponse.setData(data);
return listEntitiesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ListImportedLogsByProdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cloud_siem.model.v20220616.ListImportedLogsByProdResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ListImportedLogsByProdResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListImportedLogsByProdResponseUnmarshaller {
public static ListImportedLogsByProdResponse unmarshall(ListImportedLogsByProdResponse listImportedLogsByProdResponse, UnmarshallerContext _ctx) {
listImportedLogsByProdResponse.setRequestId(_ctx.stringValue("ListImportedLogsByProdResponse.RequestId"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("ListImportedLogsByProdResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setProdCode(_ctx.stringValue("ListImportedLogsByProdResponse.Data["+ i +"].ProdCode"));
dataItem.setLogCode(_ctx.stringValue("ListImportedLogsByProdResponse.Data["+ i +"].LogCode"));
dataItem.setLogMdsCode(_ctx.stringValue("ListImportedLogsByProdResponse.Data["+ i +"].LogMdsCode"));
dataItem.setImportedUserCount(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].ImportedUserCount"));
dataItem.setUnImportedUserCount(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].UnImportedUserCount"));
dataItem.setTotalUserCount(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].TotalUserCount"));
dataItem.setModifyTime(_ctx.stringValue("ListImportedLogsByProdResponse.Data["+ i +"].ModifyTime"));
dataItem.setImported(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].Imported"));
dataItem.setAutoImported(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].AutoImported"));
dataItem.setLogType(_ctx.integerValue("ListImportedLogsByProdResponse.Data["+ i +"].LogType"));
dataItem.setCloudCode(_ctx.stringValue("ListImportedLogsByProdResponse.Data["+ i +"].CloudCode"));
data.add(dataItem);
}
listImportedLogsByProdResponse.setData(data);
return listImportedLogsByProdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ListProjectLogStoresResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cloud_siem.model.v20220616.ListProjectLogStoresResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ListProjectLogStoresResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListProjectLogStoresResponseUnmarshaller {
public static ListProjectLogStoresResponse unmarshall(ListProjectLogStoresResponse listProjectLogStoresResponse, UnmarshallerContext _ctx) {
listProjectLogStoresResponse.setRequestId(_ctx.stringValue("ListProjectLogStoresResponse.RequestId"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("ListProjectLogStoresResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setProject(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].Project"));
dataItem.setLogStore(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].LogStore"));
dataItem.setEndPoint(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].EndPoint"));
dataItem.setRegionId(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].RegionId"));
dataItem.setLocalName(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].LocalName"));
dataItem.setMainUserId(_ctx.longValue("ListProjectLogStoresResponse.Data["+ i +"].MainUserId"));
dataItem.setSubUserId(_ctx.longValue("ListProjectLogStoresResponse.Data["+ i +"].SubUserId"));
dataItem.setSubUserName(_ctx.stringValue("ListProjectLogStoresResponse.Data["+ i +"].SubUserName"));
data.add(dataItem);
}
listProjectLogStoresResponse.setData(data);
return listProjectLogStoresResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ListRdUsersResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cloud_siem.model.v20220616.ListRdUsersResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ListRdUsersResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListRdUsersResponseUnmarshaller {
public static ListRdUsersResponse unmarshall(ListRdUsersResponse listRdUsersResponse, UnmarshallerContext _ctx) {
listRdUsersResponse.setRequestId(_ctx.stringValue("ListRdUsersResponse.RequestId"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("ListRdUsersResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setJoined(_ctx.booleanValue("ListRdUsersResponse.Data["+ i +"].Joined"));
dataItem.setJoinedTime(_ctx.stringValue("ListRdUsersResponse.Data["+ i +"].JoinedTime"));
dataItem.setDelegatedOrNot(_ctx.booleanValue("ListRdUsersResponse.Data["+ i +"].DelegatedOrNot"));
dataItem.setMainUserId(_ctx.longValue("ListRdUsersResponse.Data["+ i +"].MainUserId"));
dataItem.setSubUserId(_ctx.longValue("ListRdUsersResponse.Data["+ i +"].SubUserId"));
dataItem.setSubUserName(_ctx.stringValue("ListRdUsersResponse.Data["+ i +"].SubUserName"));
data.add(dataItem);
}
listRdUsersResponse.setData(data);
return listRdUsersResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ModifyBindAccountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyBindAccountResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyBindAccountResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyBindAccountResponseUnmarshaller {
public static ModifyBindAccountResponse unmarshall(ModifyBindAccountResponse modifyBindAccountResponse, UnmarshallerContext _ctx) {
modifyBindAccountResponse.setRequestId(_ctx.stringValue("ModifyBindAccountResponse.RequestId"));
Data data = new Data();
data.setCount(_ctx.integerValue("ModifyBindAccountResponse.Data.Count"));
modifyBindAccountResponse.setData(data);
return modifyBindAccountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ModifyDataSourceLogResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyDataSourceLogResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyDataSourceLogResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDataSourceLogResponseUnmarshaller {
public static ModifyDataSourceLogResponse unmarshall(ModifyDataSourceLogResponse modifyDataSourceLogResponse, UnmarshallerContext _ctx) {
modifyDataSourceLogResponse.setRequestId(_ctx.stringValue("ModifyDataSourceLogResponse.RequestId"));
Data data = new Data();
data.setCount(_ctx.integerValue("ModifyDataSourceLogResponse.Data.Count"));
data.setLogInstanceId(_ctx.stringValue("ModifyDataSourceLogResponse.Data.LogInstanceId"));
modifyDataSourceLogResponse.setData(data);
return modifyDataSourceLogResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/ModifyDataSourceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyDataSourceResponse;
import com.aliyuncs.cloud_siem.model.v20220616.ModifyDataSourceResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyDataSourceResponseUnmarshaller {
public static ModifyDataSourceResponse unmarshall(ModifyDataSourceResponse modifyDataSourceResponse, UnmarshallerContext _ctx) {
modifyDataSourceResponse.setRequestId(_ctx.stringValue("ModifyDataSourceResponse.RequestId"));
Data data = new Data();
data.setCount(_ctx.integerValue("ModifyDataSourceResponse.Data.Count"));
data.setDataSourceInstanceId(_ctx.stringValue("ModifyDataSourceResponse.Data.DataSourceInstanceId"));
modifyDataSourceResponse.setData(data);
return modifyDataSourceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/OpenDeliveryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.OpenDeliveryResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class OpenDeliveryResponseUnmarshaller {
public static OpenDeliveryResponse unmarshall(OpenDeliveryResponse openDeliveryResponse, UnmarshallerContext _ctx) {
openDeliveryResponse.setRequestId(_ctx.stringValue("OpenDeliveryResponse.RequestId"));
openDeliveryResponse.setData(_ctx.booleanValue("OpenDeliveryResponse.Data"));
return openDeliveryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostAutomateResponseConfigResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostAutomateResponseConfigResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostAutomateResponseConfigResponseUnmarshaller {
public static PostAutomateResponseConfigResponse unmarshall(PostAutomateResponseConfigResponse postAutomateResponseConfigResponse, UnmarshallerContext _ctx) {
postAutomateResponseConfigResponse.setRequestId(_ctx.stringValue("PostAutomateResponseConfigResponse.RequestId"));
postAutomateResponseConfigResponse.setData(_ctx.stringValue("PostAutomateResponseConfigResponse.Data"));
postAutomateResponseConfigResponse.setSuccess(_ctx.booleanValue("PostAutomateResponseConfigResponse.Success"));
postAutomateResponseConfigResponse.setCode(_ctx.integerValue("PostAutomateResponseConfigResponse.Code"));
postAutomateResponseConfigResponse.setMessage(_ctx.stringValue("PostAutomateResponseConfigResponse.Message"));
return postAutomateResponseConfigResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostCustomizeRuleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostCustomizeRuleResponse;
import com.aliyuncs.cloud_siem.model.v20220616.PostCustomizeRuleResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostCustomizeRuleResponseUnmarshaller {
public static PostCustomizeRuleResponse unmarshall(PostCustomizeRuleResponse postCustomizeRuleResponse, UnmarshallerContext _ctx) {
postCustomizeRuleResponse.setRequestId(_ctx.stringValue("PostCustomizeRuleResponse.RequestId"));
postCustomizeRuleResponse.setSuccess(_ctx.booleanValue("PostCustomizeRuleResponse.Success"));
postCustomizeRuleResponse.setCode(_ctx.integerValue("PostCustomizeRuleResponse.Code"));
postCustomizeRuleResponse.setMessage(_ctx.stringValue("PostCustomizeRuleResponse.Message"));
Data data = new Data();
data.setId(_ctx.longValue("PostCustomizeRuleResponse.Data.Id"));
data.setGmtCreate(_ctx.stringValue("PostCustomizeRuleResponse.Data.GmtCreate"));
data.setGmtModified(_ctx.stringValue("PostCustomizeRuleResponse.Data.GmtModified"));
data.setAliuid(_ctx.longValue("PostCustomizeRuleResponse.Data.Aliuid"));
data.setRuleName(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleName"));
data.setRuleDesc(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleDesc"));
data.setRuleType(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleType"));
data.setThreatLevel(_ctx.stringValue("PostCustomizeRuleResponse.Data.ThreatLevel"));
data.setAlertType(_ctx.stringValue("PostCustomizeRuleResponse.Data.AlertType"));
data.setAlertTypeMds(_ctx.stringValue("PostCustomizeRuleResponse.Data.AlertTypeMds"));
data.setLogType(_ctx.stringValue("PostCustomizeRuleResponse.Data.LogType"));
data.setLogTypeMds(_ctx.stringValue("PostCustomizeRuleResponse.Data.LogTypeMds"));
data.setLogSource(_ctx.stringValue("PostCustomizeRuleResponse.Data.LogSource"));
data.setLogSourceMds(_ctx.stringValue("PostCustomizeRuleResponse.Data.LogSourceMds"));
data.setRuleCondition(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleCondition"));
data.setRuleGroup(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleGroup"));
data.setRuleThreshold(_ctx.stringValue("PostCustomizeRuleResponse.Data.RuleThreshold"));
data.setQueryCycle(_ctx.stringValue("PostCustomizeRuleResponse.Data.QueryCycle"));
data.setAttCk(_ctx.stringValue("PostCustomizeRuleResponse.Data.AttCk"));
data.setEventTransferSwitch(_ctx.integerValue("PostCustomizeRuleResponse.Data.EventTransferSwitch"));
data.setEventTransferType(_ctx.stringValue("PostCustomizeRuleResponse.Data.EventTransferType"));
data.setEventTransferExt(_ctx.stringValue("PostCustomizeRuleResponse.Data.EventTransferExt"));
data.setStatus(_ctx.integerValue("PostCustomizeRuleResponse.Data.Status"));
data.setDataType(_ctx.integerValue("PostCustomizeRuleResponse.Data.DataType"));
postCustomizeRuleResponse.setData(data);
return postCustomizeRuleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostCustomizeRuleTestResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostCustomizeRuleTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostCustomizeRuleTestResponseUnmarshaller {
public static PostCustomizeRuleTestResponse unmarshall(PostCustomizeRuleTestResponse postCustomizeRuleTestResponse, UnmarshallerContext _ctx) {
return postCustomizeRuleTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostEventDisposeAndWhiteruleListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostEventDisposeAndWhiteruleListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostEventDisposeAndWhiteruleListResponseUnmarshaller {
public static PostEventDisposeAndWhiteruleListResponse unmarshall(PostEventDisposeAndWhiteruleListResponse postEventDisposeAndWhiteruleListResponse, UnmarshallerContext _ctx) {
postEventDisposeAndWhiteruleListResponse.setRequestId(_ctx.stringValue("PostEventDisposeAndWhiteruleListResponse.RequestId"));
postEventDisposeAndWhiteruleListResponse.setData(_ctx.stringValue("PostEventDisposeAndWhiteruleListResponse.Data"));
postEventDisposeAndWhiteruleListResponse.setSuccess(_ctx.booleanValue("PostEventDisposeAndWhiteruleListResponse.Success"));
postEventDisposeAndWhiteruleListResponse.setCode(_ctx.integerValue("PostEventDisposeAndWhiteruleListResponse.Code"));
postEventDisposeAndWhiteruleListResponse.setMessage(_ctx.stringValue("PostEventDisposeAndWhiteruleListResponse.Message"));
return postEventDisposeAndWhiteruleListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostEventWhiteruleListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostEventWhiteruleListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostEventWhiteruleListResponseUnmarshaller {
public static PostEventWhiteruleListResponse unmarshall(PostEventWhiteruleListResponse postEventWhiteruleListResponse, UnmarshallerContext _ctx) {
postEventWhiteruleListResponse.setRequestId(_ctx.stringValue("PostEventWhiteruleListResponse.RequestId"));
postEventWhiteruleListResponse.setData(_ctx.stringValue("PostEventWhiteruleListResponse.Data"));
postEventWhiteruleListResponse.setSuccess(_ctx.booleanValue("PostEventWhiteruleListResponse.Success"));
postEventWhiteruleListResponse.setCode(_ctx.integerValue("PostEventWhiteruleListResponse.Code"));
postEventWhiteruleListResponse.setMessage(_ctx.stringValue("PostEventWhiteruleListResponse.Message"));
return postEventWhiteruleListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostFinishCustomizeRuleTestResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostFinishCustomizeRuleTestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostFinishCustomizeRuleTestResponseUnmarshaller {
public static PostFinishCustomizeRuleTestResponse unmarshall(PostFinishCustomizeRuleTestResponse postFinishCustomizeRuleTestResponse, UnmarshallerContext _ctx) {
return postFinishCustomizeRuleTestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/PostRuleStatusChangeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.PostRuleStatusChangeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostRuleStatusChangeResponseUnmarshaller {
public static PostRuleStatusChangeResponse unmarshall(PostRuleStatusChangeResponse postRuleStatusChangeResponse, UnmarshallerContext _ctx) {
return postRuleStatusChangeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/RestoreCapacityResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.RestoreCapacityResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RestoreCapacityResponseUnmarshaller {
public static RestoreCapacityResponse unmarshall(RestoreCapacityResponse restoreCapacityResponse, UnmarshallerContext _ctx) {
restoreCapacityResponse.setRequestId(_ctx.stringValue("RestoreCapacityResponse.RequestId"));
restoreCapacityResponse.setData(_ctx.booleanValue("RestoreCapacityResponse.Data"));
return restoreCapacityResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/SetStorageResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.SetStorageResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SetStorageResponseUnmarshaller {
public static SetStorageResponse unmarshall(SetStorageResponse setStorageResponse, UnmarshallerContext _ctx) {
setStorageResponse.setRequestId(_ctx.stringValue("SetStorageResponse.RequestId"));
setStorageResponse.setData(_ctx.booleanValue("SetStorageResponse.Data"));
return setStorageResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/SubmitImportLogTasksResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.SubmitImportLogTasksResponse;
import com.aliyuncs.cloud_siem.model.v20220616.SubmitImportLogTasksResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class SubmitImportLogTasksResponseUnmarshaller {
public static SubmitImportLogTasksResponse unmarshall(SubmitImportLogTasksResponse submitImportLogTasksResponse, UnmarshallerContext _ctx) {
submitImportLogTasksResponse.setRequestId(_ctx.stringValue("SubmitImportLogTasksResponse.RequestId"));
Data data = new Data();
data.setCount(_ctx.integerValue("SubmitImportLogTasksResponse.Data.Count"));
submitImportLogTasksResponse.setData(data);
return submitImportLogTasksResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/UpdateAutomateResponseConfigStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.UpdateAutomateResponseConfigStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAutomateResponseConfigStatusResponseUnmarshaller {
public static UpdateAutomateResponseConfigStatusResponse unmarshall(UpdateAutomateResponseConfigStatusResponse updateAutomateResponseConfigStatusResponse, UnmarshallerContext _ctx) {
updateAutomateResponseConfigStatusResponse.setRequestId(_ctx.stringValue("UpdateAutomateResponseConfigStatusResponse.RequestId"));
updateAutomateResponseConfigStatusResponse.setData(_ctx.stringValue("UpdateAutomateResponseConfigStatusResponse.Data"));
updateAutomateResponseConfigStatusResponse.setSuccess(_ctx.booleanValue("UpdateAutomateResponseConfigStatusResponse.Success"));
updateAutomateResponseConfigStatusResponse.setCode(_ctx.integerValue("UpdateAutomateResponseConfigStatusResponse.Code"));
updateAutomateResponseConfigStatusResponse.setMessage(_ctx.stringValue("UpdateAutomateResponseConfigStatusResponse.Message"));
return updateAutomateResponseConfigStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cloud-siem/1.0.8/com/aliyuncs/cloud_siem/transform/v20220616/UpdateWhiteRuleListResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cloud_siem.transform.v20220616;
import com.aliyuncs.cloud_siem.model.v20220616.UpdateWhiteRuleListResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateWhiteRuleListResponseUnmarshaller {
public static UpdateWhiteRuleListResponse unmarshall(UpdateWhiteRuleListResponse updateWhiteRuleListResponse, UnmarshallerContext _ctx) {
return updateWhiteRuleListResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AbolishApiRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AbolishApiRequest extends RpcAcsRequest<AbolishApiResponse> {
public AbolishApiRequest() {
super("CloudAPI", "2016-07-14", "AbolishApi", "apigateway");
}
private String groupId;
private String apiId;
private String stageName;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
public String getStageName() {
return this.stageName;
}
public void setStageName(String stageName) {
this.stageName = stageName;
putQueryParameter("StageName", stageName);
}
@Override
public Class<AbolishApiResponse> getResponseClass() {
return AbolishApiResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AbolishApiResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AbolishApiResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AbolishApiResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AbolishApiResponse getInstance(UnmarshallerContext context) {
return AbolishApiResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AcquireGatewayTokenRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AcquireGatewayTokenRequest extends RpcAcsRequest<AcquireGatewayTokenResponse> {
public AcquireGatewayTokenRequest() {
super("CloudAPI", "2016-07-14", "AcquireGatewayToken", "apigateway");
}
private String instanceId;
private String tokenType;
public String getInstanceId() {
return instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
putQueryParameter("InstanceId", instanceId);
}
public String getTokenType() {
return tokenType;
}
public void setTokenType(String tokenType) {
this.tokenType = tokenType;
putQueryParameter("TokenType", tokenType);
}
@Override
public Class<AcquireGatewayTokenResponse> getResponseClass() {
return AcquireGatewayTokenResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AcquireGatewayTokenResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AbolishApiResponseUnmarshaller;
import com.aliyuncs.cloudapi.transform.v20160714.AcquireGatewayTokenUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AcquireGatewayTokenResponse extends AcsResponse {
private String requestId;
private String token;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
@Override
public AcquireGatewayTokenResponse getInstance(UnmarshallerContext context) {
return AcquireGatewayTokenUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddCatalogRelationRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AddCatalogRelationRequest extends RpcAcsRequest<AddCatalogRelationResponse> {
public AddCatalogRelationRequest() {
super("CloudAPI", "2016-07-14", "AddCatalogRelation", "apigateway");
}
private String catalogId;
private String apiId;
public String getCatalogId() {
return this.catalogId;
}
public void setCatalogId(String catalogId) {
this.catalogId = catalogId;
putQueryParameter("CatalogId", catalogId);
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
@Override
public Class<AddCatalogRelationResponse> getResponseClass() {
return AddCatalogRelationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddCatalogRelationResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AddCatalogRelationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AddCatalogRelationResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AddCatalogRelationResponse getInstance(UnmarshallerContext context) {
return AddCatalogRelationResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddCatalogRelationsRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.alibaba.fastjson.JSON;
import com.aliyuncs.RpcAcsRequest;
import java.util.ArrayList;
import java.util.List;
/**
* @author auto create
*
*/
public class AddCatalogRelationsRequest extends RpcAcsRequest<AddCatalogRelationsResponse> {
public AddCatalogRelationsRequest() {
super("CloudAPI", "2016-07-14", "AddCatalogRelations", "apigateway");
}
private String catalogId;
private String apiIds;
private List<String> apiList;
public String getCatalogId() {
return this.catalogId;
}
public void setCatalogId(String catalogId) {
this.catalogId = catalogId;
putQueryParameter("CatalogId", catalogId);
}
public String getApiIds() {
return this.apiIds;
}
public void setApiIds(String apiIds) {
this.apiIds = apiIds;
putQueryParameter("ApiIds", apiIds);
}
public void addApiId(String apiId) {
if (null == apiList) {
apiList = new ArrayList<String>();
}
if (!apiList.contains(apiId)) {
apiList.add(apiId);
}
setApiIds(JSON.toJSONString(apiList));
}
@Override
public Class<AddCatalogRelationsResponse> getResponseClass() {
return AddCatalogRelationsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddCatalogRelationsResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AddCatalogRelationsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AddCatalogRelationsResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AddCatalogRelationsResponse getInstance(UnmarshallerContext context) {
return AddCatalogRelationsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddIpControlPolicyItemRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AddIpControlPolicyItemRequest extends RpcAcsRequest<AddIpControlPolicyItemResponse> {
public AddIpControlPolicyItemRequest() {
super("CloudAPI", "2016-07-14", "AddIpControlPolicyItem", "apigateway");
}
private String ipControlId;
private String appId;
private String cidrIp;
public String getIpControlId() {
return this.ipControlId;
}
public void setIpControlId(String ipControlId) {
this.ipControlId = ipControlId;
if(ipControlId != null){
putQueryParameter("IpControlId", ipControlId);
}
}
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId);
}
}
public String getCidrIp() {
return this.cidrIp;
}
public void setCidrIp(String cidrIp) {
this.cidrIp = cidrIp;
if(cidrIp != null){
putQueryParameter("CidrIp", cidrIp);
}
}
@Override
public Class<AddIpControlPolicyItemResponse> getResponseClass() {
return AddIpControlPolicyItemResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddIpControlPolicyItemResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AddIpControlPolicyItemResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AddIpControlPolicyItemResponse extends AcsResponse {
private String requestId;
private String policyItemId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getPolicyItemId() {
return this.policyItemId;
}
public void setPolicyItemId(String policyItemId) {
this.policyItemId = policyItemId;
}
@Override
public AddIpControlPolicyItemResponse getInstance(UnmarshallerContext context) {
return AddIpControlPolicyItemResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddTrafficSpecialControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AddTrafficSpecialControlRequest extends RpcAcsRequest<AddTrafficSpecialControlResponse> {
public AddTrafficSpecialControlRequest() {
super("CloudAPI", "2016-07-14", "AddTrafficSpecialControl", "apigateway");
}
private String trafficControlId;
private String specialType;
private String specialKey;
private Integer trafficValue;
public String getTrafficControlId() {
return this.trafficControlId;
}
public void setTrafficControlId(String trafficControlId) {
this.trafficControlId = trafficControlId;
putQueryParameter("TrafficControlId", trafficControlId);
}
public String getSpecialType() {
return this.specialType;
}
public void setSpecialType(String specialType) {
this.specialType = specialType;
putQueryParameter("SpecialType", specialType);
}
public String getSpecialKey() {
return this.specialKey;
}
public void setSpecialKey(String specialKey) {
this.specialKey = specialKey;
putQueryParameter("SpecialKey", specialKey);
}
public Integer getTrafficValue() {
return this.trafficValue;
}
public void setTrafficValue(Integer trafficValue) {
this.trafficValue = trafficValue;
putQueryParameter("TrafficValue", trafficValue);
}
@Override
public Class<AddTrafficSpecialControlResponse> getResponseClass() {
return AddTrafficSpecialControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AddTrafficSpecialControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AddTrafficSpecialControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AddTrafficSpecialControlResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AddTrafficSpecialControlResponse getInstance(UnmarshallerContext context) {
return AddTrafficSpecialControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AttachPluginRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class AttachPluginRequest extends RpcAcsRequest<AttachPluginResponse> {
public AttachPluginRequest() {
super("CloudAPI", "2016-07-14", "AttachPlugin", "apigateway");
}
private String pluginId;
private String apiId;
private String stageName;
public String getApiId() {
return apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
public String getPluginId() {
return pluginId;
}
public void setPluginId(String pluginId) {
this.pluginId = pluginId;
putQueryParameter("PluginId",pluginId);
}
public String getStageName() {
return stageName;
}
public void setStageName(String stageName) {
this.stageName = stageName;
putQueryParameter("StageName",stageName);
}
@Override
public Class<AttachPluginResponse> getResponseClass() {
return AttachPluginResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/AttachPluginResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.AttachPluginResponseUnmarshaller;
import com.aliyuncs.cloudapi.transform.v20160714.CreatePluginResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class AttachPluginResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AcsResponse getInstance(UnmarshallerContext unmarshallerContext) throws ClientException, ServerException {
return AttachPluginResponseUnmarshaller.unmarshall(this,unmarshallerContext);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/ClearCatalogRelationsRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class ClearCatalogRelationsRequest extends RpcAcsRequest<ClearCatalogRelationsResponse> {
public ClearCatalogRelationsRequest() {
super("CloudAPI", "2016-07-14", "ClearCatalogRelations", "apigateway");
}
private String catalogId;
public String getCatalogId() {
return this.catalogId;
}
public void setCatalogId(String catalogId) {
this.catalogId = catalogId;
putQueryParameter("CatalogId", catalogId);
}
@Override
public Class<ClearCatalogRelationsResponse> getResponseClass() {
return ClearCatalogRelationsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/ClearCatalogRelationsResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.ClearCatalogRelationsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class ClearCatalogRelationsResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ClearCatalogRelationsResponse getInstance(UnmarshallerContext context) {
return ClearCatalogRelationsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiGroupRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.cloudapi.openapi.sdk.entity.Tag;
import java.util.List;
/**
* @author auto create
*
*/
public class CreateApiGroupRequest extends RpcAcsRequest<CreateApiGroupResponse> {
public CreateApiGroupRequest() {
super("CloudAPI", "2016-07-14", "CreateApiGroup", "apigateway");
}
private String instanceId;
private String groupName;
private String description;
private String basePath;
private List<Tag> tags;
public List<Tag> getTags() {
return tags;
}
public void setTags(List<Tag> tags) {
this.tags = tags;
if (tags != null) {
for (int i = 0; i < tags.size(); i++) {
putQueryParameter("Tag." + (i + 1) + ".Value" , tags.get(i).getValue());
putQueryParameter("Tag." + (i + 1) + ".Key" , tags.get(i).getKey());
}
}
}
public String getInstanceId() {
return instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
putQueryParameter("InstanceId", instanceId);
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
putQueryParameter("GroupName", groupName);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
public String getBasePath() {
return basePath;
}
public void setBasePath(String basePath) {
this.basePath = basePath;
putQueryParameter("BasePath", basePath);
}
@Override
public Class<CreateApiGroupResponse> getResponseClass() {
return CreateApiGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiGroupResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateApiGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateApiGroupResponse extends AcsResponse {
private String requestId;
private String groupId;
private String groupName;
private String subDomain;
private String description;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public String getSubDomain() {
return this.subDomain;
}
public void setSubDomain(String subDomain) {
this.subDomain = subDomain;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
@Override
public CreateApiGroupResponse getInstance(UnmarshallerContext context) {
return CreateApiGroupResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.alibaba.fastjson.JSON;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.cloudapi.model.v20160714.DescribeApiResponse.*;
import java.util.List;
/**
* @author auto create
*/
public class CreateApiRequest extends RpcAcsRequest<CreateApiResponse> {
public CreateApiRequest() {
super("CloudAPI", "2016-07-14", "CreateApi", "apigateway");
}
private String groupId;
private String apiName;
private String visibility;
private String description;
private String authType;
private Boolean forceNonceCheck;
private Boolean disableInternet;
private String appCodeAuthType;
private String internalApiName;
private String requestConfig;
private String serviceConfig;
private String requestParameters;
private String systemParameters;
private String constantParameters;
private String serviceParameters;
private String serviceParametersMap;
private String resultType;
private String resultSample;
private String failResultSample;
private String errorCodeSamples;
private String openIdConnectConfig;
private String allowSignatureMethod;
private String resultBodyModel;
private String webSocketApiType;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getApiName() {
return this.apiName;
}
public void setApiName(String apiName) {
this.apiName = apiName;
putQueryParameter("ApiName", apiName);
}
public String getVisibility() {
return this.visibility;
}
public void setVisibility(String visibility) {
this.visibility = visibility;
putQueryParameter("Visibility", visibility);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
public String getAuthType() {
return this.authType;
}
public void setAuthType(String authType) {
this.authType = authType;
putQueryParameter("AuthType", authType);
}
public Boolean getForceNonceCheck() {
return forceNonceCheck;
}
public void setForceNonceCheck(Boolean forceNonceCheck) {
this.forceNonceCheck = forceNonceCheck;
putQueryParameter("ForceNonceCheck", forceNonceCheck);
}
public Boolean getDisableInternet() {
return disableInternet;
}
public void setDisableInternet(Boolean disableInternet) {
this.disableInternet = disableInternet;
putQueryParameter("DisableInternet", disableInternet);
}
public String getAppCodeAuthType() {
return appCodeAuthType;
}
public void setAppCodeAuthType(String appCodeAuthType) {
this.appCodeAuthType = appCodeAuthType;
this.putQueryParameter("AppCodeAuthType", appCodeAuthType);
}
public String getInternalApiName() {
return internalApiName;
}
public void setInternalApiName(String internalApiName) {
this.internalApiName = internalApiName;
this.putQueryParameter("InternalApiName", internalApiName);
}
public String getRequestConfig() {
return this.requestConfig;
}
public void setRequestConfig(String requestConfig) {
this.requestConfig = requestConfig;
putQueryParameter("RequestConfig", requestConfig);
}
public String getServiceConfig() {
return this.serviceConfig;
}
public void setServiceConfig(String serviceConfig) {
this.serviceConfig = serviceConfig;
putQueryParameter("ServiceConfig", serviceConfig);
}
public String getResultBodyModel() {
return resultBodyModel;
}
public void setResultBodyModel(String resultBodyModel) {
this.resultBodyModel = resultBodyModel;
putQueryParameter("ResultBodyModel", resultBodyModel);
}
public String getWebSocketApiType() {
return webSocketApiType;
}
public void setWebSocketApiType(String webSocketApiType) {
this.webSocketApiType = webSocketApiType;
putQueryParameter("WebSocketApiType", webSocketApiType);
}
public String getRequestParameters() {
return this.requestParameters;
}
public void setRequestParameters(String requestParameters) {
this.requestParameters = requestParameters;
putQueryParameter("RequestParameters", requestParameters);
}
public String getSystemParameters() {
return this.systemParameters;
}
public void setSystemParameters(String systemParameters) {
this.systemParameters = systemParameters;
putQueryParameter("SystemParameters", systemParameters);
}
public String getConstantParameters() {
return this.constantParameters;
}
public void setConstantParameters(String constantParameters) {
this.constantParameters = constantParameters;
putQueryParameter("ConstantParameters", constantParameters);
}
public String getServiceParameters() {
return this.serviceParameters;
}
public void setServiceParameters(String serviceParameters) {
this.serviceParameters = serviceParameters;
putQueryParameter("ServiceParameters", serviceParameters);
}
public String getServiceParametersMap() {
return this.serviceParametersMap;
}
public void setServiceParametersMap(String serviceParametersMap) {
this.serviceParametersMap = serviceParametersMap;
putQueryParameter("ServiceParametersMap", serviceParametersMap);
}
public String getResultType() {
return this.resultType;
}
public void setResultType(String resultType) {
this.resultType = resultType;
putQueryParameter("ResultType", resultType);
}
public String getResultSample() {
return this.resultSample;
}
public void setResultSample(String resultSample) {
this.resultSample = resultSample;
putQueryParameter("ResultSample", resultSample);
}
public String getFailResultSample() {
return this.failResultSample;
}
public void setFailResultSample(String failResultSample) {
this.failResultSample = failResultSample;
putQueryParameter("FailResultSample", failResultSample);
}
public String getErrorCodeSamples() {
return this.errorCodeSamples;
}
public void setErrorCodeSamples(String errorCodeSamples) {
this.errorCodeSamples = errorCodeSamples;
putQueryParameter("ErrorCodeSamples", errorCodeSamples);
}
public void setRequestConfig(RequestConfig requestConfig) {
if (null != requestConfig) {
setRequestConfig(JSON.toJSONString(requestConfig));
}
}
public void setServiceConfig(ServiceConfig ServiceConfig) {
if (null != ServiceConfig) {
setServiceConfig(JSON.toJSONString(ServiceConfig));
}
}
public void setRequestParameters(List<RequestParameter> list) {
if (null != list) {
setRequestParameters(JSON.toJSONString(list));
}
}
public void setSystemParameters(List<SystemParameter> list) {
if (null != list) {
setSystemParameters(JSON.toJSONString(list));
}
}
public void setConstantParameters(List<ConstantParameter> list) {
if (null != list) {
setConstantParameters(JSON.toJSONString(list));
}
}
public void setServiceParameters(List<ServiceParameter> list) {
if (null != list) {
setServiceParameters(JSON.toJSONString(list));
}
}
public void setServiceParametersMap(List<ServiceParameterMap> list) {
if (null != list) {
setServiceParametersMap(JSON.toJSONString(list));
}
}
public void setErrorCodeSamples(List<ErrorCodeSample> list) {
if (null != list) {
setErrorCodeSamples(JSON.toJSONString(list));
}
}
public void setOpenIdConnectConfig(OpenIdConnectConfig openIdConnectConfig) {
if (null != openIdConnectConfig) {
setOpenIdConnectConfig(JSON.toJSONString(openIdConnectConfig));
}
}
public String getOpenIdConnectConfig() {
return openIdConnectConfig;
}
public void setOpenIdConnectConfig(String openIdConnectConfig) {
this.openIdConnectConfig = openIdConnectConfig;
putQueryParameter("OpenIdConnectConfig", openIdConnectConfig);
}
public String getAllowSignatureMethod() {
return allowSignatureMethod;
}
public void setAllowSignatureMethod(String allowSignatureMethod) {
this.allowSignatureMethod = allowSignatureMethod;
putQueryParameter("AllowSignatureMethod", allowSignatureMethod);
}
@Override
public Class<CreateApiResponse> getResponseClass() {
return CreateApiResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateApiResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateApiResponse extends AcsResponse {
private String requestId;
private String apiId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
}
@Override
public CreateApiResponse getInstance(UnmarshallerContext context) {
return CreateApiResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiStageVariableRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.alibaba.fastjson.JSON;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class CreateApiStageVariableRequest extends RpcAcsRequest<CreateApiStageVariableResponse> {
public CreateApiStageVariableRequest() {
super("CloudAPI", "2016-07-14", "CreateApiStageVariable", "apigateway");
}
private String groupId;
private String stageId;
private String variableName;
private String variableValue;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getStageId() {
return this.stageId;
}
public void setStageId(String stageId) {
this.stageId = stageId;
putQueryParameter("StageId", stageId);
}
public String getVariableName() {
return this.variableName;
}
public void setVariableName(String variableName) {
this.variableName = variableName;
putQueryParameter("VariableName", variableName);
}
public String getVariableValue() {
return this.variableValue;
}
public void setVariableValue(String variableValue) {
this.variableValue = variableValue;
putQueryParameter("VariableValue", variableValue);
}
@Override
public Class<CreateApiStageVariableResponse> getResponseClass() {
return CreateApiStageVariableResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateApiStageVariableResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateApiStageVariableResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateApiStageVariableResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateApiStageVariableResponse getInstance(UnmarshallerContext context) {
return CreateApiStageVariableResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateAppRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import java.util.List;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.cloudapi.openapi.sdk.entity.Tag;
/**
* @author auto create
*
*/
public class CreateAppRequest extends RpcAcsRequest<CreateAppResponse> {
public CreateAppRequest() {
super("CloudAPI", "2016-07-14", "CreateApp", "apigateway");
}
private String appName;
private String description;
private List<Tag> tags;
public List<Tag> getTags() {
return tags;
}
public void setTags(List<Tag> tags) {
this.tags = tags;
if (tags != null) {
for (int i = 0; i < tags.size(); i++) {
putQueryParameter("Tag." + (i + 1) + ".Value" , tags.get(i).getValue());
putQueryParameter("Tag." + (i + 1) + ".Key" , tags.get(i).getKey());
}
}
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
putQueryParameter("AppName", appName);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
@Override
public Class<CreateAppResponse> getResponseClass() {
return CreateAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateAppResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateAppResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateAppResponse extends AcsResponse {
private String requestId;
private Long appId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
}
@Override
public CreateAppResponse getInstance(UnmarshallerContext context) {
return CreateAppResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateCatalogRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class CreateCatalogRequest extends RpcAcsRequest<CreateCatalogResponse> {
public CreateCatalogRequest() {
super("CloudAPI", "2016-07-14", "CreateCatalog", "apigateway");
}
private String catalogName;
private String description;
private String parentId;
public String getCatalogName() {
return this.catalogName;
}
public void setCatalogName(String catalogName) {
this.catalogName = catalogName;
putQueryParameter("CatalogName", catalogName);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
putQueryParameter("ParentId", parentId);
}
@Override
public Class<CreateCatalogResponse> getResponseClass() {
return CreateCatalogResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateCatalogResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateCatalogResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateCatalogResponse extends AcsResponse {
private String requestId;
private String catalogId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCatalogId() {
return this.catalogId;
}
public void setCatalogId(String catalogId) {
this.catalogId = catalogId;
}
@Override
public CreateCatalogResponse getInstance(UnmarshallerContext context) {
return CreateCatalogResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateInstanceRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @Author: wuling
* @Date: 2020/1/8 下午3:33
*/
public class CreateInstanceRequest extends RpcAcsRequest<CreateInstanceResponse> {
public CreateInstanceRequest() {
super("CloudAPI", "2016-07-14", "CreateInstance", "apigateway");
}
private String instanceName;
private String chargeType;
private String instanceSpec;
private String zoneId;
private String httpsPolicy;
private Integer duration;
private String pricingCycle;
private Boolean autoPay;
private String token;
public String getInstanceName() {
return instanceName;
}
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
putQueryParameter("InstanceName", instanceName);
}
public String getChargeType() {
return chargeType;
}
public void setChargeType(String ChargeType) {
this.chargeType = chargeType;
putQueryParameter("ChargeType", ChargeType);
}
public String getInstanceSpec() {
return instanceSpec;
}
public void setInstanceSpec(String instanceSpec) {
this.instanceSpec = instanceSpec;
putQueryParameter("InstanceSpec", instanceSpec);
}
public String getZoneId() {
return zoneId;
}
public void setZoneId(String zoneId) {
this.zoneId = zoneId;
putQueryParameter("ZoneId", zoneId);
}
public String getHttpsPolicy() {
return httpsPolicy;
}
public void setHttpsPolicy(String httpsPolicy) {
this.httpsPolicy = httpsPolicy;
putQueryParameter("HttpsPolicy", httpsPolicy);
}
public Integer getDuration() {
return duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
putQueryParameter("Duration", duration);
}
public String getPricingCycle() {
return pricingCycle;
}
public void setPricingCycle(String pricingCycle) {
this.pricingCycle = pricingCycle;
putQueryParameter("PricingCycle", pricingCycle);
}
public Boolean getAutoPay() {
return autoPay;
}
public void setAutoPay(Boolean autoPay) {
this.autoPay = autoPay;
putQueryParameter("AutoPay", autoPay);
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
putQueryParameter("Token", token);
}
@Override
public Class<CreateInstanceResponse> getResponseClass() {
return CreateInstanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateInstanceResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @Author: wuling
* @Date: 2020/1/8 下午3:34
*/
public class CreateInstanceResponse extends AcsResponse {
private String requestId;
private String instanceId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getInstanceId() {
return instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
@Override
public CreateInstanceResponse getInstance(UnmarshallerContext context) {
return CreateInstanceResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateIntranetDomainRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
public class CreateIntranetDomainRequest extends RpcAcsRequest<CreateIntranetDomainResponse> {
public CreateIntranetDomainRequest() {
super("CloudAPI", "2016-07-14", "CreateIntranetDomain", "apigateway");
}
private String GroupId;
private Boolean DeleteInternetDomain;
public String getGroupId() {
return GroupId;
}
public void setGroupId(String groupId) {
GroupId = groupId;
putQueryParameter("GroupId", groupId);
}
public Boolean getDeleteInternetDomain() {
return DeleteInternetDomain;
}
public void setDeleteInternetDomain(Boolean deleteInternetDomain) {
DeleteInternetDomain = deleteInternetDomain;
putQueryParameter("DeleteInternetDomain", deleteInternetDomain);
}
@Override
public Class<CreateIntranetDomainResponse> getResponseClass() {
return CreateIntranetDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateIntranetDomainResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateIntranetDomainResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateIntranetDomainResponse extends AcsResponse {
private String requestId;
private String domainName;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getDomainName() {
return domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
}
@Override
public AcsResponse getInstance(UnmarshallerContext context) throws ClientException, ServerException {
return CreateIntranetDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateIpControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
/**
* @author auto create
*
*/
public class CreateIpControlRequest extends RpcAcsRequest<CreateIpControlResponse> {
public CreateIpControlRequest() {
super("CloudAPI", "2016-07-14", "CreateIpControl", "apigateway");
}
private String ipControlName;
private String ipControlType;
private List<IpControlPolicys> ipControlPolicyss;
private String description;
public String getIpControlName() {
return this.ipControlName;
}
public void setIpControlName(String ipControlName) {
this.ipControlName = ipControlName;
if(ipControlName != null){
putQueryParameter("IpControlName", ipControlName);
}
}
public String getIpControlType() {
return this.ipControlType;
}
public void setIpControlType(String ipControlType) {
this.ipControlType = ipControlType;
if(ipControlType != null){
putQueryParameter("IpControlType", ipControlType);
}
}
public List<IpControlPolicys> getIpControlPolicyss() {
return this.ipControlPolicyss;
}
public void setIpControlPolicyss(List<IpControlPolicys> ipControlPolicyss) {
this.ipControlPolicyss = ipControlPolicyss;
if (ipControlPolicyss != null) {
for (int depth1 = 0; depth1 < ipControlPolicyss.size(); depth1++) {
putQueryParameter("IpControlPolicys." + (depth1 + 1) + ".AppId" , ipControlPolicyss.get(depth1).getAppId());
putQueryParameter("IpControlPolicys." + (depth1 + 1) + ".CidrIp" , ipControlPolicyss.get(depth1).getCidrIp());
}
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putQueryParameter("Description", description);
}
}
public static class IpControlPolicys {
private String appId;
private String cidrIp;
public String getAppId() {
return this.appId;
}
public void setAppId(String appId) {
this.appId = appId;
}
public String getCidrIp() {
return this.cidrIp;
}
public void setCidrIp(String cidrIp) {
this.cidrIp = cidrIp;
}
}
@Override
public Class<CreateIpControlResponse> getResponseClass() {
return CreateIpControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateIpControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateIpControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateIpControlResponse extends AcsResponse {
private String requestId;
private String ipControlId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getIpControlId() {
return this.ipControlId;
}
public void setIpControlId(String ipControlId) {
this.ipControlId = ipControlId;
}
@Override
public CreateIpControlResponse getInstance(UnmarshallerContext context) {
return CreateIpControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateLogConfigRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class CreateLogConfigRequest extends RpcAcsRequest<CreateLogConfigResponse> {
public CreateLogConfigRequest() {
super("CloudAPI", "2016-07-14", "CreateLogConfig", "apigateway");
}
private String slsProject;
private String slsLogStore;
private String logType;
public String getSlsProject() {
return this.slsProject;
}
public void setSlsProject(String slsProject) {
this.slsProject = slsProject;
if(slsProject != null){
putQueryParameter("SlsProject", slsProject);
}
}
public String getSlsLogStore() {
return this.slsLogStore;
}
public void setSlsLogStore(String slsLogStore) {
this.slsLogStore = slsLogStore;
if(slsLogStore != null){
putQueryParameter("SlsLogStore", slsLogStore);
}
}
public String getLogType() {
return this.logType;
}
public void setLogType(String logType) {
this.logType = logType;
if(logType != null){
putQueryParameter("LogType", logType);
}
}
@Override
public Class<CreateLogConfigResponse> getResponseClass() {
return CreateLogConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateLogConfigResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateLogConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateLogConfigResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateLogConfigResponse getInstance(UnmarshallerContext context) {
return CreateLogConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateModelRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class CreateModelRequest extends RpcAcsRequest<CreateModelResponse> {
public CreateModelRequest() {
super("CloudAPI", "2016-07-14", "CreateModel", "apigateway");
}
private String groupId;
private String modelName;
private String schema;
private String description;
public String getGroupId() {
return groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId",groupId);
}
public String getModelName() {
return modelName;
}
public void setModelName(String modelName) {
this.modelName = modelName;
putQueryParameter("ModelName",modelName);
}
public String getSchema() {
return schema;
}
public void setSchema(String schema) {
this.schema = schema;
putQueryParameter("Schema",schema);
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description",description);
}
@Override
public Class<CreateModelResponse> getResponseClass() {
return CreateModelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateModelResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateModelResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*/
public class CreateModelResponse extends AcsResponse {
private String requestId;
private String modelId;
private String modelRef;
private String modelName;
private String groupId;
private String schema;
private String regionId;
private String description;
private String createdTime;
private String modifiedTime;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getModelId() {
return modelId;
}
public void setModelId(String modelId) {
this.modelId = modelId;
}
public String getModelRef() {
return modelRef;
}
public void setModelRef(String modelRef) {
this.modelRef = modelRef;
}
public String getModelName() {
return modelName;
}
public void setModelName(String modelName) {
this.modelName = modelName;
}
public String getGroupId() {
return groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
}
public String getSchema() {
return schema;
}
public void setSchema(String schema) {
this.schema = schema;
}
public String getRegionId() {
return regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public String getCreatedTime() {
return createdTime;
}
public void setCreatedTime(String createdTime) {
this.createdTime = createdTime;
}
public String getModifiedTime() {
return modifiedTime;
}
public void setModifiedTime(String modifiedTime) {
this.modifiedTime = modifiedTime;
}
@Override
public AcsResponse getInstance(UnmarshallerContext context) throws ClientException, ServerException {
return CreateModelResponseUnmarshaller.unmarshall(this,context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreatePluginRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import java.util.List;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.cloudapi.openapi.sdk.entity.Tag;
/**
* @author auto create
*
*/
public class CreatePluginRequest extends RpcAcsRequest<CreatePluginResponse> {
public CreatePluginRequest() {
super("CloudAPI", "2016-07-14", "CreatePlugin", "apigateway");
}
private String pluginName;
private String pluginType;
private String pluginData;
private String description;
private List<Tag> tags;
public List<Tag> getTags() {
return tags;
}
public void setTags(List<Tag> tags) {
this.tags = tags;
if (tags != null) {
for (int i = 0; i < tags.size(); i++) {
putQueryParameter("Tag." + (i + 1) + ".Value" , tags.get(i).getValue());
putQueryParameter("Tag." + (i + 1) + ".Key" , tags.get(i).getKey());
}
}
}
public String getPluginName() {
return pluginName;
}
public void setPluginName(String pluginName) {
this.pluginName = pluginName;
putQueryParameter("PluginName",pluginName);
}
public String getPluginType() {
return pluginType;
}
public void setPluginType(String pluginType) {
this.pluginType = pluginType;
putQueryParameter("PluginType",pluginType);
}
public String getPluginData() {
return pluginData;
}
public void setPluginData(String pluginData) {
this.pluginData = pluginData;
putQueryParameter("PluginData",pluginData);
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description",description);
}
@Override
public Class<CreatePluginResponse> getResponseClass() {
return CreatePluginResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreatePluginResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreatePluginResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreatePluginResponse extends AcsResponse {
private String requestId;
private String pluginId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getPluginId() {
return pluginId;
}
public void setPluginId(String pluginId) {
this.pluginId = pluginId;
}
@Override
public AcsResponse getInstance(UnmarshallerContext unmarshallerContext) throws ClientException, ServerException {
return CreatePluginResponseUnmarshaller.unmarshall(this, unmarshallerContext);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateSignatureRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class CreateSignatureRequest extends RpcAcsRequest<CreateSignatureResponse> {
public CreateSignatureRequest() {
super("CloudAPI", "2016-07-14", "CreateSignature", "apigateway");
}
private String signatureName;
private String signatureKey;
private String signatureSecret;
public String getSignatureName() {
return this.signatureName;
}
public void setSignatureName(String signatureName) {
this.signatureName = signatureName;
putQueryParameter("SignatureName", signatureName);
}
public String getSignatureKey() {
return this.signatureKey;
}
public void setSignatureKey(String signatureKey) {
this.signatureKey = signatureKey;
putQueryParameter("SignatureKey", signatureKey);
}
public String getSignatureSecret() {
return this.signatureSecret;
}
public void setSignatureSecret(String signatureSecret) {
this.signatureSecret = signatureSecret;
putQueryParameter("SignatureSecret", signatureSecret);
}
@Override
public Class<CreateSignatureResponse> getResponseClass() {
return CreateSignatureResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateSignatureResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateSignatureResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateSignatureResponse extends AcsResponse {
private String requestId;
private String signatureId;
private String signatureName;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSignatureId() {
return this.signatureId;
}
public void setSignatureId(String signatureId) {
this.signatureId = signatureId;
}
public String getSignatureName() {
return this.signatureName;
}
public void setSignatureName(String signatureName) {
this.signatureName = signatureName;
}
@Override
public CreateSignatureResponse getInstance(UnmarshallerContext context) {
return CreateSignatureResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateTrafficControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*/
public class CreateTrafficControlRequest extends RpcAcsRequest<CreateTrafficControlResponse> {
public CreateTrafficControlRequest() {
super("CloudAPI", "2016-07-14", "CreateTrafficControl", "apigateway");
}
private String trafficControlName;
private String trafficControlUnit;
private Integer apiDefault;
private Integer userDefault;
private Integer appDefault;
private String description;
public String getTrafficControlName() {
return this.trafficControlName;
}
public void setTrafficControlName(String trafficControlName) {
this.trafficControlName = trafficControlName;
putQueryParameter("TrafficControlName", trafficControlName);
}
public String getTrafficControlUnit() {
return this.trafficControlUnit;
}
public void setTrafficControlUnit(String trafficControlUnit) {
this.trafficControlUnit = trafficControlUnit;
putQueryParameter("TrafficControlUnit", trafficControlUnit);
}
public Integer getApiDefault() {
return this.apiDefault;
}
public void setApiDefault(Integer apiDefault) {
this.apiDefault = apiDefault;
putQueryParameter("ApiDefault", apiDefault);
}
public Integer getUserDefault() {
return this.userDefault;
}
public void setUserDefault(Integer userDefault) {
this.userDefault = userDefault;
putQueryParameter("UserDefault", userDefault);
}
public Integer getAppDefault() {
return this.appDefault;
}
public void setAppDefault(Integer appDefault) {
this.appDefault = appDefault;
putQueryParameter("AppDefault", appDefault);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
@Override
public Class<CreateTrafficControlResponse> getResponseClass() {
return CreateTrafficControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/CreateTrafficControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreateTrafficControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class CreateTrafficControlResponse extends AcsResponse {
private String requestId;
private String trafficControlId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getTrafficControlId() {
return this.trafficControlId;
}
public void setTrafficControlId(String trafficControlId) {
this.trafficControlId = trafficControlId;
}
@Override
public CreateTrafficControlResponse getInstance(UnmarshallerContext context) {
return CreateTrafficControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteAllTrafficSpecialControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteAllTrafficSpecialControlRequest extends RpcAcsRequest<DeleteAllTrafficSpecialControlResponse> {
public DeleteAllTrafficSpecialControlRequest() {
super("CloudAPI", "2016-07-14", "DeleteAllTrafficSpecialControl", "apigateway");
}
private String trafficControlId;
public String getTrafficControlId() {
return this.trafficControlId;
}
public void setTrafficControlId(String trafficControlId) {
this.trafficControlId = trafficControlId;
putQueryParameter("TrafficControlId", trafficControlId);
}
@Override
public Class<DeleteAllTrafficSpecialControlResponse> getResponseClass() {
return DeleteAllTrafficSpecialControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteAllTrafficSpecialControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteAllTrafficSpecialControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteAllTrafficSpecialControlResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteAllTrafficSpecialControlResponse getInstance(UnmarshallerContext context) {
return DeleteAllTrafficSpecialControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiGroupRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteApiGroupRequest extends RpcAcsRequest<DeleteApiGroupResponse> {
public DeleteApiGroupRequest() {
super("CloudAPI", "2016-07-14", "DeleteApiGroup", "apigateway");
}
private String groupId;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
@Override
public Class<DeleteApiGroupResponse> getResponseClass() {
return DeleteApiGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiGroupResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteApiGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteApiGroupResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteApiGroupResponse getInstance(UnmarshallerContext context) {
return DeleteApiGroupResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteApiRequest extends RpcAcsRequest<DeleteApiResponse> {
public DeleteApiRequest() {
super("CloudAPI", "2016-07-14", "DeleteApi", "apigateway");
}
private String groupId;
private String apiId;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
@Override
public Class<DeleteApiResponse> getResponseClass() {
return DeleteApiResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteApiResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteApiResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteApiResponse getInstance(UnmarshallerContext context) {
return DeleteApiResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiStageVariableRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteApiStageVariableRequest extends RpcAcsRequest<DeleteApiStageVariableResponse> {
public DeleteApiStageVariableRequest() {
super("CloudAPI", "2016-07-14", "DeleteApiStageVariable", "apigateway");
}
private String groupId;
private String stageId;
private String variableName;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getStageId() {
return this.stageId;
}
public void setStageId(String stageId) {
this.stageId = stageId;
putQueryParameter("StageId", stageId);
}
public String getVariableName() {
return this.variableName;
}
public void setVariableName(String variableName) {
this.variableName = variableName;
putQueryParameter("VariableName", variableName);
}
@Override
public Class<DeleteApiStageVariableResponse> getResponseClass() {
return DeleteApiStageVariableResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteApiStageVariableResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteApiStageVariableResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*/
public class DeleteApiStageVariableResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteApiStageVariableResponse getInstance(UnmarshallerContext context) {
return DeleteApiStageVariableResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteAppRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteAppRequest extends RpcAcsRequest<DeleteAppResponse> {
public DeleteAppRequest() {
super("CloudAPI", "2016-07-14", "DeleteApp", "apigateway");
}
private Long appId;
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
putQueryParameter("AppId", appId);
}
@Override
public Class<DeleteAppResponse> getResponseClass() {
return DeleteAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteAppResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteAppResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteAppResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteAppResponse getInstance(UnmarshallerContext context) {
return DeleteAppResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteCatalogRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteCatalogRequest extends RpcAcsRequest<DeleteCatalogResponse> {
public DeleteCatalogRequest() {
super("CloudAPI", "2016-07-14", "DeleteCatalog", "apigateway");
}
private String catalogId;
public String getCatalogId() {
return this.catalogId;
}
public void setCatalogId(String catalogId) {
this.catalogId = catalogId;
putQueryParameter("CatalogId", catalogId);
}
@Override
public Class<DeleteCatalogResponse> getResponseClass() {
return DeleteCatalogResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteCatalogResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteCatalogResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteCatalogResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteCatalogResponse getInstance(UnmarshallerContext context) {
return DeleteCatalogResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteDomainCertificateRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteDomainCertificateRequest extends RpcAcsRequest<DeleteDomainCertificateResponse> {
public DeleteDomainCertificateRequest() {
super("CloudAPI", "2016-07-14", "DeleteDomainCertificate", "apigateway");
}
private String groupId;
private String domainName;
private String certificateId;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
putQueryParameter("DomainName", domainName);
}
public String getCertificateId() {
return this.certificateId;
}
public void setCertificateId(String certificateId) {
this.certificateId = certificateId;
putQueryParameter("CertificateId", certificateId);
}
@Override
public Class<DeleteDomainCertificateResponse> getResponseClass() {
return DeleteDomainCertificateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteDomainCertificateResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteDomainCertificateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteDomainCertificateResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteDomainCertificateResponse getInstance(UnmarshallerContext context) {
return DeleteDomainCertificateResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteDomainRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteDomainRequest extends RpcAcsRequest<DeleteDomainResponse> {
public DeleteDomainRequest() {
super("CloudAPI", "2016-07-14", "DeleteDomain", "apigateway");
}
private String groupId;
private String domainName;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getDomainName() {
return this.domainName;
}
public void setDomainName(String domainName) {
this.domainName = domainName;
putQueryParameter("DomainName", domainName);
}
@Override
public Class<DeleteDomainResponse> getResponseClass() {
return DeleteDomainResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteDomainResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteDomainResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*/
public class DeleteDomainResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteDomainResponse getInstance(UnmarshallerContext context) {
return DeleteDomainResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteInstanceRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @Author: wuling
* @Date: 2020/1/8 下午3:33
*/
public class DeleteInstanceRequest extends RpcAcsRequest<DeleteInstanceResponse> {
public DeleteInstanceRequest() {
super("CloudAPI", "2016-07-14", "DeleteInstance", "apigateway");
}
private String instanceId;
private String token;
public String getInstanceId() {
return instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
putQueryParameter("InstanceId", instanceId);
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
putQueryParameter("Token", token);
}
@Override
public Class<DeleteInstanceResponse> getResponseClass() {
return DeleteInstanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteInstanceResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteInstanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @Author: wuling
* @Date: 2020/1/8 下午3:34
*/
public class DeleteInstanceResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteInstanceResponse getInstance(UnmarshallerContext context) {
return DeleteInstanceResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteIpControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteIpControlRequest extends RpcAcsRequest<DeleteIpControlResponse> {
public DeleteIpControlRequest() {
super("CloudAPI", "2016-07-14", "DeleteIpControl", "apigateway");
}
private String ipControlId;
public String getIpControlId() {
return this.ipControlId;
}
public void setIpControlId(String ipControlId) {
this.ipControlId = ipControlId;
if(ipControlId != null){
putQueryParameter("IpControlId", ipControlId);
}
}
@Override
public Class<DeleteIpControlResponse> getResponseClass() {
return DeleteIpControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteIpControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteIpControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteIpControlResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteIpControlResponse getInstance(UnmarshallerContext context) {
return DeleteIpControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteLogConfigRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteLogConfigRequest extends RpcAcsRequest<DeleteLogConfigResponse> {
public DeleteLogConfigRequest() {
super("CloudAPI", "2016-07-14", "DeleteLogConfig", "apigateway");
}
private String logType;
public String getLogType() {
return this.logType;
}
public void setLogType(String logType) {
this.logType = logType;
if(logType != null){
putQueryParameter("LogType", logType);
}
}
@Override
public Class<DeleteLogConfigResponse> getResponseClass() {
return DeleteLogConfigResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteLogConfigResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteLogConfigResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteLogConfigResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteLogConfigResponse getInstance(UnmarshallerContext context) {
return DeleteLogConfigResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteModelRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
public class DeleteModelRequest extends RpcAcsRequest<DeleteModelResponse> {
public DeleteModelRequest() {
super("CloudAPI", "2016-07-14", "DeleteModel", "apigateway");
}
private String modelName;
private String groupId;
public String getModelName() {
return modelName;
}
public void setModelName(String modelName) {
this.modelName = modelName;
putQueryParameter("ModelName",modelName);
}
public String getGroupId() {
return groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId",groupId);
}
@Override
public Class<DeleteModelResponse> getResponseClass() {
return DeleteModelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteModelResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteModelResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteModelResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AcsResponse getInstance(UnmarshallerContext context) throws ClientException, ServerException {
return DeleteModelResponseUnmarshaller.unmarshall(this,context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeletePluginRequest.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeletePluginRequest extends RpcAcsRequest<DeletePluginResponse> {
public DeletePluginRequest() {
super("CloudAPI", "2016-07-14", "DeletePlugin", "apigateway");
}
private String pluginId;
public String getPluginId() {
return pluginId;
}
public void setPluginId(String pluginId) {
this.pluginId = pluginId;
putQueryParameter("PluginId",pluginId);
}
@Override
public Class<DeletePluginResponse> getResponseClass() {
return DeletePluginResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeletePluginResponse.java
|
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.CreatePluginResponseUnmarshaller;
import com.aliyuncs.cloudapi.transform.v20160714.DeletePluginResponseUnmarshaller;
import com.aliyuncs.exceptions.ClientException;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeletePluginResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public AcsResponse getInstance(UnmarshallerContext unmarshallerContext) throws ClientException, ServerException {
return DeletePluginResponseUnmarshaller.unmarshall(this,unmarshallerContext);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteSignatureRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteSignatureRequest extends RpcAcsRequest<DeleteSignatureResponse> {
public DeleteSignatureRequest() {
super("CloudAPI", "2016-07-14", "DeleteSignature", "apigateway");
}
private String signatureId;
public String getSignatureId() {
return this.signatureId;
}
public void setSignatureId(String signatureId) {
this.signatureId = signatureId;
putQueryParameter("SignatureId", signatureId);
}
@Override
public Class<DeleteSignatureResponse> getResponseClass() {
return DeleteSignatureResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteSignatureResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteSignatureResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteSignatureResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteSignatureResponse getInstance(UnmarshallerContext context) {
return DeleteSignatureResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteTrafficControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteTrafficControlRequest extends RpcAcsRequest<DeleteTrafficControlResponse> {
public DeleteTrafficControlRequest() {
super("CloudAPI", "2016-07-14", "DeleteTrafficControl", "apigateway");
}
private String trafficControlId;
public String getTrafficControlId() {
return this.trafficControlId;
}
public void setTrafficControlId(String trafficControlId) {
this.trafficControlId = trafficControlId;
putQueryParameter("TrafficControlId", trafficControlId);
}
@Override
public Class<DeleteTrafficControlResponse> getResponseClass() {
return DeleteTrafficControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteTrafficControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteTrafficControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteTrafficControlResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteTrafficControlResponse getInstance(UnmarshallerContext context) {
return DeleteTrafficControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteTrafficSpecialControlRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeleteTrafficSpecialControlRequest extends RpcAcsRequest<DeleteTrafficSpecialControlResponse> {
public DeleteTrafficSpecialControlRequest() {
super("CloudAPI", "2016-07-14", "DeleteTrafficSpecialControl", "apigateway");
}
private String trafficControlId;
private String specialType;
private String specialKey;
public String getTrafficControlId() {
return this.trafficControlId;
}
public void setTrafficControlId(String trafficControlId) {
this.trafficControlId = trafficControlId;
putQueryParameter("TrafficControlId", trafficControlId);
}
public String getSpecialType() {
return this.specialType;
}
public void setSpecialType(String specialType) {
this.specialType = specialType;
putQueryParameter("SpecialType", specialType);
}
public String getSpecialKey() {
return this.specialKey;
}
public void setSpecialKey(String specialKey) {
this.specialKey = specialKey;
putQueryParameter("SpecialKey", specialKey);
}
@Override
public Class<DeleteTrafficSpecialControlResponse> getResponseClass() {
return DeleteTrafficSpecialControlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeleteTrafficSpecialControlResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeleteTrafficSpecialControlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*
*/
public class DeleteTrafficSpecialControlResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteTrafficSpecialControlResponse getInstance(UnmarshallerContext context) {
return DeleteTrafficSpecialControlResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeployApiRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DeployApiRequest extends RpcAcsRequest<DeployApiResponse> {
public DeployApiRequest() {
super("CloudAPI", "2016-07-14", "DeployApi", "apigateway");
}
private String groupId;
private String apiId;
private String stageName;
private String description;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
public String getStageName() {
return this.stageName;
}
public void setStageName(String stageName) {
this.stageName = stageName;
putQueryParameter("StageName", stageName);
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
putQueryParameter("Description", description);
}
@Override
public Class<DeployApiResponse> getResponseClass() {
return DeployApiResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DeployApiResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DeployApiResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
*/
public class DeployApiResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeployApiResponse getInstance(UnmarshallerContext context) {
return DeployApiResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DescribeApiDocRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DescribeApiDocRequest extends RpcAcsRequest<DescribeApiDocResponse> {
public DescribeApiDocRequest() {
super("CloudAPI", "2016-07-14", "DescribeApiDoc", "apigateway");
}
private String groupId;
private String stageName;
private String apiId;
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getStageName() {
return this.stageName;
}
public void setStageName(String stageName) {
this.stageName = stageName;
putQueryParameter("StageName", stageName);
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
@Override
public Class<DescribeApiDocResponse> getResponseClass() {
return DescribeApiDocResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DescribeApiDocResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.model.v20160714.DescribeApiResponse.ErrorCodeSample;
import com.aliyuncs.cloudapi.model.v20160714.DescribeApiResponse.RequestConfig;
import com.aliyuncs.cloudapi.model.v20160714.DescribeApiResponse.RequestParameter;
import com.aliyuncs.cloudapi.transform.v20160714.DescribeApiDocResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
import java.util.List;
/**
* @author auto create
*
*/
public class DescribeApiDocResponse extends AcsResponse {
private String requestId;
private String regionId;
private String groupId;
private String groupName;
private String stageName;
private String apiId;
private String apiName;
private String description;
private String visibility;
private String authType;
private Boolean forceNonceCheck;
private Boolean disableInternet;
private String resultType;
private String resultSample;
private String failResultSample;
private String deployedTime;
private List<ErrorCodeSample> errorCodeSamples;
private List<RequestParameter> requestParameters;
private RequestConfig requestConfig;
public String getRequestId() {
return this.requestId;
}
public Boolean getForceNonceCheck() {
return forceNonceCheck;
}
public void setForceNonceCheck(Boolean forceNonceCheck) {
this.forceNonceCheck = forceNonceCheck;
}
public Boolean getDisableInternet() {
return disableInternet;
}
public void setDisableInternet(Boolean disableInternet) {
this.disableInternet = disableInternet;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public String getStageName() {
return this.stageName;
}
public void setStageName(String stageName) {
this.stageName = stageName;
}
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
}
public String getApiName() {
return this.apiName;
}
public void setApiName(String apiName) {
this.apiName = apiName;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getVisibility() {
return this.visibility;
}
public void setVisibility(String visibility) {
this.visibility = visibility;
}
public String getAuthType() {
return this.authType;
}
public void setAuthType(String authType) {
this.authType = authType;
}
public String getResultType() {
return this.resultType;
}
public void setResultType(String resultType) {
this.resultType = resultType;
}
public String getResultSample() {
return this.resultSample;
}
public void setResultSample(String resultSample) {
this.resultSample = resultSample;
}
public String getDeployedTime() {
return this.deployedTime;
}
public void setDeployedTime(String deployedTime) {
this.deployedTime = deployedTime;
}
public List<RequestParameter> getRequestParameters() {
return this.requestParameters;
}
public void setRequestParameters(List<RequestParameter> requestParameters) {
this.requestParameters = requestParameters;
}
public RequestConfig getRequestConfig() {
return this.requestConfig;
}
public void setRequestConfig(RequestConfig requestConfig) {
this.requestConfig = requestConfig;
}
public String getFailResultSample() {
return failResultSample;
}
public void setFailResultSample(String failResultSample) {
this.failResultSample = failResultSample;
}
public List<ErrorCodeSample> getErrorCodeSamples() {
return errorCodeSamples;
}
public void setErrorCodeSamples(List<ErrorCodeSample> errorCodeSamples) {
this.errorCodeSamples = errorCodeSamples;
}
@Override
public DescribeApiDocResponse getInstance(UnmarshallerContext context) {
return DescribeApiDocResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DescribeApiErrorDataRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
*
*/
public class DescribeApiErrorDataRequest extends RpcAcsRequest<DescribeApiErrorDataResponse> {
public DescribeApiErrorDataRequest() {
super("CloudAPI", "2016-07-14", "DescribeApiErrorData", "apigateway");
}
private String apiId;
private String groupId;
private String startTime;
private String endTime;
public String getApiId() {
return this.apiId;
}
public void setApiId(String apiId) {
this.apiId = apiId;
putQueryParameter("ApiId", apiId);
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
putQueryParameter("GroupId", groupId);
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
putQueryParameter("StartTime", startTime);
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
putQueryParameter("EndTime", endTime);
}
@Override
public Class<DescribeApiErrorDataResponse> getResponseClass() {
return DescribeApiErrorDataResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model
|
java-sources/com/aliyun/aliyun-java-sdk-cloudapi/4.10.0/com/aliyuncs/cloudapi/model/v20160714/DescribeApiErrorDataResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.cloudapi.model.v20160714;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cloudapi.transform.v20160714.DescribeApiErrorDataResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
import java.util.List;
/**
* @author auto create
*
*/
public class DescribeApiErrorDataResponse extends AcsResponse {
private String requestId;
private List<MonitorItem> clientErrors;
private List<MonitorItem> serverErrors;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<MonitorItem> getClientErrors() {
return this.clientErrors;
}
public void setClientErrors(List<MonitorItem> clientErrors) {
this.clientErrors = clientErrors;
}
public List<MonitorItem> getServerErrors() {
return this.serverErrors;
}
public void setServerErrors(List<MonitorItem> serverErrors) {
this.serverErrors = serverErrors;
}
public static class MonitorItem {
private String itemTime;
private String itemValue;
public String getItemTime() {
return this.itemTime;
}
public void setItemTime(String itemTime) {
this.itemTime = itemTime;
}
public String getItemValue() {
return this.itemValue;
}
public void setItemValue(String itemValue) {
this.itemValue = itemValue;
}
}
@Override
public DescribeApiErrorDataResponse getInstance(UnmarshallerContext context) {
return DescribeApiErrorDataResponseUnmarshaller.unmarshall(this, context);
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.