index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindFinanceTaxDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindFinanceTaxDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindFinanceTaxDetailResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private Finance finance; 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 Finance getFinance() { return this.finance; } public void setFinance(Finance finance) { this.finance = finance; } public static class Finance { private String secondFinanceTax; private String secondFinanceTaxCertificateImgName; private String financeTaxCertificateImgName; private String financeTaxCertificateImgUrl; private String secondFinanceTaxCertificateImgUrl; private String tax; public String getSecondFinanceTax() { return this.secondFinanceTax; } public void setSecondFinanceTax(String secondFinanceTax) { this.secondFinanceTax = secondFinanceTax; } public String getSecondFinanceTaxCertificateImgName() { return this.secondFinanceTaxCertificateImgName; } public void setSecondFinanceTaxCertificateImgName(String secondFinanceTaxCertificateImgName) { this.secondFinanceTaxCertificateImgName = secondFinanceTaxCertificateImgName; } public String getFinanceTaxCertificateImgName() { return this.financeTaxCertificateImgName; } public void setFinanceTaxCertificateImgName(String financeTaxCertificateImgName) { this.financeTaxCertificateImgName = financeTaxCertificateImgName; } public String getFinanceTaxCertificateImgUrl() { return this.financeTaxCertificateImgUrl; } public void setFinanceTaxCertificateImgUrl(String financeTaxCertificateImgUrl) { this.financeTaxCertificateImgUrl = financeTaxCertificateImgUrl; } public String getSecondFinanceTaxCertificateImgUrl() { return this.secondFinanceTaxCertificateImgUrl; } public void setSecondFinanceTaxCertificateImgUrl(String secondFinanceTaxCertificateImgUrl) { this.secondFinanceTaxCertificateImgUrl = secondFinanceTaxCertificateImgUrl; } public String getTax() { return this.tax; } public void setTax(String tax) { this.tax = tax; } } @Override public FindFinanceTaxDetailResponse getInstance(UnmarshallerContext context) { return FindFinanceTaxDetailResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindFinanceTaxRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FindFinanceTaxRequest extends RpcAcsRequest<FindFinanceTaxResponse> { private Long hId; private String taxVersion; public FindFinanceTaxRequest() { super("account-crm", "2016-06-06", "FindFinanceTax"); setMethod(MethodType.POST); } public Long getHId() { return this.hId; } public void setHId(Long hId) { this.hId = hId; if(hId != null){ putQueryParameter("HId", hId.toString()); } } public String getTaxVersion() { return this.taxVersion; } public void setTaxVersion(String taxVersion) { this.taxVersion = taxVersion; if(taxVersion != null){ putQueryParameter("TaxVersion", taxVersion); } } @Override public Class<FindFinanceTaxResponse> getResponseClass() { return FindFinanceTaxResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/FindFinanceTaxResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.FindFinanceTaxResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindFinanceTaxResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private FinanceVersion financeVersion; 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 FinanceVersion getFinanceVersion() { return this.financeVersion; } public void setFinanceVersion(FinanceVersion financeVersion) { this.financeVersion = financeVersion; } public static class FinanceVersion { private String financeTaxCertificateImgName; private String version; private String financeTaxCertificateImgUrl; private String secondFinanceTaxCertificateImgUrl; private String tax; private String secondFinanceTax; private String secondFinanceTaxCertificateImgName; public String getFinanceTaxCertificateImgName() { return this.financeTaxCertificateImgName; } public void setFinanceTaxCertificateImgName(String financeTaxCertificateImgName) { this.financeTaxCertificateImgName = financeTaxCertificateImgName; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getFinanceTaxCertificateImgUrl() { return this.financeTaxCertificateImgUrl; } public void setFinanceTaxCertificateImgUrl(String financeTaxCertificateImgUrl) { this.financeTaxCertificateImgUrl = financeTaxCertificateImgUrl; } public String getSecondFinanceTaxCertificateImgUrl() { return this.secondFinanceTaxCertificateImgUrl; } public void setSecondFinanceTaxCertificateImgUrl(String secondFinanceTaxCertificateImgUrl) { this.secondFinanceTaxCertificateImgUrl = secondFinanceTaxCertificateImgUrl; } public String getTax() { return this.tax; } public void setTax(String tax) { this.tax = tax; } public String getSecondFinanceTax() { return this.secondFinanceTax; } public void setSecondFinanceTax(String secondFinanceTax) { this.secondFinanceTax = secondFinanceTax; } public String getSecondFinanceTaxCertificateImgName() { return this.secondFinanceTaxCertificateImgName; } public void setSecondFinanceTaxCertificateImgName(String secondFinanceTaxCertificateImgName) { this.secondFinanceTaxCertificateImgName = secondFinanceTaxCertificateImgName; } } @Override public FindFinanceTaxResponse getInstance(UnmarshallerContext context) { return FindFinanceTaxResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ForbiddenAgAccountLoginRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ForbiddenAgAccountLoginRequest extends RpcAcsRequest<ForbiddenAgAccountLoginResponse> { private String appName; private String mpk; private String pk; private String agAccountType; public ForbiddenAgAccountLoginRequest() { super("account-crm", "2016-06-06", "ForbiddenAgAccountLogin"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<ForbiddenAgAccountLoginResponse> getResponseClass() { return ForbiddenAgAccountLoginResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ForbiddenAgAccountLoginResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ForbiddenAgAccountLoginResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ForbiddenAgAccountLoginResponse extends AcsResponse { private String code; private String message; private Boolean data; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public 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 ForbiddenAgAccountLoginResponse getInstance(UnmarshallerContext context) { return ForbiddenAgAccountLoginResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAgAccountAkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetAgAccountAkRequest extends RpcAcsRequest<GetAgAccountAkResponse> { private String mpk; private String pk; private String agAccountType; public GetAgAccountAkRequest() { super("account-crm", "2016-06-06", "GetAgAccountAk"); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<GetAgAccountAkResponse> getResponseClass() { return GetAgAccountAkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAgAccountAkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetAgAccountAkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAgAccountAkResponse extends AcsResponse { private String code; private String message; private String requestId; private String success; private AccountAkDto accountAkDto; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public AccountAkDto getAccountAkDto() { return this.accountAkDto; } public void setAccountAkDto(AccountAkDto accountAkDto) { this.accountAkDto = accountAkDto; } public static class AccountAkDto { private String ak; private String secret; public String getAk() { return this.ak; } public void setAk(String ak) { this.ak = ak; } public String getSecret() { return this.secret; } public void setSecret(String secret) { this.secret = secret; } } @Override public GetAgAccountAkResponse getInstance(UnmarshallerContext context) { return GetAgAccountAkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAgRelationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetAgRelationRequest extends RpcAcsRequest<GetAgRelationResponse> { private String pk; private String agAccountType; public GetAgRelationRequest() { super("account-crm", "2016-06-06", "GetAgRelation"); setMethod(MethodType.POST); } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<GetAgRelationResponse> getResponseClass() { return GetAgRelationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAgRelationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetAgRelationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAgRelationResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private AgRelationDto agRelationDto; 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 AgRelationDto getAgRelationDto() { return this.agRelationDto; } public void setAgRelationDto(AgRelationDto agRelationDto) { this.agRelationDto = agRelationDto; } public static class AgRelationDto { private String type; private String pk; private String mpk; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; } } @Override public GetAgRelationResponse getInstance(UnmarshallerContext context) { return GetAgRelationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAliyunIdByPkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetAliyunIdByPkRequest extends RpcAcsRequest<GetAliyunIdByPkResponse> { private String appName; private String pk; public GetAliyunIdByPkRequest() { super("account-crm", "2016-06-06", "GetAliyunIdByPk"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<GetAliyunIdByPkResponse> getResponseClass() { return GetAliyunIdByPkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAliyunIdByPkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetAliyunIdByPkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAliyunIdByPkResponse extends AcsResponse { private String code; private String message; private String requestId; private String aliyunId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetAliyunIdByPkResponse getInstance(UnmarshallerContext context) { return GetAliyunIdByPkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAliyunPKByAliyunIDRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetAliyunPKByAliyunIDRequest extends RpcAcsRequest<GetAliyunPKByAliyunIDResponse> { private String aliyunId; private String mobile; private String pK; private String havanaId; private String email; public GetAliyunPKByAliyunIDRequest() { super("account-crm", "2016-06-06", "GetAliyunPKByAliyunID"); setMethod(MethodType.POST); } public String getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; if(aliyunId != null){ putQueryParameter("AliyunId", aliyunId); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putQueryParameter("Mobile", mobile); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } @Override public Class<GetAliyunPKByAliyunIDResponse> getResponseClass() { return GetAliyunPKByAliyunIDResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetAliyunPKByAliyunIDResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetAliyunPKByAliyunIDResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAliyunPKByAliyunIDResponse extends AcsResponse { private String code; private String msg; private String data; private String requestId; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } 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 GetAliyunPKByAliyunIDResponse getInstance(UnmarshallerContext context) { return GetAliyunPKByAliyunIDResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerCategoryDictionaryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCustomerCategoryDictionaryRequest extends RpcAcsRequest<GetCustomerCategoryDictionaryResponse> { private String type; public GetCustomerCategoryDictionaryRequest() { super("account-crm", "2016-06-06", "GetCustomerCategoryDictionary"); setMethod(MethodType.POST); } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<GetCustomerCategoryDictionaryResponse> getResponseClass() { return GetCustomerCategoryDictionaryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerCategoryDictionaryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetCustomerCategoryDictionaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCustomerCategoryDictionaryResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<EnumConfig> 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<EnumConfig> getData() { return this.data; } public void setData(List<EnumConfig> data) { this.data = data; } public static class EnumConfig { private String enumValue; private String enumName; public String getEnumValue() { return this.enumValue; } public void setEnumValue(String enumValue) { this.enumValue = enumValue; } public String getEnumName() { return this.enumName; } public void setEnumName(String enumName) { this.enumName = enumName; } } @Override public GetCustomerCategoryDictionaryResponse getInstance(UnmarshallerContext context) { return GetCustomerCategoryDictionaryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerCategoryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCustomerCategoryRequest extends RpcAcsRequest<GetCustomerCategoryResponse> { private String localeString; private Long userId; public GetCustomerCategoryRequest() { super("account-crm", "2016-06-06", "GetCustomerCategory"); setMethod(MethodType.POST); } public String getLocaleString() { return this.localeString; } public void setLocaleString(String localeString) { this.localeString = localeString; if(localeString != null){ putQueryParameter("LocaleString", localeString); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<GetCustomerCategoryResponse> getResponseClass() { return GetCustomerCategoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerCategoryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetCustomerCategoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCustomerCategoryResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<BizCategory> 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<BizCategory> getData() { return this.data; } public void setData(List<BizCategory> data) { this.data = data; } public static class BizCategory { private String code; private Boolean mainBiz; private String name; private String other; private Boolean isCheck; private List<BizSubCategory> subConfigs; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getMainBiz() { return this.mainBiz; } public void setMainBiz(Boolean mainBiz) { this.mainBiz = mainBiz; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOther() { return this.other; } public void setOther(String other) { this.other = other; } public Boolean getIsCheck() { return this.isCheck; } public void setIsCheck(Boolean isCheck) { this.isCheck = isCheck; } public List<BizSubCategory> getSubConfigs() { return this.subConfigs; } public void setSubConfigs(List<BizSubCategory> subConfigs) { this.subConfigs = subConfigs; } public static class BizSubCategory { private String code; private Boolean mainBiz; private String name; private String other; private Boolean isCheck; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getMainBiz() { return this.mainBiz; } public void setMainBiz(Boolean mainBiz) { this.mainBiz = mainBiz; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getOther() { return this.other; } public void setOther(String other) { this.other = other; } public Boolean getIsCheck() { return this.isCheck; } public void setIsCheck(Boolean isCheck) { this.isCheck = isCheck; } } } @Override public GetCustomerCategoryResponse getInstance(UnmarshallerContext context) { return GetCustomerCategoryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerInformationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCustomerInformationRequest extends RpcAcsRequest<GetCustomerInformationResponse> { private Long userId; public GetCustomerInformationRequest() { super("account-crm", "2016-06-06", "GetCustomerInformation"); setMethod(MethodType.POST); } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<GetCustomerInformationResponse> getResponseClass() { return GetCustomerInformationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetCustomerInformationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetCustomerInformationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCustomerInformationResponse 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 biz; private String website; public String getBiz() { return this.biz; } public void setBiz(String biz) { this.biz = biz; } public String getWebsite() { return this.website; } public void setWebsite(String website) { this.website = website; } } @Override public GetCustomerInformationResponse getInstance(UnmarshallerContext context) { return GetCustomerInformationResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetDingTalkUserOrgByAliyunTmpCodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetDingTalkUserOrgByAliyunTmpCodeRequest extends RpcAcsRequest<GetDingTalkUserOrgByAliyunTmpCodeResponse> { private String appName; private String tmpCode; private String dingTalkChannel; private String version; public GetDingTalkUserOrgByAliyunTmpCodeRequest() { super("account-crm", "2016-06-06", "GetDingTalkUserOrgByAliyunTmpCode"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.GET); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getTmpCode() { return this.tmpCode; } public void setTmpCode(String tmpCode) { this.tmpCode = tmpCode; if(tmpCode != null){ putQueryParameter("TmpCode", tmpCode); } } public String getDingTalkChannel() { return this.dingTalkChannel; } public void setDingTalkChannel(String dingTalkChannel) { this.dingTalkChannel = dingTalkChannel; if(dingTalkChannel != null){ putQueryParameter("DingTalkChannel", dingTalkChannel); } } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; if(version != null){ putQueryParameter("Version", version); } } @Override public Class<GetDingTalkUserOrgByAliyunTmpCodeResponse> getResponseClass() { return GetDingTalkUserOrgByAliyunTmpCodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetDingTalkUserOrgByAliyunTmpCodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetDingTalkUserOrgByAliyunTmpCodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDingTalkUserOrgByAliyunTmpCodeResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String httpCode; private String message; private 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; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String associatedUnionId; private String nick; private List<OrgDtoListItem> orgDtoList; public String getAssociatedUnionId() { return this.associatedUnionId; } public void setAssociatedUnionId(String associatedUnionId) { this.associatedUnionId = associatedUnionId; } public String getNick() { return this.nick; } public void setNick(String nick) { this.nick = nick; } public List<OrgDtoListItem> getOrgDtoList() { return this.orgDtoList; } public void setOrgDtoList(List<OrgDtoListItem> orgDtoList) { this.orgDtoList = orgDtoList; } public static class OrgDtoListItem { private String orgName; private String orgId; private String corpId; public String getOrgName() { return this.orgName; } public void setOrgName(String orgName) { this.orgName = orgName; } public String getOrgId() { return this.orgId; } public void setOrgId(String orgId) { this.orgId = orgId; } public String getCorpId() { return this.corpId; } public void setCorpId(String corpId) { this.corpId = corpId; } } } @Override public GetDingTalkUserOrgByAliyunTmpCodeResponse getInstance(UnmarshallerContext context) { return GetDingTalkUserOrgByAliyunTmpCodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetIdentityRegistrationByCustomerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetIdentityRegistrationByCustomerRequest extends RpcAcsRequest<GetIdentityRegistrationByCustomerResponse> { private String customerId; public GetIdentityRegistrationByCustomerRequest() { super("account-crm", "2016-06-06", "GetIdentityRegistrationByCustomer"); setMethod(MethodType.POST); } public String getCustomerId() { return this.customerId; } public void setCustomerId(String customerId) { this.customerId = customerId; if(customerId != null){ putQueryParameter("CustomerId", customerId); } } @Override public Class<GetIdentityRegistrationByCustomerResponse> getResponseClass() { return GetIdentityRegistrationByCustomerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetIdentityRegistrationByCustomerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetIdentityRegistrationByCustomerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetIdentityRegistrationByCustomerResponse 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 docBackPic; private String fullName; private String docFrontPic; private String tel; private Integer accountType; private String auditCode; private String registeredCountry; private String registeredNum; private String email; private String applyStatus; private String registeredAddress; private String docNum; private Long customerId; private String docType; private Long applicationId; public String getDocBackPic() { return this.docBackPic; } public void setDocBackPic(String docBackPic) { this.docBackPic = docBackPic; } public String getFullName() { return this.fullName; } public void setFullName(String fullName) { this.fullName = fullName; } public String getDocFrontPic() { return this.docFrontPic; } public void setDocFrontPic(String docFrontPic) { this.docFrontPic = docFrontPic; } public String getTel() { return this.tel; } public void setTel(String tel) { this.tel = tel; } public Integer getAccountType() { return this.accountType; } public void setAccountType(Integer accountType) { this.accountType = accountType; } public String getAuditCode() { return this.auditCode; } public void setAuditCode(String auditCode) { this.auditCode = auditCode; } public String getRegisteredCountry() { return this.registeredCountry; } public void setRegisteredCountry(String registeredCountry) { this.registeredCountry = registeredCountry; } public String getRegisteredNum() { return this.registeredNum; } public void setRegisteredNum(String registeredNum) { this.registeredNum = registeredNum; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getApplyStatus() { return this.applyStatus; } public void setApplyStatus(String applyStatus) { this.applyStatus = applyStatus; } public String getRegisteredAddress() { return this.registeredAddress; } public void setRegisteredAddress(String registeredAddress) { this.registeredAddress = registeredAddress; } public String getDocNum() { return this.docNum; } public void setDocNum(String docNum) { this.docNum = docNum; } public Long getCustomerId() { return this.customerId; } public void setCustomerId(Long customerId) { this.customerId = customerId; } public String getDocType() { return this.docType; } public void setDocType(String docType) { this.docType = docType; } public Long getApplicationId() { return this.applicationId; } public void setApplicationId(Long applicationId) { this.applicationId = applicationId; } } @Override public GetIdentityRegistrationByCustomerResponse getInstance(UnmarshallerContext context) { return GetIdentityRegistrationByCustomerResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetProfileTypeByPkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetProfileTypeByPkRequest extends RpcAcsRequest<GetProfileTypeByPkResponse> { private String appName; private String pk; public GetProfileTypeByPkRequest() { super("account-crm", "2016-06-06", "GetProfileTypeByPk"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<GetProfileTypeByPkResponse> getResponseClass() { return GetProfileTypeByPkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetProfileTypeByPkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetProfileTypeByPkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetProfileTypeByPkResponse extends AcsResponse { private String code; private String message; private String requestId; private String accountType; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getAccountType() { return this.accountType; } public void setAccountType(String accountType) { this.accountType = accountType; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetProfileTypeByPkResponse getInstance(UnmarshallerContext context) { return GetProfileTypeByPkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetUploadIdentityRegistrationDocConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetUploadIdentityRegistrationDocConfigRequest extends RpcAcsRequest<GetUploadIdentityRegistrationDocConfigResponse> { private String filePath; private String customerId; public GetUploadIdentityRegistrationDocConfigRequest() { super("account-crm", "2016-06-06", "GetUploadIdentityRegistrationDocConfig"); setMethod(MethodType.POST); } public String getFilePath() { return this.filePath; } public void setFilePath(String filePath) { this.filePath = filePath; if(filePath != null){ putQueryParameter("FilePath", filePath); } } public String getCustomerId() { return this.customerId; } public void setCustomerId(String customerId) { this.customerId = customerId; if(customerId != null){ putQueryParameter("CustomerId", customerId); } } @Override public Class<GetUploadIdentityRegistrationDocConfigResponse> getResponseClass() { return GetUploadIdentityRegistrationDocConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/GetUploadIdentityRegistrationDocConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.GetUploadIdentityRegistrationDocConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUploadIdentityRegistrationDocConfigResponse 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 fileName; private String bucketName; public String getFileName() { return this.fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public String getBucketName() { return this.bucketName; } public void setBucketName(String bucketName) { this.bucketName = bucketName; } } @Override public GetUploadIdentityRegistrationDocConfigResponse getInstance(UnmarshallerContext context) { return GetUploadIdentityRegistrationDocConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/LoadRealNameInfoByPkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class LoadRealNameInfoByPkRequest extends RpcAcsRequest<LoadRealNameInfoByPkResponse> { private String pK; public LoadRealNameInfoByPkRequest() { super("account-crm", "2016-06-06", "LoadRealNameInfoByPk"); setMethod(MethodType.POST); } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<LoadRealNameInfoByPkResponse> getResponseClass() { return LoadRealNameInfoByPkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/LoadRealNameInfoByPkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.LoadRealNameInfoByPkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class LoadRealNameInfoByPkResponse extends AcsResponse { private String code; private String msg; private String requestId; private Data data; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } 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 newUnityRealNameAccount; private Long cicCertifyProduct; private String authAlipayDomain; private Boolean processingEnterpriseCertify; private String authAlipayLoginId; private Boolean isBankIDAuth; private String authBeiAnCid; private Integer cicCertifyFrom; private String authDomain; private String certifiedTime; private Integer certifyStatus; private String authAlipay; private String certifiedFrom; private String accountCertifyType; private String licenseNumber; private String licenseType; private String name; private Boolean isCertified; public String getNewUnityRealNameAccount() { return this.newUnityRealNameAccount; } public void setNewUnityRealNameAccount(String newUnityRealNameAccount) { this.newUnityRealNameAccount = newUnityRealNameAccount; } public Long getCicCertifyProduct() { return this.cicCertifyProduct; } public void setCicCertifyProduct(Long cicCertifyProduct) { this.cicCertifyProduct = cicCertifyProduct; } public String getAuthAlipayDomain() { return this.authAlipayDomain; } public void setAuthAlipayDomain(String authAlipayDomain) { this.authAlipayDomain = authAlipayDomain; } public Boolean getProcessingEnterpriseCertify() { return this.processingEnterpriseCertify; } public void setProcessingEnterpriseCertify(Boolean processingEnterpriseCertify) { this.processingEnterpriseCertify = processingEnterpriseCertify; } public String getAuthAlipayLoginId() { return this.authAlipayLoginId; } public void setAuthAlipayLoginId(String authAlipayLoginId) { this.authAlipayLoginId = authAlipayLoginId; } public Boolean getIsBankIDAuth() { return this.isBankIDAuth; } public void setIsBankIDAuth(Boolean isBankIDAuth) { this.isBankIDAuth = isBankIDAuth; } public String getAuthBeiAnCid() { return this.authBeiAnCid; } public void setAuthBeiAnCid(String authBeiAnCid) { this.authBeiAnCid = authBeiAnCid; } public Integer getCicCertifyFrom() { return this.cicCertifyFrom; } public void setCicCertifyFrom(Integer cicCertifyFrom) { this.cicCertifyFrom = cicCertifyFrom; } public String getAuthDomain() { return this.authDomain; } public void setAuthDomain(String authDomain) { this.authDomain = authDomain; } public String getCertifiedTime() { return this.certifiedTime; } public void setCertifiedTime(String certifiedTime) { this.certifiedTime = certifiedTime; } public Integer getCertifyStatus() { return this.certifyStatus; } public void setCertifyStatus(Integer certifyStatus) { this.certifyStatus = certifyStatus; } public String getAuthAlipay() { return this.authAlipay; } public void setAuthAlipay(String authAlipay) { this.authAlipay = authAlipay; } public String getCertifiedFrom() { return this.certifiedFrom; } public void setCertifiedFrom(String certifiedFrom) { this.certifiedFrom = certifiedFrom; } public String getAccountCertifyType() { return this.accountCertifyType; } public void setAccountCertifyType(String accountCertifyType) { this.accountCertifyType = accountCertifyType; } public String getLicenseNumber() { return this.licenseNumber; } public void setLicenseNumber(String licenseNumber) { this.licenseNumber = licenseNumber; } public String getLicenseType() { return this.licenseType; } public void setLicenseType(String licenseType) { this.licenseType = licenseType; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Boolean getIsCertified() { return this.isCertified; } public void setIsCertified(Boolean isCertified) { this.isCertified = isCertified; } } @Override public LoadRealNameInfoByPkResponse getInstance(UnmarshallerContext context) { return LoadRealNameInfoByPkResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapFromHavanaBindIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class MapFromHavanaBindIdRequest extends RpcAcsRequest<MapFromHavanaBindIdResponse> { private String havanaBindId; private String appName; private List<Object> havanaBindStations; public MapFromHavanaBindIdRequest() { super("account-crm", "2016-06-06", "MapFromHavanaBindId"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); } public String getHavanaBindId() { return this.havanaBindId; } public void setHavanaBindId(String havanaBindId) { this.havanaBindId = havanaBindId; if(havanaBindId != null){ putQueryParameter("HavanaBindId", havanaBindId); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public List<Object> getHavanaBindStations() { return this.havanaBindStations; } public void setHavanaBindStations(List<Object> havanaBindStations) { this.havanaBindStations = havanaBindStations; if(havanaBindStations != null){ putQueryParameter("HavanaBindStations", new Gson().toJson(havanaBindStations)); } } @Override public Class<MapFromHavanaBindIdResponse> getResponseClass() { return MapFromHavanaBindIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapFromHavanaBindIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.MapFromHavanaBindIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MapFromHavanaBindIdResponse extends AcsResponse { private String code; private String message; private String httpCode; private String requestId; private Boolean success; private List<PkHavanaBindMappingDto> 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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<PkHavanaBindMappingDto> getData() { return this.data; } public void setData(List<PkHavanaBindMappingDto> data) { this.data = data; } public static class PkHavanaBindMappingDto { private String bindHid; private String havanaBindId; private String havanaBindStation; private String pk; public String getBindHid() { return this.bindHid; } public void setBindHid(String bindHid) { this.bindHid = bindHid; } public String getHavanaBindId() { return this.havanaBindId; } public void setHavanaBindId(String havanaBindId) { this.havanaBindId = havanaBindId; } public String getHavanaBindStation() { return this.havanaBindStation; } public void setHavanaBindStation(String havanaBindStation) { this.havanaBindStation = havanaBindStation; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } } @Override public MapFromHavanaBindIdResponse getInstance(UnmarshallerContext context) { return MapFromHavanaBindIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapPkFromHidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class MapPkFromHidRequest extends RpcAcsRequest<MapPkFromHidResponse> { private String hid; private String appName; private String mappingScenes; private String bid; public MapPkFromHidRequest() { super("account-crm", "2016-06-06", "MapPkFromHid"); setMethod(MethodType.POST); } public String getHid() { return this.hid; } public void setHid(String hid) { this.hid = hid; if(hid != null){ putQueryParameter("Hid", hid); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMappingScenes() { return this.mappingScenes; } public void setMappingScenes(String mappingScenes) { this.mappingScenes = mappingScenes; if(mappingScenes != null){ putQueryParameter("MappingScenes", mappingScenes); } } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid); } } @Override public Class<MapPkFromHidResponse> getResponseClass() { return MapPkFromHidResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapPkFromHidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.MapPkFromHidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MapPkFromHidResponse extends AcsResponse { private String code; private String message; private String httpCode; 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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 pk; private String mappingSrc; private String hid; public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getMappingSrc() { return this.mappingSrc; } public void setMappingSrc(String mappingSrc) { this.mappingSrc = mappingSrc; } public String getHid() { return this.hid; } public void setHid(String hid) { this.hid = hid; } } @Override public MapPkFromHidResponse getInstance(UnmarshallerContext context) { return MapPkFromHidResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapPkToHidRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class MapPkToHidRequest extends RpcAcsRequest<MapPkToHidResponse> { private String appName; private String mappingScenes; private String pk; public MapPkToHidRequest() { super("account-crm", "2016-06-06", "MapPkToHid"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMappingScenes() { return this.mappingScenes; } public void setMappingScenes(String mappingScenes) { this.mappingScenes = mappingScenes; if(mappingScenes != null){ putQueryParameter("MappingScenes", mappingScenes); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<MapPkToHidResponse> getResponseClass() { return MapPkToHidResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapPkToHidResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.MapPkToHidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MapPkToHidResponse extends AcsResponse { private String code; private String message; private String httpCode; 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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 pk; private String mappingSrc; private String hid; public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getMappingSrc() { return this.mappingSrc; } public void setMappingSrc(String mappingSrc) { this.mappingSrc = mappingSrc; } public String getHid() { return this.hid; } public void setHid(String hid) { this.hid = hid; } } @Override public MapPkToHidResponse getInstance(UnmarshallerContext context) { return MapPkToHidResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapToHavanaBindIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class MapToHavanaBindIdRequest extends RpcAcsRequest<MapToHavanaBindIdResponse> { private String appName; private String pk; private List<Object> havanaBindStations; public MapToHavanaBindIdRequest() { super("account-crm", "2016-06-06", "MapToHavanaBindId"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public List<Object> getHavanaBindStations() { return this.havanaBindStations; } public void setHavanaBindStations(List<Object> havanaBindStations) { this.havanaBindStations = havanaBindStations; if(havanaBindStations != null){ putQueryParameter("HavanaBindStations", new Gson().toJson(havanaBindStations)); } } @Override public Class<MapToHavanaBindIdResponse> getResponseClass() { return MapToHavanaBindIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/MapToHavanaBindIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.MapToHavanaBindIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MapToHavanaBindIdResponse extends AcsResponse { private String code; private String message; private String httpCode; private String requestId; private Boolean success; private List<PkHavanaBindMappingDto> 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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<PkHavanaBindMappingDto> getData() { return this.data; } public void setData(List<PkHavanaBindMappingDto> data) { this.data = data; } public static class PkHavanaBindMappingDto { private String bindHid; private String havanaBindId; private String havanaBindStation; private String pk; public String getBindHid() { return this.bindHid; } public void setBindHid(String bindHid) { this.bindHid = bindHid; } public String getHavanaBindId() { return this.havanaBindId; } public void setHavanaBindId(String havanaBindId) { this.havanaBindId = havanaBindId; } public String getHavanaBindStation() { return this.havanaBindStation; } public void setHavanaBindStation(String havanaBindStation) { this.havanaBindStation = havanaBindStation; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } } @Override public MapToHavanaBindIdResponse getInstance(UnmarshallerContext context) { return MapToHavanaBindIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyBizCategoryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyBizCategoryRequest extends RpcAcsRequest<ModifyBizCategoryResponse> { private String paramList; private Long userId; public ModifyBizCategoryRequest() { super("account-crm", "2016-06-06", "ModifyBizCategory"); setMethod(MethodType.POST); } public String getParamList() { return this.paramList; } public void setParamList(String paramList) { this.paramList = paramList; if(paramList != null){ putQueryParameter("ParamList", paramList); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<ModifyBizCategoryResponse> getResponseClass() { return ModifyBizCategoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyBizCategoryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ModifyBizCategoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyBizCategoryResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 ModifyBizCategoryResponse getInstance(UnmarshallerContext context) { return ModifyBizCategoryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyContacterRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyContacterRequest extends RpcAcsRequest<ModifyContacterResponse> { private String contacterPosition; private String contacterMobile; private Long userId; private String contacterType; private String contacterWangwang; private String contacterEmail; private Boolean emailConfirmed; private String contacterAddress; private String contacterName; private Boolean mobileConfirmed; private String contacterStaffNo; private Long contacterId; private String contacterDingding; public ModifyContacterRequest() { super("account-crm", "2016-06-06", "ModifyContacter"); setMethod(MethodType.POST); } public String getContacterPosition() { return this.contacterPosition; } public void setContacterPosition(String contacterPosition) { this.contacterPosition = contacterPosition; if(contacterPosition != null){ putQueryParameter("ContacterPosition", contacterPosition); } } public String getContacterMobile() { return this.contacterMobile; } public void setContacterMobile(String contacterMobile) { this.contacterMobile = contacterMobile; if(contacterMobile != null){ putQueryParameter("ContacterMobile", contacterMobile); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } public String getContacterType() { return this.contacterType; } public void setContacterType(String contacterType) { this.contacterType = contacterType; if(contacterType != null){ putQueryParameter("ContacterType", contacterType); } } public String getContacterWangwang() { return this.contacterWangwang; } public void setContacterWangwang(String contacterWangwang) { this.contacterWangwang = contacterWangwang; if(contacterWangwang != null){ putQueryParameter("ContacterWangwang", contacterWangwang); } } public String getContacterEmail() { return this.contacterEmail; } public void setContacterEmail(String contacterEmail) { this.contacterEmail = contacterEmail; if(contacterEmail != null){ putQueryParameter("ContacterEmail", contacterEmail); } } public Boolean getEmailConfirmed() { return this.emailConfirmed; } public void setEmailConfirmed(Boolean emailConfirmed) { this.emailConfirmed = emailConfirmed; if(emailConfirmed != null){ putQueryParameter("EmailConfirmed", emailConfirmed.toString()); } } public String getContacterAddress() { return this.contacterAddress; } public void setContacterAddress(String contacterAddress) { this.contacterAddress = contacterAddress; if(contacterAddress != null){ putQueryParameter("ContacterAddress", contacterAddress); } } public String getContacterName() { return this.contacterName; } public void setContacterName(String contacterName) { this.contacterName = contacterName; if(contacterName != null){ putQueryParameter("ContacterName", contacterName); } } public Boolean getMobileConfirmed() { return this.mobileConfirmed; } public void setMobileConfirmed(Boolean mobileConfirmed) { this.mobileConfirmed = mobileConfirmed; if(mobileConfirmed != null){ putQueryParameter("MobileConfirmed", mobileConfirmed.toString()); } } public String getContacterStaffNo() { return this.contacterStaffNo; } public void setContacterStaffNo(String contacterStaffNo) { this.contacterStaffNo = contacterStaffNo; if(contacterStaffNo != null){ putQueryParameter("ContacterStaffNo", contacterStaffNo); } } public Long getContacterId() { return this.contacterId; } public void setContacterId(Long contacterId) { this.contacterId = contacterId; if(contacterId != null){ putQueryParameter("ContacterId", contacterId.toString()); } } public String getContacterDingding() { return this.contacterDingding; } public void setContacterDingding(String contacterDingding) { this.contacterDingding = contacterDingding; if(contacterDingding != null){ putQueryParameter("ContacterDingding", contacterDingding); } } @Override public Class<ModifyContacterResponse> getResponseClass() { return ModifyContacterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyContacterResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ModifyContacterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyContacterResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 ModifyContacterResponse getInstance(UnmarshallerContext context) { return ModifyContacterResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyCustomerInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyCustomerInfoRequest extends RpcAcsRequest<ModifyCustomerInfoResponse> { private String customerCategory; private String website; private String biz; private String customerSubCategory; private Long userId; public ModifyCustomerInfoRequest() { super("account-crm", "2016-06-06", "ModifyCustomerInfo"); setMethod(MethodType.POST); } public String getCustomerCategory() { return this.customerCategory; } public void setCustomerCategory(String customerCategory) { this.customerCategory = customerCategory; if(customerCategory != null){ putQueryParameter("CustomerCategory", customerCategory); } } public String getWebsite() { return this.website; } public void setWebsite(String website) { this.website = website; if(website != null){ putQueryParameter("Website", website); } } public String getBiz() { return this.biz; } public void setBiz(String biz) { this.biz = biz; if(biz != null){ putQueryParameter("Biz", biz); } } public String getCustomerSubCategory() { return this.customerSubCategory; } public void setCustomerSubCategory(String customerSubCategory) { this.customerSubCategory = customerSubCategory; if(customerSubCategory != null){ putQueryParameter("CustomerSubCategory", customerSubCategory); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<ModifyCustomerInfoResponse> getResponseClass() { return ModifyCustomerInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ModifyCustomerInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ModifyCustomerInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyCustomerInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 ModifyCustomerInfoResponse getInstance(UnmarshallerContext context) { return ModifyCustomerInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/OperateFinanceTaxRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OperateFinanceTaxRequest extends RpcAcsRequest<OperateFinanceTaxResponse> { private String financeTaxCertificateImgUrl; private Long hId; private String secondFinanceTax; private String secondFinanceTaxCertificateImgName; private String secondFinanceTaxCertificateImgUrl; private String financeTax; private String financeTaxCertificateImgName; public OperateFinanceTaxRequest() { super("account-crm", "2016-06-06", "OperateFinanceTax"); setMethod(MethodType.POST); } public String getFinanceTaxCertificateImgUrl() { return this.financeTaxCertificateImgUrl; } public void setFinanceTaxCertificateImgUrl(String financeTaxCertificateImgUrl) { this.financeTaxCertificateImgUrl = financeTaxCertificateImgUrl; if(financeTaxCertificateImgUrl != null){ putQueryParameter("financeTaxCertificateImgUrl", financeTaxCertificateImgUrl); } } public Long getHId() { return this.hId; } public void setHId(Long hId) { this.hId = hId; if(hId != null){ putQueryParameter("HId", hId.toString()); } } public String getSecondFinanceTax() { return this.secondFinanceTax; } public void setSecondFinanceTax(String secondFinanceTax) { this.secondFinanceTax = secondFinanceTax; if(secondFinanceTax != null){ putQueryParameter("SecondFinanceTax", secondFinanceTax); } } public String getSecondFinanceTaxCertificateImgName() { return this.secondFinanceTaxCertificateImgName; } public void setSecondFinanceTaxCertificateImgName(String secondFinanceTaxCertificateImgName) { this.secondFinanceTaxCertificateImgName = secondFinanceTaxCertificateImgName; if(secondFinanceTaxCertificateImgName != null){ putQueryParameter("SecondFinanceTaxCertificateImgName", secondFinanceTaxCertificateImgName); } } public String getSecondFinanceTaxCertificateImgUrl() { return this.secondFinanceTaxCertificateImgUrl; } public void setSecondFinanceTaxCertificateImgUrl(String secondFinanceTaxCertificateImgUrl) { this.secondFinanceTaxCertificateImgUrl = secondFinanceTaxCertificateImgUrl; if(secondFinanceTaxCertificateImgUrl != null){ putQueryParameter("SecondFinanceTaxCertificateImgUrl", secondFinanceTaxCertificateImgUrl); } } public String getFinanceTax() { return this.financeTax; } public void setFinanceTax(String financeTax) { this.financeTax = financeTax; if(financeTax != null){ putQueryParameter("FinanceTax", financeTax); } } public String getFinanceTaxCertificateImgName() { return this.financeTaxCertificateImgName; } public void setFinanceTaxCertificateImgName(String financeTaxCertificateImgName) { this.financeTaxCertificateImgName = financeTaxCertificateImgName; if(financeTaxCertificateImgName != null){ putQueryParameter("FinanceTaxCertificateImgName", financeTaxCertificateImgName); } } @Override public Class<OperateFinanceTaxResponse> getResponseClass() { return OperateFinanceTaxResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/OperateFinanceTaxResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.OperateFinanceTaxResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateFinanceTaxResponse extends AcsResponse { private String code; private String message; private String data; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public OperateFinanceTaxResponse getInstance(UnmarshallerContext context) { return OperateFinanceTaxResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountAddressInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountAddressInfoRequest extends RpcAcsRequest<QueryAccountAddressInfoResponse> { private String addressVersion; private String pK; private String havanaId; public QueryAccountAddressInfoRequest() { super("account-crm", "2016-06-06", "QueryAccountAddressInfo"); setMethod(MethodType.POST); } public String getAddressVersion() { return this.addressVersion; } public void setAddressVersion(String addressVersion) { this.addressVersion = addressVersion; if(addressVersion != null){ putQueryParameter("AddressVersion", addressVersion); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<QueryAccountAddressInfoResponse> getResponseClass() { return QueryAccountAddressInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountAddressInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountAddressInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountAddressInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private ProfileInfo profileInfo; 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 ProfileInfo getProfileInfo() { return this.profileInfo; } public void setProfileInfo(ProfileInfo profileInfo) { this.profileInfo = profileInfo; } public static class ProfileInfo { private String accountAttr; private String address6; private String postCode; private String address4; private String email; private String havanaId; private String address3; private String address5; private String version; private String address; private String nationalityCode; private String address2; private String trueName; private Province province; private City city; public String getAccountAttr() { return this.accountAttr; } public void setAccountAttr(String accountAttr) { this.accountAttr = accountAttr; } public String getAddress6() { return this.address6; } public void setAddress6(String address6) { this.address6 = address6; } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; } public String getAddress4() { return this.address4; } public void setAddress4(String address4) { this.address4 = address4; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; } public String getAddress3() { return this.address3; } public void setAddress3(String address3) { this.address3 = address3; } public String getAddress5() { return this.address5; } public void setAddress5(String address5) { this.address5 = address5; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getNationalityCode() { return this.nationalityCode; } public void setNationalityCode(String nationalityCode) { this.nationalityCode = nationalityCode; } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; } public String getTrueName() { return this.trueName; } public void setTrueName(String trueName) { this.trueName = trueName; } public Province getProvince() { return this.province; } public void setProvince(Province province) { this.province = province; } public City getCity() { return this.city; } public void setCity(City city) { this.city = city; } public static class Province { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class City { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } @Override public QueryAccountAddressInfoResponse getInstance(UnmarshallerContext context) { return QueryAccountAddressInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountAddressInfoWithoutHavanaRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountAddressInfoWithoutHavanaRequest extends RpcAcsRequest<QueryAccountAddressInfoWithoutHavanaResponse> { private String addressVersion; private String pK; private String havanaId; public QueryAccountAddressInfoWithoutHavanaRequest() { super("account-crm", "2016-06-06", "QueryAccountAddressInfoWithoutHavana"); setMethod(MethodType.POST); } public String getAddressVersion() { return this.addressVersion; } public void setAddressVersion(String addressVersion) { this.addressVersion = addressVersion; if(addressVersion != null){ putQueryParameter("AddressVersion", addressVersion); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<QueryAccountAddressInfoWithoutHavanaResponse> getResponseClass() { return QueryAccountAddressInfoWithoutHavanaResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountAddressInfoWithoutHavanaResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountAddressInfoWithoutHavanaResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountAddressInfoWithoutHavanaResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private ProfileInfo profileInfo; 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 ProfileInfo getProfileInfo() { return this.profileInfo; } public void setProfileInfo(ProfileInfo profileInfo) { this.profileInfo = profileInfo; } public static class ProfileInfo { private String address6; private String address4; private String accountAttr; private String version; private String postCode; private String address5; private String address3; private String havanaId; private String address; private String address2; private String trueName; private Province province; private City city; public String getAddress6() { return this.address6; } public void setAddress6(String address6) { this.address6 = address6; } public String getAddress4() { return this.address4; } public void setAddress4(String address4) { this.address4 = address4; } public String getAccountAttr() { return this.accountAttr; } public void setAccountAttr(String accountAttr) { this.accountAttr = accountAttr; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; } public String getAddress5() { return this.address5; } public void setAddress5(String address5) { this.address5 = address5; } public String getAddress3() { return this.address3; } public void setAddress3(String address3) { this.address3 = address3; } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; } public String getTrueName() { return this.trueName; } public void setTrueName(String trueName) { this.trueName = trueName; } public Province getProvince() { return this.province; } public void setProvince(Province province) { this.province = province; } public City getCity() { return this.city; } public void setCity(City city) { this.city = city; } public static class Province { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class City { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } @Override public QueryAccountAddressInfoWithoutHavanaResponse getInstance(UnmarshallerContext context) { return QueryAccountAddressInfoWithoutHavanaResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountDeliveryAddressInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountDeliveryAddressInfoRequest extends RpcAcsRequest<QueryAccountDeliveryAddressInfoResponse> { private String appName; private String requestId; private String pk; public QueryAccountDeliveryAddressInfoRequest() { super("account-crm", "2016-06-06", "QueryAccountDeliveryAddressInfo"); setMethod(MethodType.GET); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; if(requestId != null){ putQueryParameter("RequestId", requestId); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<QueryAccountDeliveryAddressInfoResponse> getResponseClass() { return QueryAccountDeliveryAddressInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountDeliveryAddressInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountDeliveryAddressInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountDeliveryAddressInfoResponse extends AcsResponse { private String requestId; private String message; private String code; private Boolean success; private List<AddressList> data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<AddressList> getData() { return this.data; } public void setData(List<AddressList> data) { this.data = data; } public static class AddressList { private String address; private String areaId; private String cityId; private String contacts; private Boolean defaultAddress; private String email; private String mobile; private String phone; private String pk; private String postalcode; private String proviceId; private String townId; private AreaDivision areaDivision; private CityDivision cityDivision; private ProviceDivision proviceDivision; private TownDivision townDivision; public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getAreaId() { return this.areaId; } public void setAreaId(String areaId) { this.areaId = areaId; } public String getCityId() { return this.cityId; } public void setCityId(String cityId) { this.cityId = cityId; } public String getContacts() { return this.contacts; } public void setContacts(String contacts) { this.contacts = contacts; } public Boolean getDefaultAddress() { return this.defaultAddress; } public void setDefaultAddress(Boolean defaultAddress) { this.defaultAddress = defaultAddress; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getPostalcode() { return this.postalcode; } public void setPostalcode(String postalcode) { this.postalcode = postalcode; } public String getProviceId() { return this.proviceId; } public void setProviceId(String proviceId) { this.proviceId = proviceId; } public String getTownId() { return this.townId; } public void setTownId(String townId) { this.townId = townId; } public AreaDivision getAreaDivision() { return this.areaDivision; } public void setAreaDivision(AreaDivision areaDivision) { this.areaDivision = areaDivision; } public CityDivision getCityDivision() { return this.cityDivision; } public void setCityDivision(CityDivision cityDivision) { this.cityDivision = cityDivision; } public ProviceDivision getProviceDivision() { return this.proviceDivision; } public void setProviceDivision(ProviceDivision proviceDivision) { this.proviceDivision = proviceDivision; } public TownDivision getTownDivision() { return this.townDivision; } public void setTownDivision(TownDivision townDivision) { this.townDivision = townDivision; } public static class AreaDivision { private String divisionAbbName; private Long divisionId; private Long divisionLevel; private String divisionName; private String divisionTname; private Long newDivisionId; private Long parentId; private String pinyin; private String remark; public String getDivisionAbbName() { return this.divisionAbbName; } public void setDivisionAbbName(String divisionAbbName) { this.divisionAbbName = divisionAbbName; } public Long getDivisionId() { return this.divisionId; } public void setDivisionId(Long divisionId) { this.divisionId = divisionId; } public Long getDivisionLevel() { return this.divisionLevel; } public void setDivisionLevel(Long divisionLevel) { this.divisionLevel = divisionLevel; } public String getDivisionName() { return this.divisionName; } public void setDivisionName(String divisionName) { this.divisionName = divisionName; } public String getDivisionTname() { return this.divisionTname; } public void setDivisionTname(String divisionTname) { this.divisionTname = divisionTname; } public Long getNewDivisionId() { return this.newDivisionId; } public void setNewDivisionId(Long newDivisionId) { this.newDivisionId = newDivisionId; } public Long getParentId() { return this.parentId; } public void setParentId(Long parentId) { this.parentId = parentId; } public String getPinyin() { return this.pinyin; } public void setPinyin(String pinyin) { this.pinyin = pinyin; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } } public static class CityDivision { private String divisionAbbName; private Long divisionId; private Long divisionLevel; private String divisionName; private String divisionTname; private Long newDivisionId; private Long parentId; private String pinyin; private String remark; public String getDivisionAbbName() { return this.divisionAbbName; } public void setDivisionAbbName(String divisionAbbName) { this.divisionAbbName = divisionAbbName; } public Long getDivisionId() { return this.divisionId; } public void setDivisionId(Long divisionId) { this.divisionId = divisionId; } public Long getDivisionLevel() { return this.divisionLevel; } public void setDivisionLevel(Long divisionLevel) { this.divisionLevel = divisionLevel; } public String getDivisionName() { return this.divisionName; } public void setDivisionName(String divisionName) { this.divisionName = divisionName; } public String getDivisionTname() { return this.divisionTname; } public void setDivisionTname(String divisionTname) { this.divisionTname = divisionTname; } public Long getNewDivisionId() { return this.newDivisionId; } public void setNewDivisionId(Long newDivisionId) { this.newDivisionId = newDivisionId; } public Long getParentId() { return this.parentId; } public void setParentId(Long parentId) { this.parentId = parentId; } public String getPinyin() { return this.pinyin; } public void setPinyin(String pinyin) { this.pinyin = pinyin; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } } public static class ProviceDivision { private String divisionAbbName; private Long divisionId; private Long divisionLevel; private String divisionName; private String divisionTname; private Long newDivisionId; private Long parentId; private String pinyin; private String remark; public String getDivisionAbbName() { return this.divisionAbbName; } public void setDivisionAbbName(String divisionAbbName) { this.divisionAbbName = divisionAbbName; } public Long getDivisionId() { return this.divisionId; } public void setDivisionId(Long divisionId) { this.divisionId = divisionId; } public Long getDivisionLevel() { return this.divisionLevel; } public void setDivisionLevel(Long divisionLevel) { this.divisionLevel = divisionLevel; } public String getDivisionName() { return this.divisionName; } public void setDivisionName(String divisionName) { this.divisionName = divisionName; } public String getDivisionTname() { return this.divisionTname; } public void setDivisionTname(String divisionTname) { this.divisionTname = divisionTname; } public Long getNewDivisionId() { return this.newDivisionId; } public void setNewDivisionId(Long newDivisionId) { this.newDivisionId = newDivisionId; } public Long getParentId() { return this.parentId; } public void setParentId(Long parentId) { this.parentId = parentId; } public String getPinyin() { return this.pinyin; } public void setPinyin(String pinyin) { this.pinyin = pinyin; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } } public static class TownDivision { private String divisionAbbName; private Long divisionId; private Long divisionLevel; private String divisionName; private String divisionTname; private Long newDivisionId; private Long parentId; private String pinyin; private String remark; public String getDivisionAbbName() { return this.divisionAbbName; } public void setDivisionAbbName(String divisionAbbName) { this.divisionAbbName = divisionAbbName; } public Long getDivisionId() { return this.divisionId; } public void setDivisionId(Long divisionId) { this.divisionId = divisionId; } public Long getDivisionLevel() { return this.divisionLevel; } public void setDivisionLevel(Long divisionLevel) { this.divisionLevel = divisionLevel; } public String getDivisionName() { return this.divisionName; } public void setDivisionName(String divisionName) { this.divisionName = divisionName; } public String getDivisionTname() { return this.divisionTname; } public void setDivisionTname(String divisionTname) { this.divisionTname = divisionTname; } public Long getNewDivisionId() { return this.newDivisionId; } public void setNewDivisionId(Long newDivisionId) { this.newDivisionId = newDivisionId; } public Long getParentId() { return this.parentId; } public void setParentId(Long parentId) { this.parentId = parentId; } public String getPinyin() { return this.pinyin; } public void setPinyin(String pinyin) { this.pinyin = pinyin; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } } } @Override public QueryAccountDeliveryAddressInfoResponse getInstance(UnmarshallerContext context) { return QueryAccountDeliveryAddressInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountProfileInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountProfileInfoRequest extends RpcAcsRequest<QueryAccountProfileInfoResponse> { private String pK; private String havanaId; public QueryAccountProfileInfoRequest() { super("account-crm", "2016-06-06", "QueryAccountProfileInfo"); setMethod(MethodType.POST); } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<QueryAccountProfileInfoResponse> getResponseClass() { return QueryAccountProfileInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountProfileInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountProfileInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountProfileInfoResponse extends AcsResponse { private String requestId; private ProfileInfo profileInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ProfileInfo getProfileInfo() { return this.profileInfo; } public void setProfileInfo(ProfileInfo profileInfo) { this.profileInfo = profileInfo; } public static class ProfileInfo { private String updateTime; private String registerIP; private String createTime; private String contactMethod; private String activeNotSetMobile; private String mobile; private String fax; private String bankId; private String firstName; private String securityMobile; private String taobaoAccount; private String yahooEmail; private String isCertified; private String alipayUid; private String alipayAccount; private String src; private String nickName; private String authDomainUserId; private String phone; private String certifiedFrom; private String beiAnMobile; private String nationalityCode; private String iDNumber; private String address2; private String trueName; private String address6; private String own; private String eid; private String address4; private String fyl; private String beiAnAuthCId; private String address; private String taobaoNickFromHavana; private String beiAnIcpNumber; private String aliyunPK; private String aliyunID; private String accountAttr; private String postCode; private Boolean processingEnterpriseCertify; private String bindAlipayNo; private String tbhid; private String b2bhid; private String isBankIDAuth; private String head; private String certifiedTime; private String email; private String authAlipay; private Boolean securityQuestionExists; private String havanaId; private String preferredLanguage; private String address3; private String address5; private String certType; private String accountCertifyType; private String bankName; private String lastName; private Province province; private City city; public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getRegisterIP() { return this.registerIP; } public void setRegisterIP(String registerIP) { this.registerIP = registerIP; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getContactMethod() { return this.contactMethod; } public void setContactMethod(String contactMethod) { this.contactMethod = contactMethod; } public String getActiveNotSetMobile() { return this.activeNotSetMobile; } public void setActiveNotSetMobile(String activeNotSetMobile) { this.activeNotSetMobile = activeNotSetMobile; } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public String getFax() { return this.fax; } public void setFax(String fax) { this.fax = fax; } public String getBankId() { return this.bankId; } public void setBankId(String bankId) { this.bankId = bankId; } public String getFirstName() { return this.firstName; } public void setFirstName(String firstName) { this.firstName = firstName; } public String getSecurityMobile() { return this.securityMobile; } public void setSecurityMobile(String securityMobile) { this.securityMobile = securityMobile; } public String getTaobaoAccount() { return this.taobaoAccount; } public void setTaobaoAccount(String taobaoAccount) { this.taobaoAccount = taobaoAccount; } public String getYahooEmail() { return this.yahooEmail; } public void setYahooEmail(String yahooEmail) { this.yahooEmail = yahooEmail; } public String getIsCertified() { return this.isCertified; } public void setIsCertified(String isCertified) { this.isCertified = isCertified; } public String getAlipayUid() { return this.alipayUid; } public void setAlipayUid(String alipayUid) { this.alipayUid = alipayUid; } public String getAlipayAccount() { return this.alipayAccount; } public void setAlipayAccount(String alipayAccount) { this.alipayAccount = alipayAccount; } public String getSrc() { return this.src; } public void setSrc(String src) { this.src = src; } public String getNickName() { return this.nickName; } public void setNickName(String nickName) { this.nickName = nickName; } public String getAuthDomainUserId() { return this.authDomainUserId; } public void setAuthDomainUserId(String authDomainUserId) { this.authDomainUserId = authDomainUserId; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getCertifiedFrom() { return this.certifiedFrom; } public void setCertifiedFrom(String certifiedFrom) { this.certifiedFrom = certifiedFrom; } public String getBeiAnMobile() { return this.beiAnMobile; } public void setBeiAnMobile(String beiAnMobile) { this.beiAnMobile = beiAnMobile; } public String getNationalityCode() { return this.nationalityCode; } public void setNationalityCode(String nationalityCode) { this.nationalityCode = nationalityCode; } public String getIDNumber() { return this.iDNumber; } public void setIDNumber(String iDNumber) { this.iDNumber = iDNumber; } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; } public String getTrueName() { return this.trueName; } public void setTrueName(String trueName) { this.trueName = trueName; } public String getAddress6() { return this.address6; } public void setAddress6(String address6) { this.address6 = address6; } public String getOwn() { return this.own; } public void setOwn(String own) { this.own = own; } public String getEid() { return this.eid; } public void setEid(String eid) { this.eid = eid; } public String getAddress4() { return this.address4; } public void setAddress4(String address4) { this.address4 = address4; } public String getFyl() { return this.fyl; } public void setFyl(String fyl) { this.fyl = fyl; } public String getBeiAnAuthCId() { return this.beiAnAuthCId; } public void setBeiAnAuthCId(String beiAnAuthCId) { this.beiAnAuthCId = beiAnAuthCId; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getTaobaoNickFromHavana() { return this.taobaoNickFromHavana; } public void setTaobaoNickFromHavana(String taobaoNickFromHavana) { this.taobaoNickFromHavana = taobaoNickFromHavana; } public String getBeiAnIcpNumber() { return this.beiAnIcpNumber; } public void setBeiAnIcpNumber(String beiAnIcpNumber) { this.beiAnIcpNumber = beiAnIcpNumber; } public String getAliyunPK() { return this.aliyunPK; } public void setAliyunPK(String aliyunPK) { this.aliyunPK = aliyunPK; } public String getAliyunID() { return this.aliyunID; } public void setAliyunID(String aliyunID) { this.aliyunID = aliyunID; } public String getAccountAttr() { return this.accountAttr; } public void setAccountAttr(String accountAttr) { this.accountAttr = accountAttr; } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; } public Boolean getProcessingEnterpriseCertify() { return this.processingEnterpriseCertify; } public void setProcessingEnterpriseCertify(Boolean processingEnterpriseCertify) { this.processingEnterpriseCertify = processingEnterpriseCertify; } public String getBindAlipayNo() { return this.bindAlipayNo; } public void setBindAlipayNo(String bindAlipayNo) { this.bindAlipayNo = bindAlipayNo; } public String getTbhid() { return this.tbhid; } public void setTbhid(String tbhid) { this.tbhid = tbhid; } public String getB2bhid() { return this.b2bhid; } public void setB2bhid(String b2bhid) { this.b2bhid = b2bhid; } public String getIsBankIDAuth() { return this.isBankIDAuth; } public void setIsBankIDAuth(String isBankIDAuth) { this.isBankIDAuth = isBankIDAuth; } public String getHead() { return this.head; } public void setHead(String head) { this.head = head; } public String getCertifiedTime() { return this.certifiedTime; } public void setCertifiedTime(String certifiedTime) { this.certifiedTime = certifiedTime; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getAuthAlipay() { return this.authAlipay; } public void setAuthAlipay(String authAlipay) { this.authAlipay = authAlipay; } public Boolean getSecurityQuestionExists() { return this.securityQuestionExists; } public void setSecurityQuestionExists(Boolean securityQuestionExists) { this.securityQuestionExists = securityQuestionExists; } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; } public String getPreferredLanguage() { return this.preferredLanguage; } public void setPreferredLanguage(String preferredLanguage) { this.preferredLanguage = preferredLanguage; } public String getAddress3() { return this.address3; } public void setAddress3(String address3) { this.address3 = address3; } public String getAddress5() { return this.address5; } public void setAddress5(String address5) { this.address5 = address5; } public String getCertType() { return this.certType; } public void setCertType(String certType) { this.certType = certType; } public String getAccountCertifyType() { return this.accountCertifyType; } public void setAccountCertifyType(String accountCertifyType) { this.accountCertifyType = accountCertifyType; } public String getBankName() { return this.bankName; } public void setBankName(String bankName) { this.bankName = bankName; } public String getLastName() { return this.lastName; } public void setLastName(String lastName) { this.lastName = lastName; } public Province getProvince() { return this.province; } public void setProvince(Province province) { this.province = province; } public City getCity() { return this.city; } public void setCity(City city) { this.city = city; } public static class Province { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class City { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } @Override public QueryAccountProfileInfoResponse getInstance(UnmarshallerContext context) { return QueryAccountProfileInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountRealNameInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountRealNameInfoRequest extends RpcAcsRequest<QueryAccountRealNameInfoResponse> { private String pK; public QueryAccountRealNameInfoRequest() { super("account-crm", "2016-06-06", "QueryAccountRealNameInfo"); setMethod(MethodType.POST); } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } @Override public Class<QueryAccountRealNameInfoResponse> getResponseClass() { return QueryAccountRealNameInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountRealNameInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountRealNameInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountRealNameInfoResponse extends AcsResponse { private String requestId; private ProfileInfo profileInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ProfileInfo getProfileInfo() { return this.profileInfo; } public void setProfileInfo(ProfileInfo profileInfo) { this.profileInfo = profileInfo; } public static class ProfileInfo { private Boolean processingEnterpriseCertify; private String isBankIDAuth; private String authBeiAnCid; private String authDomain; private String certifiedTime; private String certifiedFrom; private String authAlipay; private String accountCertifyType; private String licenseNumber; private String licenseType; private String name; private String isCertified; public Boolean getProcessingEnterpriseCertify() { return this.processingEnterpriseCertify; } public void setProcessingEnterpriseCertify(Boolean processingEnterpriseCertify) { this.processingEnterpriseCertify = processingEnterpriseCertify; } public String getIsBankIDAuth() { return this.isBankIDAuth; } public void setIsBankIDAuth(String isBankIDAuth) { this.isBankIDAuth = isBankIDAuth; } public String getAuthBeiAnCid() { return this.authBeiAnCid; } public void setAuthBeiAnCid(String authBeiAnCid) { this.authBeiAnCid = authBeiAnCid; } public String getAuthDomain() { return this.authDomain; } public void setAuthDomain(String authDomain) { this.authDomain = authDomain; } public String getCertifiedTime() { return this.certifiedTime; } public void setCertifiedTime(String certifiedTime) { this.certifiedTime = certifiedTime; } public String getCertifiedFrom() { return this.certifiedFrom; } public void setCertifiedFrom(String certifiedFrom) { this.certifiedFrom = certifiedFrom; } public String getAuthAlipay() { return this.authAlipay; } public void setAuthAlipay(String authAlipay) { this.authAlipay = authAlipay; } public String getAccountCertifyType() { return this.accountCertifyType; } public void setAccountCertifyType(String accountCertifyType) { this.accountCertifyType = accountCertifyType; } public String getLicenseNumber() { return this.licenseNumber; } public void setLicenseNumber(String licenseNumber) { this.licenseNumber = licenseNumber; } public String getLicenseType() { return this.licenseType; } public void setLicenseType(String licenseType) { this.licenseType = licenseType; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getIsCertified() { return this.isCertified; } public void setIsCertified(String isCertified) { this.isCertified = isCertified; } } @Override public QueryAccountRealNameInfoResponse getInstance(UnmarshallerContext context) { return QueryAccountRealNameInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountSiteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAccountSiteRequest extends RpcAcsRequest<QueryAccountSiteResponse> { private String pk; public QueryAccountSiteRequest() { super("account-crm", "2016-06-06", "QueryAccountSite"); setMethod(MethodType.POST); } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<QueryAccountSiteResponse> getResponseClass() { return QueryAccountSiteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAccountSiteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAccountSiteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAccountSiteResponse extends AcsResponse { private String code; private String requestId; private String site; private Boolean success; 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 String getSite() { return this.site; } public void setSite(String site) { this.site = site; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public QueryAccountSiteResponse getInstance(UnmarshallerContext context) { return QueryAccountSiteResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAgAccountLoginPermissionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAgAccountLoginPermissionRequest extends RpcAcsRequest<QueryAgAccountLoginPermissionResponse> { private String appName; private String mpk; private String pk; private String agAccountType; public QueryAgAccountLoginPermissionRequest() { super("account-crm", "2016-06-06", "QueryAgAccountLoginPermission"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<QueryAgAccountLoginPermissionResponse> getResponseClass() { return QueryAgAccountLoginPermissionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAgAccountLoginPermissionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAgAccountLoginPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAgAccountLoginPermissionResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean hasLoginPermission; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getHasLoginPermission() { return this.hasLoginPermission; } public void setHasLoginPermission(Boolean hasLoginPermission) { this.hasLoginPermission = hasLoginPermission; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public QueryAgAccountLoginPermissionResponse getInstance(UnmarshallerContext context) { return QueryAgAccountLoginPermissionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAgSecurityMobileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAgSecurityMobileRequest extends RpcAcsRequest<QueryAgSecurityMobileResponse> { private String appName; private String mpk; private String pk; private String agAccountType; public QueryAgSecurityMobileRequest() { super("account-crm", "2016-06-06", "QueryAgSecurityMobile"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } @Override public Class<QueryAgSecurityMobileResponse> getResponseClass() { return QueryAgSecurityMobileResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryAgSecurityMobileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryAgSecurityMobileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAgSecurityMobileResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private String securityMobile; 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 String getSecurityMobile() { return this.securityMobile; } public void setSecurityMobile(String securityMobile) { this.securityMobile = securityMobile; } @Override public QueryAgSecurityMobileResponse getInstance(UnmarshallerContext context) { return QueryAgSecurityMobileResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryBindsByOuterIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryBindsByOuterIdRequest extends RpcAcsRequest<QueryBindsByOuterIdResponse> { private String appName; private String tenantId; private String outerId; private String minorOuterId; public QueryBindsByOuterIdRequest() { super("account-crm", "2016-06-06", "QueryBindsByOuterId"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getTenantId() { return this.tenantId; } public void setTenantId(String tenantId) { this.tenantId = tenantId; if(tenantId != null){ putQueryParameter("TenantId", tenantId); } } public String getOuterId() { return this.outerId; } public void setOuterId(String outerId) { this.outerId = outerId; if(outerId != null){ putQueryParameter("OuterId", outerId); } } public String getMinorOuterId() { return this.minorOuterId; } public void setMinorOuterId(String minorOuterId) { this.minorOuterId = minorOuterId; if(minorOuterId != null){ putQueryParameter("MinorOuterId", minorOuterId); } } @Override public Class<QueryBindsByOuterIdResponse> getResponseClass() { return QueryBindsByOuterIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryBindsByOuterIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryBindsByOuterIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryBindsByOuterIdResponse extends AcsResponse { private String code; private String message; private String httpCode; private String requestId; private Boolean success; private List<BindDto> 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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<BindDto> getData() { return this.data; } public void setData(List<BindDto> data) { this.data = data; } public static class BindDto { private String status; private String minorOuterId; private String outerId; private String pk; private Map<Object,Object> bindData; private String tenantId; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMinorOuterId() { return this.minorOuterId; } public void setMinorOuterId(String minorOuterId) { this.minorOuterId = minorOuterId; } public String getOuterId() { return this.outerId; } public void setOuterId(String outerId) { this.outerId = outerId; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public Map<Object,Object> getBindData() { return this.bindData; } public void setBindData(Map<Object,Object> bindData) { this.bindData = bindData; } public String getTenantId() { return this.tenantId; } public void setTenantId(String tenantId) { this.tenantId = tenantId; } } @Override public QueryBindsByOuterIdResponse getInstance(UnmarshallerContext context) { return QueryBindsByOuterIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryBindsByPkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryBindsByPkRequest extends RpcAcsRequest<QueryBindsByPkResponse> { private String appName; private String pk; private List<Object> tenantIds; public QueryBindsByPkRequest() { super("account-crm", "2016-06-06", "QueryBindsByPk"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public List<Object> getTenantIds() { return this.tenantIds; } public void setTenantIds(List<Object> tenantIds) { this.tenantIds = tenantIds; if(tenantIds != null){ putQueryParameter("TenantIds", new Gson().toJson(tenantIds)); } } @Override public Class<QueryBindsByPkResponse> getResponseClass() { return QueryBindsByPkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryBindsByPkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryBindsByPkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryBindsByPkResponse extends AcsResponse { private String code; private String message; private String httpCode; private String requestId; private Boolean success; private List<BindDto> 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 getHttpCode() { return this.httpCode; } public void setHttpCode(String httpCode) { this.httpCode = httpCode; } 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<BindDto> getData() { return this.data; } public void setData(List<BindDto> data) { this.data = data; } public static class BindDto { private String status; private String minorOuterId; private String outerId; private String pk; private Map<Object,Object> bindData; private String tenantId; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMinorOuterId() { return this.minorOuterId; } public void setMinorOuterId(String minorOuterId) { this.minorOuterId = minorOuterId; } public String getOuterId() { return this.outerId; } public void setOuterId(String outerId) { this.outerId = outerId; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public Map<Object,Object> getBindData() { return this.bindData; } public void setBindData(Map<Object,Object> bindData) { this.bindData = bindData; } public String getTenantId() { return this.tenantId; } public void setTenantId(String tenantId) { this.tenantId = tenantId; } } @Override public QueryBindsByPkResponse getInstance(UnmarshallerContext context) { return QueryBindsByPkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryCustomerLabelRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryCustomerLabelRequest extends RpcAcsRequest<QueryCustomerLabelResponse> { private String labelSeries; private Long pK; private String token; public QueryCustomerLabelRequest() { super("account-crm", "2016-06-06", "QueryCustomerLabel"); setMethod(MethodType.POST); } public String getLabelSeries() { return this.labelSeries; } public void setLabelSeries(String labelSeries) { this.labelSeries = labelSeries; if(labelSeries != null){ putQueryParameter("LabelSeries", labelSeries); } } public Long getPK() { return this.pK; } public void setPK(Long pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK.toString()); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } @Override public Class<QueryCustomerLabelResponse> getResponseClass() { return QueryCustomerLabelResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryCustomerLabelResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryCustomerLabelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryCustomerLabelResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<CustomerLabel> 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<CustomerLabel> getData() { return this.data; } public void setData(List<CustomerLabel> data) { this.data = data; } public static class CustomerLabel { private String label; private String labelSeries; public String getLabel() { return this.label; } public void setLabel(String label) { this.label = label; } public String getLabelSeries() { return this.labelSeries; } public void setLabelSeries(String labelSeries) { this.labelSeries = labelSeries; } } @Override public QueryCustomerLabelResponse getInstance(UnmarshallerContext context) { return QueryCustomerLabelResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEncryptedAccountProfileInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryEncryptedAccountProfileInfoRequest extends RpcAcsRequest<QueryEncryptedAccountProfileInfoResponse> { private String pK; private String havanaId; public QueryEncryptedAccountProfileInfoRequest() { super("account-crm", "2016-06-06", "QueryEncryptedAccountProfileInfo"); setMethod(MethodType.POST); } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<QueryEncryptedAccountProfileInfoResponse> getResponseClass() { return QueryEncryptedAccountProfileInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEncryptedAccountProfileInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryEncryptedAccountProfileInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryEncryptedAccountProfileInfoResponse extends AcsResponse { private String requestId; private EncryptedProfileInfo encryptedProfileInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public EncryptedProfileInfo getEncryptedProfileInfo() { return this.encryptedProfileInfo; } public void setEncryptedProfileInfo(EncryptedProfileInfo encryptedProfileInfo) { this.encryptedProfileInfo = encryptedProfileInfo; } public static class EncryptedProfileInfo { private Boolean isAliyunIdAnEmail; private String encryptedAliyunID; private String encryptedEmail; private String encryptedMobile; private String encryptedSecurityMobile; private String pk; public Boolean getIsAliyunIdAnEmail() { return this.isAliyunIdAnEmail; } public void setIsAliyunIdAnEmail(Boolean isAliyunIdAnEmail) { this.isAliyunIdAnEmail = isAliyunIdAnEmail; } public String getEncryptedAliyunID() { return this.encryptedAliyunID; } public void setEncryptedAliyunID(String encryptedAliyunID) { this.encryptedAliyunID = encryptedAliyunID; } public String getEncryptedEmail() { return this.encryptedEmail; } public void setEncryptedEmail(String encryptedEmail) { this.encryptedEmail = encryptedEmail; } public String getEncryptedMobile() { return this.encryptedMobile; } public void setEncryptedMobile(String encryptedMobile) { this.encryptedMobile = encryptedMobile; } public String getEncryptedSecurityMobile() { return this.encryptedSecurityMobile; } public void setEncryptedSecurityMobile(String encryptedSecurityMobile) { this.encryptedSecurityMobile = encryptedSecurityMobile; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } } @Override public QueryEncryptedAccountProfileInfoResponse getInstance(UnmarshallerContext context) { return QueryEncryptedAccountProfileInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEnterpriseInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryEnterpriseInfoRequest extends RpcAcsRequest<QueryEnterpriseInfoResponse> { private String enterpriseVersion; private String pK; private String havanaId; public QueryEnterpriseInfoRequest() { super("account-crm", "2016-06-06", "QueryEnterpriseInfo"); setMethod(MethodType.POST); } public String getEnterpriseVersion() { return this.enterpriseVersion; } public void setEnterpriseVersion(String enterpriseVersion) { this.enterpriseVersion = enterpriseVersion; if(enterpriseVersion != null){ putQueryParameter("EnterpriseVersion", enterpriseVersion); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; if(havanaId != null){ putQueryParameter("HavanaId", havanaId); } } @Override public Class<QueryEnterpriseInfoResponse> getResponseClass() { return QueryEnterpriseInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEnterpriseInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryEnterpriseInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryEnterpriseInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private ProfileInfo profileInfo; 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 ProfileInfo getProfileInfo() { return this.profileInfo; } public void setProfileInfo(ProfileInfo profileInfo) { this.profileInfo = profileInfo; } public static class ProfileInfo { private String postalCode; private String years; private String aliyunPK; private String updateTime; private String createTime; private String businessLicenseType; private String phone; private String profile; private String certifiedTime; private String extend; private String businessLicenseImgSrc; private String certifiedFrom; private String entityIDNumber; private String fax; private String eInterpriseSize; private String detailAddress; private String businessLicenseNumber; private String enterpriseEntity; private String name; private String auditStatus; private String alias; private Province province; private City city; public String getPostalCode() { return this.postalCode; } public void setPostalCode(String postalCode) { this.postalCode = postalCode; } public String getYears() { return this.years; } public void setYears(String years) { this.years = years; } public String getAliyunPK() { return this.aliyunPK; } public void setAliyunPK(String aliyunPK) { this.aliyunPK = aliyunPK; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getBusinessLicenseType() { return this.businessLicenseType; } public void setBusinessLicenseType(String businessLicenseType) { this.businessLicenseType = businessLicenseType; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getProfile() { return this.profile; } public void setProfile(String profile) { this.profile = profile; } public String getCertifiedTime() { return this.certifiedTime; } public void setCertifiedTime(String certifiedTime) { this.certifiedTime = certifiedTime; } public String getExtend() { return this.extend; } public void setExtend(String extend) { this.extend = extend; } public String getBusinessLicenseImgSrc() { return this.businessLicenseImgSrc; } public void setBusinessLicenseImgSrc(String businessLicenseImgSrc) { this.businessLicenseImgSrc = businessLicenseImgSrc; } public String getCertifiedFrom() { return this.certifiedFrom; } public void setCertifiedFrom(String certifiedFrom) { this.certifiedFrom = certifiedFrom; } public String getEntityIDNumber() { return this.entityIDNumber; } public void setEntityIDNumber(String entityIDNumber) { this.entityIDNumber = entityIDNumber; } public String getFax() { return this.fax; } public void setFax(String fax) { this.fax = fax; } public String getEInterpriseSize() { return this.eInterpriseSize; } public void setEInterpriseSize(String eInterpriseSize) { this.eInterpriseSize = eInterpriseSize; } public String getDetailAddress() { return this.detailAddress; } public void setDetailAddress(String detailAddress) { this.detailAddress = detailAddress; } public String getBusinessLicenseNumber() { return this.businessLicenseNumber; } public void setBusinessLicenseNumber(String businessLicenseNumber) { this.businessLicenseNumber = businessLicenseNumber; } public String getEnterpriseEntity() { return this.enterpriseEntity; } public void setEnterpriseEntity(String enterpriseEntity) { this.enterpriseEntity = enterpriseEntity; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getAuditStatus() { return this.auditStatus; } public void setAuditStatus(String auditStatus) { this.auditStatus = auditStatus; } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; } public Province getProvince() { return this.province; } public void setProvince(Province province) { this.province = province; } public City getCity() { return this.city; } public void setCity(City city) { this.city = city; } public static class Province { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } public static class City { private String name; private String id; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } } @Override public QueryEnterpriseInfoResponse getInstance(UnmarshallerContext context) { return QueryEnterpriseInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEnumConfigByTypeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryEnumConfigByTypeRequest extends RpcAcsRequest<QueryEnumConfigByTypeResponse> { private String type; public QueryEnumConfigByTypeRequest() { super("account-crm", "2016-06-06", "QueryEnumConfigByType"); setMethod(MethodType.POST); } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<QueryEnumConfigByTypeResponse> getResponseClass() { return QueryEnumConfigByTypeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryEnumConfigByTypeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryEnumConfigByTypeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryEnumConfigByTypeResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<EnumConfig> 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<EnumConfig> getData() { return this.data; } public void setData(List<EnumConfig> data) { this.data = data; } public static class EnumConfig { private String enumValue; private String enumName; public String getEnumValue() { return this.enumValue; } public void setEnumValue(String enumValue) { this.enumValue = enumValue; } public String getEnumName() { return this.enumName; } public void setEnumName(String enumName) { this.enumName = enumName; } } @Override public QueryEnumConfigByTypeResponse getInstance(UnmarshallerContext context) { return QueryEnumConfigByTypeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryOneKeyDeleteBlockListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryOneKeyDeleteBlockListRequest extends RpcAcsRequest<QueryOneKeyDeleteBlockListResponse> { private String appName; private String pk; public QueryOneKeyDeleteBlockListRequest() { super("account-crm", "2016-06-06", "QueryOneKeyDeleteBlockList"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<QueryOneKeyDeleteBlockListResponse> getResponseClass() { return QueryOneKeyDeleteBlockListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QueryOneKeyDeleteBlockListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QueryOneKeyDeleteBlockListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryOneKeyDeleteBlockListResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private List<OneKeyDeleteBlockDto> 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<OneKeyDeleteBlockDto> getData() { return this.data; } public void setData(List<OneKeyDeleteBlockDto> data) { this.data = data; } public static class OneKeyDeleteBlockDto { private String blockMsg; private String blockCode; public String getBlockMsg() { return this.blockMsg; } public void setBlockMsg(String blockMsg) { this.blockMsg = blockMsg; } public String getBlockCode() { return this.blockCode; } public void setBlockCode(String blockCode) { this.blockCode = blockCode; } } @Override public QueryOneKeyDeleteBlockListResponse getInstance(UnmarshallerContext context) { return QueryOneKeyDeleteBlockListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QuerySecurityInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QuerySecurityInfoRequest extends RpcAcsRequest<QuerySecurityInfoResponse> { private String appName; private String pk; public QuerySecurityInfoRequest() { super("account-crm", "2016-06-06", "QuerySecurityInfo"); setMethod(MethodType.POST); } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<QuerySecurityInfoResponse> getResponseClass() { return QuerySecurityInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/QuerySecurityInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.QuerySecurityInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QuerySecurityInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; private AccountSecurityInfoDto accountSecurityInfoDto; 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 AccountSecurityInfoDto getAccountSecurityInfoDto() { return this.accountSecurityInfoDto; } public void setAccountSecurityInfoDto(AccountSecurityInfoDto accountSecurityInfoDto) { this.accountSecurityInfoDto = accountSecurityInfoDto; } public static class AccountSecurityInfoDto { private String pk; private String securityEmail; private String securityMobile; private String profileType; private String name; private String aliyunId; private String nationalityCode; public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getSecurityEmail() { return this.securityEmail; } public void setSecurityEmail(String securityEmail) { this.securityEmail = securityEmail; } public String getSecurityMobile() { return this.securityMobile; } public void setSecurityMobile(String securityMobile) { this.securityMobile = securityMobile; } public String getProfileType() { return this.profileType; } public void setProfileType(String profileType) { this.profileType = profileType; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getAliyunId() { return this.aliyunId; } public void setAliyunId(String aliyunId) { this.aliyunId = aliyunId; } public String getNationalityCode() { return this.nationalityCode; } public void setNationalityCode(String nationalityCode) { this.nationalityCode = nationalityCode; } } @Override public QuerySecurityInfoResponse getInstance(UnmarshallerContext context) { return QuerySecurityInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/RegisterInternalAccountForBucRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RegisterInternalAccountForBucRequest extends RpcAcsRequest<RegisterInternalAccountForBucResponse> { private String nationalityCode; private Boolean isMobileConfirmed; private Boolean isEmailConfirmed; private String mobile; private String plainPassword; private String preferredLanguage; private Boolean isMobileLogin; private String bid; private String accountTypeCode; private String email; public RegisterInternalAccountForBucRequest() { super("account-crm", "2016-06-06", "RegisterInternalAccountForBuc"); setMethod(MethodType.POST); } public String getNationalityCode() { return this.nationalityCode; } public void setNationalityCode(String nationalityCode) { this.nationalityCode = nationalityCode; if(nationalityCode != null){ putQueryParameter("NationalityCode", nationalityCode); } } public Boolean getIsMobileConfirmed() { return this.isMobileConfirmed; } public void setIsMobileConfirmed(Boolean isMobileConfirmed) { this.isMobileConfirmed = isMobileConfirmed; if(isMobileConfirmed != null){ putQueryParameter("IsMobileConfirmed", isMobileConfirmed.toString()); } } public Boolean getIsEmailConfirmed() { return this.isEmailConfirmed; } public void setIsEmailConfirmed(Boolean isEmailConfirmed) { this.isEmailConfirmed = isEmailConfirmed; if(isEmailConfirmed != null){ putQueryParameter("IsEmailConfirmed", isEmailConfirmed.toString()); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putQueryParameter("Mobile", mobile); } } public String getPlainPassword() { return this.plainPassword; } public void setPlainPassword(String plainPassword) { this.plainPassword = plainPassword; if(plainPassword != null){ putQueryParameter("PlainPassword", plainPassword); } } public String getPreferredLanguage() { return this.preferredLanguage; } public void setPreferredLanguage(String preferredLanguage) { this.preferredLanguage = preferredLanguage; if(preferredLanguage != null){ putQueryParameter("PreferredLanguage", preferredLanguage); } } public Boolean getIsMobileLogin() { return this.isMobileLogin; } public void setIsMobileLogin(Boolean isMobileLogin) { this.isMobileLogin = isMobileLogin; if(isMobileLogin != null){ putQueryParameter("IsMobileLogin", isMobileLogin.toString()); } } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid); } } public String getAccountTypeCode() { return this.accountTypeCode; } public void setAccountTypeCode(String accountTypeCode) { this.accountTypeCode = accountTypeCode; if(accountTypeCode != null){ putQueryParameter("accountTypeCode", accountTypeCode); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } @Override public Class<RegisterInternalAccountForBucResponse> getResponseClass() { return RegisterInternalAccountForBucResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/RegisterInternalAccountForBucResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.RegisterInternalAccountForBucResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterInternalAccountForBucResponse extends AcsResponse { private String msg; private String code; private String message; private String requestId; private String localizedMessage; private Data data; public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getLocalizedMessage() { return this.localizedMessage; } public void setLocalizedMessage(String localizedMessage) { this.localizedMessage = localizedMessage; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String parentPk; private String pk; private String site; private String havanaId; private String accountStatus; private String lastLoginTime; private String partnerPk; private String accountStructure; private String ownerBid; private String extendInfo; public String getParentPk() { return this.parentPk; } public void setParentPk(String parentPk) { this.parentPk = parentPk; } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; } public String getSite() { return this.site; } public void setSite(String site) { this.site = site; } public String getHavanaId() { return this.havanaId; } public void setHavanaId(String havanaId) { this.havanaId = havanaId; } public String getAccountStatus() { return this.accountStatus; } public void setAccountStatus(String accountStatus) { this.accountStatus = accountStatus; } public String getLastLoginTime() { return this.lastLoginTime; } public void setLastLoginTime(String lastLoginTime) { this.lastLoginTime = lastLoginTime; } public String getPartnerPk() { return this.partnerPk; } public void setPartnerPk(String partnerPk) { this.partnerPk = partnerPk; } public String getAccountStructure() { return this.accountStructure; } public void setAccountStructure(String accountStructure) { this.accountStructure = accountStructure; } public String getOwnerBid() { return this.ownerBid; } public void setOwnerBid(String ownerBid) { this.ownerBid = ownerBid; } public String getExtendInfo() { return this.extendInfo; } public void setExtendInfo(String extendInfo) { this.extendInfo = extendInfo; } } @Override public RegisterInternalAccountForBucResponse getInstance(UnmarshallerContext context) { return RegisterInternalAccountForBucResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ReleaseAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ReleaseAgAccountRequest extends RpcAcsRequest<ReleaseAgAccountResponse> { private String mpk; private String pk; private String releaseReason; public ReleaseAgAccountRequest() { super("account-crm", "2016-06-06", "ReleaseAgAccount"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } public String getReleaseReason() { return this.releaseReason; } public void setReleaseReason(String releaseReason) { this.releaseReason = releaseReason; if(releaseReason != null){ putQueryParameter("ReleaseReason", releaseReason); } } @Override public Class<ReleaseAgAccountResponse> getResponseClass() { return ReleaseAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ReleaseAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ReleaseAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReleaseAgAccountResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 ReleaseAgAccountResponse getInstance(UnmarshallerContext context) { return ReleaseAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ResendAsyncCreateAgAccountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ResendAsyncCreateAgAccountRequest extends RpcAcsRequest<ResendAsyncCreateAgAccountResponse> { private String traceNo; private String mpk; public ResendAsyncCreateAgAccountRequest() { super("account-crm", "2016-06-06", "ResendAsyncCreateAgAccount"); setMethod(MethodType.POST); } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; if(traceNo != null){ putQueryParameter("TraceNo", traceNo); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<ResendAsyncCreateAgAccountResponse> getResponseClass() { return ResendAsyncCreateAgAccountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ResendAsyncCreateAgAccountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ResendAsyncCreateAgAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResendAsyncCreateAgAccountResponse extends AcsResponse { private String code; private String traceNo; private String message; private String requestId; private String success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } 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; } @Override public ResendAsyncCreateAgAccountResponse getInstance(UnmarshallerContext context) { return ResendAsyncCreateAgAccountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ResendAsyncModifyLoginEmailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ResendAsyncModifyLoginEmailRequest extends RpcAcsRequest<ResendAsyncModifyLoginEmailResponse> { private String traceNo; private String mpk; public ResendAsyncModifyLoginEmailRequest() { super("account-crm", "2016-06-06", "ResendAsyncModifyLoginEmail"); setMethod(MethodType.POST); } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; if(traceNo != null){ putQueryParameter("TraceNo", traceNo); } } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } @Override public Class<ResendAsyncModifyLoginEmailResponse> getResponseClass() { return ResendAsyncModifyLoginEmailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/ResendAsyncModifyLoginEmailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.ResendAsyncModifyLoginEmailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResendAsyncModifyLoginEmailResponse extends AcsResponse { private String code; private String traceNo; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getTraceNo() { return this.traceNo; } public void setTraceNo(String traceNo) { this.traceNo = traceNo; } 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 ResendAsyncModifyLoginEmailResponse getInstance(UnmarshallerContext context) { return ResendAsyncModifyLoginEmailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/SeparateAgRelationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SeparateAgRelationRequest extends RpcAcsRequest<SeparateAgRelationResponse> { private String mpk; private String pk; public SeparateAgRelationRequest() { super("account-crm", "2016-06-06", "SeparateAgRelation"); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getPk() { return this.pk; } public void setPk(String pk) { this.pk = pk; if(pk != null){ putQueryParameter("Pk", pk); } } @Override public Class<SeparateAgRelationResponse> getResponseClass() { return SeparateAgRelationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/SeparateAgRelationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.SeparateAgRelationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SeparateAgRelationResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 SeparateAgRelationResponse getInstance(UnmarshallerContext context) { return SeparateAgRelationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAccountAddressInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateAccountAddressInfoRequest extends RpcAcsRequest<UpdateAccountAddressInfoResponse> { private String cityJsonString; private String address; private String address2; private String postCode; private String pK; private String provinceJsonString; public UpdateAccountAddressInfoRequest() { super("account-crm", "2016-06-06", "UpdateAccountAddressInfo"); setMethod(MethodType.POST); } public String getCityJsonString() { return this.cityJsonString; } public void setCityJsonString(String cityJsonString) { this.cityJsonString = cityJsonString; if(cityJsonString != null){ putQueryParameter("CityJsonString", cityJsonString); } } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; if(address != null){ putQueryParameter("Address", address); } } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; if(address2 != null){ putQueryParameter("Address2", address2); } } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; if(postCode != null){ putQueryParameter("PostCode", postCode); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getProvinceJsonString() { return this.provinceJsonString; } public void setProvinceJsonString(String provinceJsonString) { this.provinceJsonString = provinceJsonString; if(provinceJsonString != null){ putQueryParameter("ProvinceJsonString", provinceJsonString); } } @Override public Class<UpdateAccountAddressInfoResponse> getResponseClass() { return UpdateAccountAddressInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAccountAddressInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateAccountAddressInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAccountAddressInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateAccountAddressInfoResponse getInstance(UnmarshallerContext context) { return UpdateAccountAddressInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAccountProfileInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateAccountProfileInfoRequest extends RpcAcsRequest<UpdateAccountProfileInfoResponse> { private String trueName; private String firstName; private String cityJsonString; private String address; private String address2; private String postCode; private String lastName; private String head; private String phone; private String certType; private String accountAttribute; private String contactMethod; private String bindAlipayNo; private String pK; private String fax; private String provinceJsonString; public UpdateAccountProfileInfoRequest() { super("account-crm", "2016-06-06", "UpdateAccountProfileInfo"); setMethod(MethodType.POST); } public String getTrueName() { return this.trueName; } public void setTrueName(String trueName) { this.trueName = trueName; if(trueName != null){ putQueryParameter("TrueName", trueName); } } public String getFirstName() { return this.firstName; } public void setFirstName(String firstName) { this.firstName = firstName; if(firstName != null){ putQueryParameter("FirstName", firstName); } } public String getCityJsonString() { return this.cityJsonString; } public void setCityJsonString(String cityJsonString) { this.cityJsonString = cityJsonString; if(cityJsonString != null){ putQueryParameter("CityJsonString", cityJsonString); } } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; if(address != null){ putQueryParameter("Address", address); } } public String getAddress2() { return this.address2; } public void setAddress2(String address2) { this.address2 = address2; if(address2 != null){ putQueryParameter("Address2", address2); } } public String getPostCode() { return this.postCode; } public void setPostCode(String postCode) { this.postCode = postCode; if(postCode != null){ putQueryParameter("PostCode", postCode); } } public String getLastName() { return this.lastName; } public void setLastName(String lastName) { this.lastName = lastName; if(lastName != null){ putQueryParameter("LastName", lastName); } } public String getHead() { return this.head; } public void setHead(String head) { this.head = head; if(head != null){ putQueryParameter("Head", head); } } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; if(phone != null){ putQueryParameter("Phone", phone); } } public String getCertType() { return this.certType; } public void setCertType(String certType) { this.certType = certType; if(certType != null){ putQueryParameter("CertType", certType); } } public String getAccountAttribute() { return this.accountAttribute; } public void setAccountAttribute(String accountAttribute) { this.accountAttribute = accountAttribute; if(accountAttribute != null){ putQueryParameter("AccountAttribute", accountAttribute); } } public String getContactMethod() { return this.contactMethod; } public void setContactMethod(String contactMethod) { this.contactMethod = contactMethod; if(contactMethod != null){ putQueryParameter("ContactMethod", contactMethod); } } public String getBindAlipayNo() { return this.bindAlipayNo; } public void setBindAlipayNo(String bindAlipayNo) { this.bindAlipayNo = bindAlipayNo; if(bindAlipayNo != null){ putQueryParameter("BindAlipayNo", bindAlipayNo); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getFax() { return this.fax; } public void setFax(String fax) { this.fax = fax; if(fax != null){ putQueryParameter("Fax", fax); } } public String getProvinceJsonString() { return this.provinceJsonString; } public void setProvinceJsonString(String provinceJsonString) { this.provinceJsonString = provinceJsonString; if(provinceJsonString != null){ putQueryParameter("ProvinceJsonString", provinceJsonString); } } @Override public Class<UpdateAccountProfileInfoResponse> getResponseClass() { return UpdateAccountProfileInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAccountProfileInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateAccountProfileInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAccountProfileInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateAccountProfileInfoResponse getInstance(UnmarshallerContext context) { return UpdateAccountProfileInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAgServiceStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateAgServiceStatusRequest extends RpcAcsRequest<UpdateAgServiceStatusResponse> { private String mpk; private String agAccountType; private String status; public UpdateAgServiceStatusRequest() { super("account-crm", "2016-06-06", "UpdateAgServiceStatus"); setMethod(MethodType.POST); } public String getMpk() { return this.mpk; } public void setMpk(String mpk) { this.mpk = mpk; if(mpk != null){ putQueryParameter("Mpk", mpk); } } public String getAgAccountType() { return this.agAccountType; } public void setAgAccountType(String agAccountType) { this.agAccountType = agAccountType; if(agAccountType != null){ putQueryParameter("AgAccountType", agAccountType); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<UpdateAgServiceStatusResponse> getResponseClass() { return UpdateAgServiceStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateAgServiceStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateAgServiceStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAgServiceStatusResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateAgServiceStatusResponse getInstance(UnmarshallerContext context) { return UpdateAgServiceStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateCustomerCategoryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateCustomerCategoryRequest extends RpcAcsRequest<UpdateCustomerCategoryResponse> { private String paramList; private Long userId; public UpdateCustomerCategoryRequest() { super("account-crm", "2016-06-06", "UpdateCustomerCategory"); setMethod(MethodType.POST); } public String getParamList() { return this.paramList; } public void setParamList(String paramList) { this.paramList = paramList; if(paramList != null){ putQueryParameter("ParamList", paramList); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<UpdateCustomerCategoryResponse> getResponseClass() { return UpdateCustomerCategoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateCustomerCategoryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateCustomerCategoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateCustomerCategoryResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateCustomerCategoryResponse getInstance(UnmarshallerContext context) { return UpdateCustomerCategoryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateCustomerInformationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateCustomerInformationRequest extends RpcAcsRequest<UpdateCustomerInformationResponse> { private String customerCategory; private String website; private String biz; private String customerSubCategory; private Long userId; public UpdateCustomerInformationRequest() { super("account-crm", "2016-06-06", "UpdateCustomerInformation"); setMethod(MethodType.POST); } public String getCustomerCategory() { return this.customerCategory; } public void setCustomerCategory(String customerCategory) { this.customerCategory = customerCategory; if(customerCategory != null){ putQueryParameter("CustomerCategory", customerCategory); } } public String getWebsite() { return this.website; } public void setWebsite(String website) { this.website = website; if(website != null){ putQueryParameter("Website", website); } } public String getBiz() { return this.biz; } public void setBiz(String biz) { this.biz = biz; if(biz != null){ putQueryParameter("Biz", biz); } } public String getCustomerSubCategory() { return this.customerSubCategory; } public void setCustomerSubCategory(String customerSubCategory) { this.customerSubCategory = customerSubCategory; if(customerSubCategory != null){ putQueryParameter("CustomerSubCategory", customerSubCategory); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } @Override public Class<UpdateCustomerInformationResponse> getResponseClass() { return UpdateCustomerInformationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateCustomerInformationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateCustomerInformationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateCustomerInformationResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateCustomerInformationResponse getInstance(UnmarshallerContext context) { return UpdateCustomerInformationResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateOrInsertEnterpriseInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateOrInsertEnterpriseInfoRequest extends RpcAcsRequest<UpdateOrInsertEnterpriseInfoResponse> { private String enterpriseSize; private String cityJsonString; private String address; private String phone; private String name; private String alias; private String pK; private String fax; private String years; private String provinceJsonString; public UpdateOrInsertEnterpriseInfoRequest() { super("account-crm", "2016-06-06", "UpdateOrInsertEnterpriseInfo"); setMethod(MethodType.POST); } public String getEnterpriseSize() { return this.enterpriseSize; } public void setEnterpriseSize(String enterpriseSize) { this.enterpriseSize = enterpriseSize; if(enterpriseSize != null){ putQueryParameter("EnterpriseSize", enterpriseSize); } } public String getCityJsonString() { return this.cityJsonString; } public void setCityJsonString(String cityJsonString) { this.cityJsonString = cityJsonString; if(cityJsonString != null){ putQueryParameter("CityJsonString", cityJsonString); } } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; if(address != null){ putQueryParameter("Address", address); } } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; if(phone != null){ putQueryParameter("Phone", phone); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getAlias() { return this.alias; } public void setAlias(String alias) { this.alias = alias; if(alias != null){ putQueryParameter("Alias", alias); } } public String getPK() { return this.pK; } public void setPK(String pK) { this.pK = pK; if(pK != null){ putQueryParameter("PK", pK); } } public String getFax() { return this.fax; } public void setFax(String fax) { this.fax = fax; if(fax != null){ putQueryParameter("Fax", fax); } } public String getYears() { return this.years; } public void setYears(String years) { this.years = years; if(years != null){ putQueryParameter("Years", years); } } public String getProvinceJsonString() { return this.provinceJsonString; } public void setProvinceJsonString(String provinceJsonString) { this.provinceJsonString = provinceJsonString; if(provinceJsonString != null){ putQueryParameter("ProvinceJsonString", provinceJsonString); } } @Override public Class<UpdateOrInsertEnterpriseInfoResponse> getResponseClass() { return UpdateOrInsertEnterpriseInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/model/v20160606/UpdateOrInsertEnterpriseInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.model.v20160606; import com.aliyuncs.AcsResponse; import com.aliyuncs.account_crm.transform.v20160606.UpdateOrInsertEnterpriseInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateOrInsertEnterpriseInfoResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String 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 UpdateOrInsertEnterpriseInfoResponse getInstance(UnmarshallerContext context) { return UpdateOrInsertEnterpriseInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform
java-sources/com/aliyun/aliyun-java-sdk-account-crm/3.31.0/com/aliyuncs/account_crm/transform/v20160606/AccountOneKeyDeleteResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.account_crm.transform.v20160606; import com.aliyuncs.account_crm.model.v20160606.AccountOneKeyDeleteResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AccountOneKeyDeleteResponseUnmarshaller { public static AccountOneKeyDeleteResponse unmarshall(AccountOneKeyDeleteResponse accountOneKeyDeleteResponse, UnmarshallerContext _ctx) { accountOneKeyDeleteResponse.setRequestId(_ctx.stringValue("AccountOneKeyDeleteResponse.RequestId")); accountOneKeyDeleteResponse.setCode(_ctx.stringValue("AccountOneKeyDeleteResponse.Code")); accountOneKeyDeleteResponse.setMessage(_ctx.stringValue("AccountOneKeyDeleteResponse.Message")); accountOneKeyDeleteResponse.setSuccess(_ctx.booleanValue("AccountOneKeyDeleteResponse.Success")); return accountOneKeyDeleteResponse; } }