index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/GetTranslateImageBatchResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import java.util.ArrayList; import java.util.List; import com.aliyuncs.alimt.model.v20181012.GetTranslateImageBatchResultResponse; import com.aliyuncs.alimt.model.v20181012.GetTranslateImageBatchResultResponse.Data; import com.aliyuncs.alimt.model.v20181012.GetTranslateImageBatchResultResponse.Data.CertificateImageTranslateResult; import com.aliyuncs.transform.UnmarshallerContext; public class GetTranslateImageBatchResultResponseUnmarshaller { public static GetTranslateImageBatchResultResponse unmarshall(GetTranslateImageBatchResultResponse getTranslateImageBatchResultResponse, UnmarshallerContext _ctx) { getTranslateImageBatchResultResponse.setRequestId(_ctx.stringValue("GetTranslateImageBatchResultResponse.RequestId")); getTranslateImageBatchResultResponse.setCode(_ctx.integerValue("GetTranslateImageBatchResultResponse.Code")); getTranslateImageBatchResultResponse.setMessage(_ctx.stringValue("GetTranslateImageBatchResultResponse.Message")); Data data = new Data(); data.setStatus(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Status")); List<CertificateImageTranslateResult> result = new ArrayList<CertificateImageTranslateResult>(); for (int i = 0; i < _ctx.lengthValue("GetTranslateImageBatchResultResponse.Data.Result.Length"); i++) { CertificateImageTranslateResult certificateImageTranslateResult = new CertificateImageTranslateResult(); certificateImageTranslateResult.setInPaintingUrl(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].InPaintingUrl")); certificateImageTranslateResult.setFinalImageUrl(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].FinalImageUrl")); certificateImageTranslateResult.setTemplateJson(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].TemplateJson")); certificateImageTranslateResult.setSourceImageUrl(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].SourceImageUrl")); certificateImageTranslateResult.setCode(_ctx.integerValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].Code")); certificateImageTranslateResult.setMessage(_ctx.stringValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].Message")); certificateImageTranslateResult.setSuccess(_ctx.booleanValue("GetTranslateImageBatchResultResponse.Data.Result["+ i +"].Success")); result.add(certificateImageTranslateResult); } data.setResult(result); getTranslateImageBatchResultResponse.setData(data); return getTranslateImageBatchResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/GetTranslateReportResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.GetTranslateReportResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetTranslateReportResponseUnmarshaller { public static GetTranslateReportResponse unmarshall(GetTranslateReportResponse getTranslateReportResponse, UnmarshallerContext _ctx) { getTranslateReportResponse.setRequestId(_ctx.stringValue("GetTranslateReportResponse.RequestId")); getTranslateReportResponse.setCode(_ctx.integerValue("GetTranslateReportResponse.Code")); getTranslateReportResponse.setMessage(_ctx.stringValue("GetTranslateReportResponse.Message")); getTranslateReportResponse.setData(_ctx.stringValue("GetTranslateReportResponse.Data")); return getTranslateReportResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/OpenAlimtServiceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.OpenAlimtServiceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class OpenAlimtServiceResponseUnmarshaller { public static OpenAlimtServiceResponse unmarshall(OpenAlimtServiceResponse openAlimtServiceResponse, UnmarshallerContext _ctx) { openAlimtServiceResponse.setRequestId(_ctx.stringValue("OpenAlimtServiceResponse.RequestId")); openAlimtServiceResponse.setOrderId(_ctx.stringValue("OpenAlimtServiceResponse.OrderId")); return openAlimtServiceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateCertificateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import java.util.ArrayList; import java.util.List; import com.aliyuncs.alimt.model.v20181012.TranslateCertificateResponse; import com.aliyuncs.alimt.model.v20181012.TranslateCertificateResponse.Data; import com.aliyuncs.alimt.model.v20181012.TranslateCertificateResponse.Data.CertificateTranslateItemDTO; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateCertificateResponseUnmarshaller { public static TranslateCertificateResponse unmarshall(TranslateCertificateResponse translateCertificateResponse, UnmarshallerContext _ctx) { translateCertificateResponse.setRequestId(_ctx.stringValue("TranslateCertificateResponse.RequestId")); Data data = new Data(); List<CertificateTranslateItemDTO> translatedValues = new ArrayList<CertificateTranslateItemDTO>(); for (int i = 0; i < _ctx.lengthValue("TranslateCertificateResponse.Data.TranslatedValues.Length"); i++) { CertificateTranslateItemDTO certificateTranslateItemDTO = new CertificateTranslateItemDTO(); certificateTranslateItemDTO.setKeyTranslation(_ctx.stringValue("TranslateCertificateResponse.Data.TranslatedValues["+ i +"].KeyTranslation")); certificateTranslateItemDTO.setKey(_ctx.stringValue("TranslateCertificateResponse.Data.TranslatedValues["+ i +"].Key")); certificateTranslateItemDTO.setValue(_ctx.stringValue("TranslateCertificateResponse.Data.TranslatedValues["+ i +"].Value")); certificateTranslateItemDTO.setValueTranslation(_ctx.stringValue("TranslateCertificateResponse.Data.TranslatedValues["+ i +"].ValueTranslation")); translatedValues.add(certificateTranslateItemDTO); } data.setTranslatedValues(translatedValues); translateCertificateResponse.setData(data); return translateCertificateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateECommerceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.TranslateECommerceResponse; import com.aliyuncs.alimt.model.v20181012.TranslateECommerceResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateECommerceResponseUnmarshaller { public static TranslateECommerceResponse unmarshall(TranslateECommerceResponse translateECommerceResponse, UnmarshallerContext _ctx) { translateECommerceResponse.setRequestId(_ctx.stringValue("TranslateECommerceResponse.RequestId")); translateECommerceResponse.setCode(_ctx.integerValue("TranslateECommerceResponse.Code")); translateECommerceResponse.setMessage(_ctx.stringValue("TranslateECommerceResponse.Message")); Data data = new Data(); data.setTranslated(_ctx.stringValue("TranslateECommerceResponse.Data.Translated")); data.setWordCount(_ctx.stringValue("TranslateECommerceResponse.Data.WordCount")); translateECommerceResponse.setData(data); return translateECommerceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateGeneralResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.TranslateGeneralResponse; import com.aliyuncs.alimt.model.v20181012.TranslateGeneralResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateGeneralResponseUnmarshaller { public static TranslateGeneralResponse unmarshall(TranslateGeneralResponse translateGeneralResponse, UnmarshallerContext _ctx) { translateGeneralResponse.setRequestId(_ctx.stringValue("TranslateGeneralResponse.RequestId")); translateGeneralResponse.setCode(_ctx.integerValue("TranslateGeneralResponse.Code")); translateGeneralResponse.setMessage(_ctx.stringValue("TranslateGeneralResponse.Message")); Data data = new Data(); data.setTranslated(_ctx.stringValue("TranslateGeneralResponse.Data.Translated")); data.setWordCount(_ctx.stringValue("TranslateGeneralResponse.Data.WordCount")); translateGeneralResponse.setData(data); return translateGeneralResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateImageBatchResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.TranslateImageBatchResponse; import com.aliyuncs.alimt.model.v20181012.TranslateImageBatchResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateImageBatchResponseUnmarshaller { public static TranslateImageBatchResponse unmarshall(TranslateImageBatchResponse translateImageBatchResponse, UnmarshallerContext _ctx) { translateImageBatchResponse.setRequestId(_ctx.stringValue("TranslateImageBatchResponse.RequestId")); translateImageBatchResponse.setMessage(_ctx.stringValue("TranslateImageBatchResponse.Message")); translateImageBatchResponse.setCode(_ctx.integerValue("TranslateImageBatchResponse.Code")); Data data = new Data(); data.setTaskId(_ctx.stringValue("TranslateImageBatchResponse.Data.TaskId")); translateImageBatchResponse.setData(data); return translateImageBatchResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateImageResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.TranslateImageResponse; import com.aliyuncs.alimt.model.v20181012.TranslateImageResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateImageResponseUnmarshaller { public static TranslateImageResponse unmarshall(TranslateImageResponse translateImageResponse, UnmarshallerContext _ctx) { translateImageResponse.setRequestId(_ctx.stringValue("TranslateImageResponse.RequestId")); translateImageResponse.setCode(_ctx.integerValue("TranslateImageResponse.Code")); translateImageResponse.setMessage(_ctx.stringValue("TranslateImageResponse.Message")); Data data = new Data(); data.setInPaintingUrl(_ctx.stringValue("TranslateImageResponse.Data.InPaintingUrl")); data.setTemplateJson(_ctx.stringValue("TranslateImageResponse.Data.TemplateJson")); data.setFinalImageUrl(_ctx.stringValue("TranslateImageResponse.Data.FinalImageUrl")); translateImageResponse.setData(data); return translateImageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform
java-sources/com/aliyun/aliyun-java-sdk-alimt/3.2.0/com/aliyuncs/alimt/transform/v20181012/TranslateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alimt.transform.v20181012; import com.aliyuncs.alimt.model.v20181012.TranslateResponse; import com.aliyuncs.alimt.model.v20181012.TranslateResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class TranslateResponseUnmarshaller { public static TranslateResponse unmarshall(TranslateResponse translateResponse, UnmarshallerContext _ctx) { translateResponse.setRequestId(_ctx.stringValue("TranslateResponse.RequestId")); translateResponse.setCode(_ctx.integerValue("TranslateResponse.Code")); translateResponse.setMessage(_ctx.stringValue("TranslateResponse.Message")); Data data = new Data(); data.setTranslated(_ctx.stringValue("TranslateResponse.Data.Translated")); data.setWordCount(_ctx.stringValue("TranslateResponse.Data.WordCount")); translateResponse.setData(data); return translateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/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.alinlp; 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-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADClockRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class ADClockRequest extends RpcAcsRequest<ADClockResponse> { private String params; private String serviceCode; public ADClockRequest() { super("alinlp", "2020-06-29", "ADClock", "alinlp"); 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 getParams() { return this.params; } public void setParams(String params) { this.params = params; if(params != null){ putBodyParameter("Params", params); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } @Override public Class<ADClockResponse> getResponseClass() { return ADClockResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADClockResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.ADClockResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ADClockResponse 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 ADClockResponse getInstance(UnmarshallerContext context) { return ADClockResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMMURequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class ADMMURequest extends RpcAcsRequest<ADMMUResponse> { private String params; private String serviceCode; public ADMMURequest() { super("alinlp", "2020-06-29", "ADMMU", "alinlp"); 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 getParams() { return this.params; } public void setParams(String params) { this.params = params; if(params != null){ putBodyParameter("Params", params); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } @Override public Class<ADMMUResponse> getResponseClass() { return ADMMUResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMMUResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.ADMMUResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ADMMUResponse 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 ADMMUResponse getInstance(UnmarshallerContext context) { return ADMMUResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMiniCogRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class ADMiniCogRequest extends RpcAcsRequest<ADMiniCogResponse> { private String params; private String serviceCode; public ADMiniCogRequest() { super("alinlp", "2020-06-29", "ADMiniCog", "alinlp"); 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 getParams() { return this.params; } public void setParams(String params) { this.params = params; if(params != null){ putBodyParameter("Params", params); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } @Override public Class<ADMiniCogResponse> getResponseClass() { return ADMiniCogResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMiniCogResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.ADMiniCogResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ADMiniCogResponse 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 ADMiniCogResponse getInstance(UnmarshallerContext context) { return ADMiniCogResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMiniCogResultRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class ADMiniCogResultRequest extends RpcAcsRequest<ADMiniCogResultResponse> { private String params; private String serviceCode; public ADMiniCogResultRequest() { super("alinlp", "2020-06-29", "ADMiniCogResult", "alinlp"); 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 getParams() { return this.params; } public void setParams(String params) { this.params = params; if(params != null){ putBodyParameter("Params", params); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } @Override public Class<ADMiniCogResultResponse> getResponseClass() { return ADMiniCogResultResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ADMiniCogResultResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.ADMiniCogResultResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ADMiniCogResultResponse 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 ADMiniCogResultResponse getInstance(UnmarshallerContext context) { return ADMiniCogResultResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetBrandChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetBrandChEcomRequest extends RpcAcsRequest<GetBrandChEcomResponse> { private String serviceCode; private String imageUrl; private String text; public GetBrandChEcomRequest() { super("alinlp", "2020-06-29", "GetBrandChEcom", "alinlp"); 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 getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putBodyParameter("ImageUrl", imageUrl); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetBrandChEcomResponse> getResponseClass() { return GetBrandChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetBrandChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetBrandChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBrandChEcomResponse 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 GetBrandChEcomResponse getInstance(UnmarshallerContext context) { return GetBrandChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetCateChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetCateChEcomRequest extends RpcAcsRequest<GetCateChEcomResponse> { private String serviceCode; private String imageUrl; private String text; public GetCateChEcomRequest() { super("alinlp", "2020-06-29", "GetCateChEcom", "alinlp"); 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 getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putBodyParameter("ImageUrl", imageUrl); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetCateChEcomResponse> getResponseClass() { return GetCateChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetCateChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetCateChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCateChEcomResponse 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 GetCateChEcomResponse getInstance(UnmarshallerContext context) { return GetCateChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetCheckDuplicationChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetCheckDuplicationChMedicalRequest extends RpcAcsRequest<GetCheckDuplicationChMedicalResponse> { private String serviceCode; private String originT; private String originQ; public GetCheckDuplicationChMedicalRequest() { super("alinlp", "2020-06-29", "GetCheckDuplicationChMedical", "alinlp"); 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 getOriginT() { return this.originT; } public void setOriginT(String originT) { this.originT = originT; if(originT != null){ putBodyParameter("OriginT", originT); } } public String getOriginQ() { return this.originQ; } public void setOriginQ(String originQ) { this.originQ = originQ; if(originQ != null){ putBodyParameter("OriginQ", originQ); } } @Override public Class<GetCheckDuplicationChMedicalResponse> getResponseClass() { return GetCheckDuplicationChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetCheckDuplicationChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetCheckDuplicationChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCheckDuplicationChMedicalResponse 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 GetCheckDuplicationChMedicalResponse getInstance(UnmarshallerContext context) { return GetCheckDuplicationChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDiagnosisChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetDiagnosisChMedicalRequest extends RpcAcsRequest<GetDiagnosisChMedicalResponse> { private String serviceCode; private String name; public GetDiagnosisChMedicalRequest() { super("alinlp", "2020-06-29", "GetDiagnosisChMedical", "alinlp"); 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 getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putBodyParameter("Name", name); } } @Override public Class<GetDiagnosisChMedicalResponse> getResponseClass() { return GetDiagnosisChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDiagnosisChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetDiagnosisChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDiagnosisChMedicalResponse 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 GetDiagnosisChMedicalResponse getInstance(UnmarshallerContext context) { return GetDiagnosisChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetDpChEcomRequest extends RpcAcsRequest<GetDpChEcomResponse> { private String serviceCode; private String text; public GetDpChEcomRequest() { super("alinlp", "2020-06-29", "GetDpChEcom", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetDpChEcomResponse> getResponseClass() { return GetDpChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetDpChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDpChEcomResponse 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 GetDpChEcomResponse getInstance(UnmarshallerContext context) { return GetDpChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChGeneralCTBRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetDpChGeneralCTBRequest extends RpcAcsRequest<GetDpChGeneralCTBResponse> { private String serviceCode; private String text; public GetDpChGeneralCTBRequest() { super("alinlp", "2020-06-29", "GetDpChGeneralCTB", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetDpChGeneralCTBResponse> getResponseClass() { return GetDpChGeneralCTBResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChGeneralCTBResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetDpChGeneralCTBResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDpChGeneralCTBResponse 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 GetDpChGeneralCTBResponse getInstance(UnmarshallerContext context) { return GetDpChGeneralCTBResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChGeneralStanfordRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetDpChGeneralStanfordRequest extends RpcAcsRequest<GetDpChGeneralStanfordResponse> { private String serviceCode; private String text; public GetDpChGeneralStanfordRequest() { super("alinlp", "2020-06-29", "GetDpChGeneralStanford", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetDpChGeneralStanfordResponse> getResponseClass() { return GetDpChGeneralStanfordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetDpChGeneralStanfordResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetDpChGeneralStanfordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDpChGeneralStanfordResponse 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 GetDpChGeneralStanfordResponse getInstance(UnmarshallerContext context) { return GetDpChGeneralStanfordResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEcChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetEcChGeneralRequest extends RpcAcsRequest<GetEcChGeneralResponse> { private String serviceCode; private String text; public GetEcChGeneralRequest() { super("alinlp", "2020-06-29", "GetEcChGeneral", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetEcChGeneralResponse> getResponseClass() { return GetEcChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEcChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetEcChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEcChGeneralResponse 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 GetEcChGeneralResponse getInstance(UnmarshallerContext context) { return GetEcChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEcEnGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetEcEnGeneralRequest extends RpcAcsRequest<GetEcEnGeneralResponse> { private String serviceCode; private String text; public GetEcEnGeneralRequest() { super("alinlp", "2020-06-29", "GetEcEnGeneral", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetEcEnGeneralResponse> getResponseClass() { return GetEcEnGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEcEnGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetEcEnGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEcEnGeneralResponse 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 GetEcEnGeneralResponse getInstance(UnmarshallerContext context) { return GetEcEnGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEmbeddingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetEmbeddingRequest extends RpcAcsRequest<GetEmbeddingResponse> { private String serviceCode; private String text; private String textType; public GetEmbeddingRequest() { super("alinlp", "2020-06-29", "GetEmbedding", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getTextType() { return this.textType; } public void setTextType(String textType) { this.textType = textType; if(textType != null){ putBodyParameter("TextType", textType); } } @Override public Class<GetEmbeddingResponse> getResponseClass() { return GetEmbeddingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetEmbeddingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetEmbeddingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEmbeddingResponse 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 GetEmbeddingResponse getInstance(UnmarshallerContext context) { return GetEmbeddingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetItemPubChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetItemPubChEcomRequest extends RpcAcsRequest<GetItemPubChEcomResponse> { private String serviceCode; private String imageUrl; private String text; public GetItemPubChEcomRequest() { super("alinlp", "2020-06-29", "GetItemPubChEcom", "alinlp"); 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 getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putBodyParameter("ImageUrl", imageUrl); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetItemPubChEcomResponse> getResponseClass() { return GetItemPubChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetItemPubChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetItemPubChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetItemPubChEcomResponse 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 GetItemPubChEcomResponse getInstance(UnmarshallerContext context) { return GetItemPubChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetKeywordChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetKeywordChEcomRequest extends RpcAcsRequest<GetKeywordChEcomResponse> { private String apiVersion; private String serviceCode; private String text; public GetKeywordChEcomRequest() { super("alinlp", "2020-06-29", "GetKeywordChEcom", "alinlp"); 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 getApiVersion() { return this.apiVersion; } public void setApiVersion(String apiVersion) { this.apiVersion = apiVersion; if(apiVersion != null){ putBodyParameter("ApiVersion", apiVersion); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetKeywordChEcomResponse> getResponseClass() { return GetKeywordChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetKeywordChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetKeywordChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetKeywordChEcomResponse 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 GetKeywordChEcomResponse getInstance(UnmarshallerContext context) { return GetKeywordChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetKeywordEnEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetKeywordEnEcomRequest extends RpcAcsRequest<GetKeywordEnEcomResponse> { private String serviceCode; private String text; public GetKeywordEnEcomRequest() { super("alinlp", "2020-06-29", "GetKeywordEnEcom", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetKeywordEnEcomResponse> getResponseClass() { return GetKeywordEnEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetKeywordEnEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetKeywordEnEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetKeywordEnEcomResponse 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 GetKeywordEnEcomResponse getInstance(UnmarshallerContext context) { return GetKeywordEnEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetMedicineChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetMedicineChMedicalRequest extends RpcAcsRequest<GetMedicineChMedicalResponse> { private String factory; private String specification; private String unit; private String serviceCode; private String name; public GetMedicineChMedicalRequest() { super("alinlp", "2020-06-29", "GetMedicineChMedical", "alinlp"); 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 getFactory() { return this.factory; } public void setFactory(String factory) { this.factory = factory; if(factory != null){ putBodyParameter("Factory", factory); } } public String getSpecification() { return this.specification; } public void setSpecification(String specification) { this.specification = specification; if(specification != null){ putBodyParameter("Specification", specification); } } public String getUnit() { return this.unit; } public void setUnit(String unit) { this.unit = unit; if(unit != null){ putBodyParameter("Unit", unit); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putBodyParameter("Name", name); } } @Override public Class<GetMedicineChMedicalResponse> getResponseClass() { return GetMedicineChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetMedicineChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetMedicineChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetMedicineChMedicalResponse 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 GetMedicineChMedicalResponse getInstance(UnmarshallerContext context) { return GetMedicineChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetNerChEcomRequest extends RpcAcsRequest<GetNerChEcomResponse> { private String lexerId; private String serviceCode; private String text; public GetNerChEcomRequest() { super("alinlp", "2020-06-29", "GetNerChEcom", "alinlp"); 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 getLexerId() { return this.lexerId; } public void setLexerId(String lexerId) { this.lexerId = lexerId; if(lexerId != null){ putBodyParameter("LexerId", lexerId); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetNerChEcomResponse> getResponseClass() { return GetNerChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetNerChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetNerChEcomResponse 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 GetNerChEcomResponse getInstance(UnmarshallerContext context) { return GetNerChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetNerChMedicalRequest extends RpcAcsRequest<GetNerChMedicalResponse> { private String serviceCode; private String text; public GetNerChMedicalRequest() { super("alinlp", "2020-06-29", "GetNerChMedical", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetNerChMedicalResponse> getResponseClass() { return GetNerChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetNerChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetNerChMedicalResponse 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 GetNerChMedicalResponse getInstance(UnmarshallerContext context) { return GetNerChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerCustomizedChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetNerCustomizedChEcomRequest extends RpcAcsRequest<GetNerCustomizedChEcomResponse> { private String lexerId; private String serviceCode; private String text; public GetNerCustomizedChEcomRequest() { super("alinlp", "2020-06-29", "GetNerCustomizedChEcom", "alinlp"); 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 getLexerId() { return this.lexerId; } public void setLexerId(String lexerId) { this.lexerId = lexerId; if(lexerId != null){ putBodyParameter("LexerId", lexerId); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetNerCustomizedChEcomResponse> getResponseClass() { return GetNerCustomizedChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerCustomizedChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetNerCustomizedChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetNerCustomizedChEcomResponse 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 GetNerCustomizedChEcomResponse getInstance(UnmarshallerContext context) { return GetNerCustomizedChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerCustomizedSeaEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetNerCustomizedSeaEcomRequest extends RpcAcsRequest<GetNerCustomizedSeaEcomResponse> { private String language; private String serviceCode; private String text; public GetNerCustomizedSeaEcomRequest() { super("alinlp", "2020-06-29", "GetNerCustomizedSeaEcom", "alinlp"); 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 getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putBodyParameter("Language", language); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetNerCustomizedSeaEcomResponse> getResponseClass() { return GetNerCustomizedSeaEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetNerCustomizedSeaEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetNerCustomizedSeaEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetNerCustomizedSeaEcomResponse 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 GetNerCustomizedSeaEcomResponse getInstance(UnmarshallerContext context) { return GetNerCustomizedSeaEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOpenNLUHighRecallRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetOpenNLUHighRecallRequest extends RpcAcsRequest<GetOpenNLUHighRecallResponse> { private String sentence; private String labels; private String task; private String serviceCode; private String examples; public GetOpenNLUHighRecallRequest() { super("alinlp", "2020-06-29", "GetOpenNLUHighRecall", "alinlp"); 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 getSentence() { return this.sentence; } public void setSentence(String sentence) { this.sentence = sentence; if(sentence != null){ putBodyParameter("Sentence", sentence); } } public String getLabels() { return this.labels; } public void setLabels(String labels) { this.labels = labels; if(labels != null){ putBodyParameter("Labels", labels); } } public String getTask() { return this.task; } public void setTask(String task) { this.task = task; if(task != null){ putBodyParameter("Task", task); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getExamples() { return this.examples; } public void setExamples(String examples) { this.examples = examples; if(examples != null){ putBodyParameter("Examples", examples); } } @Override public Class<GetOpenNLUHighRecallResponse> getResponseClass() { return GetOpenNLUHighRecallResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOpenNLUHighRecallResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetOpenNLUHighRecallResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOpenNLUHighRecallResponse 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 GetOpenNLUHighRecallResponse getInstance(UnmarshallerContext context) { return GetOpenNLUHighRecallResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOpenNLURequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetOpenNLURequest extends RpcAcsRequest<GetOpenNLUResponse> { private String sentence; private String labels; private String task; private String serviceCode; private String examples; public GetOpenNLURequest() { super("alinlp", "2020-06-29", "GetOpenNLU", "alinlp"); 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 getSentence() { return this.sentence; } public void setSentence(String sentence) { this.sentence = sentence; if(sentence != null){ putBodyParameter("Sentence", sentence); } } public String getLabels() { return this.labels; } public void setLabels(String labels) { this.labels = labels; if(labels != null){ putBodyParameter("Labels", labels); } } public String getTask() { return this.task; } public void setTask(String task) { this.task = task; if(task != null){ putBodyParameter("Task", task); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getExamples() { return this.examples; } public void setExamples(String examples) { this.examples = examples; if(examples != null){ putBodyParameter("Examples", examples); } } @Override public Class<GetOpenNLUResponse> getResponseClass() { return GetOpenNLUResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOpenNLUResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetOpenNLUResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOpenNLUResponse 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 GetOpenNLUResponse getInstance(UnmarshallerContext context) { return GetOpenNLUResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOperationChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetOperationChMedicalRequest extends RpcAcsRequest<GetOperationChMedicalResponse> { private String serviceCode; private String name; public GetOperationChMedicalRequest() { super("alinlp", "2020-06-29", "GetOperationChMedical", "alinlp"); 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 getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putBodyParameter("Name", name); } } @Override public Class<GetOperationChMedicalResponse> getResponseClass() { return GetOperationChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetOperationChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetOperationChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOperationChMedicalResponse 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 GetOperationChMedicalResponse getInstance(UnmarshallerContext context) { return GetOperationChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPosChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetPosChEcomRequest extends RpcAcsRequest<GetPosChEcomResponse> { private String serviceCode; private String tokenizerId; private String text; private String outType; public GetPosChEcomRequest() { super("alinlp", "2020-06-29", "GetPosChEcom", "alinlp"); 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 getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOutType() { return this.outType; } public void setOutType(String outType) { this.outType = outType; if(outType != null){ putBodyParameter("OutType", outType); } } @Override public Class<GetPosChEcomResponse> getResponseClass() { return GetPosChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPosChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetPosChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPosChEcomResponse 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 GetPosChEcomResponse getInstance(UnmarshallerContext context) { return GetPosChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPosChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetPosChGeneralRequest extends RpcAcsRequest<GetPosChGeneralResponse> { private String serviceCode; private String tokenizerId; private String text; private String outType; public GetPosChGeneralRequest() { super("alinlp", "2020-06-29", "GetPosChGeneral", "alinlp"); 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 getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOutType() { return this.outType; } public void setOutType(String outType) { this.outType = outType; if(outType != null){ putBodyParameter("OutType", outType); } } @Override public Class<GetPosChGeneralResponse> getResponseClass() { return GetPosChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPosChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetPosChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPosChGeneralResponse 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 GetPosChGeneralResponse getInstance(UnmarshallerContext context) { return GetPosChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPriceChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetPriceChEcomRequest extends RpcAcsRequest<GetPriceChEcomResponse> { private String serviceCode; private String text; public GetPriceChEcomRequest() { super("alinlp", "2020-06-29", "GetPriceChEcom", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetPriceChEcomResponse> getResponseClass() { return GetPriceChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetPriceChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetPriceChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPriceChEcomResponse 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 GetPriceChEcomResponse getInstance(UnmarshallerContext context) { return GetPriceChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSSETestRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetSSETestRequest extends RpcAcsRequest<GetSSETestResponse> { private String params; private String serviceCode; public GetSSETestRequest() { super("alinlp", "2020-06-29", "GetSSETest", "alinlp"); setProtocol(ProtocolType.HTTPS); 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 getParams() { return this.params; } public void setParams(String params) { this.params = params; if(params != null){ putBodyParameter("Params", params); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } @Override public Class<GetSSETestResponse> getResponseClass() { return GetSSETestResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSSETestResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetSSETestResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSSETestResponse 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 GetSSETestResponse getInstance(UnmarshallerContext context) { return GetSSETestResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSaChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetSaChGeneralRequest extends RpcAcsRequest<GetSaChGeneralResponse> { private String serviceCode; private String text; public GetSaChGeneralRequest() { super("alinlp", "2020-06-29", "GetSaChGeneral", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetSaChGeneralResponse> getResponseClass() { return GetSaChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSaChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetSaChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSaChGeneralResponse 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 GetSaChGeneralResponse getInstance(UnmarshallerContext context) { return GetSaChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSaSeaEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetSaSeaEcomRequest extends RpcAcsRequest<GetSaSeaEcomResponse> { private String language; private String serviceCode; private String text; public GetSaSeaEcomRequest() { super("alinlp", "2020-06-29", "GetSaSeaEcom", "alinlp"); 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 getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putBodyParameter("Language", language); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetSaSeaEcomResponse> getResponseClass() { return GetSaSeaEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSaSeaEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetSaSeaEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSaSeaEcomResponse 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 GetSaSeaEcomResponse getInstance(UnmarshallerContext context) { return GetSaSeaEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetServiceDataImportStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetServiceDataImportStatusRequest extends RpcAcsRequest<GetServiceDataImportStatusResponse> { @SerializedName("dataImportIds") private List<Long> dataImportIds; public GetServiceDataImportStatusRequest() { super("alinlp", "2020-06-29", "GetServiceDataImportStatus", "alinlp"); 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 List<Long> getDataImportIds() { return this.dataImportIds; } public void setDataImportIds(List<Long> dataImportIds) { this.dataImportIds = dataImportIds; if (dataImportIds != null) { putBodyParameter("DataImportIds" , new Gson().toJson(dataImportIds)); } } @Override public Class<GetServiceDataImportStatusResponse> getResponseClass() { return GetServiceDataImportStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetServiceDataImportStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetServiceDataImportStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetServiceDataImportStatusResponse extends AcsResponse { @Override public GetServiceDataImportStatusResponse getInstance(UnmarshallerContext context) { return GetServiceDataImportStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSimilarityChMedicalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetSimilarityChMedicalRequest extends RpcAcsRequest<GetSimilarityChMedicalResponse> { private String serviceCode; private String originT; private String originQ; public GetSimilarityChMedicalRequest() { super("alinlp", "2020-06-29", "GetSimilarityChMedical", "alinlp"); 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 getOriginT() { return this.originT; } public void setOriginT(String originT) { this.originT = originT; if(originT != null){ putBodyParameter("OriginT", originT); } } public String getOriginQ() { return this.originQ; } public void setOriginQ(String originQ) { this.originQ = originQ; if(originQ != null){ putBodyParameter("OriginQ", originQ); } } @Override public Class<GetSimilarityChMedicalResponse> getResponseClass() { return GetSimilarityChMedicalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSimilarityChMedicalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetSimilarityChMedicalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSimilarityChMedicalResponse 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 GetSimilarityChMedicalResponse getInstance(UnmarshallerContext context) { return GetSimilarityChMedicalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSummaryChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetSummaryChEcomRequest extends RpcAcsRequest<GetSummaryChEcomResponse> { private String serviceCode; private String text; public GetSummaryChEcomRequest() { super("alinlp", "2020-06-29", "GetSummaryChEcom", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetSummaryChEcomResponse> getResponseClass() { return GetSummaryChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetSummaryChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetSummaryChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSummaryChEcomResponse 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 GetSummaryChEcomResponse getInstance(UnmarshallerContext context) { return GetSummaryChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTableQAServiceInfoByIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetTableQAServiceInfoByIdRequest extends RpcAcsRequest<GetTableQAServiceInfoByIdResponse> { private String serviceCode; private String serviceId; public GetTableQAServiceInfoByIdRequest() { super("alinlp", "2020-06-29", "GetTableQAServiceInfoById", "alinlp"); 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 getServiceId() { return this.serviceId; } public void setServiceId(String serviceId) { this.serviceId = serviceId; if(serviceId != null){ putBodyParameter("ServiceId", serviceId); } } @Override public Class<GetTableQAServiceInfoByIdResponse> getResponseClass() { return GetTableQAServiceInfoByIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTableQAServiceInfoByIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetTableQAServiceInfoByIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTableQAServiceInfoByIdResponse 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 GetTableQAServiceInfoByIdResponse getInstance(UnmarshallerContext context) { return GetTableQAServiceInfoByIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTcChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetTcChEcomRequest extends RpcAcsRequest<GetTcChEcomResponse> { private String serviceCode; private String text; public GetTcChEcomRequest() { super("alinlp", "2020-06-29", "GetTcChEcom", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetTcChEcomResponse> getResponseClass() { return GetTcChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTcChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetTcChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTcChEcomResponse 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 GetTcChEcomResponse getInstance(UnmarshallerContext context) { return GetTcChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTcChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetTcChGeneralRequest extends RpcAcsRequest<GetTcChGeneralResponse> { private String serviceCode; private String text; public GetTcChGeneralRequest() { super("alinlp", "2020-06-29", "GetTcChGeneral", "alinlp"); 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 getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } @Override public Class<GetTcChGeneralResponse> getResponseClass() { return GetTcChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTcChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetTcChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTcChGeneralResponse 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 GetTcChGeneralResponse getInstance(UnmarshallerContext context) { return GetTcChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTsChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetTsChEcomRequest extends RpcAcsRequest<GetTsChEcomResponse> { private String type; private String serviceCode; private String originT; private String originQ; public GetTsChEcomRequest() { super("alinlp", "2020-06-29", "GetTsChEcom", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getOriginT() { return this.originT; } public void setOriginT(String originT) { this.originT = originT; if(originT != null){ putBodyParameter("OriginT", originT); } } public String getOriginQ() { return this.originQ; } public void setOriginQ(String originQ) { this.originQ = originQ; if(originQ != null){ putBodyParameter("OriginQ", originQ); } } @Override public Class<GetTsChEcomResponse> getResponseClass() { return GetTsChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetTsChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetTsChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTsChEcomResponse 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 GetTsChEcomResponse getInstance(UnmarshallerContext context) { return GetTsChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetUserUploadSignRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetUserUploadSignRequest extends RpcAcsRequest<GetUserUploadSignResponse> { private String serviceCode; public GetUserUploadSignRequest() { super("alinlp", "2020-06-29", "GetUserUploadSign", "alinlp"); 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); } } @Override public Class<GetUserUploadSignResponse> getResponseClass() { return GetUserUploadSignResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetUserUploadSignResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetUserUploadSignResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUserUploadSignResponse 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 GetUserUploadSignResponse getInstance(UnmarshallerContext context) { return GetUserUploadSignResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChCommentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWeChCommentRequest extends RpcAcsRequest<GetWeChCommentResponse> { private String type; private String serviceCode; private String size; private String tokenizerId; private String text; private String operation; public GetWeChCommentRequest() { super("alinlp", "2020-06-29", "GetWeChComment", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; if(size != null){ putBodyParameter("Size", size); } } public String getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putBodyParameter("Operation", operation); } } @Override public Class<GetWeChCommentResponse> getResponseClass() { return GetWeChCommentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChCommentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWeChCommentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWeChCommentResponse 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 GetWeChCommentResponse getInstance(UnmarshallerContext context) { return GetWeChCommentResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChEcomRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWeChEcomRequest extends RpcAcsRequest<GetWeChEcomResponse> { private String type; private String serviceCode; private String size; private String tokenizerId; private String text; private String operation; public GetWeChEcomRequest() { super("alinlp", "2020-06-29", "GetWeChEcom", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; if(size != null){ putBodyParameter("Size", size); } } public String getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putBodyParameter("Operation", operation); } } @Override public Class<GetWeChEcomResponse> getResponseClass() { return GetWeChEcomResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChEcomResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWeChEcomResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWeChEcomResponse 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 GetWeChEcomResponse getInstance(UnmarshallerContext context) { return GetWeChEcomResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChEntertainmentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWeChEntertainmentRequest extends RpcAcsRequest<GetWeChEntertainmentResponse> { private String type; private String serviceCode; private String size; private String tokenizerId; private String text; private String operation; public GetWeChEntertainmentRequest() { super("alinlp", "2020-06-29", "GetWeChEntertainment", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; if(size != null){ putBodyParameter("Size", size); } } public String getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putBodyParameter("Operation", operation); } } @Override public Class<GetWeChEntertainmentResponse> getResponseClass() { return GetWeChEntertainmentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChEntertainmentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWeChEntertainmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWeChEntertainmentResponse 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 GetWeChEntertainmentResponse getInstance(UnmarshallerContext context) { return GetWeChEntertainmentResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWeChGeneralRequest extends RpcAcsRequest<GetWeChGeneralResponse> { private String type; private String serviceCode; private String size; private String text; private String operation; public GetWeChGeneralRequest() { super("alinlp", "2020-06-29", "GetWeChGeneral", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; if(size != null){ putBodyParameter("Size", size); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putBodyParameter("Operation", operation); } } @Override public Class<GetWeChGeneralResponse> getResponseClass() { return GetWeChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWeChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWeChGeneralResponse 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 GetWeChGeneralResponse getInstance(UnmarshallerContext context) { return GetWeChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChSearchRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWeChSearchRequest extends RpcAcsRequest<GetWeChSearchResponse> { private String type; private String serviceCode; private String size; private String tokenizerId; private String text; private String operation; public GetWeChSearchRequest() { super("alinlp", "2020-06-29", "GetWeChSearch", "alinlp"); 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 getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putBodyParameter("Type", type); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putBodyParameter("ServiceCode", serviceCode); } } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; if(size != null){ putBodyParameter("Size", size); } } public String getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putBodyParameter("Operation", operation); } } @Override public Class<GetWeChSearchResponse> getResponseClass() { return GetWeChSearchResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWeChSearchResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWeChSearchResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWeChSearchResponse 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 GetWeChSearchResponse getInstance(UnmarshallerContext context) { return GetWeChSearchResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsChGeneralRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.alinlp.Endpoint; /** * @author auto create * @version */ public class GetWsChGeneralRequest extends RpcAcsRequest<GetWsChGeneralResponse> { private String serviceCode; private String tokenizerId; private String text; private String outType; public GetWsChGeneralRequest() { super("alinlp", "2020-06-29", "GetWsChGeneral", "alinlp"); 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 getTokenizerId() { return this.tokenizerId; } public void setTokenizerId(String tokenizerId) { this.tokenizerId = tokenizerId; if(tokenizerId != null){ putBodyParameter("TokenizerId", tokenizerId); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putBodyParameter("Text", text); } } public String getOutType() { return this.outType; } public void setOutType(String outType) { this.outType = outType; if(outType != null){ putBodyParameter("OutType", outType); } } @Override public Class<GetWsChGeneralResponse> getResponseClass() { return GetWsChGeneralResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsChGeneralResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.alinlp.model.v20200629; import com.aliyuncs.AcsResponse; import com.aliyuncs.alinlp.transform.v20200629.GetWsChGeneralResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWsChGeneralResponse 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 GetWsChGeneralResponse getInstance(UnmarshallerContext context) { return GetWsChGeneralResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }