index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetDpChGeneralCTBResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetDpChGeneralCTBResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetDpChGeneralCTBResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetDpChGeneralCTBResponseBody self = new GetDpChGeneralCTBResponseBody();
return TeaModel.build(map, self);
}
public GetDpChGeneralCTBResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetDpChGeneralCTBResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetDpChGeneralStanfordRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetDpChGeneralStanfordRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetDpChGeneralStanfordRequest build(java.util.Map<String, ?> map) throws Exception {
GetDpChGeneralStanfordRequest self = new GetDpChGeneralStanfordRequest();
return TeaModel.build(map, self);
}
public GetDpChGeneralStanfordRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetDpChGeneralStanfordRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetDpChGeneralStanfordResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetDpChGeneralStanfordResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetDpChGeneralStanfordResponseBody body;
public static GetDpChGeneralStanfordResponse build(java.util.Map<String, ?> map) throws Exception {
GetDpChGeneralStanfordResponse self = new GetDpChGeneralStanfordResponse();
return TeaModel.build(map, self);
}
public GetDpChGeneralStanfordResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetDpChGeneralStanfordResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetDpChGeneralStanfordResponse setBody(GetDpChGeneralStanfordResponseBody body) {
this.body = body;
return this;
}
public GetDpChGeneralStanfordResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetDpChGeneralStanfordResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetDpChGeneralStanfordResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetDpChGeneralStanfordResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetDpChGeneralStanfordResponseBody self = new GetDpChGeneralStanfordResponseBody();
return TeaModel.build(map, self);
}
public GetDpChGeneralStanfordResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetDpChGeneralStanfordResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcChGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcChGeneralRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetEcChGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetEcChGeneralRequest self = new GetEcChGeneralRequest();
return TeaModel.build(map, self);
}
public GetEcChGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetEcChGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcChGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcChGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetEcChGeneralResponseBody body;
public static GetEcChGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetEcChGeneralResponse self = new GetEcChGeneralResponse();
return TeaModel.build(map, self);
}
public GetEcChGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetEcChGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetEcChGeneralResponse setBody(GetEcChGeneralResponseBody body) {
this.body = body;
return this;
}
public GetEcChGeneralResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcChGeneralResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcChGeneralResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetEcChGeneralResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetEcChGeneralResponseBody self = new GetEcChGeneralResponseBody();
return TeaModel.build(map, self);
}
public GetEcChGeneralResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetEcChGeneralResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcEnGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcEnGeneralRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetEcEnGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetEcEnGeneralRequest self = new GetEcEnGeneralRequest();
return TeaModel.build(map, self);
}
public GetEcEnGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetEcEnGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcEnGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcEnGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetEcEnGeneralResponseBody body;
public static GetEcEnGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetEcEnGeneralResponse self = new GetEcEnGeneralResponse();
return TeaModel.build(map, self);
}
public GetEcEnGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetEcEnGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetEcEnGeneralResponse setBody(GetEcEnGeneralResponseBody body) {
this.body = body;
return this;
}
public GetEcEnGeneralResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEcEnGeneralResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEcEnGeneralResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetEcEnGeneralResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetEcEnGeneralResponseBody self = new GetEcEnGeneralResponseBody();
return TeaModel.build(map, self);
}
public GetEcEnGeneralResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetEcEnGeneralResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEmbeddingRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEmbeddingRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Text")
public String text;
@NameInMap("TextType")
public String textType;
public static GetEmbeddingRequest build(java.util.Map<String, ?> map) throws Exception {
GetEmbeddingRequest self = new GetEmbeddingRequest();
return TeaModel.build(map, self);
}
public GetEmbeddingRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetEmbeddingRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetEmbeddingRequest setTextType(String textType) {
this.textType = textType;
return this;
}
public String getTextType() {
return this.textType;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEmbeddingResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEmbeddingResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetEmbeddingResponseBody body;
public static GetEmbeddingResponse build(java.util.Map<String, ?> map) throws Exception {
GetEmbeddingResponse self = new GetEmbeddingResponse();
return TeaModel.build(map, self);
}
public GetEmbeddingResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetEmbeddingResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetEmbeddingResponse setBody(GetEmbeddingResponseBody body) {
this.body = body;
return this;
}
public GetEmbeddingResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetEmbeddingResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetEmbeddingResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetEmbeddingResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetEmbeddingResponseBody self = new GetEmbeddingResponseBody();
return TeaModel.build(map, self);
}
public GetEmbeddingResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetEmbeddingResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetItemPubChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetItemPubChEcomRequest extends TeaModel {
@NameInMap("ImageUrl")
public String imageUrl;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetItemPubChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetItemPubChEcomRequest self = new GetItemPubChEcomRequest();
return TeaModel.build(map, self);
}
public GetItemPubChEcomRequest setImageUrl(String imageUrl) {
this.imageUrl = imageUrl;
return this;
}
public String getImageUrl() {
return this.imageUrl;
}
public GetItemPubChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetItemPubChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetItemPubChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetItemPubChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetItemPubChEcomResponseBody body;
public static GetItemPubChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetItemPubChEcomResponse self = new GetItemPubChEcomResponse();
return TeaModel.build(map, self);
}
public GetItemPubChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetItemPubChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetItemPubChEcomResponse setBody(GetItemPubChEcomResponseBody body) {
this.body = body;
return this;
}
public GetItemPubChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetItemPubChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetItemPubChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetItemPubChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetItemPubChEcomResponseBody self = new GetItemPubChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetItemPubChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetItemPubChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordChEcomRequest extends TeaModel {
@NameInMap("ApiVersion")
public String apiVersion;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetKeywordChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetKeywordChEcomRequest self = new GetKeywordChEcomRequest();
return TeaModel.build(map, self);
}
public GetKeywordChEcomRequest setApiVersion(String apiVersion) {
this.apiVersion = apiVersion;
return this;
}
public String getApiVersion() {
return this.apiVersion;
}
public GetKeywordChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetKeywordChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetKeywordChEcomResponseBody body;
public static GetKeywordChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetKeywordChEcomResponse self = new GetKeywordChEcomResponse();
return TeaModel.build(map, self);
}
public GetKeywordChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetKeywordChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetKeywordChEcomResponse setBody(GetKeywordChEcomResponseBody body) {
this.body = body;
return this;
}
public GetKeywordChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetKeywordChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetKeywordChEcomResponseBody self = new GetKeywordChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetKeywordChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetKeywordChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordEnEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordEnEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetKeywordEnEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetKeywordEnEcomRequest self = new GetKeywordEnEcomRequest();
return TeaModel.build(map, self);
}
public GetKeywordEnEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetKeywordEnEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordEnEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordEnEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetKeywordEnEcomResponseBody body;
public static GetKeywordEnEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetKeywordEnEcomResponse self = new GetKeywordEnEcomResponse();
return TeaModel.build(map, self);
}
public GetKeywordEnEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetKeywordEnEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetKeywordEnEcomResponse setBody(GetKeywordEnEcomResponseBody body) {
this.body = body;
return this;
}
public GetKeywordEnEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetKeywordEnEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetKeywordEnEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetKeywordEnEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetKeywordEnEcomResponseBody self = new GetKeywordEnEcomResponseBody();
return TeaModel.build(map, self);
}
public GetKeywordEnEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetKeywordEnEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetMedicineChMedicalRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetMedicineChMedicalRequest extends TeaModel {
@NameInMap("Factory")
public String factory;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Specification")
public String specification;
@NameInMap("Unit")
public String unit;
public static GetMedicineChMedicalRequest build(java.util.Map<String, ?> map) throws Exception {
GetMedicineChMedicalRequest self = new GetMedicineChMedicalRequest();
return TeaModel.build(map, self);
}
public GetMedicineChMedicalRequest setFactory(String factory) {
this.factory = factory;
return this;
}
public String getFactory() {
return this.factory;
}
public GetMedicineChMedicalRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public GetMedicineChMedicalRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetMedicineChMedicalRequest setSpecification(String specification) {
this.specification = specification;
return this;
}
public String getSpecification() {
return this.specification;
}
public GetMedicineChMedicalRequest setUnit(String unit) {
this.unit = unit;
return this;
}
public String getUnit() {
return this.unit;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetMedicineChMedicalResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetMedicineChMedicalResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetMedicineChMedicalResponseBody body;
public static GetMedicineChMedicalResponse build(java.util.Map<String, ?> map) throws Exception {
GetMedicineChMedicalResponse self = new GetMedicineChMedicalResponse();
return TeaModel.build(map, self);
}
public GetMedicineChMedicalResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetMedicineChMedicalResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetMedicineChMedicalResponse setBody(GetMedicineChMedicalResponseBody body) {
this.body = body;
return this;
}
public GetMedicineChMedicalResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetMedicineChMedicalResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetMedicineChMedicalResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetMedicineChMedicalResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetMedicineChMedicalResponseBody self = new GetMedicineChMedicalResponseBody();
return TeaModel.build(map, self);
}
public GetMedicineChMedicalResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetMedicineChMedicalResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChEcomRequest extends TeaModel {
@NameInMap("LexerId")
public String lexerId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetNerChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetNerChEcomRequest self = new GetNerChEcomRequest();
return TeaModel.build(map, self);
}
public GetNerChEcomRequest setLexerId(String lexerId) {
this.lexerId = lexerId;
return this;
}
public String getLexerId() {
return this.lexerId;
}
public GetNerChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetNerChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetNerChEcomResponseBody body;
public static GetNerChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetNerChEcomResponse self = new GetNerChEcomResponse();
return TeaModel.build(map, self);
}
public GetNerChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetNerChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetNerChEcomResponse setBody(GetNerChEcomResponseBody body) {
this.body = body;
return this;
}
public GetNerChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetNerChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetNerChEcomResponseBody self = new GetNerChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetNerChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetNerChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChMedicalRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChMedicalRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetNerChMedicalRequest build(java.util.Map<String, ?> map) throws Exception {
GetNerChMedicalRequest self = new GetNerChMedicalRequest();
return TeaModel.build(map, self);
}
public GetNerChMedicalRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetNerChMedicalRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChMedicalResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChMedicalResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetNerChMedicalResponseBody body;
public static GetNerChMedicalResponse build(java.util.Map<String, ?> map) throws Exception {
GetNerChMedicalResponse self = new GetNerChMedicalResponse();
return TeaModel.build(map, self);
}
public GetNerChMedicalResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetNerChMedicalResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetNerChMedicalResponse setBody(GetNerChMedicalResponseBody body) {
this.body = body;
return this;
}
public GetNerChMedicalResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerChMedicalResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerChMedicalResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetNerChMedicalResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetNerChMedicalResponseBody self = new GetNerChMedicalResponseBody();
return TeaModel.build(map, self);
}
public GetNerChMedicalResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetNerChMedicalResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedChEcomRequest extends TeaModel {
@NameInMap("LexerId")
public String lexerId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetNerCustomizedChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedChEcomRequest self = new GetNerCustomizedChEcomRequest();
return TeaModel.build(map, self);
}
public GetNerCustomizedChEcomRequest setLexerId(String lexerId) {
this.lexerId = lexerId;
return this;
}
public String getLexerId() {
return this.lexerId;
}
public GetNerCustomizedChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetNerCustomizedChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetNerCustomizedChEcomResponseBody body;
public static GetNerCustomizedChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedChEcomResponse self = new GetNerCustomizedChEcomResponse();
return TeaModel.build(map, self);
}
public GetNerCustomizedChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetNerCustomizedChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetNerCustomizedChEcomResponse setBody(GetNerCustomizedChEcomResponseBody body) {
this.body = body;
return this;
}
public GetNerCustomizedChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetNerCustomizedChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedChEcomResponseBody self = new GetNerCustomizedChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetNerCustomizedChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetNerCustomizedChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedSeaEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedSeaEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Language")
public String language;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetNerCustomizedSeaEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedSeaEcomRequest self = new GetNerCustomizedSeaEcomRequest();
return TeaModel.build(map, self);
}
public GetNerCustomizedSeaEcomRequest setLanguage(String language) {
this.language = language;
return this;
}
public String getLanguage() {
return this.language;
}
public GetNerCustomizedSeaEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetNerCustomizedSeaEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedSeaEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedSeaEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetNerCustomizedSeaEcomResponseBody body;
public static GetNerCustomizedSeaEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedSeaEcomResponse self = new GetNerCustomizedSeaEcomResponse();
return TeaModel.build(map, self);
}
public GetNerCustomizedSeaEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetNerCustomizedSeaEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetNerCustomizedSeaEcomResponse setBody(GetNerCustomizedSeaEcomResponseBody body) {
this.body = body;
return this;
}
public GetNerCustomizedSeaEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetNerCustomizedSeaEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetNerCustomizedSeaEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetNerCustomizedSeaEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetNerCustomizedSeaEcomResponseBody self = new GetNerCustomizedSeaEcomResponseBody();
return TeaModel.build(map, self);
}
public GetNerCustomizedSeaEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetNerCustomizedSeaEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLUHighRecallRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLUHighRecallRequest extends TeaModel {
@NameInMap("Examples")
public String examples;
@NameInMap("Labels")
public String labels;
@NameInMap("Sentence")
public String sentence;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Task")
public String task;
public static GetOpenNLUHighRecallRequest build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLUHighRecallRequest self = new GetOpenNLUHighRecallRequest();
return TeaModel.build(map, self);
}
public GetOpenNLUHighRecallRequest setExamples(String examples) {
this.examples = examples;
return this;
}
public String getExamples() {
return this.examples;
}
public GetOpenNLUHighRecallRequest setLabels(String labels) {
this.labels = labels;
return this;
}
public String getLabels() {
return this.labels;
}
public GetOpenNLUHighRecallRequest setSentence(String sentence) {
this.sentence = sentence;
return this;
}
public String getSentence() {
return this.sentence;
}
public GetOpenNLUHighRecallRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetOpenNLUHighRecallRequest setTask(String task) {
this.task = task;
return this;
}
public String getTask() {
return this.task;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLUHighRecallResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLUHighRecallResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetOpenNLUHighRecallResponseBody body;
public static GetOpenNLUHighRecallResponse build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLUHighRecallResponse self = new GetOpenNLUHighRecallResponse();
return TeaModel.build(map, self);
}
public GetOpenNLUHighRecallResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetOpenNLUHighRecallResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetOpenNLUHighRecallResponse setBody(GetOpenNLUHighRecallResponseBody body) {
this.body = body;
return this;
}
public GetOpenNLUHighRecallResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLUHighRecallResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLUHighRecallResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetOpenNLUHighRecallResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLUHighRecallResponseBody self = new GetOpenNLUHighRecallResponseBody();
return TeaModel.build(map, self);
}
public GetOpenNLUHighRecallResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetOpenNLUHighRecallResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLURequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLURequest extends TeaModel {
@NameInMap("Examples")
public String examples;
@NameInMap("Labels")
public String labels;
@NameInMap("Sentence")
public String sentence;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Task")
public String task;
public static GetOpenNLURequest build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLURequest self = new GetOpenNLURequest();
return TeaModel.build(map, self);
}
public GetOpenNLURequest setExamples(String examples) {
this.examples = examples;
return this;
}
public String getExamples() {
return this.examples;
}
public GetOpenNLURequest setLabels(String labels) {
this.labels = labels;
return this;
}
public String getLabels() {
return this.labels;
}
public GetOpenNLURequest setSentence(String sentence) {
this.sentence = sentence;
return this;
}
public String getSentence() {
return this.sentence;
}
public GetOpenNLURequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetOpenNLURequest setTask(String task) {
this.task = task;
return this;
}
public String getTask() {
return this.task;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLUResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLUResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetOpenNLUResponseBody body;
public static GetOpenNLUResponse build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLUResponse self = new GetOpenNLUResponse();
return TeaModel.build(map, self);
}
public GetOpenNLUResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetOpenNLUResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetOpenNLUResponse setBody(GetOpenNLUResponseBody body) {
this.body = body;
return this;
}
public GetOpenNLUResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOpenNLUResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOpenNLUResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetOpenNLUResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetOpenNLUResponseBody self = new GetOpenNLUResponseBody();
return TeaModel.build(map, self);
}
public GetOpenNLUResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetOpenNLUResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOperationChMedicalRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOperationChMedicalRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
public static GetOperationChMedicalRequest build(java.util.Map<String, ?> map) throws Exception {
GetOperationChMedicalRequest self = new GetOperationChMedicalRequest();
return TeaModel.build(map, self);
}
public GetOperationChMedicalRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public GetOperationChMedicalRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOperationChMedicalResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOperationChMedicalResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetOperationChMedicalResponseBody body;
public static GetOperationChMedicalResponse build(java.util.Map<String, ?> map) throws Exception {
GetOperationChMedicalResponse self = new GetOperationChMedicalResponse();
return TeaModel.build(map, self);
}
public GetOperationChMedicalResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetOperationChMedicalResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetOperationChMedicalResponse setBody(GetOperationChMedicalResponseBody body) {
this.body = body;
return this;
}
public GetOperationChMedicalResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetOperationChMedicalResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetOperationChMedicalResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetOperationChMedicalResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetOperationChMedicalResponseBody self = new GetOperationChMedicalResponseBody();
return TeaModel.build(map, self);
}
public GetOperationChMedicalResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetOperationChMedicalResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChEcomRequest extends TeaModel {
@NameInMap("OutType")
public String outType;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
@NameInMap("TokenizerId")
public String tokenizerId;
public static GetPosChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetPosChEcomRequest self = new GetPosChEcomRequest();
return TeaModel.build(map, self);
}
public GetPosChEcomRequest setOutType(String outType) {
this.outType = outType;
return this;
}
public String getOutType() {
return this.outType;
}
public GetPosChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetPosChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetPosChEcomRequest setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
return this;
}
public String getTokenizerId() {
return this.tokenizerId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetPosChEcomResponseBody body;
public static GetPosChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetPosChEcomResponse self = new GetPosChEcomResponse();
return TeaModel.build(map, self);
}
public GetPosChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetPosChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetPosChEcomResponse setBody(GetPosChEcomResponseBody body) {
this.body = body;
return this;
}
public GetPosChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetPosChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetPosChEcomResponseBody self = new GetPosChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetPosChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetPosChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChGeneralRequest extends TeaModel {
@NameInMap("OutType")
public String outType;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
@NameInMap("TokenizerId")
public String tokenizerId;
public static GetPosChGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetPosChGeneralRequest self = new GetPosChGeneralRequest();
return TeaModel.build(map, self);
}
public GetPosChGeneralRequest setOutType(String outType) {
this.outType = outType;
return this;
}
public String getOutType() {
return this.outType;
}
public GetPosChGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetPosChGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetPosChGeneralRequest setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
return this;
}
public String getTokenizerId() {
return this.tokenizerId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetPosChGeneralResponseBody body;
public static GetPosChGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetPosChGeneralResponse self = new GetPosChGeneralResponse();
return TeaModel.build(map, self);
}
public GetPosChGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetPosChGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetPosChGeneralResponse setBody(GetPosChGeneralResponseBody body) {
this.body = body;
return this;
}
public GetPosChGeneralResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPosChGeneralResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPosChGeneralResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetPosChGeneralResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetPosChGeneralResponseBody self = new GetPosChGeneralResponseBody();
return TeaModel.build(map, self);
}
public GetPosChGeneralResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetPosChGeneralResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPriceChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPriceChEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetPriceChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetPriceChEcomRequest self = new GetPriceChEcomRequest();
return TeaModel.build(map, self);
}
public GetPriceChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetPriceChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPriceChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPriceChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetPriceChEcomResponseBody body;
public static GetPriceChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetPriceChEcomResponse self = new GetPriceChEcomResponse();
return TeaModel.build(map, self);
}
public GetPriceChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetPriceChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetPriceChEcomResponse setBody(GetPriceChEcomResponseBody body) {
this.body = body;
return this;
}
public GetPriceChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetPriceChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetPriceChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetPriceChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetPriceChEcomResponseBody self = new GetPriceChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetPriceChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetPriceChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSSETestRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSSETestRequest extends TeaModel {
@NameInMap("Params")
public String params;
@NameInMap("ServiceCode")
public String serviceCode;
public static GetSSETestRequest build(java.util.Map<String, ?> map) throws Exception {
GetSSETestRequest self = new GetSSETestRequest();
return TeaModel.build(map, self);
}
public GetSSETestRequest setParams(String params) {
this.params = params;
return this;
}
public String getParams() {
return this.params;
}
public GetSSETestRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSSETestResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSSETestResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetSSETestResponseBody body;
public static GetSSETestResponse build(java.util.Map<String, ?> map) throws Exception {
GetSSETestResponse self = new GetSSETestResponse();
return TeaModel.build(map, self);
}
public GetSSETestResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetSSETestResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetSSETestResponse setBody(GetSSETestResponseBody body) {
this.body = body;
return this;
}
public GetSSETestResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSSETestResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSSETestResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetSSETestResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetSSETestResponseBody self = new GetSSETestResponseBody();
return TeaModel.build(map, self);
}
public GetSSETestResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetSSETestResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaChGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaChGeneralRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetSaChGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetSaChGeneralRequest self = new GetSaChGeneralRequest();
return TeaModel.build(map, self);
}
public GetSaChGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetSaChGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaChGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaChGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetSaChGeneralResponseBody body;
public static GetSaChGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetSaChGeneralResponse self = new GetSaChGeneralResponse();
return TeaModel.build(map, self);
}
public GetSaChGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetSaChGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetSaChGeneralResponse setBody(GetSaChGeneralResponseBody body) {
this.body = body;
return this;
}
public GetSaChGeneralResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaChGeneralResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaChGeneralResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetSaChGeneralResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetSaChGeneralResponseBody self = new GetSaChGeneralResponseBody();
return TeaModel.build(map, self);
}
public GetSaChGeneralResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetSaChGeneralResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaSeaEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaSeaEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Language")
public String language;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetSaSeaEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetSaSeaEcomRequest self = new GetSaSeaEcomRequest();
return TeaModel.build(map, self);
}
public GetSaSeaEcomRequest setLanguage(String language) {
this.language = language;
return this;
}
public String getLanguage() {
return this.language;
}
public GetSaSeaEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetSaSeaEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaSeaEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaSeaEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetSaSeaEcomResponseBody body;
public static GetSaSeaEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetSaSeaEcomResponse self = new GetSaSeaEcomResponse();
return TeaModel.build(map, self);
}
public GetSaSeaEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetSaSeaEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetSaSeaEcomResponse setBody(GetSaSeaEcomResponseBody body) {
this.body = body;
return this;
}
public GetSaSeaEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSaSeaEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSaSeaEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetSaSeaEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetSaSeaEcomResponseBody self = new GetSaSeaEcomResponseBody();
return TeaModel.build(map, self);
}
public GetSaSeaEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetSaSeaEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetServiceDataImportStatusRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetServiceDataImportStatusRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DataImportIds")
public java.util.List<Long> dataImportIds;
public static GetServiceDataImportStatusRequest build(java.util.Map<String, ?> map) throws Exception {
GetServiceDataImportStatusRequest self = new GetServiceDataImportStatusRequest();
return TeaModel.build(map, self);
}
public GetServiceDataImportStatusRequest setDataImportIds(java.util.List<Long> dataImportIds) {
this.dataImportIds = dataImportIds;
return this;
}
public java.util.List<Long> getDataImportIds() {
return this.dataImportIds;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetServiceDataImportStatusResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetServiceDataImportStatusResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetServiceDataImportStatusResponseBody body;
public static GetServiceDataImportStatusResponse build(java.util.Map<String, ?> map) throws Exception {
GetServiceDataImportStatusResponse self = new GetServiceDataImportStatusResponse();
return TeaModel.build(map, self);
}
public GetServiceDataImportStatusResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetServiceDataImportStatusResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetServiceDataImportStatusResponse setBody(GetServiceDataImportStatusResponseBody body) {
this.body = body;
return this;
}
public GetServiceDataImportStatusResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetServiceDataImportStatusResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetServiceDataImportStatusResponseBody extends TeaModel {
@NameInMap("Code")
public Integer code;
@NameInMap("Data")
public java.util.Map<String, DataValue> data;
@NameInMap("Msg")
public String msg;
@NameInMap("RequestId")
public String requestId;
@NameInMap("Success")
public Boolean success;
public static GetServiceDataImportStatusResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetServiceDataImportStatusResponseBody self = new GetServiceDataImportStatusResponseBody();
return TeaModel.build(map, self);
}
public GetServiceDataImportStatusResponseBody setCode(Integer code) {
this.code = code;
return this;
}
public Integer getCode() {
return this.code;
}
public GetServiceDataImportStatusResponseBody setData(java.util.Map<String, DataValue> data) {
this.data = data;
return this;
}
public java.util.Map<String, DataValue> getData() {
return this.data;
}
public GetServiceDataImportStatusResponseBody setMsg(String msg) {
this.msg = msg;
return this;
}
public String getMsg() {
return this.msg;
}
public GetServiceDataImportStatusResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public GetServiceDataImportStatusResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetServiceDataImportStatusShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetServiceDataImportStatusShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DataImportIds")
public String dataImportIdsShrink;
public static GetServiceDataImportStatusShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
GetServiceDataImportStatusShrinkRequest self = new GetServiceDataImportStatusShrinkRequest();
return TeaModel.build(map, self);
}
public GetServiceDataImportStatusShrinkRequest setDataImportIdsShrink(String dataImportIdsShrink) {
this.dataImportIdsShrink = dataImportIdsShrink;
return this;
}
public String getDataImportIdsShrink() {
return this.dataImportIdsShrink;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSimilarityChMedicalRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSimilarityChMedicalRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("OriginQ")
public String originQ;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("OriginT")
public String originT;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
public static GetSimilarityChMedicalRequest build(java.util.Map<String, ?> map) throws Exception {
GetSimilarityChMedicalRequest self = new GetSimilarityChMedicalRequest();
return TeaModel.build(map, self);
}
public GetSimilarityChMedicalRequest setOriginQ(String originQ) {
this.originQ = originQ;
return this;
}
public String getOriginQ() {
return this.originQ;
}
public GetSimilarityChMedicalRequest setOriginT(String originT) {
this.originT = originT;
return this;
}
public String getOriginT() {
return this.originT;
}
public GetSimilarityChMedicalRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSimilarityChMedicalResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSimilarityChMedicalResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetSimilarityChMedicalResponseBody body;
public static GetSimilarityChMedicalResponse build(java.util.Map<String, ?> map) throws Exception {
GetSimilarityChMedicalResponse self = new GetSimilarityChMedicalResponse();
return TeaModel.build(map, self);
}
public GetSimilarityChMedicalResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetSimilarityChMedicalResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetSimilarityChMedicalResponse setBody(GetSimilarityChMedicalResponseBody body) {
this.body = body;
return this;
}
public GetSimilarityChMedicalResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSimilarityChMedicalResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSimilarityChMedicalResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetSimilarityChMedicalResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetSimilarityChMedicalResponseBody self = new GetSimilarityChMedicalResponseBody();
return TeaModel.build(map, self);
}
public GetSimilarityChMedicalResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetSimilarityChMedicalResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSummaryChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSummaryChEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetSummaryChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetSummaryChEcomRequest self = new GetSummaryChEcomRequest();
return TeaModel.build(map, self);
}
public GetSummaryChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetSummaryChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSummaryChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSummaryChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetSummaryChEcomResponseBody body;
public static GetSummaryChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetSummaryChEcomResponse self = new GetSummaryChEcomResponse();
return TeaModel.build(map, self);
}
public GetSummaryChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetSummaryChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetSummaryChEcomResponse setBody(GetSummaryChEcomResponseBody body) {
this.body = body;
return this;
}
public GetSummaryChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetSummaryChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetSummaryChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetSummaryChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetSummaryChEcomResponseBody self = new GetSummaryChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetSummaryChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetSummaryChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTableQAServiceInfoByIdRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTableQAServiceInfoByIdRequest extends TeaModel {
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("ServiceId")
public String serviceId;
public static GetTableQAServiceInfoByIdRequest build(java.util.Map<String, ?> map) throws Exception {
GetTableQAServiceInfoByIdRequest self = new GetTableQAServiceInfoByIdRequest();
return TeaModel.build(map, self);
}
public GetTableQAServiceInfoByIdRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetTableQAServiceInfoByIdRequest setServiceId(String serviceId) {
this.serviceId = serviceId;
return this;
}
public String getServiceId() {
return this.serviceId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTableQAServiceInfoByIdResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTableQAServiceInfoByIdResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetTableQAServiceInfoByIdResponseBody body;
public static GetTableQAServiceInfoByIdResponse build(java.util.Map<String, ?> map) throws Exception {
GetTableQAServiceInfoByIdResponse self = new GetTableQAServiceInfoByIdResponse();
return TeaModel.build(map, self);
}
public GetTableQAServiceInfoByIdResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetTableQAServiceInfoByIdResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetTableQAServiceInfoByIdResponse setBody(GetTableQAServiceInfoByIdResponseBody body) {
this.body = body;
return this;
}
public GetTableQAServiceInfoByIdResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTableQAServiceInfoByIdResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTableQAServiceInfoByIdResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetTableQAServiceInfoByIdResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetTableQAServiceInfoByIdResponseBody self = new GetTableQAServiceInfoByIdResponseBody();
return TeaModel.build(map, self);
}
public GetTableQAServiceInfoByIdResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetTableQAServiceInfoByIdResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetTcChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetTcChEcomRequest self = new GetTcChEcomRequest();
return TeaModel.build(map, self);
}
public GetTcChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetTcChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetTcChEcomResponseBody body;
public static GetTcChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetTcChEcomResponse self = new GetTcChEcomResponse();
return TeaModel.build(map, self);
}
public GetTcChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetTcChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetTcChEcomResponse setBody(GetTcChEcomResponseBody body) {
this.body = body;
return this;
}
public GetTcChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetTcChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetTcChEcomResponseBody self = new GetTcChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetTcChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetTcChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChGeneralRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
public static GetTcChGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetTcChGeneralRequest self = new GetTcChGeneralRequest();
return TeaModel.build(map, self);
}
public GetTcChGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetTcChGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetTcChGeneralResponseBody body;
public static GetTcChGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetTcChGeneralResponse self = new GetTcChGeneralResponse();
return TeaModel.build(map, self);
}
public GetTcChGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetTcChGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetTcChGeneralResponse setBody(GetTcChGeneralResponseBody body) {
this.body = body;
return this;
}
public GetTcChGeneralResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTcChGeneralResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTcChGeneralResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetTcChGeneralResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetTcChGeneralResponseBody self = new GetTcChGeneralResponseBody();
return TeaModel.build(map, self);
}
public GetTcChGeneralResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetTcChGeneralResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTsChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTsChEcomRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("OriginQ")
public String originQ;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("OriginT")
public String originT;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Type")
public String type;
public static GetTsChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetTsChEcomRequest self = new GetTsChEcomRequest();
return TeaModel.build(map, self);
}
public GetTsChEcomRequest setOriginQ(String originQ) {
this.originQ = originQ;
return this;
}
public String getOriginQ() {
return this.originQ;
}
public GetTsChEcomRequest setOriginT(String originT) {
this.originT = originT;
return this;
}
public String getOriginT() {
return this.originT;
}
public GetTsChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetTsChEcomRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTsChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTsChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetTsChEcomResponseBody body;
public static GetTsChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetTsChEcomResponse self = new GetTsChEcomResponse();
return TeaModel.build(map, self);
}
public GetTsChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetTsChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetTsChEcomResponse setBody(GetTsChEcomResponseBody body) {
this.body = body;
return this;
}
public GetTsChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetTsChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetTsChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetTsChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetTsChEcomResponseBody self = new GetTsChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetTsChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetTsChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetUserUploadSignRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetUserUploadSignRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
public static GetUserUploadSignRequest build(java.util.Map<String, ?> map) throws Exception {
GetUserUploadSignRequest self = new GetUserUploadSignRequest();
return TeaModel.build(map, self);
}
public GetUserUploadSignRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetUserUploadSignResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetUserUploadSignResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetUserUploadSignResponseBody body;
public static GetUserUploadSignResponse build(java.util.Map<String, ?> map) throws Exception {
GetUserUploadSignResponse self = new GetUserUploadSignResponse();
return TeaModel.build(map, self);
}
public GetUserUploadSignResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetUserUploadSignResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetUserUploadSignResponse setBody(GetUserUploadSignResponseBody body) {
this.body = body;
return this;
}
public GetUserUploadSignResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetUserUploadSignResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetUserUploadSignResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetUserUploadSignResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetUserUploadSignResponseBody self = new GetUserUploadSignResponseBody();
return TeaModel.build(map, self);
}
public GetUserUploadSignResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetUserUploadSignResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChCommentRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChCommentRequest extends TeaModel {
@NameInMap("Operation")
public String operation;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Size")
public String size;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("TokenizerId")
public String tokenizerId;
@NameInMap("Type")
public String type;
public static GetWeChCommentRequest build(java.util.Map<String, ?> map) throws Exception {
GetWeChCommentRequest self = new GetWeChCommentRequest();
return TeaModel.build(map, self);
}
public GetWeChCommentRequest setOperation(String operation) {
this.operation = operation;
return this;
}
public String getOperation() {
return this.operation;
}
public GetWeChCommentRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetWeChCommentRequest setSize(String size) {
this.size = size;
return this;
}
public String getSize() {
return this.size;
}
public GetWeChCommentRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetWeChCommentRequest setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
return this;
}
public String getTokenizerId() {
return this.tokenizerId;
}
public GetWeChCommentRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChCommentResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChCommentResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetWeChCommentResponseBody body;
public static GetWeChCommentResponse build(java.util.Map<String, ?> map) throws Exception {
GetWeChCommentResponse self = new GetWeChCommentResponse();
return TeaModel.build(map, self);
}
public GetWeChCommentResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetWeChCommentResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetWeChCommentResponse setBody(GetWeChCommentResponseBody body) {
this.body = body;
return this;
}
public GetWeChCommentResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChCommentResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChCommentResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetWeChCommentResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetWeChCommentResponseBody self = new GetWeChCommentResponseBody();
return TeaModel.build(map, self);
}
public GetWeChCommentResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetWeChCommentResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEcomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEcomRequest extends TeaModel {
@NameInMap("Operation")
public String operation;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Size")
public String size;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("TokenizerId")
public String tokenizerId;
@NameInMap("Type")
public String type;
public static GetWeChEcomRequest build(java.util.Map<String, ?> map) throws Exception {
GetWeChEcomRequest self = new GetWeChEcomRequest();
return TeaModel.build(map, self);
}
public GetWeChEcomRequest setOperation(String operation) {
this.operation = operation;
return this;
}
public String getOperation() {
return this.operation;
}
public GetWeChEcomRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetWeChEcomRequest setSize(String size) {
this.size = size;
return this;
}
public String getSize() {
return this.size;
}
public GetWeChEcomRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetWeChEcomRequest setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
return this;
}
public String getTokenizerId() {
return this.tokenizerId;
}
public GetWeChEcomRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEcomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEcomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetWeChEcomResponseBody body;
public static GetWeChEcomResponse build(java.util.Map<String, ?> map) throws Exception {
GetWeChEcomResponse self = new GetWeChEcomResponse();
return TeaModel.build(map, self);
}
public GetWeChEcomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetWeChEcomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetWeChEcomResponse setBody(GetWeChEcomResponseBody body) {
this.body = body;
return this;
}
public GetWeChEcomResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEcomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEcomResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetWeChEcomResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetWeChEcomResponseBody self = new GetWeChEcomResponseBody();
return TeaModel.build(map, self);
}
public GetWeChEcomResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetWeChEcomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEntertainmentRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEntertainmentRequest extends TeaModel {
@NameInMap("Operation")
public String operation;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Size")
public String size;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("TokenizerId")
public String tokenizerId;
@NameInMap("Type")
public String type;
public static GetWeChEntertainmentRequest build(java.util.Map<String, ?> map) throws Exception {
GetWeChEntertainmentRequest self = new GetWeChEntertainmentRequest();
return TeaModel.build(map, self);
}
public GetWeChEntertainmentRequest setOperation(String operation) {
this.operation = operation;
return this;
}
public String getOperation() {
return this.operation;
}
public GetWeChEntertainmentRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetWeChEntertainmentRequest setSize(String size) {
this.size = size;
return this;
}
public String getSize() {
return this.size;
}
public GetWeChEntertainmentRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetWeChEntertainmentRequest setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
return this;
}
public String getTokenizerId() {
return this.tokenizerId;
}
public GetWeChEntertainmentRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEntertainmentResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEntertainmentResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetWeChEntertainmentResponseBody body;
public static GetWeChEntertainmentResponse build(java.util.Map<String, ?> map) throws Exception {
GetWeChEntertainmentResponse self = new GetWeChEntertainmentResponse();
return TeaModel.build(map, self);
}
public GetWeChEntertainmentResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetWeChEntertainmentResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetWeChEntertainmentResponse setBody(GetWeChEntertainmentResponseBody body) {
this.body = body;
return this;
}
public GetWeChEntertainmentResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChEntertainmentResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChEntertainmentResponseBody extends TeaModel {
@NameInMap("Data")
public String data;
@NameInMap("RequestId")
public String requestId;
public static GetWeChEntertainmentResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetWeChEntertainmentResponseBody self = new GetWeChEntertainmentResponseBody();
return TeaModel.build(map, self);
}
public GetWeChEntertainmentResponseBody setData(String data) {
this.data = data;
return this;
}
public String getData() {
return this.data;
}
public GetWeChEntertainmentResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChGeneralRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChGeneralRequest extends TeaModel {
@NameInMap("Operation")
public String operation;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("ServiceCode")
public String serviceCode;
@NameInMap("Size")
public String size;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Text")
public String text;
@NameInMap("Type")
public String type;
public static GetWeChGeneralRequest build(java.util.Map<String, ?> map) throws Exception {
GetWeChGeneralRequest self = new GetWeChGeneralRequest();
return TeaModel.build(map, self);
}
public GetWeChGeneralRequest setOperation(String operation) {
this.operation = operation;
return this;
}
public String getOperation() {
return this.operation;
}
public GetWeChGeneralRequest setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
return this;
}
public String getServiceCode() {
return this.serviceCode;
}
public GetWeChGeneralRequest setSize(String size) {
this.size = size;
return this;
}
public String getSize() {
return this.size;
}
public GetWeChGeneralRequest setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public GetWeChGeneralRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629
|
java-sources/com/aliyun/alinlp20200629/3.1.0/com/aliyun/alinlp20200629/models/GetWeChGeneralResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alinlp20200629.models;
import com.aliyun.tea.*;
public class GetWeChGeneralResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetWeChGeneralResponseBody body;
public static GetWeChGeneralResponse build(java.util.Map<String, ?> map) throws Exception {
GetWeChGeneralResponse self = new GetWeChGeneralResponse();
return TeaModel.build(map, self);
}
public GetWeChGeneralResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetWeChGeneralResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetWeChGeneralResponse setBody(GetWeChGeneralResponseBody body) {
this.body = body;
return this;
}
public GetWeChGeneralResponseBody getBody() {
return this.body;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.