index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomCommentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomCommentRequest extends RpcAcsRequest<GetWsCustomizedChEcomCommentResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChEcomCommentRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChEcomComment", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChEcomCommentResponse> getResponseClass() {
return GetWsCustomizedChEcomCommentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomCommentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChEcomCommentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomCommentResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChEcomCommentResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChEcomCommentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomContentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomContentRequest extends RpcAcsRequest<GetWsCustomizedChEcomContentResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChEcomContentRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChEcomContent", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChEcomContentResponse> getResponseClass() {
return GetWsCustomizedChEcomContentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomContentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChEcomContentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomContentResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChEcomContentResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChEcomContentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomTitleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomTitleRequest extends RpcAcsRequest<GetWsCustomizedChEcomTitleResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChEcomTitleRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChEcomTitle", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChEcomTitleResponse> getResponseClass() {
return GetWsCustomizedChEcomTitleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEcomTitleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChEcomTitleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEcomTitleResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChEcomTitleResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChEcomTitleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEntertainmentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEntertainmentRequest extends RpcAcsRequest<GetWsCustomizedChEntertainmentResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChEntertainmentRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChEntertainment", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChEntertainmentResponse> getResponseClass() {
return GetWsCustomizedChEntertainmentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChEntertainmentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChEntertainmentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChEntertainmentResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChEntertainmentResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChEntertainmentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChGeneralRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChGeneralRequest extends RpcAcsRequest<GetWsCustomizedChGeneralResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChGeneralRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChGeneral", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChGeneralResponse> getResponseClass() {
return GetWsCustomizedChGeneralResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChGeneralResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChGeneralResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChGeneralResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChGeneralResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChGeneralResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChO2ORequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChO2ORequest extends RpcAcsRequest<GetWsCustomizedChO2OResponse> {
private String serviceCode;
private String tokenizerId;
private String text;
private String outType;
public GetWsCustomizedChO2ORequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedChO2O", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getTokenizerId() {
return this.tokenizerId;
}
public void setTokenizerId(String tokenizerId) {
this.tokenizerId = tokenizerId;
if(tokenizerId != null){
putBodyParameter("TokenizerId", tokenizerId);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
public String getOutType() {
return this.outType;
}
public void setOutType(String outType) {
this.outType = outType;
if(outType != null){
putBodyParameter("OutType", outType);
}
}
@Override
public Class<GetWsCustomizedChO2OResponse> getResponseClass() {
return GetWsCustomizedChO2OResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedChO2OResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedChO2OResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedChO2OResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedChO2OResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedChO2OResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedSeaEcomRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedSeaEcomRequest extends RpcAcsRequest<GetWsCustomizedSeaEcomResponse> {
private String language;
private String serviceCode;
private String text;
public GetWsCustomizedSeaEcomRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedSeaEcom", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putBodyParameter("Language", language);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetWsCustomizedSeaEcomResponse> getResponseClass() {
return GetWsCustomizedSeaEcomResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedSeaEcomResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedSeaEcomResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedSeaEcomResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedSeaEcomResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedSeaEcomResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedSeaGeneralRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedSeaGeneralRequest extends RpcAcsRequest<GetWsCustomizedSeaGeneralResponse> {
private String language;
private String serviceCode;
private String text;
public GetWsCustomizedSeaGeneralRequest() {
super("alinlp", "2020-06-29", "GetWsCustomizedSeaGeneral", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getLanguage() {
return this.language;
}
public void setLanguage(String language) {
this.language = language;
if(language != null){
putBodyParameter("Language", language);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getText() {
return this.text;
}
public void setText(String text) {
this.text = text;
if(text != null){
putBodyParameter("Text", text);
}
}
@Override
public Class<GetWsCustomizedSeaGeneralResponse> getResponseClass() {
return GetWsCustomizedSeaGeneralResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/GetWsCustomizedSeaGeneralResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.GetWsCustomizedSeaGeneralResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetWsCustomizedSeaGeneralResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public GetWsCustomizedSeaGeneralResponse getInstance(UnmarshallerContext context) {
return GetWsCustomizedSeaGeneralResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ImportServiceDataRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class ImportServiceDataRequest extends RpcAcsRequest<ImportServiceDataResponse> {
private String subPath;
@SerializedName("partition")
private List<Map<String,String>> partition;
private Long serviceId;
public ImportServiceDataRequest() {
super("alinlp", "2020-06-29", "ImportServiceData", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getSubPath() {
return this.subPath;
}
public void setSubPath(String subPath) {
this.subPath = subPath;
if(subPath != null){
putBodyParameter("SubPath", subPath);
}
}
public List<Map<String,String>> getPartition() {
return this.partition;
}
public void setPartition(List<Map<String,String>> partition) {
this.partition = partition;
if (partition != null) {
putBodyParameter("Partition" , new Gson().toJson(partition));
}
}
public Long getServiceId() {
return this.serviceId;
}
public void setServiceId(Long serviceId) {
this.serviceId = serviceId;
if(serviceId != null){
putBodyParameter("ServiceId", serviceId.toString());
}
}
@Override
public Class<ImportServiceDataResponse> getResponseClass() {
return ImportServiceDataResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/ImportServiceDataResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.ImportServiceDataResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ImportServiceDataResponse extends AcsResponse {
private Integer code;
private Long data;
private Boolean success;
private String msg;
private String requestId;
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ImportServiceDataResponse getInstance(UnmarshallerContext context) {
return ImportServiceDataResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/InsertCustomRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class InsertCustomRequest extends RpcAcsRequest<InsertCustomResponse> {
private String customUrl;
private String regUrl;
private String serviceCode;
private String regFileName;
private String customFileName;
private Integer apiId;
public InsertCustomRequest() {
super("alinlp", "2020-06-29", "InsertCustom", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getCustomUrl() {
return this.customUrl;
}
public void setCustomUrl(String customUrl) {
this.customUrl = customUrl;
if(customUrl != null){
putBodyParameter("CustomUrl", customUrl);
}
}
public String getRegUrl() {
return this.regUrl;
}
public void setRegUrl(String regUrl) {
this.regUrl = regUrl;
if(regUrl != null){
putBodyParameter("RegUrl", regUrl);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getRegFileName() {
return this.regFileName;
}
public void setRegFileName(String regFileName) {
this.regFileName = regFileName;
if(regFileName != null){
putBodyParameter("RegFileName", regFileName);
}
}
public String getCustomFileName() {
return this.customFileName;
}
public void setCustomFileName(String customFileName) {
this.customFileName = customFileName;
if(customFileName != null){
putBodyParameter("CustomFileName", customFileName);
}
}
public Integer getApiId() {
return this.apiId;
}
public void setApiId(Integer apiId) {
this.apiId = apiId;
if(apiId != null){
putBodyParameter("ApiId", apiId.toString());
}
}
@Override
public Class<InsertCustomResponse> getResponseClass() {
return InsertCustomResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/InsertCustomResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.InsertCustomResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class InsertCustomResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public InsertCustomResponse getInstance(UnmarshallerContext context) {
return InsertCustomResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/OpenAlinlpServiceRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class OpenAlinlpServiceRequest extends RpcAcsRequest<OpenAlinlpServiceResponse> {
public OpenAlinlpServiceRequest() {
super("alinlp", "2020-06-29", "OpenAlinlpService", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<OpenAlinlpServiceResponse> getResponseClass() {
return OpenAlinlpServiceResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/OpenAlinlpServiceResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.OpenAlinlpServiceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class OpenAlinlpServiceResponse extends AcsResponse {
private String requestId;
private String orderId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
@Override
public OpenAlinlpServiceResponse getInstance(UnmarshallerContext context) {
return OpenAlinlpServiceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/PostMSConvSearchTokenGeneratedRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class PostMSConvSearchTokenGeneratedRequest extends RpcAcsRequest<PostMSConvSearchTokenGeneratedResponse> {
public PostMSConvSearchTokenGeneratedRequest() {
super("alinlp", "2020-06-29", "PostMSConvSearchTokenGenerated", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
@Override
public Class<PostMSConvSearchTokenGeneratedResponse> getResponseClass() {
return PostMSConvSearchTokenGeneratedResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/PostMSConvSearchTokenGeneratedResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.PostMSConvSearchTokenGeneratedResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class PostMSConvSearchTokenGeneratedResponse extends AcsResponse {
private Integer code;
private Boolean success;
private String msg;
private String requestId;
private String data;
private Integer httpStatusCode;
public Integer getCode() {
return this.code;
}
public void setCode(Integer code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getMsg() {
return this.msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
@Override
public PostMSConvSearchTokenGeneratedResponse getInstance(UnmarshallerContext context) {
return PostMSConvSearchTokenGeneratedResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/RequestTableQAOnlineRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class RequestTableQAOnlineRequest extends RpcAcsRequest<RequestTableQAOnlineResponse> {
private String question;
private String params;
private String serviceCode;
private String botId;
public RequestTableQAOnlineRequest() {
super("alinlp", "2020-06-29", "RequestTableQAOnline", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getQuestion() {
return this.question;
}
public void setQuestion(String question) {
this.question = question;
if(question != null){
putBodyParameter("Question", question);
}
}
public String getParams() {
return this.params;
}
public void setParams(String params) {
this.params = params;
if(params != null){
putBodyParameter("Params", params);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
public String getBotId() {
return this.botId;
}
public void setBotId(String botId) {
this.botId = botId;
if(botId != null){
putBodyParameter("BotId", botId);
}
}
@Override
public Class<RequestTableQAOnlineResponse> getResponseClass() {
return RequestTableQAOnlineResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/RequestTableQAOnlineResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.RequestTableQAOnlineResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class RequestTableQAOnlineResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public RequestTableQAOnlineResponse getInstance(UnmarshallerContext context) {
return RequestTableQAOnlineResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/RequestTableQARequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.alinlp.Endpoint;
/**
* @author auto create
* @version
*/
public class RequestTableQARequest extends RpcAcsRequest<RequestTableQAResponse> {
private String params;
private String serviceCode;
public RequestTableQARequest() {
super("alinlp", "2020-06-29", "RequestTableQA", "alinlp");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}
public String getParams() {
return this.params;
}
public void setParams(String params) {
this.params = params;
if(params != null){
putBodyParameter("Params", params);
}
}
public String getServiceCode() {
return this.serviceCode;
}
public void setServiceCode(String serviceCode) {
this.serviceCode = serviceCode;
if(serviceCode != null){
putBodyParameter("ServiceCode", serviceCode);
}
}
@Override
public Class<RequestTableQAResponse> getResponseClass() {
return RequestTableQAResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/model/v20200629/RequestTableQAResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.model.v20200629;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alinlp.transform.v20200629.RequestTableQAResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class RequestTableQAResponse extends AcsResponse {
private String requestId;
private String data;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
@Override
public RequestTableQAResponse getInstance(UnmarshallerContext context) {
return RequestTableQAResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/ADClockResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.ADClockResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ADClockResponseUnmarshaller {
public static ADClockResponse unmarshall(ADClockResponse aDClockResponse, UnmarshallerContext _ctx) {
aDClockResponse.setRequestId(_ctx.stringValue("ADClockResponse.RequestId"));
aDClockResponse.setData(_ctx.stringValue("ADClockResponse.Data"));
return aDClockResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/ADMMUResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.ADMMUResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ADMMUResponseUnmarshaller {
public static ADMMUResponse unmarshall(ADMMUResponse aDMMUResponse, UnmarshallerContext _ctx) {
aDMMUResponse.setRequestId(_ctx.stringValue("ADMMUResponse.RequestId"));
aDMMUResponse.setData(_ctx.stringValue("ADMMUResponse.Data"));
return aDMMUResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/ADMiniCogResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.ADMiniCogResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ADMiniCogResponseUnmarshaller {
public static ADMiniCogResponse unmarshall(ADMiniCogResponse aDMiniCogResponse, UnmarshallerContext _ctx) {
aDMiniCogResponse.setRequestId(_ctx.stringValue("ADMiniCogResponse.RequestId"));
aDMiniCogResponse.setData(_ctx.stringValue("ADMiniCogResponse.Data"));
return aDMiniCogResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/ADMiniCogResultResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.ADMiniCogResultResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ADMiniCogResultResponseUnmarshaller {
public static ADMiniCogResultResponse unmarshall(ADMiniCogResultResponse aDMiniCogResultResponse, UnmarshallerContext _ctx) {
aDMiniCogResultResponse.setRequestId(_ctx.stringValue("ADMiniCogResultResponse.RequestId"));
aDMiniCogResultResponse.setData(_ctx.stringValue("ADMiniCogResultResponse.Data"));
return aDMiniCogResultResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetBrandChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetBrandChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetBrandChEcomResponseUnmarshaller {
public static GetBrandChEcomResponse unmarshall(GetBrandChEcomResponse getBrandChEcomResponse, UnmarshallerContext _ctx) {
getBrandChEcomResponse.setRequestId(_ctx.stringValue("GetBrandChEcomResponse.RequestId"));
getBrandChEcomResponse.setData(_ctx.stringValue("GetBrandChEcomResponse.Data"));
return getBrandChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetCateChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetCateChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCateChEcomResponseUnmarshaller {
public static GetCateChEcomResponse unmarshall(GetCateChEcomResponse getCateChEcomResponse, UnmarshallerContext _ctx) {
getCateChEcomResponse.setRequestId(_ctx.stringValue("GetCateChEcomResponse.RequestId"));
getCateChEcomResponse.setData(_ctx.stringValue("GetCateChEcomResponse.Data"));
return getCateChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetCheckDuplicationChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetCheckDuplicationChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetCheckDuplicationChMedicalResponseUnmarshaller {
public static GetCheckDuplicationChMedicalResponse unmarshall(GetCheckDuplicationChMedicalResponse getCheckDuplicationChMedicalResponse, UnmarshallerContext _ctx) {
getCheckDuplicationChMedicalResponse.setRequestId(_ctx.stringValue("GetCheckDuplicationChMedicalResponse.RequestId"));
getCheckDuplicationChMedicalResponse.setData(_ctx.stringValue("GetCheckDuplicationChMedicalResponse.Data"));
return getCheckDuplicationChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetDiagnosisChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetDiagnosisChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDiagnosisChMedicalResponseUnmarshaller {
public static GetDiagnosisChMedicalResponse unmarshall(GetDiagnosisChMedicalResponse getDiagnosisChMedicalResponse, UnmarshallerContext _ctx) {
getDiagnosisChMedicalResponse.setRequestId(_ctx.stringValue("GetDiagnosisChMedicalResponse.RequestId"));
getDiagnosisChMedicalResponse.setData(_ctx.stringValue("GetDiagnosisChMedicalResponse.Data"));
return getDiagnosisChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetDpChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetDpChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDpChEcomResponseUnmarshaller {
public static GetDpChEcomResponse unmarshall(GetDpChEcomResponse getDpChEcomResponse, UnmarshallerContext _ctx) {
getDpChEcomResponse.setRequestId(_ctx.stringValue("GetDpChEcomResponse.RequestId"));
getDpChEcomResponse.setData(_ctx.stringValue("GetDpChEcomResponse.Data"));
return getDpChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetDpChGeneralCTBResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetDpChGeneralCTBResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDpChGeneralCTBResponseUnmarshaller {
public static GetDpChGeneralCTBResponse unmarshall(GetDpChGeneralCTBResponse getDpChGeneralCTBResponse, UnmarshallerContext _ctx) {
getDpChGeneralCTBResponse.setRequestId(_ctx.stringValue("GetDpChGeneralCTBResponse.RequestId"));
getDpChGeneralCTBResponse.setData(_ctx.stringValue("GetDpChGeneralCTBResponse.Data"));
return getDpChGeneralCTBResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetDpChGeneralStanfordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetDpChGeneralStanfordResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetDpChGeneralStanfordResponseUnmarshaller {
public static GetDpChGeneralStanfordResponse unmarshall(GetDpChGeneralStanfordResponse getDpChGeneralStanfordResponse, UnmarshallerContext _ctx) {
getDpChGeneralStanfordResponse.setRequestId(_ctx.stringValue("GetDpChGeneralStanfordResponse.RequestId"));
getDpChGeneralStanfordResponse.setData(_ctx.stringValue("GetDpChGeneralStanfordResponse.Data"));
return getDpChGeneralStanfordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetEcChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetEcChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetEcChGeneralResponseUnmarshaller {
public static GetEcChGeneralResponse unmarshall(GetEcChGeneralResponse getEcChGeneralResponse, UnmarshallerContext _ctx) {
getEcChGeneralResponse.setRequestId(_ctx.stringValue("GetEcChGeneralResponse.RequestId"));
getEcChGeneralResponse.setData(_ctx.stringValue("GetEcChGeneralResponse.Data"));
return getEcChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetEcEnGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetEcEnGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetEcEnGeneralResponseUnmarshaller {
public static GetEcEnGeneralResponse unmarshall(GetEcEnGeneralResponse getEcEnGeneralResponse, UnmarshallerContext _ctx) {
getEcEnGeneralResponse.setRequestId(_ctx.stringValue("GetEcEnGeneralResponse.RequestId"));
getEcEnGeneralResponse.setData(_ctx.stringValue("GetEcEnGeneralResponse.Data"));
return getEcEnGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetEmbeddingResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetEmbeddingResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetEmbeddingResponseUnmarshaller {
public static GetEmbeddingResponse unmarshall(GetEmbeddingResponse getEmbeddingResponse, UnmarshallerContext _ctx) {
getEmbeddingResponse.setRequestId(_ctx.stringValue("GetEmbeddingResponse.RequestId"));
getEmbeddingResponse.setData(_ctx.stringValue("GetEmbeddingResponse.Data"));
return getEmbeddingResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetItemPubChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetItemPubChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetItemPubChEcomResponseUnmarshaller {
public static GetItemPubChEcomResponse unmarshall(GetItemPubChEcomResponse getItemPubChEcomResponse, UnmarshallerContext _ctx) {
getItemPubChEcomResponse.setRequestId(_ctx.stringValue("GetItemPubChEcomResponse.RequestId"));
getItemPubChEcomResponse.setData(_ctx.stringValue("GetItemPubChEcomResponse.Data"));
return getItemPubChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetKeywordChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetKeywordChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetKeywordChEcomResponseUnmarshaller {
public static GetKeywordChEcomResponse unmarshall(GetKeywordChEcomResponse getKeywordChEcomResponse, UnmarshallerContext _ctx) {
getKeywordChEcomResponse.setRequestId(_ctx.stringValue("GetKeywordChEcomResponse.RequestId"));
getKeywordChEcomResponse.setData(_ctx.stringValue("GetKeywordChEcomResponse.Data"));
return getKeywordChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetKeywordEnEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetKeywordEnEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetKeywordEnEcomResponseUnmarshaller {
public static GetKeywordEnEcomResponse unmarshall(GetKeywordEnEcomResponse getKeywordEnEcomResponse, UnmarshallerContext _ctx) {
getKeywordEnEcomResponse.setRequestId(_ctx.stringValue("GetKeywordEnEcomResponse.RequestId"));
getKeywordEnEcomResponse.setData(_ctx.stringValue("GetKeywordEnEcomResponse.Data"));
return getKeywordEnEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetMedicineChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetMedicineChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetMedicineChMedicalResponseUnmarshaller {
public static GetMedicineChMedicalResponse unmarshall(GetMedicineChMedicalResponse getMedicineChMedicalResponse, UnmarshallerContext _ctx) {
getMedicineChMedicalResponse.setRequestId(_ctx.stringValue("GetMedicineChMedicalResponse.RequestId"));
getMedicineChMedicalResponse.setData(_ctx.stringValue("GetMedicineChMedicalResponse.Data"));
return getMedicineChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetNerChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetNerChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetNerChEcomResponseUnmarshaller {
public static GetNerChEcomResponse unmarshall(GetNerChEcomResponse getNerChEcomResponse, UnmarshallerContext _ctx) {
getNerChEcomResponse.setRequestId(_ctx.stringValue("GetNerChEcomResponse.RequestId"));
getNerChEcomResponse.setData(_ctx.stringValue("GetNerChEcomResponse.Data"));
return getNerChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetNerChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetNerChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetNerChMedicalResponseUnmarshaller {
public static GetNerChMedicalResponse unmarshall(GetNerChMedicalResponse getNerChMedicalResponse, UnmarshallerContext _ctx) {
getNerChMedicalResponse.setRequestId(_ctx.stringValue("GetNerChMedicalResponse.RequestId"));
getNerChMedicalResponse.setData(_ctx.stringValue("GetNerChMedicalResponse.Data"));
return getNerChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetNerCustomizedChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetNerCustomizedChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetNerCustomizedChEcomResponseUnmarshaller {
public static GetNerCustomizedChEcomResponse unmarshall(GetNerCustomizedChEcomResponse getNerCustomizedChEcomResponse, UnmarshallerContext _ctx) {
getNerCustomizedChEcomResponse.setRequestId(_ctx.stringValue("GetNerCustomizedChEcomResponse.RequestId"));
getNerCustomizedChEcomResponse.setData(_ctx.stringValue("GetNerCustomizedChEcomResponse.Data"));
return getNerCustomizedChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetNerCustomizedSeaEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetNerCustomizedSeaEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetNerCustomizedSeaEcomResponseUnmarshaller {
public static GetNerCustomizedSeaEcomResponse unmarshall(GetNerCustomizedSeaEcomResponse getNerCustomizedSeaEcomResponse, UnmarshallerContext _ctx) {
getNerCustomizedSeaEcomResponse.setRequestId(_ctx.stringValue("GetNerCustomizedSeaEcomResponse.RequestId"));
getNerCustomizedSeaEcomResponse.setData(_ctx.stringValue("GetNerCustomizedSeaEcomResponse.Data"));
return getNerCustomizedSeaEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetOpenNLUHighRecallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetOpenNLUHighRecallResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOpenNLUHighRecallResponseUnmarshaller {
public static GetOpenNLUHighRecallResponse unmarshall(GetOpenNLUHighRecallResponse getOpenNLUHighRecallResponse, UnmarshallerContext _ctx) {
getOpenNLUHighRecallResponse.setRequestId(_ctx.stringValue("GetOpenNLUHighRecallResponse.RequestId"));
getOpenNLUHighRecallResponse.setData(_ctx.stringValue("GetOpenNLUHighRecallResponse.Data"));
return getOpenNLUHighRecallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetOpenNLUResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetOpenNLUResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOpenNLUResponseUnmarshaller {
public static GetOpenNLUResponse unmarshall(GetOpenNLUResponse getOpenNLUResponse, UnmarshallerContext _ctx) {
getOpenNLUResponse.setRequestId(_ctx.stringValue("GetOpenNLUResponse.RequestId"));
getOpenNLUResponse.setData(_ctx.stringValue("GetOpenNLUResponse.Data"));
return getOpenNLUResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetOperationChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetOperationChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetOperationChMedicalResponseUnmarshaller {
public static GetOperationChMedicalResponse unmarshall(GetOperationChMedicalResponse getOperationChMedicalResponse, UnmarshallerContext _ctx) {
getOperationChMedicalResponse.setRequestId(_ctx.stringValue("GetOperationChMedicalResponse.RequestId"));
getOperationChMedicalResponse.setData(_ctx.stringValue("GetOperationChMedicalResponse.Data"));
return getOperationChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetPosChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetPosChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPosChEcomResponseUnmarshaller {
public static GetPosChEcomResponse unmarshall(GetPosChEcomResponse getPosChEcomResponse, UnmarshallerContext _ctx) {
getPosChEcomResponse.setRequestId(_ctx.stringValue("GetPosChEcomResponse.RequestId"));
getPosChEcomResponse.setData(_ctx.stringValue("GetPosChEcomResponse.Data"));
return getPosChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetPosChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetPosChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPosChGeneralResponseUnmarshaller {
public static GetPosChGeneralResponse unmarshall(GetPosChGeneralResponse getPosChGeneralResponse, UnmarshallerContext _ctx) {
getPosChGeneralResponse.setRequestId(_ctx.stringValue("GetPosChGeneralResponse.RequestId"));
getPosChGeneralResponse.setData(_ctx.stringValue("GetPosChGeneralResponse.Data"));
return getPosChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetPriceChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetPriceChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetPriceChEcomResponseUnmarshaller {
public static GetPriceChEcomResponse unmarshall(GetPriceChEcomResponse getPriceChEcomResponse, UnmarshallerContext _ctx) {
getPriceChEcomResponse.setRequestId(_ctx.stringValue("GetPriceChEcomResponse.RequestId"));
getPriceChEcomResponse.setData(_ctx.stringValue("GetPriceChEcomResponse.Data"));
return getPriceChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetSSETestResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetSSETestResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSSETestResponseUnmarshaller {
public static GetSSETestResponse unmarshall(GetSSETestResponse getSSETestResponse, UnmarshallerContext _ctx) {
getSSETestResponse.setRequestId(_ctx.stringValue("GetSSETestResponse.RequestId"));
getSSETestResponse.setData(_ctx.stringValue("GetSSETestResponse.Data"));
return getSSETestResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetSaChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetSaChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSaChGeneralResponseUnmarshaller {
public static GetSaChGeneralResponse unmarshall(GetSaChGeneralResponse getSaChGeneralResponse, UnmarshallerContext _ctx) {
getSaChGeneralResponse.setRequestId(_ctx.stringValue("GetSaChGeneralResponse.RequestId"));
getSaChGeneralResponse.setData(_ctx.stringValue("GetSaChGeneralResponse.Data"));
return getSaChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetSaSeaEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetSaSeaEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSaSeaEcomResponseUnmarshaller {
public static GetSaSeaEcomResponse unmarshall(GetSaSeaEcomResponse getSaSeaEcomResponse, UnmarshallerContext _ctx) {
getSaSeaEcomResponse.setRequestId(_ctx.stringValue("GetSaSeaEcomResponse.RequestId"));
getSaSeaEcomResponse.setData(_ctx.stringValue("GetSaSeaEcomResponse.Data"));
return getSaSeaEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetServiceDataImportStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetServiceDataImportStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetServiceDataImportStatusResponseUnmarshaller {
public static GetServiceDataImportStatusResponse unmarshall(GetServiceDataImportStatusResponse getServiceDataImportStatusResponse, UnmarshallerContext _ctx) {
return getServiceDataImportStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetSimilarityChMedicalResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetSimilarityChMedicalResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSimilarityChMedicalResponseUnmarshaller {
public static GetSimilarityChMedicalResponse unmarshall(GetSimilarityChMedicalResponse getSimilarityChMedicalResponse, UnmarshallerContext _ctx) {
getSimilarityChMedicalResponse.setRequestId(_ctx.stringValue("GetSimilarityChMedicalResponse.RequestId"));
getSimilarityChMedicalResponse.setData(_ctx.stringValue("GetSimilarityChMedicalResponse.Data"));
return getSimilarityChMedicalResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetSummaryChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetSummaryChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetSummaryChEcomResponseUnmarshaller {
public static GetSummaryChEcomResponse unmarshall(GetSummaryChEcomResponse getSummaryChEcomResponse, UnmarshallerContext _ctx) {
getSummaryChEcomResponse.setRequestId(_ctx.stringValue("GetSummaryChEcomResponse.RequestId"));
getSummaryChEcomResponse.setData(_ctx.stringValue("GetSummaryChEcomResponse.Data"));
return getSummaryChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetTableQAServiceInfoByIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetTableQAServiceInfoByIdResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTableQAServiceInfoByIdResponseUnmarshaller {
public static GetTableQAServiceInfoByIdResponse unmarshall(GetTableQAServiceInfoByIdResponse getTableQAServiceInfoByIdResponse, UnmarshallerContext _ctx) {
getTableQAServiceInfoByIdResponse.setRequestId(_ctx.stringValue("GetTableQAServiceInfoByIdResponse.RequestId"));
getTableQAServiceInfoByIdResponse.setData(_ctx.stringValue("GetTableQAServiceInfoByIdResponse.Data"));
return getTableQAServiceInfoByIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetTcChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetTcChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTcChEcomResponseUnmarshaller {
public static GetTcChEcomResponse unmarshall(GetTcChEcomResponse getTcChEcomResponse, UnmarshallerContext _ctx) {
getTcChEcomResponse.setRequestId(_ctx.stringValue("GetTcChEcomResponse.RequestId"));
getTcChEcomResponse.setData(_ctx.stringValue("GetTcChEcomResponse.Data"));
return getTcChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetTcChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetTcChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTcChGeneralResponseUnmarshaller {
public static GetTcChGeneralResponse unmarshall(GetTcChGeneralResponse getTcChGeneralResponse, UnmarshallerContext _ctx) {
getTcChGeneralResponse.setRequestId(_ctx.stringValue("GetTcChGeneralResponse.RequestId"));
getTcChGeneralResponse.setData(_ctx.stringValue("GetTcChGeneralResponse.Data"));
return getTcChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetTsChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetTsChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetTsChEcomResponseUnmarshaller {
public static GetTsChEcomResponse unmarshall(GetTsChEcomResponse getTsChEcomResponse, UnmarshallerContext _ctx) {
getTsChEcomResponse.setRequestId(_ctx.stringValue("GetTsChEcomResponse.RequestId"));
getTsChEcomResponse.setData(_ctx.stringValue("GetTsChEcomResponse.Data"));
return getTsChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetUserUploadSignResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetUserUploadSignResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetUserUploadSignResponseUnmarshaller {
public static GetUserUploadSignResponse unmarshall(GetUserUploadSignResponse getUserUploadSignResponse, UnmarshallerContext _ctx) {
getUserUploadSignResponse.setRequestId(_ctx.stringValue("GetUserUploadSignResponse.RequestId"));
getUserUploadSignResponse.setData(_ctx.stringValue("GetUserUploadSignResponse.Data"));
return getUserUploadSignResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWeChCommentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWeChCommentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWeChCommentResponseUnmarshaller {
public static GetWeChCommentResponse unmarshall(GetWeChCommentResponse getWeChCommentResponse, UnmarshallerContext _ctx) {
getWeChCommentResponse.setRequestId(_ctx.stringValue("GetWeChCommentResponse.RequestId"));
getWeChCommentResponse.setData(_ctx.stringValue("GetWeChCommentResponse.Data"));
return getWeChCommentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWeChEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWeChEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWeChEcomResponseUnmarshaller {
public static GetWeChEcomResponse unmarshall(GetWeChEcomResponse getWeChEcomResponse, UnmarshallerContext _ctx) {
getWeChEcomResponse.setRequestId(_ctx.stringValue("GetWeChEcomResponse.RequestId"));
getWeChEcomResponse.setData(_ctx.stringValue("GetWeChEcomResponse.Data"));
return getWeChEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWeChEntertainmentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWeChEntertainmentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWeChEntertainmentResponseUnmarshaller {
public static GetWeChEntertainmentResponse unmarshall(GetWeChEntertainmentResponse getWeChEntertainmentResponse, UnmarshallerContext _ctx) {
getWeChEntertainmentResponse.setRequestId(_ctx.stringValue("GetWeChEntertainmentResponse.RequestId"));
getWeChEntertainmentResponse.setData(_ctx.stringValue("GetWeChEntertainmentResponse.Data"));
return getWeChEntertainmentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWeChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWeChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWeChGeneralResponseUnmarshaller {
public static GetWeChGeneralResponse unmarshall(GetWeChGeneralResponse getWeChGeneralResponse, UnmarshallerContext _ctx) {
getWeChGeneralResponse.setRequestId(_ctx.stringValue("GetWeChGeneralResponse.RequestId"));
getWeChGeneralResponse.setData(_ctx.stringValue("GetWeChGeneralResponse.Data"));
return getWeChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWeChSearchResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWeChSearchResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWeChSearchResponseUnmarshaller {
public static GetWeChSearchResponse unmarshall(GetWeChSearchResponse getWeChSearchResponse, UnmarshallerContext _ctx) {
getWeChSearchResponse.setRequestId(_ctx.stringValue("GetWeChSearchResponse.RequestId"));
getWeChSearchResponse.setData(_ctx.stringValue("GetWeChSearchResponse.Data"));
return getWeChSearchResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsChGeneralResponseUnmarshaller {
public static GetWsChGeneralResponse unmarshall(GetWsChGeneralResponse getWsChGeneralResponse, UnmarshallerContext _ctx) {
getWsChGeneralResponse.setRequestId(_ctx.stringValue("GetWsChGeneralResponse.RequestId"));
getWsChGeneralResponse.setData(_ctx.stringValue("GetWsChGeneralResponse.Data"));
return getWsChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChEcomCommentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChEcomCommentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChEcomCommentResponseUnmarshaller {
public static GetWsCustomizedChEcomCommentResponse unmarshall(GetWsCustomizedChEcomCommentResponse getWsCustomizedChEcomCommentResponse, UnmarshallerContext _ctx) {
getWsCustomizedChEcomCommentResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChEcomCommentResponse.RequestId"));
getWsCustomizedChEcomCommentResponse.setData(_ctx.stringValue("GetWsCustomizedChEcomCommentResponse.Data"));
return getWsCustomizedChEcomCommentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChEcomContentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChEcomContentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChEcomContentResponseUnmarshaller {
public static GetWsCustomizedChEcomContentResponse unmarshall(GetWsCustomizedChEcomContentResponse getWsCustomizedChEcomContentResponse, UnmarshallerContext _ctx) {
getWsCustomizedChEcomContentResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChEcomContentResponse.RequestId"));
getWsCustomizedChEcomContentResponse.setData(_ctx.stringValue("GetWsCustomizedChEcomContentResponse.Data"));
return getWsCustomizedChEcomContentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChEcomTitleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChEcomTitleResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChEcomTitleResponseUnmarshaller {
public static GetWsCustomizedChEcomTitleResponse unmarshall(GetWsCustomizedChEcomTitleResponse getWsCustomizedChEcomTitleResponse, UnmarshallerContext _ctx) {
getWsCustomizedChEcomTitleResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChEcomTitleResponse.RequestId"));
getWsCustomizedChEcomTitleResponse.setData(_ctx.stringValue("GetWsCustomizedChEcomTitleResponse.Data"));
return getWsCustomizedChEcomTitleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChEntertainmentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChEntertainmentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChEntertainmentResponseUnmarshaller {
public static GetWsCustomizedChEntertainmentResponse unmarshall(GetWsCustomizedChEntertainmentResponse getWsCustomizedChEntertainmentResponse, UnmarshallerContext _ctx) {
getWsCustomizedChEntertainmentResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChEntertainmentResponse.RequestId"));
getWsCustomizedChEntertainmentResponse.setData(_ctx.stringValue("GetWsCustomizedChEntertainmentResponse.Data"));
return getWsCustomizedChEntertainmentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChGeneralResponseUnmarshaller {
public static GetWsCustomizedChGeneralResponse unmarshall(GetWsCustomizedChGeneralResponse getWsCustomizedChGeneralResponse, UnmarshallerContext _ctx) {
getWsCustomizedChGeneralResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChGeneralResponse.RequestId"));
getWsCustomizedChGeneralResponse.setData(_ctx.stringValue("GetWsCustomizedChGeneralResponse.Data"));
return getWsCustomizedChGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedChO2OResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedChO2OResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedChO2OResponseUnmarshaller {
public static GetWsCustomizedChO2OResponse unmarshall(GetWsCustomizedChO2OResponse getWsCustomizedChO2OResponse, UnmarshallerContext _ctx) {
getWsCustomizedChO2OResponse.setRequestId(_ctx.stringValue("GetWsCustomizedChO2OResponse.RequestId"));
getWsCustomizedChO2OResponse.setData(_ctx.stringValue("GetWsCustomizedChO2OResponse.Data"));
return getWsCustomizedChO2OResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedSeaEcomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedSeaEcomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedSeaEcomResponseUnmarshaller {
public static GetWsCustomizedSeaEcomResponse unmarshall(GetWsCustomizedSeaEcomResponse getWsCustomizedSeaEcomResponse, UnmarshallerContext _ctx) {
getWsCustomizedSeaEcomResponse.setRequestId(_ctx.stringValue("GetWsCustomizedSeaEcomResponse.RequestId"));
getWsCustomizedSeaEcomResponse.setData(_ctx.stringValue("GetWsCustomizedSeaEcomResponse.Data"));
return getWsCustomizedSeaEcomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/GetWsCustomizedSeaGeneralResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.GetWsCustomizedSeaGeneralResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetWsCustomizedSeaGeneralResponseUnmarshaller {
public static GetWsCustomizedSeaGeneralResponse unmarshall(GetWsCustomizedSeaGeneralResponse getWsCustomizedSeaGeneralResponse, UnmarshallerContext _ctx) {
getWsCustomizedSeaGeneralResponse.setRequestId(_ctx.stringValue("GetWsCustomizedSeaGeneralResponse.RequestId"));
getWsCustomizedSeaGeneralResponse.setData(_ctx.stringValue("GetWsCustomizedSeaGeneralResponse.Data"));
return getWsCustomizedSeaGeneralResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/ImportServiceDataResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.ImportServiceDataResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ImportServiceDataResponseUnmarshaller {
public static ImportServiceDataResponse unmarshall(ImportServiceDataResponse importServiceDataResponse, UnmarshallerContext _ctx) {
importServiceDataResponse.setRequestId(_ctx.stringValue("ImportServiceDataResponse.RequestId"));
importServiceDataResponse.setCode(_ctx.integerValue("ImportServiceDataResponse.Code"));
importServiceDataResponse.setData(_ctx.longValue("ImportServiceDataResponse.Data"));
importServiceDataResponse.setSuccess(_ctx.booleanValue("ImportServiceDataResponse.Success"));
importServiceDataResponse.setMsg(_ctx.stringValue("ImportServiceDataResponse.Msg"));
return importServiceDataResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/InsertCustomResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.InsertCustomResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class InsertCustomResponseUnmarshaller {
public static InsertCustomResponse unmarshall(InsertCustomResponse insertCustomResponse, UnmarshallerContext _ctx) {
insertCustomResponse.setRequestId(_ctx.stringValue("InsertCustomResponse.RequestId"));
insertCustomResponse.setData(_ctx.stringValue("InsertCustomResponse.Data"));
return insertCustomResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/OpenAlinlpServiceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.OpenAlinlpServiceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class OpenAlinlpServiceResponseUnmarshaller {
public static OpenAlinlpServiceResponse unmarshall(OpenAlinlpServiceResponse openAlinlpServiceResponse, UnmarshallerContext _ctx) {
openAlinlpServiceResponse.setRequestId(_ctx.stringValue("OpenAlinlpServiceResponse.RequestId"));
openAlinlpServiceResponse.setOrderId(_ctx.stringValue("OpenAlinlpServiceResponse.OrderId"));
return openAlinlpServiceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/PostMSConvSearchTokenGeneratedResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.PostMSConvSearchTokenGeneratedResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PostMSConvSearchTokenGeneratedResponseUnmarshaller {
public static PostMSConvSearchTokenGeneratedResponse unmarshall(PostMSConvSearchTokenGeneratedResponse postMSConvSearchTokenGeneratedResponse, UnmarshallerContext _ctx) {
postMSConvSearchTokenGeneratedResponse.setRequestId(_ctx.stringValue("PostMSConvSearchTokenGeneratedResponse.RequestId"));
postMSConvSearchTokenGeneratedResponse.setCode(_ctx.integerValue("PostMSConvSearchTokenGeneratedResponse.Code"));
postMSConvSearchTokenGeneratedResponse.setSuccess(_ctx.booleanValue("PostMSConvSearchTokenGeneratedResponse.Success"));
postMSConvSearchTokenGeneratedResponse.setMsg(_ctx.stringValue("PostMSConvSearchTokenGeneratedResponse.Msg"));
postMSConvSearchTokenGeneratedResponse.setData(_ctx.stringValue("PostMSConvSearchTokenGeneratedResponse.Data"));
postMSConvSearchTokenGeneratedResponse.setHttpStatusCode(_ctx.integerValue("PostMSConvSearchTokenGeneratedResponse.HttpStatusCode"));
return postMSConvSearchTokenGeneratedResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/RequestTableQAOnlineResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.RequestTableQAOnlineResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RequestTableQAOnlineResponseUnmarshaller {
public static RequestTableQAOnlineResponse unmarshall(RequestTableQAOnlineResponse requestTableQAOnlineResponse, UnmarshallerContext _ctx) {
requestTableQAOnlineResponse.setRequestId(_ctx.stringValue("RequestTableQAOnlineResponse.RequestId"));
requestTableQAOnlineResponse.setData(_ctx.stringValue("RequestTableQAOnlineResponse.Data"));
return requestTableQAOnlineResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alinlp/1.8.17/com/aliyuncs/alinlp/transform/v20200629/RequestTableQAResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.alinlp.transform.v20200629;
import com.aliyuncs.alinlp.model.v20200629.RequestTableQAResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RequestTableQAResponseUnmarshaller {
public static RequestTableQAResponse unmarshall(RequestTableQAResponse requestTableQAResponse, UnmarshallerContext _ctx) {
requestTableQAResponse.setRequestId(_ctx.stringValue("RequestTableQAResponse.RequestId"));
requestTableQAResponse.setData(_ctx.stringValue("RequestTableQAResponse.Data"));
return requestTableQAResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/CreateEduAccountRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateEduAccountRequest extends RpcAcsRequest<CreateEduAccountResponse> {
public CreateEduAccountRequest() {
super("Alios-dm", "2017-11-27", "CreateEduAccount");
setMethod(MethodType.POST);
}
private String password;
private String loginId;
private String displayName;
private String telephone;
private String targetShortAuthCode;
private String email;
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
if(password != null){
putBodyParameter("Password", password);
}
}
public String getLoginId() {
return this.loginId;
}
public void setLoginId(String loginId) {
this.loginId = loginId;
if(loginId != null){
putBodyParameter("LoginId", loginId);
}
}
public String getDisplayName() {
return this.displayName;
}
public void setDisplayName(String displayName) {
this.displayName = displayName;
if(displayName != null){
putBodyParameter("DisplayName", displayName);
}
}
public String getTelephone() {
return this.telephone;
}
public void setTelephone(String telephone) {
this.telephone = telephone;
if(telephone != null){
putBodyParameter("Telephone", telephone);
}
}
public String getTargetShortAuthCode() {
return this.targetShortAuthCode;
}
public void setTargetShortAuthCode(String targetShortAuthCode) {
this.targetShortAuthCode = targetShortAuthCode;
if(targetShortAuthCode != null){
putBodyParameter("TargetShortAuthCode", targetShortAuthCode);
}
}
public String getEmail() {
return this.email;
}
public void setEmail(String email) {
this.email = email;
if(email != null){
putBodyParameter("Email", email);
}
}
@Override
public Class<CreateEduAccountResponse> getResponseClass() {
return CreateEduAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/CreateEduAccountResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.CreateEduAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateEduAccountResponse extends AcsResponse {
private String message;
private String eduAccountId;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getEduAccountId() {
return this.eduAccountId;
}
public void setEduAccountId(String eduAccountId) {
this.eduAccountId = eduAccountId;
}
@Override
public CreateEduAccountResponse getInstance(UnmarshallerContext context) {
return CreateEduAccountResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/CreateSchoolOrgRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateSchoolOrgRequest extends RpcAcsRequest<CreateSchoolOrgResponse> {
public CreateSchoolOrgRequest() {
super("Alios-dm", "2017-11-27", "CreateSchoolOrg");
setMethod(MethodType.POST);
}
private String name;
private String description;
private String shortAuthCode;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putBodyParameter("Description", description);
}
}
public String getShortAuthCode() {
return this.shortAuthCode;
}
public void setShortAuthCode(String shortAuthCode) {
this.shortAuthCode = shortAuthCode;
if(shortAuthCode != null){
putBodyParameter("ShortAuthCode", shortAuthCode);
}
}
@Override
public Class<CreateSchoolOrgResponse> getResponseClass() {
return CreateSchoolOrgResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/CreateSchoolOrgResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.CreateSchoolOrgResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateSchoolOrgResponse extends AcsResponse {
private String message;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String userAuthCode;
private String shortAuthCode;
private Long orgId;
public String getUserAuthCode() {
return this.userAuthCode;
}
public void setUserAuthCode(String userAuthCode) {
this.userAuthCode = userAuthCode;
}
public String getShortAuthCode() {
return this.shortAuthCode;
}
public void setShortAuthCode(String shortAuthCode) {
this.shortAuthCode = shortAuthCode;
}
public Long getOrgId() {
return this.orgId;
}
public void setOrgId(Long orgId) {
this.orgId = orgId;
}
}
@Override
public CreateSchoolOrgResponse getInstance(UnmarshallerContext context) {
return CreateSchoolOrgResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/DeleteEduAccountRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteEduAccountRequest extends RpcAcsRequest<DeleteEduAccountResponse> {
public DeleteEduAccountRequest() {
super("Alios-dm", "2017-11-27", "DeleteEduAccount");
setMethod(MethodType.POST);
}
private String eduAccountId;
private String targetShortAuthCode;
public String getEduAccountId() {
return this.eduAccountId;
}
public void setEduAccountId(String eduAccountId) {
this.eduAccountId = eduAccountId;
if(eduAccountId != null){
putBodyParameter("EduAccountId", eduAccountId);
}
}
public String getTargetShortAuthCode() {
return this.targetShortAuthCode;
}
public void setTargetShortAuthCode(String targetShortAuthCode) {
this.targetShortAuthCode = targetShortAuthCode;
if(targetShortAuthCode != null){
putBodyParameter("TargetShortAuthCode", targetShortAuthCode);
}
}
@Override
public Class<DeleteEduAccountResponse> getResponseClass() {
return DeleteEduAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/DeleteEduAccountResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.DeleteEduAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteEduAccountResponse extends AcsResponse {
private String message;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
@Override
public DeleteEduAccountResponse getInstance(UnmarshallerContext context) {
return DeleteEduAccountResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/ExecuteCmdRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ExecuteCmdRequest extends RpcAcsRequest<ExecuteCmdResponse> {
public ExecuteCmdRequest() {
super("Alios-dm", "2017-11-27", "ExecuteCmd");
setMethod(MethodType.POST);
}
private String param;
private String sn;
private String cmd;
public String getParam() {
return this.param;
}
public void setParam(String param) {
this.param = param;
if(param != null){
putBodyParameter("Param", param);
}
}
public String getSn() {
return this.sn;
}
public void setSn(String sn) {
this.sn = sn;
if(sn != null){
putBodyParameter("Sn", sn);
}
}
public String getCmd() {
return this.cmd;
}
public void setCmd(String cmd) {
this.cmd = cmd;
if(cmd != null){
putBodyParameter("Cmd", cmd);
}
}
@Override
public Class<ExecuteCmdResponse> getResponseClass() {
return ExecuteCmdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/ExecuteCmdResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.ExecuteCmdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ExecuteCmdResponse extends AcsResponse {
private String message;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
@Override
public ExecuteCmdResponse getInstance(UnmarshallerContext context) {
return ExecuteCmdResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/ResetEduAccountPasswordRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ResetEduAccountPasswordRequest extends RpcAcsRequest<ResetEduAccountPasswordResponse> {
public ResetEduAccountPasswordRequest() {
super("Alios-dm", "2017-11-27", "ResetEduAccountPassword");
setMethod(MethodType.POST);
}
private String password;
private String targetAuthCode;
private String eduAccountId;
public String getPassword() {
return this.password;
}
public void setPassword(String password) {
this.password = password;
if(password != null){
putBodyParameter("Password", password);
}
}
public String getTargetAuthCode() {
return this.targetAuthCode;
}
public void setTargetAuthCode(String targetAuthCode) {
this.targetAuthCode = targetAuthCode;
if(targetAuthCode != null){
putBodyParameter("TargetAuthCode", targetAuthCode);
}
}
public String getEduAccountId() {
return this.eduAccountId;
}
public void setEduAccountId(String eduAccountId) {
this.eduAccountId = eduAccountId;
if(eduAccountId != null){
putBodyParameter("EduAccountId", eduAccountId);
}
}
@Override
public Class<ResetEduAccountPasswordResponse> getResponseClass() {
return ResetEduAccountPasswordResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/ResetEduAccountPasswordResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.ResetEduAccountPasswordResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ResetEduAccountPasswordResponse extends AcsResponse {
private String message;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
@Override
public ResetEduAccountPasswordResponse getInstance(UnmarshallerContext context) {
return ResetEduAccountPasswordResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/UpdateEduAccountRequest.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class UpdateEduAccountRequest extends RpcAcsRequest<UpdateEduAccountResponse> {
public UpdateEduAccountRequest() {
super("Alios-dm", "2017-11-27", "UpdateEduAccount");
setMethod(MethodType.POST);
}
private String eduAccountId;
private String displayName;
private String targetShortAuthCode;
public String getEduAccountId() {
return this.eduAccountId;
}
public void setEduAccountId(String eduAccountId) {
this.eduAccountId = eduAccountId;
if(eduAccountId != null){
putBodyParameter("EduAccountId", eduAccountId);
}
}
public String getDisplayName() {
return this.displayName;
}
public void setDisplayName(String displayName) {
this.displayName = displayName;
if(displayName != null){
putBodyParameter("DisplayName", displayName);
}
}
public String getTargetShortAuthCode() {
return this.targetShortAuthCode;
}
public void setTargetShortAuthCode(String targetShortAuthCode) {
this.targetShortAuthCode = targetShortAuthCode;
if(targetShortAuthCode != null){
putBodyParameter("TargetShortAuthCode", targetShortAuthCode);
}
}
@Override
public Class<UpdateEduAccountResponse> getResponseClass() {
return UpdateEduAccountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/model/v20171127/UpdateEduAccountResponse.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.model.v20171127;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.alios_dm.transform.v20171127.UpdateEduAccountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UpdateEduAccountResponse extends AcsResponse {
private String message;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
@Override
public UpdateEduAccountResponse getInstance(UnmarshallerContext context) {
return UpdateEduAccountResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
|
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/CreateEduAccountResponseUnmarshaller.java
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.aliyuncs.alios_dm.transform.v20171127;
import com.aliyuncs.alios_dm.model.v20171127.CreateEduAccountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateEduAccountResponseUnmarshaller {
public static CreateEduAccountResponse unmarshall(CreateEduAccountResponse createEduAccountResponse, UnmarshallerContext context) {
createEduAccountResponse.setMessage(context.stringValue("CreateEduAccountResponse.Message"));
createEduAccountResponse.setEduAccountId(context.stringValue("CreateEduAccountResponse.EduAccountId"));
return createEduAccountResponse;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.