index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressSimilarityResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressSimilarityResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressSimilarityResponseUnmarshaller {
public static GetAddressSimilarityResponse unmarshall(GetAddressSimilarityResponse getAddressSimilarityResponse, UnmarshallerContext _ctx) {
getAddressSimilarityResponse.setRequestId(_ctx.stringValue("GetAddressSimilarityResponse.RequestId"));
getAddressSimilarityResponse.setData(_ctx.stringValue("GetAddressSimilarityResponse.Data"));
return getAddressSimilarityResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetInputSearchResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetInputSearchResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetInputSearchResponseUnmarshaller {
public static GetInputSearchResponse unmarshall(GetInputSearchResponse getInputSearchResponse, UnmarshallerContext _ctx) {
getInputSearchResponse.setRequestId(_ctx.stringValue("GetInputSearchResponse.RequestId"));
getInputSearchResponse.setData(_ctx.stringValue("GetInputSearchResponse.Data"));
return getInputSearchResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetZipcodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetZipcodeResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetZipcodeResponseUnmarshaller {
public static GetZipcodeResponse unmarshall(GetZipcodeResponse getZipcodeResponse, UnmarshallerContext _ctx) {
getZipcodeResponse.setRequestId(_ctx.stringValue("GetZipcodeResponse.RequestId"));
getZipcodeResponse.setData(_ctx.stringValue("GetZipcodeResponse.Data"));
return getZipcodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/PredictPOIResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.PredictPOIResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class PredictPOIResponseUnmarshaller {
public static PredictPOIResponse unmarshall(PredictPOIResponse predictPOIResponse, UnmarshallerContext _ctx) {
predictPOIResponse.setRequestId(_ctx.stringValue("PredictPOIResponse.RequestId"));
predictPOIResponse.setData(_ctx.stringValue("PredictPOIResponse.Data"));
return predictPOIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/StructureAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.StructureAddressResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class StructureAddressResponseUnmarshaller {
public static StructureAddressResponse unmarshall(StructureAddressResponse structureAddressResponse, UnmarshallerContext _ctx) {
structureAddressResponse.setRequestId(_ctx.stringValue("StructureAddressResponse.RequestId"));
structureAddressResponse.setData(_ctx.stringValue("StructureAddressResponse.Data"));
return structureAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/TransferCoordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.TransferCoordResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class TransferCoordResponseUnmarshaller {
public static TransferCoordResponse unmarshall(TransferCoordResponse transferCoordResponse, UnmarshallerContext _ctx) {
transferCoordResponse.setRequestId(_ctx.stringValue("TransferCoordResponse.RequestId"));
transferCoordResponse.setData(_ctx.stringValue("TransferCoordResponse.Data"));
return transferCoordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/UpdateProjectResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.UpdateProjectResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class UpdateProjectResponseUnmarshaller {
public static UpdateProjectResponse unmarshall(UpdateProjectResponse updateProjectResponse, UnmarshallerContext _ctx) {
updateProjectResponse.setRequestId(_ctx.stringValue("UpdateProjectResponse.RequestId"));
updateProjectResponse.setData(_ctx.stringValue("UpdateProjectResponse.Data"));
return updateProjectResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/model
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/model/v20181120/ListDatabaseRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ads.model.v20181120;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
* @version
*/
public class ListDatabaseRequest extends RpcAcsRequest<ListDatabaseResponse> {
public ListDatabaseRequest() {
super("ADS", "2018-11-20", "ListDatabase");
}
@Override
public Class<ListDatabaseResponse> getResponseClass() {
return ListDatabaseResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/model
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/model/v20181120/ListDatabaseResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ads.model.v20181120;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ads.transform.v20181120.ListDatabaseResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListDatabaseResponse extends AcsResponse {
private String requestId;
private List<Database> databaseList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Database> getDatabaseList() {
return this.databaseList;
}
public void setDatabaseList(List<Database> databaseList) {
this.databaseList = databaseList;
}
public static class Database {
private String dbName;
private String domainUrl;
private String vpcDomainUrl;
private String creatorName;
private String resourceType;
private Long resourceCount;
private String status;
private Long createTime;
private String regionId;
private String internalDomainUrl;
private String availableZone;
private String chargeType;
private String creatorId;
private Long expireTime;
private List<Table> tableList;
public String getDbName() {
return this.dbName;
}
public void setDbName(String dbName) {
this.dbName = dbName;
}
public String getDomainUrl() {
return this.domainUrl;
}
public void setDomainUrl(String domainUrl) {
this.domainUrl = domainUrl;
}
public String getVpcDomainUrl() {
return this.vpcDomainUrl;
}
public void setVpcDomainUrl(String vpcDomainUrl) {
this.vpcDomainUrl = vpcDomainUrl;
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
}
public String getResourceType() {
return this.resourceType;
}
public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}
public Long getResourceCount() {
return this.resourceCount;
}
public void setResourceCount(Long resourceCount) {
this.resourceCount = resourceCount;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Long getCreateTime() {
return this.createTime;
}
public void setCreateTime(Long createTime) {
this.createTime = createTime;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getInternalDomainUrl() {
return this.internalDomainUrl;
}
public void setInternalDomainUrl(String internalDomainUrl) {
this.internalDomainUrl = internalDomainUrl;
}
public String getAvailableZone() {
return this.availableZone;
}
public void setAvailableZone(String availableZone) {
this.availableZone = availableZone;
}
public String getChargeType() {
return this.chargeType;
}
public void setChargeType(String chargeType) {
this.chargeType = chargeType;
}
public String getCreatorId() {
return this.creatorId;
}
public void setCreatorId(String creatorId) {
this.creatorId = creatorId;
}
public Long getExpireTime() {
return this.expireTime;
}
public void setExpireTime(Long expireTime) {
this.expireTime = expireTime;
}
public List<Table> getTableList() {
return this.tableList;
}
public void setTableList(List<Table> tableList) {
this.tableList = tableList;
}
public static class Table {
private String tableGroup;
private String tableName;
private String updateType;
private Long tableSize;
private Long tableCreateTime;
public String getTableGroup() {
return this.tableGroup;
}
public void setTableGroup(String tableGroup) {
this.tableGroup = tableGroup;
}
public String getTableName() {
return this.tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
public String getUpdateType() {
return this.updateType;
}
public void setUpdateType(String updateType) {
this.updateType = updateType;
}
public Long getTableSize() {
return this.tableSize;
}
public void setTableSize(Long tableSize) {
this.tableSize = tableSize;
}
public Long getTableCreateTime() {
return this.tableCreateTime;
}
public void setTableCreateTime(Long tableCreateTime) {
this.tableCreateTime = tableCreateTime;
}
}
}
@Override
public ListDatabaseResponse getInstance(UnmarshallerContext context) {
return ListDatabaseResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ads/1.2.0/com/aliyuncs/ads/transform/v20181120/ListDatabaseResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ads.transform.v20181120;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ads.model.v20181120.ListDatabaseResponse;
import com.aliyuncs.ads.model.v20181120.ListDatabaseResponse.Database;
import com.aliyuncs.ads.model.v20181120.ListDatabaseResponse.Database.Table;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListDatabaseResponseUnmarshaller {
public static ListDatabaseResponse unmarshall(ListDatabaseResponse listDatabaseResponse, UnmarshallerContext context) {
listDatabaseResponse.setRequestId(context.stringValue("ListDatabaseResponse.RequestId"));
List<Database> databaseList = new ArrayList<Database>();
for (int i = 0; i < context.lengthValue("ListDatabaseResponse.DatabaseList.Length"); i++) {
Database database = new Database();
database.setDbName(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].DbName"));
database.setDomainUrl(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].DomainUrl"));
database.setVpcDomainUrl(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].VpcDomainUrl"));
database.setCreatorName(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].CreatorName"));
database.setResourceType(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].ResourceType"));
database.setResourceCount(context.longValue("ListDatabaseResponse.DatabaseList["+ i +"].ResourceCount"));
database.setStatus(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].Status"));
database.setCreateTime(context.longValue("ListDatabaseResponse.DatabaseList["+ i +"].CreateTime"));
database.setRegionId(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].RegionId"));
database.setInternalDomainUrl(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].InternalDomainUrl"));
database.setAvailableZone(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].AvailableZone"));
database.setChargeType(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].ChargeType"));
database.setCreatorId(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].CreatorId"));
database.setExpireTime(context.longValue("ListDatabaseResponse.DatabaseList["+ i +"].ExpireTime"));
List<Table> tableList = new ArrayList<Table>();
for (int j = 0; j < context.lengthValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList.Length"); j++) {
Table table = new Table();
table.setTableGroup(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList["+ j +"].TableGroup"));
table.setTableName(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList["+ j +"].TableName"));
table.setUpdateType(context.stringValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList["+ j +"].UpdateType"));
table.setTableSize(context.longValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList["+ j +"].TableSize"));
table.setTableCreateTime(context.longValue("ListDatabaseResponse.DatabaseList["+ i +"].TableList["+ j +"].TableCreateTime"));
tableList.add(table);
}
database.setTableList(tableList);
databaseList.add(database);
}
listDatabaseResponse.setDatabaseList(databaseList);
return listDatabaseResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AccountMaintenanceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AccountMaintenanceRequest extends RpcAcsRequest<AccountMaintenanceResponse> {
private Integer pageNumber;
private String nickName;
private Integer pageSize;
private String id;
public AccountMaintenanceRequest() {
super("Advisor-Share", "2018-06-08", "AccountMaintenance", "advisor");
setMethod(MethodType.POST);
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public String getNickName() {
return this.nickName;
}
public void setNickName(String nickName) {
this.nickName = nickName;
if(nickName != null){
putQueryParameter("NickName", nickName);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
if(id != null){
putQueryParameter("Id", id);
}
}
@Override
public Class<AccountMaintenanceResponse> getResponseClass() {
return AccountMaintenanceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AccountMaintenanceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.AccountMaintenanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AccountMaintenanceResponse extends AcsResponse {
private Boolean success;
private String requestId;
private Data data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long pageNo;
private Long pageSize;
private Long total;
private List<ResultItem> result;
public Long getPageNo() {
return this.pageNo;
}
public void setPageNo(Long pageNo) {
this.pageNo = pageNo;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private Long aliyunId;
private String authorizationTime;
private String nickName;
public Long getAliyunId() {
return this.aliyunId;
}
public void setAliyunId(Long aliyunId) {
this.aliyunId = aliyunId;
}
public String getAuthorizationTime() {
return this.authorizationTime;
}
public void setAuthorizationTime(String authorizationTime) {
this.authorizationTime = authorizationTime;
}
public String getNickName() {
return this.nickName;
}
public void setNickName(String nickName) {
this.nickName = nickName;
}
}
}
@Override
public AccountMaintenanceResponse getInstance(UnmarshallerContext context) {
return AccountMaintenanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ActivateAdvisorUserRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ActivateAdvisorUserRequest extends RpcAcsRequest<ActivateAdvisorUserResponse> {
public ActivateAdvisorUserRequest() {
super("Advisor-Share", "2018-06-08", "ActivateAdvisorUser", "advisor");
setMethod(MethodType.POST);
}
@Override
public Class<ActivateAdvisorUserResponse> getResponseClass() {
return ActivateAdvisorUserResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ActivateAdvisorUserResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.ActivateAdvisorUserResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ActivateAdvisorUserResponse extends AcsResponse {
private Boolean success;
private Boolean data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public ActivateAdvisorUserResponse getInstance(UnmarshallerContext context) {
return ActivateAdvisorUserResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddAdviceConfProjectOwnerRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AddAdviceConfProjectOwnerRequest extends RpcAcsRequest<AddAdviceConfProjectOwnerResponse> {
private String data;
private Long projectId;
public AddAdviceConfProjectOwnerRequest() {
super("Advisor-Share", "2018-06-08", "AddAdviceConfProjectOwner", "advisor");
setMethod(MethodType.POST);
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putBodyParameter("Data", data);
}
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}
@Override
public Class<AddAdviceConfProjectOwnerResponse> getResponseClass() {
return AddAdviceConfProjectOwnerResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddAdviceConfProjectOwnerResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.AddAdviceConfProjectOwnerResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddAdviceConfProjectOwnerResponse extends AcsResponse {
private String message;
private String requestId;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public AddAdviceConfProjectOwnerResponse getInstance(UnmarshallerContext context) {
return AddAdviceConfProjectOwnerResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddAppResourceRelationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AddAppResourceRelationRequest extends RpcAcsRequest<AddAppResourceRelationResponse> {
@SerializedName("resources")
private List<String> resources;
private String language;
private Integer pageNumber;
private Long appId;
private Integer pageSize;
public AddAppResourceRelationRequest() {
super("Advisor-Share", "2018-06-08", "AddAppResourceRelation", "advisor");
setMethod(MethodType.POST);
}
public List<String> getResources() {
return this.resources;
}
public void setResources(List<String> resources) {
this.resources = resources;
if (resources != null) {
putQueryParameter("Resources" , new Gson().toJson(resources));
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<AddAppResourceRelationResponse> getResponseClass() {
return AddAppResourceRelationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddAppResourceRelationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.AddAppResourceRelationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddAppResourceRelationResponse extends AcsResponse {
private String requestId;
private Boolean data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public AddAppResourceRelationResponse getInstance(UnmarshallerContext context) {
return AddAppResourceRelationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddInspectStrategyWhiteRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AddInspectStrategyWhiteRequest extends RpcAcsRequest<AddInspectStrategyWhiteResponse> {
private String product;
@SerializedName("whiteList")
private List<WhiteList> whiteList;
public AddInspectStrategyWhiteRequest() {
super("Advisor-Share", "2018-06-08", "AddInspectStrategyWhite", "advisor");
setMethod(MethodType.POST);
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putBodyParameter("Product", product);
}
}
public List<WhiteList> getWhiteList() {
return this.whiteList;
}
public void setWhiteList(List<WhiteList> whiteList) {
this.whiteList = whiteList;
if (whiteList != null) {
putBodyParameter("WhiteList" , new Gson().toJson(whiteList));
}
}
public static class WhiteList {
@SerializedName("ResourceId")
private String resourceId;
@SerializedName("RegionId")
private String regionId;
@SerializedName("ResourceName")
private String resourceName;
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getResourceName() {
return this.resourceName;
}
public void setResourceName(String resourceName) {
this.resourceName = resourceName;
}
}
@Override
public Class<AddInspectStrategyWhiteResponse> getResponseClass() {
return AddInspectStrategyWhiteResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/AddInspectStrategyWhiteResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.AddInspectStrategyWhiteResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddInspectStrategyWhiteResponse extends AcsResponse {
private Boolean success;
private Boolean data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public AddInspectStrategyWhiteResponse getInstance(UnmarshallerContext context) {
return AddInspectStrategyWhiteResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/BuildTopologyRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class BuildTopologyRequest extends RpcAcsRequest<BuildTopologyResponse> {
private String domain;
public BuildTopologyRequest() {
super("Advisor-Share", "2018-06-08", "BuildTopology", "advisor");
setMethod(MethodType.POST);
}
public String getDomain() {
return this.domain;
}
public void setDomain(String domain) {
this.domain = domain;
if(domain != null){
putQueryParameter("Domain", domain);
}
}
@Override
public Class<BuildTopologyResponse> getResponseClass() {
return BuildTopologyResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/BuildTopologyResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.BuildTopologyResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class BuildTopologyResponse extends AcsResponse {
private Boolean data;
private String requestId;
private Boolean success;
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public BuildTopologyResponse getInstance(UnmarshallerContext context) {
return BuildTopologyResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityNetworkRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivityNetworkRequest extends RpcAcsRequest<CheckConnectivityNetworkResponse> {
private String checkSource;
private String language;
private String checkDestination;
public CheckConnectivityNetworkRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivityNetwork", "advisor");
setMethod(MethodType.POST);
}
public String getCheckSource() {
return this.checkSource;
}
public void setCheckSource(String checkSource) {
this.checkSource = checkSource;
if(checkSource != null){
putQueryParameter("CheckSource", checkSource);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckDestination() {
return this.checkDestination;
}
public void setCheckDestination(String checkDestination) {
this.checkDestination = checkDestination;
if(checkDestination != null){
putQueryParameter("CheckDestination", checkDestination);
}
}
@Override
public Class<CheckConnectivityNetworkResponse> getResponseClass() {
return CheckConnectivityNetworkResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityNetworkResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivityNetworkResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivityNetworkResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String checkId;
private Integer severity;
private String networkResult;
private String errorCode;
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getNetworkResult() {
return this.networkResult;
}
public void setNetworkResult(String networkResult) {
this.networkResult = networkResult;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public CheckConnectivityNetworkResponse getInstance(UnmarshallerContext context) {
return CheckConnectivityNetworkResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivityRequest extends RpcAcsRequest<CheckConnectivityResponse> {
private String checkDestinationIp;
private String checkSourceIp;
private String language;
public CheckConnectivityRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivity", "advisor");
setMethod(MethodType.POST);
}
public String getCheckDestinationIp() {
return this.checkDestinationIp;
}
public void setCheckDestinationIp(String checkDestinationIp) {
this.checkDestinationIp = checkDestinationIp;
if(checkDestinationIp != null){
putQueryParameter("CheckDestinationIp", checkDestinationIp);
}
}
public String getCheckSourceIp() {
return this.checkSourceIp;
}
public void setCheckSourceIp(String checkSourceIp) {
this.checkSourceIp = checkSourceIp;
if(checkSourceIp != null){
putQueryParameter("CheckSourceIp", checkSourceIp);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
@Override
public Class<CheckConnectivityResponse> getResponseClass() {
return CheckConnectivityResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivityResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivityResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String checkId;
private ResourceStatusResult resourceStatusResult;
private ResourceNetworkResult resourceNetworkResult;
private RdsWhiteListResult rdsWhiteListResult;
private SecurityGroupResult securityGroupResult;
private SecurityPunishResult securityPunishResult;
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public ResourceStatusResult getResourceStatusResult() {
return this.resourceStatusResult;
}
public void setResourceStatusResult(ResourceStatusResult resourceStatusResult) {
this.resourceStatusResult = resourceStatusResult;
}
public ResourceNetworkResult getResourceNetworkResult() {
return this.resourceNetworkResult;
}
public void setResourceNetworkResult(ResourceNetworkResult resourceNetworkResult) {
this.resourceNetworkResult = resourceNetworkResult;
}
public RdsWhiteListResult getRdsWhiteListResult() {
return this.rdsWhiteListResult;
}
public void setRdsWhiteListResult(RdsWhiteListResult rdsWhiteListResult) {
this.rdsWhiteListResult = rdsWhiteListResult;
}
public SecurityGroupResult getSecurityGroupResult() {
return this.securityGroupResult;
}
public void setSecurityGroupResult(SecurityGroupResult securityGroupResult) {
this.securityGroupResult = securityGroupResult;
}
public SecurityPunishResult getSecurityPunishResult() {
return this.securityPunishResult;
}
public void setSecurityPunishResult(SecurityPunishResult securityPunishResult) {
this.securityPunishResult = securityPunishResult;
}
public static class ResourceStatusResult {
private Integer severity;
private String errorCode;
private SrcStatus srcStatus;
private DstStatus dstStatus;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public SrcStatus getSrcStatus() {
return this.srcStatus;
}
public void setSrcStatus(SrcStatus srcStatus) {
this.srcStatus = srcStatus;
}
public DstStatus getDstStatus() {
return this.dstStatus;
}
public void setDstStatus(DstStatus dstStatus) {
this.dstStatus = dstStatus;
}
public static class SrcStatus {
private String status;
private String ipAddress;
private String resourceId;
private String errorCode;
private String product;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getIpAddress() {
return this.ipAddress;
}
public void setIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
}
public static class DstStatus {
private String status;
private String ipAddress;
private String resourceId;
private String errorCode;
private String product;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getIpAddress() {
return this.ipAddress;
}
public void setIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
}
}
public static class ResourceNetworkResult {
private Integer severity;
private String errorCode;
private SrcNetwork srcNetwork;
private DstNetwork dstNetwork;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public SrcNetwork getSrcNetwork() {
return this.srcNetwork;
}
public void setSrcNetwork(SrcNetwork srcNetwork) {
this.srcNetwork = srcNetwork;
}
public DstNetwork getDstNetwork() {
return this.dstNetwork;
}
public void setDstNetwork(DstNetwork dstNetwork) {
this.dstNetwork = dstNetwork;
}
public static class SrcNetwork {
private String vpcId;
private String ipType;
private String ipAddress;
private String errorCode;
private String product;
private String networkType;
private String resourceId;
private String regionId;
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getIpType() {
return this.ipType;
}
public void setIpType(String ipType) {
this.ipType = ipType;
}
public String getIpAddress() {
return this.ipAddress;
}
public void setIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getNetworkType() {
return this.networkType;
}
public void setNetworkType(String networkType) {
this.networkType = networkType;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
}
public static class DstNetwork {
private String vpcId;
private String ipType;
private String ipAddress;
private String errorCode;
private String product;
private String networkType;
private String resourceId;
private String regionId;
public String getVpcId() {
return this.vpcId;
}
public void setVpcId(String vpcId) {
this.vpcId = vpcId;
}
public String getIpType() {
return this.ipType;
}
public void setIpType(String ipType) {
this.ipType = ipType;
}
public String getIpAddress() {
return this.ipAddress;
}
public void setIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getNetworkType() {
return this.networkType;
}
public void setNetworkType(String networkType) {
this.networkType = networkType;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
}
}
public static class RdsWhiteListResult {
private Integer severity;
private String rdsWhiteList;
private String rdsResourceId;
private String errorCode;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getRdsWhiteList() {
return this.rdsWhiteList;
}
public void setRdsWhiteList(String rdsWhiteList) {
this.rdsWhiteList = rdsWhiteList;
}
public String getRdsResourceId() {
return this.rdsResourceId;
}
public void setRdsResourceId(String rdsResourceId) {
this.rdsResourceId = rdsResourceId;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
public static class SecurityGroupResult {
private String dstCheckResult;
private Integer severity;
private String srcSecurityGroupRule;
private String srcResourceId;
private String errorCode;
private String dstSecurityGroupRule;
private String srcCheckResult;
private String dstResourceId;
public String getDstCheckResult() {
return this.dstCheckResult;
}
public void setDstCheckResult(String dstCheckResult) {
this.dstCheckResult = dstCheckResult;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getSrcSecurityGroupRule() {
return this.srcSecurityGroupRule;
}
public void setSrcSecurityGroupRule(String srcSecurityGroupRule) {
this.srcSecurityGroupRule = srcSecurityGroupRule;
}
public String getSrcResourceId() {
return this.srcResourceId;
}
public void setSrcResourceId(String srcResourceId) {
this.srcResourceId = srcResourceId;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getDstSecurityGroupRule() {
return this.dstSecurityGroupRule;
}
public void setDstSecurityGroupRule(String dstSecurityGroupRule) {
this.dstSecurityGroupRule = dstSecurityGroupRule;
}
public String getSrcCheckResult() {
return this.srcCheckResult;
}
public void setSrcCheckResult(String srcCheckResult) {
this.srcCheckResult = srcCheckResult;
}
public String getDstResourceId() {
return this.dstResourceId;
}
public void setDstResourceId(String dstResourceId) {
this.dstResourceId = dstResourceId;
}
}
public static class SecurityPunishResult {
private Integer severity;
private String securityPunishList;
private String errorCode;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getSecurityPunishList() {
return this.securityPunishList;
}
public void setSecurityPunishList(String securityPunishList) {
this.securityPunishList = securityPunishList;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
}
@Override
public CheckConnectivityResponse getInstance(UnmarshallerContext context) {
return CheckConnectivityResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivitySecurityGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivitySecurityGroupRequest extends RpcAcsRequest<CheckConnectivitySecurityGroupResponse> {
private String checkSource;
private String language;
private String checkDestination;
public CheckConnectivitySecurityGroupRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivitySecurityGroup", "advisor");
setMethod(MethodType.POST);
}
public String getCheckSource() {
return this.checkSource;
}
public void setCheckSource(String checkSource) {
this.checkSource = checkSource;
if(checkSource != null){
putQueryParameter("CheckSource", checkSource);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckDestination() {
return this.checkDestination;
}
public void setCheckDestination(String checkDestination) {
this.checkDestination = checkDestination;
if(checkDestination != null){
putQueryParameter("CheckDestination", checkDestination);
}
}
@Override
public Class<CheckConnectivitySecurityGroupResponse> getResponseClass() {
return CheckConnectivitySecurityGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivitySecurityGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivitySecurityGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivitySecurityGroupResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String secGroupResult;
private String checkId;
private Integer severity;
private String errorCode;
public String getSecGroupResult() {
return this.secGroupResult;
}
public void setSecGroupResult(String secGroupResult) {
this.secGroupResult = secGroupResult;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public CheckConnectivitySecurityGroupResponse getInstance(UnmarshallerContext context) {
return CheckConnectivitySecurityGroupResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivitySecurityPunRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivitySecurityPunRequest extends RpcAcsRequest<CheckConnectivitySecurityPunResponse> {
private String checkSource;
private String language;
private String checkDestination;
public CheckConnectivitySecurityPunRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivitySecurityPun", "advisor");
setMethod(MethodType.POST);
}
public String getCheckSource() {
return this.checkSource;
}
public void setCheckSource(String checkSource) {
this.checkSource = checkSource;
if(checkSource != null){
putQueryParameter("CheckSource", checkSource);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckDestination() {
return this.checkDestination;
}
public void setCheckDestination(String checkDestination) {
this.checkDestination = checkDestination;
if(checkDestination != null){
putQueryParameter("CheckDestination", checkDestination);
}
}
@Override
public Class<CheckConnectivitySecurityPunResponse> getResponseClass() {
return CheckConnectivitySecurityPunResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivitySecurityPunResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivitySecurityPunResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivitySecurityPunResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String securityPunishResult;
private String checkId;
private Integer severity;
private String errorCode;
public String getSecurityPunishResult() {
return this.securityPunishResult;
}
public void setSecurityPunishResult(String securityPunishResult) {
this.securityPunishResult = securityPunishResult;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public CheckConnectivitySecurityPunResponse getInstance(UnmarshallerContext context) {
return CheckConnectivitySecurityPunResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivityStatusRequest extends RpcAcsRequest<CheckConnectivityStatusResponse> {
private String checkSource;
private String language;
private String checkDestination;
public CheckConnectivityStatusRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivityStatus", "advisor");
setMethod(MethodType.POST);
}
public String getCheckSource() {
return this.checkSource;
}
public void setCheckSource(String checkSource) {
this.checkSource = checkSource;
if(checkSource != null){
putQueryParameter("CheckSource", checkSource);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckDestination() {
return this.checkDestination;
}
public void setCheckDestination(String checkDestination) {
this.checkDestination = checkDestination;
if(checkDestination != null){
putQueryParameter("CheckDestination", checkDestination);
}
}
@Override
public Class<CheckConnectivityStatusResponse> getResponseClass() {
return CheckConnectivityStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivityStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivityStatusResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String dstStatus;
private Integer severity;
private String checkId;
private String errorCode;
private String srcStatus;
public String getDstStatus() {
return this.dstStatus;
}
public void setDstStatus(String dstStatus) {
this.dstStatus = dstStatus;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getSrcStatus() {
return this.srcStatus;
}
public void setSrcStatus(String srcStatus) {
this.srcStatus = srcStatus;
}
}
@Override
public CheckConnectivityStatusResponse getInstance(UnmarshallerContext context) {
return CheckConnectivityStatusResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityWhiteListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CheckConnectivityWhiteListRequest extends RpcAcsRequest<CheckConnectivityWhiteListResponse> {
private String checkSource;
private String language;
private String checkDestination;
public CheckConnectivityWhiteListRequest() {
super("Advisor-Share", "2018-06-08", "CheckConnectivityWhiteList", "advisor");
setMethod(MethodType.POST);
}
public String getCheckSource() {
return this.checkSource;
}
public void setCheckSource(String checkSource) {
this.checkSource = checkSource;
if(checkSource != null){
putQueryParameter("CheckSource", checkSource);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckDestination() {
return this.checkDestination;
}
public void setCheckDestination(String checkDestination) {
this.checkDestination = checkDestination;
if(checkDestination != null){
putQueryParameter("CheckDestination", checkDestination);
}
}
@Override
public Class<CheckConnectivityWhiteListResponse> getResponseClass() {
return CheckConnectivityWhiteListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CheckConnectivityWhiteListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CheckConnectivityWhiteListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CheckConnectivityWhiteListResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String checkId;
private Integer severity;
private String whiteListResult;
private String errorCode;
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getWhiteListResult() {
return this.whiteListResult;
}
public void setWhiteListResult(String whiteListResult) {
this.whiteListResult = whiteListResult;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
}
@Override
public CheckConnectivityWhiteListResponse getInstance(UnmarshallerContext context) {
return CheckConnectivityWhiteListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ConstructTopoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ConstructTopoRequest extends RpcAcsRequest<ConstructTopoResponse> {
public ConstructTopoRequest() {
super("Advisor-Share", "2018-06-08", "ConstructTopo", "advisor");
setMethod(MethodType.POST);
}
@Override
public Class<ConstructTopoResponse> getResponseClass() {
return ConstructTopoResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ConstructTopoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.ConstructTopoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ConstructTopoResponse extends AcsResponse {
private Boolean success;
private String requestId;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ConstructTopoResponse getInstance(UnmarshallerContext context) {
return ConstructTopoResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateAdviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateAdviceRequest extends RpcAcsRequest<CreateAdviceResponse> {
private String resourceId;
private String product;
private String data;
private String checkCode;
public CreateAdviceRequest() {
super("Advisor-Share", "2018-06-08", "CreateAdvice", "advisor");
setMethod(MethodType.POST);
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putQueryParameter("Data", data);
}
}
public String getCheckCode() {
return this.checkCode;
}
public void setCheckCode(String checkCode) {
this.checkCode = checkCode;
if(checkCode != null){
putQueryParameter("CheckCode", checkCode);
}
}
@Override
public Class<CreateAdviceResponse> getResponseClass() {
return CreateAdviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateAdviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CreateAdviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAdviceResponse extends AcsResponse {
private Boolean success;
private String requestId;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CreateAdviceResponse getInstance(UnmarshallerContext context) {
return CreateAdviceResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateAppRequest extends RpcAcsRequest<CreateAppResponse> {
private Long departmentId;
@SerializedName("resources")
private List<String> resources;
private String language;
private Integer pageNumber;
private String contactName;
private String appName;
private Integer pageSize;
private String contactMobile;
public CreateAppRequest() {
super("Advisor-Share", "2018-06-08", "CreateApp", "advisor");
setMethod(MethodType.POST);
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
if(departmentId != null){
putQueryParameter("DepartmentId", departmentId.toString());
}
}
public List<String> getResources() {
return this.resources;
}
public void setResources(List<String> resources) {
this.resources = resources;
if (resources != null) {
putQueryParameter("Resources" , new Gson().toJson(resources));
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
if(appName != null){
putQueryParameter("AppName", appName);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getContactMobile() {
return this.contactMobile;
}
public void setContactMobile(String contactMobile) {
this.contactMobile = contactMobile;
if(contactMobile != null){
putQueryParameter("ContactMobile", contactMobile);
}
}
@Override
public Class<CreateAppResponse> getResponseClass() {
return CreateAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CreateAppResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAppResponse extends AcsResponse {
private String requestId;
private Boolean data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public CreateAppResponse getInstance(UnmarshallerContext context) {
return CreateAppResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateDepartmentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateDepartmentRequest extends RpcAcsRequest<CreateDepartmentResponse> {
private String language;
private Long parentId;
private String contactName;
private String departmentName;
private String contactMobile;
public CreateDepartmentRequest() {
super("Advisor-Share", "2018-06-08", "CreateDepartment", "advisor");
setMethod(MethodType.POST);
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Long getParentId() {
return this.parentId;
}
public void setParentId(Long parentId) {
this.parentId = parentId;
if(parentId != null){
putQueryParameter("ParentId", parentId.toString());
}
}
public String getContactName() {
return this.contactName;
}
public void setContactName(String contactName) {
this.contactName = contactName;
if(contactName != null){
putQueryParameter("ContactName", contactName);
}
}
public String getDepartmentName() {
return this.departmentName;
}
public void setDepartmentName(String departmentName) {
this.departmentName = departmentName;
if(departmentName != null){
putQueryParameter("DepartmentName", departmentName);
}
}
public String getContactMobile() {
return this.contactMobile;
}
public void setContactMobile(String contactMobile) {
this.contactMobile = contactMobile;
if(contactMobile != null){
putQueryParameter("ContactMobile", contactMobile);
}
}
@Override
public Class<CreateDepartmentResponse> getResponseClass() {
return CreateDepartmentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/CreateDepartmentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.CreateDepartmentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateDepartmentResponse extends AcsResponse {
private String requestId;
private Boolean data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public CreateDepartmentResponse getInstance(UnmarshallerContext context) {
return CreateDepartmentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteAdviceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteAdviceRequest extends RpcAcsRequest<DeleteAdviceResponse> {
private Long adviceId;
public DeleteAdviceRequest() {
super("Advisor-Share", "2018-06-08", "DeleteAdvice", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
@Override
public Class<DeleteAdviceResponse> getResponseClass() {
return DeleteAdviceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteAdviceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DeleteAdviceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAdviceResponse extends AcsResponse {
private Boolean success;
private String requestId;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DeleteAdviceResponse getInstance(UnmarshallerContext context) {
return DeleteAdviceResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteAppRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteAppRequest extends RpcAcsRequest<DeleteAppResponse> {
private String language;
private Integer pageNumber;
private Long appId;
private Integer pageSize;
public DeleteAppRequest() {
super("Advisor-Share", "2018-06-08", "DeleteApp", "advisor");
setMethod(MethodType.POST);
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public Long getAppId() {
return this.appId;
}
public void setAppId(Long appId) {
this.appId = appId;
if(appId != null){
putQueryParameter("AppId", appId.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<DeleteAppResponse> getResponseClass() {
return DeleteAppResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteAppResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DeleteAppResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAppResponse extends AcsResponse {
private String requestId;
private Boolean data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public DeleteAppResponse getInstance(UnmarshallerContext context) {
return DeleteAppResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteDepartmentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteDepartmentRequest extends RpcAcsRequest<DeleteDepartmentResponse> {
private Long departmentId;
private String language;
public DeleteDepartmentRequest() {
super("Advisor-Share", "2018-06-08", "DeleteDepartment", "advisor");
setMethod(MethodType.POST);
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
if(departmentId != null){
putQueryParameter("DepartmentId", departmentId.toString());
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
@Override
public Class<DeleteDepartmentResponse> getResponseClass() {
return DeleteDepartmentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteDepartmentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DeleteDepartmentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteDepartmentResponse extends AcsResponse {
private String requestId;
private Boolean data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
@Override
public DeleteDepartmentResponse getInstance(UnmarshallerContext context) {
return DeleteDepartmentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteTranferMessageRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteTranferMessageRequest extends RpcAcsRequest<DeleteTranferMessageResponse> {
private String key;
public DeleteTranferMessageRequest() {
super("Advisor-Share", "2018-06-08", "DeleteTranferMessage", "advisor");
setMethod(MethodType.POST);
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
if(key != null){
putQueryParameter("Key", key);
}
}
@Override
public Class<DeleteTranferMessageResponse> getResponseClass() {
return DeleteTranferMessageResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DeleteTranferMessageResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DeleteTranferMessageResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteTranferMessageResponse extends AcsResponse {
private String message;
private Boolean data;
private String requestId;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Boolean getData() {
return this.data;
}
public void setData(Boolean data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteTranferMessageResponse getInstance(UnmarshallerContext context) {
return DeleteTranferMessageResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdviceDetailsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdviceDetailsRequest extends RpcAcsRequest<DescribeAdviceDetailsResponse> {
private String resourceId;
private String product;
private String indicatorKeys;
private String endTime;
private String language;
private String startTime;
public DescribeAdviceDetailsRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdviceDetails", "advisor");
setMethod(MethodType.POST);
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public String getIndicatorKeys() {
return this.indicatorKeys;
}
public void setIndicatorKeys(String indicatorKeys) {
this.indicatorKeys = indicatorKeys;
if(indicatorKeys != null){
putQueryParameter("IndicatorKeys", indicatorKeys);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
@Override
public Class<DescribeAdviceDetailsResponse> getResponseClass() {
return DescribeAdviceDetailsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdviceDetailsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdviceDetailsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdviceDetailsResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeAdviceDetailsResponse getInstance(UnmarshallerContext context) {
return DescribeAdviceDetailsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesIndexRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesIndexRequest extends RpcAcsRequest<DescribeAdvicesIndexResponse> {
private String product;
private Long associateUid;
private String token;
public DescribeAdvicesIndexRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvicesIndex", "advisor");
setMethod(MethodType.POST);
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
@Override
public Class<DescribeAdvicesIndexResponse> getResponseClass() {
return DescribeAdvicesIndexResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesIndexResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvicesIndexResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesIndexResponse extends AcsResponse {
private String productStatus;
private String requestId;
private List<DataItem> data;
public String getProductStatus() {
return this.productStatus;
}
public void setProductStatus(String productStatus) {
this.productStatus = productStatus;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String code;
private Boolean hasMore;
private Integer size;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getHasMore() {
return this.hasMore;
}
public void setHasMore(Boolean hasMore) {
this.hasMore = hasMore;
}
public Integer getSize() {
return this.size;
}
public void setSize(Integer size) {
this.size = size;
}
}
@Override
public DescribeAdvicesIndexResponse getInstance(UnmarshallerContext context) {
return DescribeAdvicesIndexResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesPageRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesPageRequest extends RpcAcsRequest<DescribeAdvicesPageResponse> {
private Long adviceId;
private String excludeAdviceId;
private String filterValue;
private String language;
private String filterType;
private Integer pageNumber;
private Integer pageSize;
private String checkId;
private String resourceId;
private String product;
private Long associateUid;
private Long clientUid;
private String token;
private String region;
public DescribeAdvicesPageRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvicesPage", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
public String getExcludeAdviceId() {
return this.excludeAdviceId;
}
public void setExcludeAdviceId(String excludeAdviceId) {
this.excludeAdviceId = excludeAdviceId;
if(excludeAdviceId != null){
putQueryParameter("ExcludeAdviceId", excludeAdviceId);
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<DescribeAdvicesPageResponse> getResponseClass() {
return DescribeAdvicesPageResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesPageResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvicesPageResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesPageResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long pageNo;
private Long pageSize;
private Long total;
private List<ResultItem> result;
public Long getPageNo() {
return this.pageNo;
}
public void setPageNo(Long pageNo) {
this.pageNo = pageNo;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public List<ResultItem> getResult() {
return this.result;
}
public void setResult(List<ResultItem> result) {
this.result = result;
}
public static class ResultItem {
private String action;
private Long aliyunId;
private String checkId;
private String checkName;
private String content;
private String description;
private String details;
private String gmtCreated;
private String gmtModified;
private Long id;
private Boolean isExpired;
private String links;
private String product;
private String reason;
private String resource;
private String resourceId;
private Long severity;
public String getAction() {
return this.action;
}
public void setAction(String action) {
this.action = action;
}
public Long getAliyunId() {
return this.aliyunId;
}
public void setAliyunId(Long aliyunId) {
this.aliyunId = aliyunId;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public String getCheckName() {
return this.checkName;
}
public void setCheckName(String checkName) {
this.checkName = checkName;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Boolean getIsExpired() {
return this.isExpired;
}
public void setIsExpired(Boolean isExpired) {
this.isExpired = isExpired;
}
public String getLinks() {
return this.links;
}
public void setLinks(String links) {
this.links = links;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
}
public String getResource() {
return this.resource;
}
public void setResource(String resource) {
this.resource = resource;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public Long getSeverity() {
return this.severity;
}
public void setSeverity(Long severity) {
this.severity = severity;
}
}
}
@Override
public DescribeAdvicesPageResponse getInstance(UnmarshallerContext context) {
return DescribeAdvicesPageResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesRequest extends RpcAcsRequest<DescribeAdvicesResponse> {
private Long adviceId;
private Long excludeAdviceId;
private String resourceId;
private String product;
private Long associateUid;
private Long clientUid;
private String filterValue;
private String language;
private String filterType;
private String token;
private String region;
private String checkId;
public DescribeAdvicesRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvices", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
public Long getExcludeAdviceId() {
return this.excludeAdviceId;
}
public void setExcludeAdviceId(Long excludeAdviceId) {
this.excludeAdviceId = excludeAdviceId;
if(excludeAdviceId != null){
putQueryParameter("ExcludeAdviceId", excludeAdviceId.toString());
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
@Override
public Class<DescribeAdvicesResponse> getResponseClass() {
return DescribeAdvicesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvicesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvicesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvicesResponse extends AcsResponse {
private String requestId;
private List<Advice> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Advice> getData() {
return this.data;
}
public void setData(List<Advice> data) {
this.data = data;
}
public static class Advice {
private Integer severity;
private String action;
private String product;
private String gmtModified;
private String details;
private Boolean isExpired;
private String gmtCreated;
private String resource;
private String description;
private String links;
private String checkId;
private Long aliyunId;
private String resourceId;
private String content;
private String reason;
private Long id;
private String checkName;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getAction() {
return this.action;
}
public void setAction(String action) {
this.action = action;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
}
public Boolean getIsExpired() {
return this.isExpired;
}
public void setIsExpired(Boolean isExpired) {
this.isExpired = isExpired;
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getResource() {
return this.resource;
}
public void setResource(String resource) {
this.resource = resource;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getLinks() {
return this.links;
}
public void setLinks(String links) {
this.links = links;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public Long getAliyunId() {
return this.aliyunId;
}
public void setAliyunId(Long aliyunId) {
this.aliyunId = aliyunId;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getCheckName() {
return this.checkName;
}
public void setCheckName(String checkName) {
this.checkName = checkName;
}
}
@Override
public DescribeAdvicesResponse getInstance(UnmarshallerContext context) {
return DescribeAdvicesResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorChecksRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorChecksRequest extends RpcAcsRequest<DescribeAdvisorChecksResponse> {
private String product;
private String resourceId;
private Long associateUid;
private String language;
private String checkId;
public DescribeAdvisorChecksRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvisorChecks", "advisor");
setMethod(MethodType.POST);
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
@Override
public Class<DescribeAdvisorChecksResponse> getResponseClass() {
return DescribeAdvisorChecksResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorChecksResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvisorChecksResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorChecksResponse extends AcsResponse {
private String code;
private String requestId;
private List<AdvisorCheck> data;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<AdvisorCheck> getData() {
return this.data;
}
public void setData(List<AdvisorCheck> data) {
this.data = data;
}
public static class AdvisorCheck {
private String status;
private String product;
private String operateColumn;
private String gmtModified;
private String viewColumn;
private String gmtCreated;
private String description;
private String tips;
private String code;
private String category;
private String name;
private Long id;
private Boolean configSupport;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getOperateColumn() {
return this.operateColumn;
}
public void setOperateColumn(String operateColumn) {
this.operateColumn = operateColumn;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getViewColumn() {
return this.viewColumn;
}
public void setViewColumn(String viewColumn) {
this.viewColumn = viewColumn;
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getTips() {
return this.tips;
}
public void setTips(String tips) {
this.tips = tips;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public Boolean getConfigSupport() {
return this.configSupport;
}
public void setConfigSupport(Boolean configSupport) {
this.configSupport = configSupport;
}
}
@Override
public DescribeAdvisorChecksResponse getInstance(UnmarshallerContext context) {
return DescribeAdvisorChecksResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorResourcesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorResourcesRequest extends RpcAcsRequest<DescribeAdvisorResourcesResponse> {
private String resourceId;
private String product;
private Long associateUid;
private String language;
private Integer pageNumber;
private Integer pageSize;
private String keyword;
public DescribeAdvisorResourcesRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvisorResources", "advisor");
setMethod(MethodType.POST);
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getKeyword() {
return this.keyword;
}
public void setKeyword(String keyword) {
this.keyword = keyword;
if(keyword != null){
putQueryParameter("Keyword", keyword);
}
}
@Override
public Class<DescribeAdvisorResourcesResponse> getResponseClass() {
return DescribeAdvisorResourcesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorResourcesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvisorResourcesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorResourcesResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer pageNo;
private Integer pageSize;
private Integer total;
private List<Resource> result;
public Integer getPageNo() {
return this.pageNo;
}
public void setPageNo(Integer pageNo) {
this.pageNo = pageNo;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getTotal() {
return this.total;
}
public void setTotal(Integer total) {
this.total = total;
}
public List<Resource> getResult() {
return this.result;
}
public void setResult(List<Resource> result) {
this.result = result;
}
public static class Resource {
private String data;
private String resourceId;
private String product;
private String resourceName;
private String regionId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getResourceName() {
return this.resourceName;
}
public void setResourceName(String resourceName) {
this.resourceName = resourceName;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
}
}
@Override
public DescribeAdvisorResourcesResponse getInstance(UnmarshallerContext context) {
return DescribeAdvisorResourcesResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorUserRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorUserRequest extends RpcAcsRequest<DescribeAdvisorUserResponse> {
private Long associateUid;
private Long clientUid;
private String language;
private String token;
public DescribeAdvisorUserRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAdvisorUser", "advisor");
setMethod(MethodType.POST);
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
@Override
public Class<DescribeAdvisorUserResponse> getResponseClass() {
return DescribeAdvisorUserResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAdvisorUserResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAdvisorUserResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAdvisorUserResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Boolean showTam;
private String adviceStatus;
private Boolean authorized;
private Boolean tamAuthorized;
private Long aliyunId;
private String productStatus;
private String resourceStatus;
private Boolean costAuthorized;
public Boolean getShowTam() {
return this.showTam;
}
public void setShowTam(Boolean showTam) {
this.showTam = showTam;
}
public String getAdviceStatus() {
return this.adviceStatus;
}
public void setAdviceStatus(String adviceStatus) {
this.adviceStatus = adviceStatus;
}
public Boolean getAuthorized() {
return this.authorized;
}
public void setAuthorized(Boolean authorized) {
this.authorized = authorized;
}
public Boolean getTamAuthorized() {
return this.tamAuthorized;
}
public void setTamAuthorized(Boolean tamAuthorized) {
this.tamAuthorized = tamAuthorized;
}
public Long getAliyunId() {
return this.aliyunId;
}
public void setAliyunId(Long aliyunId) {
this.aliyunId = aliyunId;
}
public String getProductStatus() {
return this.productStatus;
}
public void setProductStatus(String productStatus) {
this.productStatus = productStatus;
}
public String getResourceStatus() {
return this.resourceStatus;
}
public void setResourceStatus(String resourceStatus) {
this.resourceStatus = resourceStatus;
}
public Boolean getCostAuthorized() {
return this.costAuthorized;
}
public void setCostAuthorized(Boolean costAuthorized) {
this.costAuthorized = costAuthorized;
}
}
@Override
public DescribeAdvisorUserResponse getInstance(UnmarshallerContext context) {
return DescribeAdvisorUserResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAssociateAccountRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeAssociateAccountRequest extends RpcAcsRequest<DescribeAssociateAccountResponse> {
private String clientToken;
private String language;
private String token;
public DescribeAssociateAccountRequest() {
super("Advisor-Share", "2018-06-08", "DescribeAssociateAccount", "advisor");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
@Override
public Class<DescribeAssociateAccountResponse> getResponseClass() {
return DescribeAssociateAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeAssociateAccountResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeAssociateAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeAssociateAccountResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private List<AssociateAccountListItem> associateAccountList;
private MasterAccount masterAccount;
public List<AssociateAccountListItem> getAssociateAccountList() {
return this.associateAccountList;
}
public void setAssociateAccountList(List<AssociateAccountListItem> associateAccountList) {
this.associateAccountList = associateAccountList;
}
public MasterAccount getMasterAccount() {
return this.masterAccount;
}
public void setMasterAccount(MasterAccount masterAccount) {
this.masterAccount = masterAccount;
}
public static class AssociateAccountListItem {
private Long subAliyunId;
private String subUserName;
public Long getSubAliyunId() {
return this.subAliyunId;
}
public void setSubAliyunId(Long subAliyunId) {
this.subAliyunId = subAliyunId;
}
public String getSubUserName() {
return this.subUserName;
}
public void setSubUserName(String subUserName) {
this.subUserName = subUserName;
}
}
public static class MasterAccount {
private String userName;
private Long aliyunId;
public String getUserName() {
return this.userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public Long getAliyunId() {
return this.aliyunId;
}
public void setAliyunId(Long aliyunId) {
this.aliyunId = aliyunId;
}
}
}
@Override
public DescribeAssociateAccountResponse getInstance(UnmarshallerContext context) {
return DescribeAssociateAccountResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeCheckResultOverviewRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeCheckResultOverviewRequest extends RpcAcsRequest<DescribeCheckResultOverviewResponse> {
private String filterValue;
private String language;
private String filterType;
private String token;
private String category;
private String region;
private String checkId;
public DescribeCheckResultOverviewRequest() {
super("Advisor-Share", "2018-06-08", "DescribeCheckResultOverview", "advisor");
setMethod(MethodType.POST);
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
if(category != null){
putQueryParameter("Category", category);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
@Override
public Class<DescribeCheckResultOverviewResponse> getResponseClass() {
return DescribeCheckResultOverviewResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeCheckResultOverviewResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeCheckResultOverviewResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCheckResultOverviewResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String resourceTotalCount;
private String activeCheckItemCount;
private List<CheckResultCount> checkResultCountList;
public String getResourceTotalCount() {
return this.resourceTotalCount;
}
public void setResourceTotalCount(String resourceTotalCount) {
this.resourceTotalCount = resourceTotalCount;
}
public String getActiveCheckItemCount() {
return this.activeCheckItemCount;
}
public void setActiveCheckItemCount(String activeCheckItemCount) {
this.activeCheckItemCount = activeCheckItemCount;
}
public List<CheckResultCount> getCheckResultCountList() {
return this.checkResultCountList;
}
public void setCheckResultCountList(List<CheckResultCount> checkResultCountList) {
this.checkResultCountList = checkResultCountList;
}
public static class CheckResultCount {
private String category;
private String warningCount;
private String criticalCount;
private String normalCount;
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getWarningCount() {
return this.warningCount;
}
public void setWarningCount(String warningCount) {
this.warningCount = warningCount;
}
public String getCriticalCount() {
return this.criticalCount;
}
public void setCriticalCount(String criticalCount) {
this.criticalCount = criticalCount;
}
public String getNormalCount() {
return this.normalCount;
}
public void setNormalCount(String normalCount) {
this.normalCount = normalCount;
}
}
}
@Override
public DescribeCheckResultOverviewResponse getInstance(UnmarshallerContext context) {
return DescribeCheckResultOverviewResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeCheckResultsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeCheckResultsRequest extends RpcAcsRequest<DescribeCheckResultsResponse> {
private Long associateUid;
private String product;
private String filterValue;
private String language;
private String filterType;
private String token;
private Integer duration;
private String category;
private String region;
private String checkId;
public DescribeCheckResultsRequest() {
super("Advisor-Share", "2018-06-08", "DescribeCheckResults", "advisor");
setMethod(MethodType.POST);
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putQueryParameter("Duration", duration.toString());
}
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
if(category != null){
putQueryParameter("Category", category);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
@Override
public Class<DescribeCheckResultsResponse> getResponseClass() {
return DescribeCheckResultsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeCheckResultsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeCheckResultsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeCheckResultsResponse extends AcsResponse {
private String requestId;
private List<CheckResult> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<CheckResult> getData() {
return this.data;
}
public void setData(List<CheckResult> data) {
this.data = data;
}
public static class CheckResult {
private Integer severity;
private Integer adviceCount;
private String summary;
private String product;
private String operateColumn;
private String viewColumn;
private String description;
private String tips;
private String checkId;
private String refreshDateTime;
private String category;
private String checkName;
private Boolean configSupport;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public Integer getAdviceCount() {
return this.adviceCount;
}
public void setAdviceCount(Integer adviceCount) {
this.adviceCount = adviceCount;
}
public String getSummary() {
return this.summary;
}
public void setSummary(String summary) {
this.summary = summary;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getOperateColumn() {
return this.operateColumn;
}
public void setOperateColumn(String operateColumn) {
this.operateColumn = operateColumn;
}
public String getViewColumn() {
return this.viewColumn;
}
public void setViewColumn(String viewColumn) {
this.viewColumn = viewColumn;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getTips() {
return this.tips;
}
public void setTips(String tips) {
this.tips = tips;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public String getRefreshDateTime() {
return this.refreshDateTime;
}
public void setRefreshDateTime(String refreshDateTime) {
this.refreshDateTime = refreshDateTime;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getCheckName() {
return this.checkName;
}
public void setCheckName(String checkName) {
this.checkName = checkName;
}
public Boolean getConfigSupport() {
return this.configSupport;
}
public void setConfigSupport(Boolean configSupport) {
this.configSupport = configSupport;
}
}
@Override
public DescribeCheckResultsResponse getInstance(UnmarshallerContext context) {
return DescribeCheckResultsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeHistoryCheckStatisticsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeHistoryCheckStatisticsRequest extends RpcAcsRequest<DescribeHistoryCheckStatisticsResponse> {
private Long adviceId;
private Long excludeAdviceId;
private String reason;
private String data;
private String filterValue;
private String language;
private String filterType;
private Integer duration;
private Boolean isExpired;
private String details;
private String gmtCreated;
private String checkId;
private String severity;
private String resourceId;
private String product;
private Long clientUid;
private String region;
public DescribeHistoryCheckStatisticsRequest() {
super("Advisor-Share", "2018-06-08", "DescribeHistoryCheckStatistics", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
public Long getExcludeAdviceId() {
return this.excludeAdviceId;
}
public void setExcludeAdviceId(Long excludeAdviceId) {
this.excludeAdviceId = excludeAdviceId;
if(excludeAdviceId != null){
putQueryParameter("ExcludeAdviceId", excludeAdviceId.toString());
}
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
if(reason != null){
putQueryParameter("Reason", reason);
}
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putQueryParameter("Data", data);
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putQueryParameter("Duration", duration.toString());
}
}
public Boolean getIsExpired() {
return this.isExpired;
}
public void setIsExpired(Boolean isExpired) {
this.isExpired = isExpired;
if(isExpired != null){
putQueryParameter("IsExpired", isExpired.toString());
}
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
if(details != null){
putQueryParameter("Details", details);
}
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
if(gmtCreated != null){
putQueryParameter("GmtCreated", gmtCreated);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
public String getSeverity() {
return this.severity;
}
public void setSeverity(String severity) {
this.severity = severity;
if(severity != null){
putQueryParameter("Severity", severity);
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<DescribeHistoryCheckStatisticsResponse> getResponseClass() {
return DescribeHistoryCheckStatisticsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeHistoryCheckStatisticsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeHistoryCheckStatisticsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeHistoryCheckStatisticsResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long notrepair;
private Long total;
private Long repair;
public Long getNotrepair() {
return this.notrepair;
}
public void setNotrepair(Long notrepair) {
this.notrepair = notrepair;
}
public Long getTotal() {
return this.total;
}
public void setTotal(Long total) {
this.total = total;
}
public Long getRepair() {
return this.repair;
}
public void setRepair(Long repair) {
this.repair = repair;
}
}
@Override
public DescribeHistoryCheckStatisticsResponse getInstance(UnmarshallerContext context) {
return DescribeHistoryCheckStatisticsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeInspectItemThresholdParamSettingRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeInspectItemThresholdParamSettingRequest extends RpcAcsRequest<DescribeInspectItemThresholdParamSettingResponse> {
private Long associateUid;
private String clientToken;
private String token;
private String inspectCode;
public DescribeInspectItemThresholdParamSettingRequest() {
super("Advisor-Share", "2018-06-08", "DescribeInspectItemThresholdParamSetting", "advisor");
setMethod(MethodType.POST);
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public String getInspectCode() {
return this.inspectCode;
}
public void setInspectCode(String inspectCode) {
this.inspectCode = inspectCode;
if(inspectCode != null){
putQueryParameter("InspectCode", inspectCode);
}
}
@Override
public Class<DescribeInspectItemThresholdParamSettingResponse> getResponseClass() {
return DescribeInspectItemThresholdParamSettingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeInspectItemThresholdParamSettingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeInspectItemThresholdParamSettingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeInspectItemThresholdParamSettingResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String inspectName;
private String code;
private String tips;
private String description;
private String category;
private List<IndicatorItem> indicator;
public String getInspectName() {
return this.inspectName;
}
public void setInspectName(String inspectName) {
this.inspectName = inspectName;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getTips() {
return this.tips;
}
public void setTips(String tips) {
this.tips = tips;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public List<IndicatorItem> getIndicator() {
return this.indicator;
}
public void setIndicator(List<IndicatorItem> indicator) {
this.indicator = indicator;
}
public static class IndicatorItem {
private String group;
private String groupKey;
private Long order;
private List<ThresholdItem> threshold;
public String getGroup() {
return this.group;
}
public void setGroup(String group) {
this.group = group;
}
public String getGroupKey() {
return this.groupKey;
}
public void setGroupKey(String groupKey) {
this.groupKey = groupKey;
}
public Long getOrder() {
return this.order;
}
public void setOrder(Long order) {
this.order = order;
}
public List<ThresholdItem> getThreshold() {
return this.threshold;
}
public void setThreshold(List<ThresholdItem> threshold) {
this.threshold = threshold;
}
public static class ThresholdItem {
private Long max;
private Long min;
private String key;
private String name;
private Long order;
private Long value;
private Long defaultValue;
private String unit;
public Long getMax() {
return this.max;
}
public void setMax(Long max) {
this.max = max;
}
public Long getMin() {
return this.min;
}
public void setMin(Long min) {
this.min = min;
}
public String getKey() {
return this.key;
}
public void setKey(String key) {
this.key = key;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Long getOrder() {
return this.order;
}
public void setOrder(Long order) {
this.order = order;
}
public Long getValue() {
return this.value;
}
public void setValue(Long value) {
this.value = value;
}
public Long getDefaultValue() {
return this.defaultValue;
}
public void setDefaultValue(Long defaultValue) {
this.defaultValue = defaultValue;
}
public String getUnit() {
return this.unit;
}
public void setUnit(String unit) {
this.unit = unit;
}
}
}
}
@Override
public DescribeInspectItemThresholdParamSettingResponse getInstance(UnmarshallerContext context) {
return DescribeInspectItemThresholdParamSettingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeProductTagsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeProductTagsRequest extends RpcAcsRequest<DescribeProductTagsResponse> {
private String product;
private String language;
private String region;
public DescribeProductTagsRequest() {
super("Advisor-Share", "2018-06-08", "DescribeProductTags", "advisor");
setMethod(MethodType.POST);
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<DescribeProductTagsResponse> getResponseClass() {
return DescribeProductTagsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeProductTagsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeProductTagsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeProductTagsResponse extends AcsResponse {
private String code;
private String requestId;
private List<ResourceTag> data;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResourceTag> getData() {
return this.data;
}
public void setData(List<ResourceTag> data) {
this.data = data;
}
public static class ResourceTag {
private String tagValue;
private String product;
private String region;
private Long tagKey;
public String getTagValue() {
return this.tagValue;
}
public void setTagValue(String tagValue) {
this.tagValue = tagValue;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public Long getTagKey() {
return this.tagKey;
}
public void setTagKey(Long tagKey) {
this.tagKey = tagKey;
}
}
@Override
public DescribeProductTagsResponse getInstance(UnmarshallerContext context) {
return DescribeProductTagsResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeResourceDistributionRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeResourceDistributionRequest extends RpcAcsRequest<DescribeResourceDistributionResponse> {
private String filterValue;
private String language;
private String filterType;
private String token;
private String category;
private String region;
public DescribeResourceDistributionRequest() {
super("Advisor-Share", "2018-06-08", "DescribeResourceDistribution", "advisor");
setMethod(MethodType.POST);
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public String getToken() {
return this.token;
}
public void setToken(String token) {
this.token = token;
if(token != null){
putQueryParameter("Token", token);
}
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
if(category != null){
putQueryParameter("Category", category);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<DescribeResourceDistributionResponse> getResponseClass() {
return DescribeResourceDistributionResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeResourceDistributionResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeResourceDistributionResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeResourceDistributionResponse extends AcsResponse {
private String requestId;
private List<ResourceDistribution> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResourceDistribution> getData() {
return this.data;
}
public void setData(List<ResourceDistribution> data) {
this.data = data;
}
public static class ResourceDistribution {
private Integer checksNumOn;
private String product;
private Integer failCount;
private Integer normalCount;
private Integer checksNumOff;
private Integer warningCount;
private String riskRate;
private Integer checkItemCount;
private Integer totalCount;
private Integer criticalCount;
private String details;
public Integer getChecksNumOn() {
return this.checksNumOn;
}
public void setChecksNumOn(Integer checksNumOn) {
this.checksNumOn = checksNumOn;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public Integer getFailCount() {
return this.failCount;
}
public void setFailCount(Integer failCount) {
this.failCount = failCount;
}
public Integer getNormalCount() {
return this.normalCount;
}
public void setNormalCount(Integer normalCount) {
this.normalCount = normalCount;
}
public Integer getChecksNumOff() {
return this.checksNumOff;
}
public void setChecksNumOff(Integer checksNumOff) {
this.checksNumOff = checksNumOff;
}
public Integer getWarningCount() {
return this.warningCount;
}
public void setWarningCount(Integer warningCount) {
this.warningCount = warningCount;
}
public String getRiskRate() {
return this.riskRate;
}
public void setRiskRate(String riskRate) {
this.riskRate = riskRate;
}
public Integer getCheckItemCount() {
return this.checkItemCount;
}
public void setCheckItemCount(Integer checkItemCount) {
this.checkItemCount = checkItemCount;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public Integer getCriticalCount() {
return this.criticalCount;
}
public void setCriticalCount(Integer criticalCount) {
this.criticalCount = criticalCount;
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
}
}
@Override
public DescribeResourceDistributionResponse getInstance(UnmarshallerContext context) {
return DescribeResourceDistributionResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeSuppressedChecksRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DescribeSuppressedChecksRequest extends RpcAcsRequest<DescribeSuppressedChecksResponse> {
private String resourceId;
private String language;
private String checkId;
public DescribeSuppressedChecksRequest() {
super("Advisor-Share", "2018-06-08", "DescribeSuppressedChecks", "advisor");
setMethod(MethodType.GET);
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
@Override
public Class<DescribeSuppressedChecksResponse> getResponseClass() {
return DescribeSuppressedChecksResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/DescribeSuppressedChecksResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.DescribeSuppressedChecksResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeSuppressedChecksResponse extends AcsResponse {
private String requestId;
private List<ResourceCheck> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<ResourceCheck> getData() {
return this.data;
}
public void setData(List<ResourceCheck> data) {
this.data = data;
}
public static class ResourceCheck {
private String gmtCreated;
private Boolean disabled;
private String checkId;
private String gmtModified;
private String resourceId;
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public Boolean getDisabled() {
return this.disabled;
}
public void setDisabled(Boolean disabled) {
this.disabled = disabled;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
}
@Override
public DescribeSuppressedChecksResponse getInstance(UnmarshallerContext context) {
return DescribeSuppressedChecksResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ExecuteCostOptimizeTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ExecuteCostOptimizeTaskRequest extends RpcAcsRequest<ExecuteCostOptimizeTaskResponse> {
public ExecuteCostOptimizeTaskRequest() {
super("Advisor-Share", "2018-06-08", "ExecuteCostOptimizeTask", "advisor");
setMethod(MethodType.POST);
}
@Override
public Class<ExecuteCostOptimizeTaskResponse> getResponseClass() {
return ExecuteCostOptimizeTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/ExecuteCostOptimizeTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.ExecuteCostOptimizeTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExecuteCostOptimizeTaskResponse extends AcsResponse {
private Boolean success;
private Data data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String desc;
private Integer status;
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
}
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
@Override
public ExecuteCostOptimizeTaskResponse getInstance(UnmarshallerContext context) {
return ExecuteCostOptimizeTaskResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/FileDownloadRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class FileDownloadRequest extends RpcAcsRequest<FileDownloadResponse> {
private String fileType;
private Long taskId;
public FileDownloadRequest() {
super("Advisor-Share", "2018-06-08", "FileDownload", "advisor");
setMethod(MethodType.POST);
}
public String getFileType() {
return this.fileType;
}
public void setFileType(String fileType) {
this.fileType = fileType;
if(fileType != null){
putQueryParameter("FileType", fileType);
}
}
public Long getTaskId() {
return this.taskId;
}
public void setTaskId(Long taskId) {
this.taskId = taskId;
if(taskId != null){
putQueryParameter("TaskId", taskId.toString());
}
}
@Override
public Class<FileDownloadResponse> getResponseClass() {
return FileDownloadResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/FileDownloadResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.FileDownloadResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class FileDownloadResponse extends AcsResponse {
private Boolean success;
private String data;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public FileDownloadResponse getInstance(UnmarshallerContext context) {
return FileDownloadResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfCheckItemRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceConfCheckItemRequest extends RpcAcsRequest<GetAdviceConfCheckItemResponse> {
private Long projectId;
public GetAdviceConfCheckItemRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceConfCheckItem", "advisor");
setMethod(MethodType.POST);
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putQueryParameter("ProjectId", projectId.toString());
}
}
@Override
public Class<GetAdviceConfCheckItemResponse> getResponseClass() {
return GetAdviceConfCheckItemResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfCheckItemResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceConfCheckItemResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceConfCheckItemResponse extends AcsResponse {
private String message;
private String requestId;
private String success;
private List<DataItem> data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String product;
private String operateColumn;
private String gmtModified;
private String viewCondition;
private Boolean valid;
private String viewColumn;
private String gmtCreated;
private Integer ttl;
private String description;
private String tips;
private String confStatus;
private String code;
private String category;
private String name;
private Long id;
private String type;
private String isNew;
private String thresholdParam;
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getOperateColumn() {
return this.operateColumn;
}
public void setOperateColumn(String operateColumn) {
this.operateColumn = operateColumn;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public String getViewCondition() {
return this.viewCondition;
}
public void setViewCondition(String viewCondition) {
this.viewCondition = viewCondition;
}
public Boolean getValid() {
return this.valid;
}
public void setValid(Boolean valid) {
this.valid = valid;
}
public String getViewColumn() {
return this.viewColumn;
}
public void setViewColumn(String viewColumn) {
this.viewColumn = viewColumn;
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public Integer getTtl() {
return this.ttl;
}
public void setTtl(Integer ttl) {
this.ttl = ttl;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getTips() {
return this.tips;
}
public void setTips(String tips) {
this.tips = tips;
}
public String getConfStatus() {
return this.confStatus;
}
public void setConfStatus(String confStatus) {
this.confStatus = confStatus;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getCategory() {
return this.category;
}
public void setCategory(String category) {
this.category = category;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getIsNew() {
return this.isNew;
}
public void setIsNew(String isNew) {
this.isNew = isNew;
}
public String getThresholdParam() {
return this.thresholdParam;
}
public void setThresholdParam(String thresholdParam) {
this.thresholdParam = thresholdParam;
}
}
@Override
public GetAdviceConfCheckItemResponse getInstance(UnmarshallerContext context) {
return GetAdviceConfCheckItemResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectListRequest extends RpcAcsRequest<GetAdviceConfProjectListResponse> {
private String workerId;
private Boolean isAdmin;
public GetAdviceConfProjectListRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceConfProjectList", "advisor");
setMethod(MethodType.GET);
}
public String getWorkerId() {
return this.workerId;
}
public void setWorkerId(String workerId) {
this.workerId = workerId;
if(workerId != null){
putQueryParameter("WorkerId", workerId);
}
}
public Boolean getIsAdmin() {
return this.isAdmin;
}
public void setIsAdmin(Boolean isAdmin) {
this.isAdmin = isAdmin;
if(isAdmin != null){
putQueryParameter("IsAdmin", isAdmin.toString());
}
}
@Override
public Class<GetAdviceConfProjectListResponse> getResponseClass() {
return GetAdviceConfProjectListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceConfProjectListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectListResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private Boolean success;
private List<DataItem> data;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String status;
private Long gmtModified;
private String name;
private Boolean valid;
private Integer id;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Boolean getValid() {
return this.valid;
}
public void setValid(Boolean valid) {
this.valid = valid;
}
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
}
@Override
public GetAdviceConfProjectListResponse getInstance(UnmarshallerContext context) {
return GetAdviceConfProjectListResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectLoghubRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectLoghubRequest extends RpcAcsRequest<GetAdviceConfProjectLoghubResponse> {
private Long projectId;
public GetAdviceConfProjectLoghubRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceConfProjectLoghub", "advisor");
setMethod(MethodType.GET);
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putQueryParameter("ProjectId", projectId.toString());
}
}
@Override
public Class<GetAdviceConfProjectLoghubResponse> getResponseClass() {
return GetAdviceConfProjectLoghubResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectLoghubResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceConfProjectLoghubResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectLoghubResponse extends AcsResponse {
private String message;
private String requestId;
private Boolean success;
private List<DataItem> data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<DataItem> getData() {
return this.data;
}
public void setData(List<DataItem> data) {
this.data = data;
}
public static class DataItem {
private String accessKey;
private String region;
private String profiles;
private String endpoint;
private String logstore;
private String project;
private String accessId;
private Long id;
public String getAccessKey() {
return this.accessKey;
}
public void setAccessKey(String accessKey) {
this.accessKey = accessKey;
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
}
public String getProfiles() {
return this.profiles;
}
public void setProfiles(String profiles) {
this.profiles = profiles;
}
public String getEndpoint() {
return this.endpoint;
}
public void setEndpoint(String endpoint) {
this.endpoint = endpoint;
}
public String getLogstore() {
return this.logstore;
}
public void setLogstore(String logstore) {
this.logstore = logstore;
}
public String getProject() {
return this.project;
}
public void setProject(String project) {
this.project = project;
}
public String getAccessId() {
return this.accessId;
}
public void setAccessId(String accessId) {
this.accessId = accessId;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
}
@Override
public GetAdviceConfProjectLoghubResponse getInstance(UnmarshallerContext context) {
return GetAdviceConfProjectLoghubResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectOwnerListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectOwnerListRequest extends RpcAcsRequest<GetAdviceConfProjectOwnerListResponse> {
private Long projectId;
public GetAdviceConfProjectOwnerListRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceConfProjectOwnerList", "advisor");
setMethod(MethodType.GET);
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putQueryParameter("ProjectId", projectId.toString());
}
}
@Override
public Class<GetAdviceConfProjectOwnerListResponse> getResponseClass() {
return GetAdviceConfProjectOwnerListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectOwnerListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceConfProjectOwnerListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectOwnerListResponse extends AcsResponse {
private String message;
private String requestId;
private Boolean success;
private List<String> data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<String> getData() {
return this.data;
}
public void setData(List<String> data) {
this.data = data;
}
@Override
public GetAdviceConfProjectOwnerListResponse getInstance(UnmarshallerContext context) {
return GetAdviceConfProjectOwnerListResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectRequest extends RpcAcsRequest<GetAdviceConfProjectResponse> {
private String projectName;
private Long projectId;
public GetAdviceConfProjectRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceConfProject", "advisor");
setMethod(MethodType.GET);
}
public String getProjectName() {
return this.projectName;
}
public void setProjectName(String projectName) {
this.projectName = projectName;
if(projectName != null){
putQueryParameter("ProjectName", projectName);
}
}
public Long getProjectId() {
return this.projectId;
}
public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putQueryParameter("ProjectId", projectId.toString());
}
}
@Override
public Class<GetAdviceConfProjectResponse> getResponseClass() {
return GetAdviceConfProjectResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceConfProjectResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceConfProjectResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceConfProjectResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private Boolean success;
private Data data;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String status;
private Long gmtModified;
private String name;
private Boolean valid;
private Integer id;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public Long getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(Long gmtModified) {
this.gmtModified = gmtModified;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public Boolean getValid() {
return this.valid;
}
public void setValid(Boolean valid) {
this.valid = valid;
}
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
}
@Override
public GetAdviceConfProjectResponse getInstance(UnmarshallerContext context) {
return GetAdviceConfProjectResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceTrendRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAdviceTrendRequest extends RpcAcsRequest<GetAdviceTrendResponse> {
private Long adviceId;
private Long excludeAdviceId;
private String reason;
private String data;
private String filterValue;
private String language;
private String filterType;
private Integer duration;
private Boolean isExpired;
private String details;
private String gmtCreated;
private String checkId;
private String severity;
private String resourceId;
private String product;
private Long clientUid;
private String region;
public GetAdviceTrendRequest() {
super("Advisor-Share", "2018-06-08", "GetAdviceTrend", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
public Long getExcludeAdviceId() {
return this.excludeAdviceId;
}
public void setExcludeAdviceId(Long excludeAdviceId) {
this.excludeAdviceId = excludeAdviceId;
if(excludeAdviceId != null){
putQueryParameter("ExcludeAdviceId", excludeAdviceId.toString());
}
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
if(reason != null){
putQueryParameter("Reason", reason);
}
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putQueryParameter("Data", data);
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putQueryParameter("Duration", duration.toString());
}
}
public Boolean getIsExpired() {
return this.isExpired;
}
public void setIsExpired(Boolean isExpired) {
this.isExpired = isExpired;
if(isExpired != null){
putQueryParameter("IsExpired", isExpired.toString());
}
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
if(details != null){
putQueryParameter("Details", details);
}
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
if(gmtCreated != null){
putQueryParameter("GmtCreated", gmtCreated);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
public String getSeverity() {
return this.severity;
}
public void setSeverity(String severity) {
this.severity = severity;
if(severity != null){
putQueryParameter("Severity", severity);
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<GetAdviceTrendResponse> getResponseClass() {
return GetAdviceTrendResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetAdviceTrendResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetAdviceTrendResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAdviceTrendResponse extends AcsResponse {
private String requestId;
private List<CountDO> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<CountDO> getData() {
return this.data;
}
public void setData(List<CountDO> data) {
this.data = data;
}
public static class CountDO {
private String date;
private Long riskNum;
private Integer count;
public String getDate() {
return this.date;
}
public void setDate(String date) {
this.date = date;
}
public Long getRiskNum() {
return this.riskNum;
}
public void setRiskNum(Long riskNum) {
this.riskNum = riskNum;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
}
@Override
public GetAdviceTrendResponse getInstance(UnmarshallerContext context) {
return GetAdviceTrendResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetDomainListRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetDomainListRequest extends RpcAcsRequest<GetDomainListResponse> {
public GetDomainListRequest() {
super("Advisor-Share", "2018-06-08", "GetDomainList", "advisor");
setMethod(MethodType.POST);
}
@Override
public Class<GetDomainListResponse> getResponseClass() {
return GetDomainListResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetDomainListResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetDomainListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetDomainListResponse extends AcsResponse {
private String requestId;
private List<Domains> data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List<Domains> getData() {
return this.data;
}
public void setData(List<Domains> data) {
this.data = data;
}
public static class Domains {
private String domain;
public String getDomain() {
return this.domain;
}
public void setDomain(String domain) {
this.domain = domain;
}
}
@Override
public GetDomainListResponse getInstance(UnmarshallerContext context) {
return GetDomainListResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetHistoryAdvicesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetHistoryAdvicesRequest extends RpcAcsRequest<GetHistoryAdvicesResponse> {
private Long adviceId;
private Long excludeAdviceId;
private String reason;
private String data;
private String filterValue;
private String language;
private Integer pageNum;
private String startDate;
private String filterType;
private Integer duration;
private Boolean isExpired;
private Integer pageSize;
private String details;
private String gmtCreated;
private String checkId;
private String severity;
private String resourceId;
private String product;
private Long associateUid;
private Long clientUid;
private Boolean reverse;
private String endDate;
private String region;
public GetHistoryAdvicesRequest() {
super("Advisor-Share", "2018-06-08", "GetHistoryAdvices", "advisor");
setMethod(MethodType.POST);
}
public Long getAdviceId() {
return this.adviceId;
}
public void setAdviceId(Long adviceId) {
this.adviceId = adviceId;
if(adviceId != null){
putQueryParameter("AdviceId", adviceId.toString());
}
}
public Long getExcludeAdviceId() {
return this.excludeAdviceId;
}
public void setExcludeAdviceId(Long excludeAdviceId) {
this.excludeAdviceId = excludeAdviceId;
if(excludeAdviceId != null){
putQueryParameter("ExcludeAdviceId", excludeAdviceId.toString());
}
}
public String getReason() {
return this.reason;
}
public void setReason(String reason) {
this.reason = reason;
if(reason != null){
putQueryParameter("Reason", reason);
}
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putQueryParameter("Data", data);
}
}
public String getFilterValue() {
return this.filterValue;
}
public void setFilterValue(String filterValue) {
this.filterValue = filterValue;
if(filterValue != null){
putQueryParameter("FilterValue", filterValue);
}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putQueryParameter("Language", language);
}
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
if(pageNum != null){
putQueryParameter("PageNum", pageNum.toString());
}
}
public String getStartDate() {
return this.startDate;
}
public void setStartDate(String startDate) {
this.startDate = startDate;
if(startDate != null){
putQueryParameter("StartDate", startDate);
}
}
public String getFilterType() {
return this.filterType;
}
public void setFilterType(String filterType) {
this.filterType = filterType;
if(filterType != null){
putQueryParameter("FilterType", filterType);
}
}
public Integer getDuration() {
return this.duration;
}
public void setDuration(Integer duration) {
this.duration = duration;
if(duration != null){
putQueryParameter("Duration", duration.toString());
}
}
public Boolean getIsExpired() {
return this.isExpired;
}
public void setIsExpired(Boolean isExpired) {
this.isExpired = isExpired;
if(isExpired != null){
putQueryParameter("IsExpired", isExpired.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getDetails() {
return this.details;
}
public void setDetails(String details) {
this.details = details;
if(details != null){
putQueryParameter("Details", details);
}
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
if(gmtCreated != null){
putQueryParameter("GmtCreated", gmtCreated);
}
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
if(checkId != null){
putQueryParameter("CheckId", checkId);
}
}
public String getSeverity() {
return this.severity;
}
public void setSeverity(String severity) {
this.severity = severity;
if(severity != null){
putQueryParameter("Severity", severity);
}
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
if(resourceId != null){
putQueryParameter("ResourceId", resourceId);
}
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
if(product != null){
putQueryParameter("Product", product);
}
}
public Long getAssociateUid() {
return this.associateUid;
}
public void setAssociateUid(Long associateUid) {
this.associateUid = associateUid;
if(associateUid != null){
putQueryParameter("AssociateUid", associateUid.toString());
}
}
public Long getClientUid() {
return this.clientUid;
}
public void setClientUid(Long clientUid) {
this.clientUid = clientUid;
if(clientUid != null){
putQueryParameter("ClientUid", clientUid.toString());
}
}
public Boolean getReverse() {
return this.reverse;
}
public void setReverse(Boolean reverse) {
this.reverse = reverse;
if(reverse != null){
putQueryParameter("Reverse", reverse.toString());
}
}
public String getEndDate() {
return this.endDate;
}
public void setEndDate(String endDate) {
this.endDate = endDate;
if(endDate != null){
putQueryParameter("EndDate", endDate);
}
}
public String getRegion() {
return this.region;
}
public void setRegion(String region) {
this.region = region;
if(region != null){
putQueryParameter("Region", region);
}
}
@Override
public Class<GetHistoryAdvicesResponse> getResponseClass() {
return GetHistoryAdvicesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model
|
java-sources/com/aliyun/aliyun-java-sdk-advisor-share/1.0.0/com/aliyuncs/advisor_share/model/v20180608/GetHistoryAdvicesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.advisor_share.model.v20180608;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.advisor_share.transform.v20180608.GetHistoryAdvicesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetHistoryAdvicesResponse extends AcsResponse {
private String requestId;
private Data data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer pageNo;
private Integer total;
private List<Advice> result;
public Integer getPageNo() {
return this.pageNo;
}
public void setPageNo(Integer pageNo) {
this.pageNo = pageNo;
}
public Integer getTotal() {
return this.total;
}
public void setTotal(Integer total) {
this.total = total;
}
public List<Advice> getResult() {
return this.result;
}
public void setResult(List<Advice> result) {
this.result = result;
}
public static class Advice {
private Integer severity;
private String product;
private String gmtCreated;
private String description;
private String checkId;
private String resourceId;
private String checkName;
private String url;
public Integer getSeverity() {
return this.severity;
}
public void setSeverity(Integer severity) {
this.severity = severity;
}
public String getProduct() {
return this.product;
}
public void setProduct(String product) {
this.product = product;
}
public String getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(String gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getCheckId() {
return this.checkId;
}
public void setCheckId(String checkId) {
this.checkId = checkId;
}
public String getResourceId() {
return this.resourceId;
}
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
public String getCheckName() {
return this.checkName;
}
public void setCheckName(String checkName) {
this.checkName = checkName;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
}
}
@Override
public GetHistoryAdvicesResponse getInstance(UnmarshallerContext context) {
return GetHistoryAdvicesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.