index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractExpressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractExpressRequest extends RpcAcsRequest<ExtractExpressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractExpressRequest() {
super("address-purification", "2019-11-18", "ExtractExpress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractExpressResponse> getResponseClass() {
return ExtractExpressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractExpressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.ExtractExpressResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractExpressResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public ExtractExpressResponse getInstance(UnmarshallerContext context) {
return ExtractExpressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractNameRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractNameRequest extends RpcAcsRequest<ExtractNameResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractNameRequest() {
super("address-purification", "2019-11-18", "ExtractName", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractNameResponse> getResponseClass() {
return ExtractNameResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractNameResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.ExtractNameResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractNameResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExtractNameResponse getInstance(UnmarshallerContext context) {
return ExtractNameResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractPhoneRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractPhoneRequest extends RpcAcsRequest<ExtractPhoneResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractPhoneRequest() {
super("address-purification", "2019-11-18", "ExtractPhone", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractPhoneResponse> getResponseClass() {
return ExtractPhoneResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/ExtractPhoneResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.ExtractPhoneResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractPhoneResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExtractPhoneResponse getInstance(UnmarshallerContext context) {
return ExtractPhoneResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressBlockMappingRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressBlockMappingRequest extends RpcAcsRequest<GetAddressBlockMappingResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressBlockMappingRequest() {
super("address-purification", "2019-11-18", "GetAddressBlockMapping", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressBlockMappingResponse> getResponseClass() {
return GetAddressBlockMappingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressBlockMappingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressBlockMappingResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressBlockMappingResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressBlockMappingResponse getInstance(UnmarshallerContext context) {
return GetAddressBlockMappingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressDivisionCodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressDivisionCodeRequest extends RpcAcsRequest<GetAddressDivisionCodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressDivisionCodeRequest() {
super("address-purification", "2019-11-18", "GetAddressDivisionCode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressDivisionCodeResponse> getResponseClass() {
return GetAddressDivisionCodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressDivisionCodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressDivisionCodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressDivisionCodeResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public GetAddressDivisionCodeResponse getInstance(UnmarshallerContext context) {
return GetAddressDivisionCodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressEvaluateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressEvaluateRequest extends RpcAcsRequest<GetAddressEvaluateResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressEvaluateRequest() {
super("address-purification", "2019-11-18", "GetAddressEvaluate", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressEvaluateResponse> getResponseClass() {
return GetAddressEvaluateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressEvaluateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressEvaluateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressEvaluateResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressEvaluateResponse getInstance(UnmarshallerContext context) {
return GetAddressEvaluateResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressGeocodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressGeocodeRequest extends RpcAcsRequest<GetAddressGeocodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressGeocodeRequest() {
super("address-purification", "2019-11-18", "GetAddressGeocode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressGeocodeResponse> getResponseClass() {
return GetAddressGeocodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressGeocodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressGeocodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressGeocodeResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressGeocodeResponse getInstance(UnmarshallerContext context) {
return GetAddressGeocodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressSearchRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressSearchRequest extends RpcAcsRequest<GetAddressSearchResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressSearchRequest() {
super("address-purification", "2019-11-18", "GetAddressSearch", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressSearchResponse> getResponseClass() {
return GetAddressSearchResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressSearchResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressSearchResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressSearchResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressSearchResponse getInstance(UnmarshallerContext context) {
return GetAddressSearchResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressSimilarityRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressSimilarityRequest extends RpcAcsRequest<GetAddressSimilarityResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressSimilarityRequest() {
super("address-purification", "2019-11-18", "GetAddressSimilarity", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressSimilarityResponse> getResponseClass() {
return GetAddressSimilarityResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetAddressSimilarityResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetAddressSimilarityResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressSimilarityResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public GetAddressSimilarityResponse getInstance(UnmarshallerContext context) {
return GetAddressSimilarityResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetInputSearchRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetInputSearchRequest extends RpcAcsRequest<GetInputSearchResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetInputSearchRequest() {
super("address-purification", "2019-11-18", "GetInputSearch", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetInputSearchResponse> getResponseClass() {
return GetInputSearchResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetInputSearchResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetInputSearchResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetInputSearchResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetInputSearchResponse getInstance(UnmarshallerContext context) {
return GetInputSearchResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetZipcodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetZipcodeRequest extends RpcAcsRequest<GetZipcodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetZipcodeRequest() {
super("address-purification", "2019-11-18", "GetZipcode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetZipcodeResponse> getResponseClass() {
return GetZipcodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/GetZipcodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.GetZipcodeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetZipcodeResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetZipcodeResponse getInstance(UnmarshallerContext context) {
return GetZipcodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/PredictPOIRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class PredictPOIRequest extends RpcAcsRequest<PredictPOIResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public PredictPOIRequest() {
super("address-purification", "2019-11-18", "PredictPOI", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<PredictPOIResponse> getResponseClass() {
return PredictPOIResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/PredictPOIResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.PredictPOIResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class PredictPOIResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public PredictPOIResponse getInstance(UnmarshallerContext context) {
return PredictPOIResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/StructureAddressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class StructureAddressRequest extends RpcAcsRequest<StructureAddressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public StructureAddressRequest() {
super("address-purification", "2019-11-18", "StructureAddress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<StructureAddressResponse> getResponseClass() {
return StructureAddressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/StructureAddressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.StructureAddressResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class StructureAddressResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public StructureAddressResponse getInstance(UnmarshallerContext context) {
return StructureAddressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/TransferCoordRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class TransferCoordRequest extends RpcAcsRequest<TransferCoordResponse> {
private String defaultProvince;
private String srcCoord;
private String defaultCity;
private String text;
private String serviceCode;
private String defaultDistrict;
private String appKey;
public TransferCoordRequest() {
super("address-purification", "2019-11-18", "TransferCoord", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getSrcCoord() {
return this.srcCoord;
}
public void setSrcCoord(String srcCoord) {
this.srcCoord = srcCoord;
if(srcCoord != null){
putBodyParameter("SrcCoord", srcCoord);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
@Override
public Class<TransferCoordResponse> getResponseClass() {
return TransferCoordResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/TransferCoordResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.TransferCoordResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class TransferCoordResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public TransferCoordResponse getInstance(UnmarshallerContext context) {
return TransferCoordResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/UpdateProjectRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class UpdateProjectRequest extends RpcAcsRequest<UpdateProjectResponse> {
private String serviceCode;
private String parameters;
public UpdateProjectRequest() {
super("address-purification", "2019-11-18", "UpdateProject", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getParameters() {
return this.parameters;
}
public void setParameters(String parameters) {
this.parameters = parameters;
if(parameters != null){
putBodyParameter("Parameters", parameters);
}
}
@Override
public Class<UpdateProjectResponse> getResponseClass() {
return UpdateProjectResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/model/v20191118/UpdateProjectResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.model.v20191118;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.address_purification.transform.v20191118.UpdateProjectResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UpdateProjectResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public UpdateProjectResponse getInstance(UnmarshallerContext context) {
return UpdateProjectResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/ClassifyPOIResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.ClassifyPOIResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ClassifyPOIResponseUnmarshaller {
public static ClassifyPOIResponse unmarshall(ClassifyPOIResponse classifyPOIResponse, UnmarshallerContext _ctx) {
classifyPOIResponse.setRequestId(_ctx.stringValue("ClassifyPOIResponse.RequestId"));
classifyPOIResponse.setData(_ctx.stringValue("ClassifyPOIResponse.Data"));
return classifyPOIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/CompleteAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.CompleteAddressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CompleteAddressResponseUnmarshaller {
public static CompleteAddressResponse unmarshall(CompleteAddressResponse completeAddressResponse, UnmarshallerContext _ctx) {
completeAddressResponse.setRequestId(_ctx.stringValue("CompleteAddressResponse.RequestId"));
completeAddressResponse.setData(_ctx.stringValue("CompleteAddressResponse.Data"));
return completeAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/CorrectAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.CorrectAddressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CorrectAddressResponseUnmarshaller {
public static CorrectAddressResponse unmarshall(CorrectAddressResponse correctAddressResponse, UnmarshallerContext _ctx) {
correctAddressResponse.setRequestId(_ctx.stringValue("CorrectAddressResponse.RequestId"));
correctAddressResponse.setData(_ctx.stringValue("CorrectAddressResponse.Data"));
return correctAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/ExtractAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.ExtractAddressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExtractAddressResponseUnmarshaller {
public static ExtractAddressResponse unmarshall(ExtractAddressResponse extractAddressResponse, UnmarshallerContext _ctx) {
extractAddressResponse.setRequestId(_ctx.stringValue("ExtractAddressResponse.RequestId"));
extractAddressResponse.setData(_ctx.stringValue("ExtractAddressResponse.Data"));
return extractAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/ExtractExpressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.ExtractExpressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExtractExpressResponseUnmarshaller {
public static ExtractExpressResponse unmarshall(ExtractExpressResponse extractExpressResponse, UnmarshallerContext _ctx) {
extractExpressResponse.setRequestId(_ctx.stringValue("ExtractExpressResponse.RequestId"));
extractExpressResponse.setData(_ctx.stringValue("ExtractExpressResponse.Data"));
return extractExpressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/ExtractNameResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.ExtractNameResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExtractNameResponseUnmarshaller {
public static ExtractNameResponse unmarshall(ExtractNameResponse extractNameResponse, UnmarshallerContext _ctx) {
extractNameResponse.setRequestId(_ctx.stringValue("ExtractNameResponse.RequestId"));
extractNameResponse.setData(_ctx.stringValue("ExtractNameResponse.Data"));
return extractNameResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/ExtractPhoneResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.ExtractPhoneResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ExtractPhoneResponseUnmarshaller {
public static ExtractPhoneResponse unmarshall(ExtractPhoneResponse extractPhoneResponse, UnmarshallerContext _ctx) {
extractPhoneResponse.setRequestId(_ctx.stringValue("ExtractPhoneResponse.RequestId"));
extractPhoneResponse.setData(_ctx.stringValue("ExtractPhoneResponse.Data"));
return extractPhoneResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressBlockMappingResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressBlockMappingResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressBlockMappingResponseUnmarshaller {
public static GetAddressBlockMappingResponse unmarshall(GetAddressBlockMappingResponse getAddressBlockMappingResponse, UnmarshallerContext _ctx) {
getAddressBlockMappingResponse.setRequestId(_ctx.stringValue("GetAddressBlockMappingResponse.RequestId"));
getAddressBlockMappingResponse.setData(_ctx.stringValue("GetAddressBlockMappingResponse.Data"));
return getAddressBlockMappingResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressDivisionCodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressDivisionCodeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressDivisionCodeResponseUnmarshaller {
public static GetAddressDivisionCodeResponse unmarshall(GetAddressDivisionCodeResponse getAddressDivisionCodeResponse, UnmarshallerContext _ctx) {
getAddressDivisionCodeResponse.setRequestId(_ctx.stringValue("GetAddressDivisionCodeResponse.RequestId"));
getAddressDivisionCodeResponse.setData(_ctx.stringValue("GetAddressDivisionCodeResponse.Data"));
return getAddressDivisionCodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressEvaluateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressEvaluateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressEvaluateResponseUnmarshaller {
public static GetAddressEvaluateResponse unmarshall(GetAddressEvaluateResponse getAddressEvaluateResponse, UnmarshallerContext _ctx) {
getAddressEvaluateResponse.setRequestId(_ctx.stringValue("GetAddressEvaluateResponse.RequestId"));
getAddressEvaluateResponse.setData(_ctx.stringValue("GetAddressEvaluateResponse.Data"));
return getAddressEvaluateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressGeocodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressGeocodeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressGeocodeResponseUnmarshaller {
public static GetAddressGeocodeResponse unmarshall(GetAddressGeocodeResponse getAddressGeocodeResponse, UnmarshallerContext _ctx) {
getAddressGeocodeResponse.setRequestId(_ctx.stringValue("GetAddressGeocodeResponse.RequestId"));
getAddressGeocodeResponse.setData(_ctx.stringValue("GetAddressGeocodeResponse.Data"));
return getAddressGeocodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressSearchResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressSearchResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressSearchResponseUnmarshaller {
public static GetAddressSearchResponse unmarshall(GetAddressSearchResponse getAddressSearchResponse, UnmarshallerContext _ctx) {
getAddressSearchResponse.setRequestId(_ctx.stringValue("GetAddressSearchResponse.RequestId"));
getAddressSearchResponse.setData(_ctx.stringValue("GetAddressSearchResponse.Data"));
return getAddressSearchResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetAddressSimilarityResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetAddressSimilarityResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAddressSimilarityResponseUnmarshaller {
public static GetAddressSimilarityResponse unmarshall(GetAddressSimilarityResponse getAddressSimilarityResponse, UnmarshallerContext _ctx) {
getAddressSimilarityResponse.setRequestId(_ctx.stringValue("GetAddressSimilarityResponse.RequestId"));
getAddressSimilarityResponse.setData(_ctx.stringValue("GetAddressSimilarityResponse.Data"));
return getAddressSimilarityResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetInputSearchResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetInputSearchResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetInputSearchResponseUnmarshaller {
public static GetInputSearchResponse unmarshall(GetInputSearchResponse getInputSearchResponse, UnmarshallerContext _ctx) {
getInputSearchResponse.setRequestId(_ctx.stringValue("GetInputSearchResponse.RequestId"));
getInputSearchResponse.setData(_ctx.stringValue("GetInputSearchResponse.Data"));
return getInputSearchResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/GetZipcodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.GetZipcodeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetZipcodeResponseUnmarshaller {
public static GetZipcodeResponse unmarshall(GetZipcodeResponse getZipcodeResponse, UnmarshallerContext _ctx) {
getZipcodeResponse.setRequestId(_ctx.stringValue("GetZipcodeResponse.RequestId"));
getZipcodeResponse.setData(_ctx.stringValue("GetZipcodeResponse.Data"));
return getZipcodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/PredictPOIResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.PredictPOIResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PredictPOIResponseUnmarshaller {
public static PredictPOIResponse unmarshall(PredictPOIResponse predictPOIResponse, UnmarshallerContext _ctx) {
predictPOIResponse.setRequestId(_ctx.stringValue("PredictPOIResponse.RequestId"));
predictPOIResponse.setData(_ctx.stringValue("PredictPOIResponse.Data"));
return predictPOIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/StructureAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.StructureAddressResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StructureAddressResponseUnmarshaller {
public static StructureAddressResponse unmarshall(StructureAddressResponse structureAddressResponse, UnmarshallerContext _ctx) {
structureAddressResponse.setRequestId(_ctx.stringValue("StructureAddressResponse.RequestId"));
structureAddressResponse.setData(_ctx.stringValue("StructureAddressResponse.Data"));
return structureAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/TransferCoordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.TransferCoordResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TransferCoordResponseUnmarshaller {
public static TransferCoordResponse unmarshall(TransferCoordResponse transferCoordResponse, UnmarshallerContext _ctx) {
transferCoordResponse.setRequestId(_ctx.stringValue("TransferCoordResponse.RequestId"));
transferCoordResponse.setData(_ctx.stringValue("TransferCoordResponse.Data"));
return transferCoordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification/1.0.1/com/aliyuncs/address_purification/transform/v20191118/UpdateProjectResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.address_purification.transform.v20191118;
import com.aliyuncs.address_purification.model.v20191118.UpdateProjectResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateProjectResponseUnmarshaller {
public static UpdateProjectResponse unmarshall(UpdateProjectResponse updateProjectResponse, UnmarshallerContext _ctx) {
updateProjectResponse.setRequestId(_ctx.stringValue("UpdateProjectResponse.RequestId"));
updateProjectResponse.setData(_ctx.stringValue("UpdateProjectResponse.Data"));
return updateProjectResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/Endpoint.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification;
import java.util.HashMap;
public class Endpoint {
public static HashMap<String, String> endpointMap = new HashMap<String, String>() {};
public static String endpointRegionalType = "regional";
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ClassifyPOIRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ClassifyPOIRequest extends RpcAcsRequest<ClassifyPOIResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ClassifyPOIRequest() {
super("address-purification", "2019-11-18", "ClassifyPOI", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ClassifyPOIResponse> getResponseClass() {
return ClassifyPOIResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ClassifyPOIResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.ClassifyPOIResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ClassifyPOIResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ClassifyPOIResponse getInstance(UnmarshallerContext context) {
return ClassifyPOIResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/CompleteAddressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class CompleteAddressRequest extends RpcAcsRequest<CompleteAddressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public CompleteAddressRequest() {
super("address-purification", "2019-11-18", "CompleteAddress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<CompleteAddressResponse> getResponseClass() {
return CompleteAddressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/CompleteAddressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.CompleteAddressResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CompleteAddressResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public CompleteAddressResponse getInstance(UnmarshallerContext context) {
return CompleteAddressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/CorrectAddressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class CorrectAddressRequest extends RpcAcsRequest<CorrectAddressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public CorrectAddressRequest() {
super("address-purification", "2019-11-18", "CorrectAddress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<CorrectAddressResponse> getResponseClass() {
return CorrectAddressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/CorrectAddressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.CorrectAddressResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CorrectAddressResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public CorrectAddressResponse getInstance(UnmarshallerContext context) {
return CorrectAddressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractAddressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractAddressRequest extends RpcAcsRequest<ExtractAddressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractAddressRequest() {
super("address-purification", "2019-11-18", "ExtractAddress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractAddressResponse> getResponseClass() {
return ExtractAddressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractAddressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.ExtractAddressResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractAddressResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExtractAddressResponse getInstance(UnmarshallerContext context) {
return ExtractAddressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractExpressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractExpressRequest extends RpcAcsRequest<ExtractExpressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractExpressRequest() {
super("address-purification", "2019-11-18", "ExtractExpress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractExpressResponse> getResponseClass() {
return ExtractExpressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractExpressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.ExtractExpressResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractExpressResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public ExtractExpressResponse getInstance(UnmarshallerContext context) {
return ExtractExpressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractNameRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractNameRequest extends RpcAcsRequest<ExtractNameResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractNameRequest() {
super("address-purification", "2019-11-18", "ExtractName", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractNameResponse> getResponseClass() {
return ExtractNameResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractNameResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.ExtractNameResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractNameResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExtractNameResponse getInstance(UnmarshallerContext context) {
return ExtractNameResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractPhoneRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class ExtractPhoneRequest extends RpcAcsRequest<ExtractPhoneResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public ExtractPhoneRequest() {
super("address-purification", "2019-11-18", "ExtractPhone", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<ExtractPhoneResponse> getResponseClass() {
return ExtractPhoneResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/ExtractPhoneResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.ExtractPhoneResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExtractPhoneResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ExtractPhoneResponse getInstance(UnmarshallerContext context) {
return ExtractPhoneResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressBlockMappingRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressBlockMappingRequest extends RpcAcsRequest<GetAddressBlockMappingResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressBlockMappingRequest() {
super("address-purification", "2019-11-18", "GetAddressBlockMapping", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressBlockMappingResponse> getResponseClass() {
return GetAddressBlockMappingResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressBlockMappingResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressBlockMappingResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressBlockMappingResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressBlockMappingResponse getInstance(UnmarshallerContext context) {
return GetAddressBlockMappingResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressDivisionCodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressDivisionCodeRequest extends RpcAcsRequest<GetAddressDivisionCodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressDivisionCodeRequest() {
super("address-purification", "2019-11-18", "GetAddressDivisionCode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressDivisionCodeResponse> getResponseClass() {
return GetAddressDivisionCodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressDivisionCodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressDivisionCodeResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressDivisionCodeResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public GetAddressDivisionCodeResponse getInstance(UnmarshallerContext context) {
return GetAddressDivisionCodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressEvaluateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressEvaluateRequest extends RpcAcsRequest<GetAddressEvaluateResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressEvaluateRequest() {
super("address-purification", "2019-11-18", "GetAddressEvaluate", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressEvaluateResponse> getResponseClass() {
return GetAddressEvaluateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressEvaluateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressEvaluateResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressEvaluateResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressEvaluateResponse getInstance(UnmarshallerContext context) {
return GetAddressEvaluateResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressGeocodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressGeocodeRequest extends RpcAcsRequest<GetAddressGeocodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressGeocodeRequest() {
super("address-purification", "2019-11-18", "GetAddressGeocode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressGeocodeResponse> getResponseClass() {
return GetAddressGeocodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressGeocodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressGeocodeResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressGeocodeResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressGeocodeResponse getInstance(UnmarshallerContext context) {
return GetAddressGeocodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressSearchRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressSearchRequest extends RpcAcsRequest<GetAddressSearchResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressSearchRequest() {
super("address-purification", "2019-11-18", "GetAddressSearch", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressSearchResponse> getResponseClass() {
return GetAddressSearchResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressSearchResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressSearchResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressSearchResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetAddressSearchResponse getInstance(UnmarshallerContext context) {
return GetAddressSearchResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressSimilarityRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetAddressSimilarityRequest extends RpcAcsRequest<GetAddressSimilarityResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetAddressSimilarityRequest() {
super("address-purification", "2019-11-18", "GetAddressSimilarity", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetAddressSimilarityResponse> getResponseClass() {
return GetAddressSimilarityResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetAddressSimilarityResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetAddressSimilarityResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAddressSimilarityResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public GetAddressSimilarityResponse getInstance(UnmarshallerContext context) {
return GetAddressSimilarityResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetInputSearchRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetInputSearchRequest extends RpcAcsRequest<GetInputSearchResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetInputSearchRequest() {
super("address-purification", "2019-11-18", "GetInputSearch", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetInputSearchResponse> getResponseClass() {
return GetInputSearchResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetInputSearchResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetInputSearchResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetInputSearchResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetInputSearchResponse getInstance(UnmarshallerContext context) {
return GetInputSearchResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetZipcodeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class GetZipcodeRequest extends RpcAcsRequest<GetZipcodeResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public GetZipcodeRequest() {
super("address-purification", "2019-11-18", "GetZipcode", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetZipcodeResponse> getResponseClass() {
return GetZipcodeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/GetZipcodeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.GetZipcodeResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetZipcodeResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetZipcodeResponse getInstance(UnmarshallerContext context) {
return GetZipcodeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/PredictPOIRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class PredictPOIRequest extends RpcAcsRequest<PredictPOIResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public PredictPOIRequest() {
super("address-purification", "2019-11-18", "PredictPOI", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<PredictPOIResponse> getResponseClass() {
return PredictPOIResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/PredictPOIResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.PredictPOIResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class PredictPOIResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public PredictPOIResponse getInstance(UnmarshallerContext context) {
return PredictPOIResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/StructureAddressRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class StructureAddressRequest extends RpcAcsRequest<StructureAddressResponse> {
private String defaultProvince;
private String serviceCode;
private String defaultCity;
private String defaultDistrict;
private String appKey;
private String text;
public StructureAddressRequest() {
super("address-purification", "2019-11-18", "StructureAddress", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<StructureAddressResponse> getResponseClass() {
return StructureAddressResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/StructureAddressResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.StructureAddressResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class StructureAddressResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public StructureAddressResponse getInstance(UnmarshallerContext context) {
return StructureAddressResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/TransferCoordRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class TransferCoordRequest extends RpcAcsRequest<TransferCoordResponse> {
private String defaultProvince;
private String srcCoord;
private String defaultCity;
private String text;
private String serviceCode;
private String defaultDistrict;
private String appKey;
public TransferCoordRequest() {
super("address-purification", "2019-11-18", "TransferCoord", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getDefaultProvince() {
return this.defaultProvince;
}
public void setDefaultProvince(String defaultProvince) {
this.defaultProvince = defaultProvince;
if(defaultProvince != null){
putBodyParameter("DefaultProvince", defaultProvince);
}
}
public String getSrcCoord() {
return this.srcCoord;
}
public void setSrcCoord(String srcCoord) {
this.srcCoord = srcCoord;
if(srcCoord != null){
putBodyParameter("SrcCoord", srcCoord);
}
}
public String getDefaultCity() {
return this.defaultCity;
}
public void setDefaultCity(String defaultCity) {
this.defaultCity = defaultCity;
if(defaultCity != null){
putBodyParameter("DefaultCity", defaultCity);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getDefaultDistrict() {
return this.defaultDistrict;
}
public void setDefaultDistrict(String defaultDistrict) {
this.defaultDistrict = defaultDistrict;
if(defaultDistrict != null){
putBodyParameter("DefaultDistrict", defaultDistrict);
}
}
public String getAppKey() {
return this.appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
if(appKey != null){
putBodyParameter("AppKey", appKey);
}
}
@Override
public Class<TransferCoordResponse> getResponseClass() {
return TransferCoordResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/TransferCoordResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.TransferCoordResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class TransferCoordResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public TransferCoordResponse getInstance(UnmarshallerContext context) {
return TransferCoordResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/UpdateProjectRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.RpcAcsRequest;
import com.aliyuncs.v5.http.MethodType;
import com.aliyuncs.v5.address_purification.Endpoint;
/**
* @author auto create
* @version
*/
public class UpdateProjectRequest extends RpcAcsRequest<UpdateProjectResponse> {
private String serviceCode;
private String parameters;
public UpdateProjectRequest() {
super("address-purification", "2019-11-18", "UpdateProject", "addrp");
setMethod(MethodType.POST);
try {
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getParameters() {
return this.parameters;
}
public void setParameters(String parameters) {
this.parameters = parameters;
if(parameters != null){
putBodyParameter("Parameters", parameters);
}
}
@Override
public Class<UpdateProjectResponse> getResponseClass() {
return UpdateProjectResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/model/v20191118/UpdateProjectResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.model.v20191118;
import com.aliyuncs.v5.AcsResponse;
import com.aliyuncs.v5.address_purification.transform.v20191118.UpdateProjectResponseUnmarshaller;
import com.aliyuncs.v5.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UpdateProjectResponse extends AcsResponse {
private String data;
private String requestId;
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public UpdateProjectResponse getInstance(UnmarshallerContext context) {
return UpdateProjectResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/ClassifyPOIResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.ClassifyPOIResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class ClassifyPOIResponseUnmarshaller {
public static ClassifyPOIResponse unmarshall(ClassifyPOIResponse classifyPOIResponse, UnmarshallerContext _ctx) {
classifyPOIResponse.setRequestId(_ctx.stringValue("ClassifyPOIResponse.RequestId"));
classifyPOIResponse.setData(_ctx.stringValue("ClassifyPOIResponse.Data"));
return classifyPOIResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/CompleteAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.CompleteAddressResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class CompleteAddressResponseUnmarshaller {
public static CompleteAddressResponse unmarshall(CompleteAddressResponse completeAddressResponse, UnmarshallerContext _ctx) {
completeAddressResponse.setRequestId(_ctx.stringValue("CompleteAddressResponse.RequestId"));
completeAddressResponse.setData(_ctx.stringValue("CompleteAddressResponse.Data"));
return completeAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/CorrectAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.CorrectAddressResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class CorrectAddressResponseUnmarshaller {
public static CorrectAddressResponse unmarshall(CorrectAddressResponse correctAddressResponse, UnmarshallerContext _ctx) {
correctAddressResponse.setRequestId(_ctx.stringValue("CorrectAddressResponse.RequestId"));
correctAddressResponse.setData(_ctx.stringValue("CorrectAddressResponse.Data"));
return correctAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/ExtractAddressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.ExtractAddressResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class ExtractAddressResponseUnmarshaller {
public static ExtractAddressResponse unmarshall(ExtractAddressResponse extractAddressResponse, UnmarshallerContext _ctx) {
extractAddressResponse.setRequestId(_ctx.stringValue("ExtractAddressResponse.RequestId"));
extractAddressResponse.setData(_ctx.stringValue("ExtractAddressResponse.Data"));
return extractAddressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/ExtractExpressResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.ExtractExpressResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class ExtractExpressResponseUnmarshaller {
public static ExtractExpressResponse unmarshall(ExtractExpressResponse extractExpressResponse, UnmarshallerContext _ctx) {
extractExpressResponse.setRequestId(_ctx.stringValue("ExtractExpressResponse.RequestId"));
extractExpressResponse.setData(_ctx.stringValue("ExtractExpressResponse.Data"));
return extractExpressResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/ExtractNameResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.ExtractNameResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class ExtractNameResponseUnmarshaller {
public static ExtractNameResponse unmarshall(ExtractNameResponse extractNameResponse, UnmarshallerContext _ctx) {
extractNameResponse.setRequestId(_ctx.stringValue("ExtractNameResponse.RequestId"));
extractNameResponse.setData(_ctx.stringValue("ExtractNameResponse.Data"));
return extractNameResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/ExtractPhoneResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.ExtractPhoneResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class ExtractPhoneResponseUnmarshaller {
public static ExtractPhoneResponse unmarshall(ExtractPhoneResponse extractPhoneResponse, UnmarshallerContext _ctx) {
extractPhoneResponse.setRequestId(_ctx.stringValue("ExtractPhoneResponse.RequestId"));
extractPhoneResponse.setData(_ctx.stringValue("ExtractPhoneResponse.Data"));
return extractPhoneResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressBlockMappingResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressBlockMappingResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressBlockMappingResponseUnmarshaller {
public static GetAddressBlockMappingResponse unmarshall(GetAddressBlockMappingResponse getAddressBlockMappingResponse, UnmarshallerContext _ctx) {
getAddressBlockMappingResponse.setRequestId(_ctx.stringValue("GetAddressBlockMappingResponse.RequestId"));
getAddressBlockMappingResponse.setData(_ctx.stringValue("GetAddressBlockMappingResponse.Data"));
return getAddressBlockMappingResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressDivisionCodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressDivisionCodeResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressDivisionCodeResponseUnmarshaller {
public static GetAddressDivisionCodeResponse unmarshall(GetAddressDivisionCodeResponse getAddressDivisionCodeResponse, UnmarshallerContext _ctx) {
getAddressDivisionCodeResponse.setRequestId(_ctx.stringValue("GetAddressDivisionCodeResponse.RequestId"));
getAddressDivisionCodeResponse.setData(_ctx.stringValue("GetAddressDivisionCodeResponse.Data"));
return getAddressDivisionCodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressEvaluateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressEvaluateResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressEvaluateResponseUnmarshaller {
public static GetAddressEvaluateResponse unmarshall(GetAddressEvaluateResponse getAddressEvaluateResponse, UnmarshallerContext _ctx) {
getAddressEvaluateResponse.setRequestId(_ctx.stringValue("GetAddressEvaluateResponse.RequestId"));
getAddressEvaluateResponse.setData(_ctx.stringValue("GetAddressEvaluateResponse.Data"));
return getAddressEvaluateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressGeocodeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressGeocodeResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressGeocodeResponseUnmarshaller {
public static GetAddressGeocodeResponse unmarshall(GetAddressGeocodeResponse getAddressGeocodeResponse, UnmarshallerContext _ctx) {
getAddressGeocodeResponse.setRequestId(_ctx.stringValue("GetAddressGeocodeResponse.RequestId"));
getAddressGeocodeResponse.setData(_ctx.stringValue("GetAddressGeocodeResponse.Data"));
return getAddressGeocodeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform
|
java-sources/com/aliyun/aliyun-java-sdk-address-purification-v5/1.0.0/com/aliyuncs/v5/address_purification/transform/v20191118/GetAddressSearchResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.v5.address_purification.transform.v20191118;
import com.aliyuncs.v5.address_purification.model.v20191118.GetAddressSearchResponse;
import com.aliyuncs.v5.transform.UnmarshallerContext;
public class GetAddressSearchResponseUnmarshaller {
public static GetAddressSearchResponse unmarshall(GetAddressSearchResponse getAddressSearchResponse, UnmarshallerContext _ctx) {
getAddressSearchResponse.setRequestId(_ctx.stringValue("GetAddressSearchResponse.RequestId"));
getAddressSearchResponse.setData(_ctx.stringValue("GetAddressSearchResponse.Data"));
return getAddressSearchResponse;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.