index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchGetFormDataByIdListShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchGetFormDataByIdListShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static BatchGetFormDataByIdListShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchGetFormDataByIdListShrinkHeaders self = new BatchGetFormDataByIdListShrinkHeaders();
return TeaModel.build(map, self);
}
public BatchGetFormDataByIdListShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchGetFormDataByIdListShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchGetFormDataByIdListShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchGetFormDataByIdListShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>APP_PBKT0xxx</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-xxxxx</p>
*/
@NameInMap("FormInstanceIdList")
public String formInstanceIdListShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-xxxxx</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("NeedFormInstanceValue")
public Boolean needFormInstanceValue;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>hexxxx</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static BatchGetFormDataByIdListShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
BatchGetFormDataByIdListShrinkRequest self = new BatchGetFormDataByIdListShrinkRequest();
return TeaModel.build(map, self);
}
public BatchGetFormDataByIdListShrinkRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchGetFormDataByIdListShrinkRequest setFormInstanceIdListShrink(String formInstanceIdListShrink) {
this.formInstanceIdListShrink = formInstanceIdListShrink;
return this;
}
public String getFormInstanceIdListShrink() {
return this.formInstanceIdListShrink;
}
public BatchGetFormDataByIdListShrinkRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchGetFormDataByIdListShrinkRequest setNeedFormInstanceValue(Boolean needFormInstanceValue) {
this.needFormInstanceValue = needFormInstanceValue;
return this;
}
public Boolean getNeedFormInstanceValue() {
return this.needFormInstanceValue;
}
public BatchGetFormDataByIdListShrinkRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public BatchRemovalByFormInstanceIdListHeadersAccountContext accountContext;
public static BatchRemovalByFormInstanceIdListHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListHeaders self = new BatchRemovalByFormInstanceIdListHeaders();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchRemovalByFormInstanceIdListHeaders setAccountContext(BatchRemovalByFormInstanceIdListHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public BatchRemovalByFormInstanceIdListHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class BatchRemovalByFormInstanceIdListHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static BatchRemovalByFormInstanceIdListHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListHeadersAccountContext self = new BatchRemovalByFormInstanceIdListHeadersAccountContext();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>APP_XCE0EVXS6DYG3YDYC5RD</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("ExecuteExpression")
public Boolean executeExpression;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("FormInstanceIdList")
public java.util.List<String> formInstanceIdList;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static BatchRemovalByFormInstanceIdListRequest build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListRequest self = new BatchRemovalByFormInstanceIdListRequest();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchRemovalByFormInstanceIdListRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchRemovalByFormInstanceIdListRequest setExecuteExpression(Boolean executeExpression) {
this.executeExpression = executeExpression;
return this;
}
public Boolean getExecuteExpression() {
return this.executeExpression;
}
public BatchRemovalByFormInstanceIdListRequest setFormInstanceIdList(java.util.List<String> formInstanceIdList) {
this.formInstanceIdList = formInstanceIdList;
return this;
}
public java.util.List<String> getFormInstanceIdList() {
return this.formInstanceIdList;
}
public BatchRemovalByFormInstanceIdListRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchRemovalByFormInstanceIdListRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public BatchRemovalByFormInstanceIdListResponseBody body;
public static BatchRemovalByFormInstanceIdListResponse build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListResponse self = new BatchRemovalByFormInstanceIdListResponse();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public BatchRemovalByFormInstanceIdListResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public BatchRemovalByFormInstanceIdListResponse setBody(BatchRemovalByFormInstanceIdListResponseBody body) {
this.body = body;
return this;
}
public BatchRemovalByFormInstanceIdListResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static BatchRemovalByFormInstanceIdListResponseBody build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListResponseBody self = new BatchRemovalByFormInstanceIdListResponseBody();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public BatchRemovalByFormInstanceIdListResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public BatchRemovalByFormInstanceIdListResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static BatchRemovalByFormInstanceIdListShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListShrinkHeaders self = new BatchRemovalByFormInstanceIdListShrinkHeaders();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchRemovalByFormInstanceIdListShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchRemovalByFormInstanceIdListShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchRemovalByFormInstanceIdListShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>APP_XCE0EVXS6DYG3YDYC5RD</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("ExecuteExpression")
public Boolean executeExpression;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("FormInstanceIdList")
public String formInstanceIdListShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static BatchRemovalByFormInstanceIdListShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
BatchRemovalByFormInstanceIdListShrinkRequest self = new BatchRemovalByFormInstanceIdListShrinkRequest();
return TeaModel.build(map, self);
}
public BatchRemovalByFormInstanceIdListShrinkRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchRemovalByFormInstanceIdListShrinkRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchRemovalByFormInstanceIdListShrinkRequest setExecuteExpression(Boolean executeExpression) {
this.executeExpression = executeExpression;
return this;
}
public Boolean getExecuteExpression() {
return this.executeExpression;
}
public BatchRemovalByFormInstanceIdListShrinkRequest setFormInstanceIdListShrink(String formInstanceIdListShrink) {
this.formInstanceIdListShrink = formInstanceIdListShrink;
return this;
}
public String getFormInstanceIdListShrink() {
return this.formInstanceIdListShrink;
}
public BatchRemovalByFormInstanceIdListShrinkRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchRemovalByFormInstanceIdListShrinkRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public BatchSaveFormDataHeadersAccountContext accountContext;
public static BatchSaveFormDataHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataHeaders self = new BatchSaveFormDataHeaders();
return TeaModel.build(map, self);
}
public BatchSaveFormDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchSaveFormDataHeaders setAccountContext(BatchSaveFormDataHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public BatchSaveFormDataHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class BatchSaveFormDataHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static BatchSaveFormDataHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataHeadersAccountContext self = new BatchSaveFormDataHeadersAccountContext();
return TeaModel.build(map, self);
}
public BatchSaveFormDataHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_XCE0EVXS6DYG3YDYC5RD</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
@NameInMap("FormDataJsonList")
public java.util.List<String> formDataJsonList;
/**
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("KeepRunningAfterException")
public Boolean keepRunningAfterException;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static BatchSaveFormDataRequest build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataRequest self = new BatchSaveFormDataRequest();
return TeaModel.build(map, self);
}
public BatchSaveFormDataRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchSaveFormDataRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchSaveFormDataRequest setFormDataJsonList(java.util.List<String> formDataJsonList) {
this.formDataJsonList = formDataJsonList;
return this;
}
public java.util.List<String> getFormDataJsonList() {
return this.formDataJsonList;
}
public BatchSaveFormDataRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchSaveFormDataRequest setKeepRunningAfterException(Boolean keepRunningAfterException) {
this.keepRunningAfterException = keepRunningAfterException;
return this;
}
public Boolean getKeepRunningAfterException() {
return this.keepRunningAfterException;
}
public BatchSaveFormDataRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchSaveFormDataRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public BatchSaveFormDataResponseBody body;
public static BatchSaveFormDataResponse build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataResponse self = new BatchSaveFormDataResponse();
return TeaModel.build(map, self);
}
public BatchSaveFormDataResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public BatchSaveFormDataResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public BatchSaveFormDataResponse setBody(BatchSaveFormDataResponseBody body) {
this.body = body;
return this;
}
public BatchSaveFormDataResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>[ "FINST-SASNOO39NSIFF780" ]</p>
*/
@NameInMap("result")
public java.util.List<String> result;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static BatchSaveFormDataResponseBody build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataResponseBody self = new BatchSaveFormDataResponseBody();
return TeaModel.build(map, self);
}
public BatchSaveFormDataResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public BatchSaveFormDataResponseBody setResult(java.util.List<String> result) {
this.result = result;
return this;
}
public java.util.List<String> getResult() {
return this.result;
}
public BatchSaveFormDataResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public BatchSaveFormDataResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static BatchSaveFormDataShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataShrinkHeaders self = new BatchSaveFormDataShrinkHeaders();
return TeaModel.build(map, self);
}
public BatchSaveFormDataShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchSaveFormDataShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchSaveFormDataShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchSaveFormDataShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_XCE0EVXS6DYG3YDYC5RD</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
@NameInMap("FormDataJsonList")
public String formDataJsonListShrink;
/**
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("KeepRunningAfterException")
public Boolean keepRunningAfterException;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static BatchSaveFormDataShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
BatchSaveFormDataShrinkRequest self = new BatchSaveFormDataShrinkRequest();
return TeaModel.build(map, self);
}
public BatchSaveFormDataShrinkRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchSaveFormDataShrinkRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchSaveFormDataShrinkRequest setFormDataJsonListShrink(String formDataJsonListShrink) {
this.formDataJsonListShrink = formDataJsonListShrink;
return this;
}
public String getFormDataJsonListShrink() {
return this.formDataJsonListShrink;
}
public BatchSaveFormDataShrinkRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchSaveFormDataShrinkRequest setKeepRunningAfterException(Boolean keepRunningAfterException) {
this.keepRunningAfterException = keepRunningAfterException;
return this;
}
public Boolean getKeepRunningAfterException() {
return this.keepRunningAfterException;
}
public BatchSaveFormDataShrinkRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchSaveFormDataShrinkRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public BatchUpdateFormDataByInstanceIdHeadersAccountContext accountContext;
public static BatchUpdateFormDataByInstanceIdHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdHeaders self = new BatchUpdateFormDataByInstanceIdHeaders();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchUpdateFormDataByInstanceIdHeaders setAccountContext(BatchUpdateFormDataByInstanceIdHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public BatchUpdateFormDataByInstanceIdHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class BatchUpdateFormDataByInstanceIdHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static BatchUpdateFormDataByInstanceIdHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdHeadersAccountContext self = new BatchUpdateFormDataByInstanceIdHeadersAccountContext();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>String</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24" ]</p>
*/
@NameInMap("FormInstanceIdList")
public java.util.List<String> formInstanceIdList;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IgnoreEmpty")
public Boolean ignoreEmpty;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>{"countrySelectField_l0c1cwiu":[{"value":"US"}],"addressField_l0c1cwiy":{"address":"111","regionIds":[460000,469027,469023401],"regionText":[{"en_US":"hai+nan+sheng","zh_CN":"海南省"},{"en_US":"cheng+mai+xian","zh_CN":"澄迈县"},{"en_US":"guo+ying+hong+gang+nong+chang","zh_CN":"国营红岗农场"}]}}</p>
*/
@NameInMap("UpdateFormDataJson")
public String updateFormDataJson;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("UseLatestFormSchemaVersion")
public Boolean useLatestFormSchemaVersion;
public static BatchUpdateFormDataByInstanceIdRequest build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdRequest self = new BatchUpdateFormDataByInstanceIdRequest();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchUpdateFormDataByInstanceIdRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchUpdateFormDataByInstanceIdRequest setFormInstanceIdList(java.util.List<String> formInstanceIdList) {
this.formInstanceIdList = formInstanceIdList;
return this;
}
public java.util.List<String> getFormInstanceIdList() {
return this.formInstanceIdList;
}
public BatchUpdateFormDataByInstanceIdRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchUpdateFormDataByInstanceIdRequest setIgnoreEmpty(Boolean ignoreEmpty) {
this.ignoreEmpty = ignoreEmpty;
return this;
}
public Boolean getIgnoreEmpty() {
return this.ignoreEmpty;
}
public BatchUpdateFormDataByInstanceIdRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchUpdateFormDataByInstanceIdRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public BatchUpdateFormDataByInstanceIdRequest setUpdateFormDataJson(String updateFormDataJson) {
this.updateFormDataJson = updateFormDataJson;
return this;
}
public String getUpdateFormDataJson() {
return this.updateFormDataJson;
}
public BatchUpdateFormDataByInstanceIdRequest setUseLatestFormSchemaVersion(Boolean useLatestFormSchemaVersion) {
this.useLatestFormSchemaVersion = useLatestFormSchemaVersion;
return this;
}
public Boolean getUseLatestFormSchemaVersion() {
return this.useLatestFormSchemaVersion;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public BatchUpdateFormDataByInstanceIdResponseBody body;
public static BatchUpdateFormDataByInstanceIdResponse build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdResponse self = new BatchUpdateFormDataByInstanceIdResponse();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public BatchUpdateFormDataByInstanceIdResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public BatchUpdateFormDataByInstanceIdResponse setBody(BatchUpdateFormDataByInstanceIdResponseBody body) {
this.body = body;
return this;
}
public BatchUpdateFormDataByInstanceIdResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>[ "FINST-SASNOO39NSIFF780" ]</p>
*/
@NameInMap("result")
public java.util.List<String> result;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static BatchUpdateFormDataByInstanceIdResponseBody build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdResponseBody self = new BatchUpdateFormDataByInstanceIdResponseBody();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public BatchUpdateFormDataByInstanceIdResponseBody setResult(java.util.List<String> result) {
this.result = result;
return this;
}
public java.util.List<String> getResult() {
return this.result;
}
public BatchUpdateFormDataByInstanceIdResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public BatchUpdateFormDataByInstanceIdResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static BatchUpdateFormDataByInstanceIdShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdShrinkHeaders self = new BatchUpdateFormDataByInstanceIdShrinkHeaders();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchUpdateFormDataByInstanceIdShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceIdShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceIdShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>String</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "FINST-J8766S91O2UYN87ZX3XOF1MY8MBA2912BSV0L24" ]</p>
*/
@NameInMap("FormInstanceIdList")
public String formInstanceIdListShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IgnoreEmpty")
public Boolean ignoreEmpty;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>{"countrySelectField_l0c1cwiu":[{"value":"US"}],"addressField_l0c1cwiy":{"address":"111","regionIds":[460000,469027,469023401],"regionText":[{"en_US":"hai+nan+sheng","zh_CN":"海南省"},{"en_US":"cheng+mai+xian","zh_CN":"澄迈县"},{"en_US":"guo+ying+hong+gang+nong+chang","zh_CN":"国营红岗农场"}]}}</p>
*/
@NameInMap("UpdateFormDataJson")
public String updateFormDataJson;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("UseLatestFormSchemaVersion")
public Boolean useLatestFormSchemaVersion;
public static BatchUpdateFormDataByInstanceIdShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceIdShrinkRequest self = new BatchUpdateFormDataByInstanceIdShrinkRequest();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setFormInstanceIdListShrink(String formInstanceIdListShrink) {
this.formInstanceIdListShrink = formInstanceIdListShrink;
return this;
}
public String getFormInstanceIdListShrink() {
return this.formInstanceIdListShrink;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setIgnoreEmpty(Boolean ignoreEmpty) {
this.ignoreEmpty = ignoreEmpty;
return this;
}
public Boolean getIgnoreEmpty() {
return this.ignoreEmpty;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setUpdateFormDataJson(String updateFormDataJson) {
this.updateFormDataJson = updateFormDataJson;
return this;
}
public String getUpdateFormDataJson() {
return this.updateFormDataJson;
}
public BatchUpdateFormDataByInstanceIdShrinkRequest setUseLatestFormSchemaVersion(Boolean useLatestFormSchemaVersion) {
this.useLatestFormSchemaVersion = useLatestFormSchemaVersion;
return this;
}
public Boolean getUseLatestFormSchemaVersion() {
return this.useLatestFormSchemaVersion;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public BatchUpdateFormDataByInstanceMapHeadersAccountContext accountContext;
public static BatchUpdateFormDataByInstanceMapHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapHeaders self = new BatchUpdateFormDataByInstanceMapHeaders();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchUpdateFormDataByInstanceMapHeaders setAccountContext(BatchUpdateFormDataByInstanceMapHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public BatchUpdateFormDataByInstanceMapHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class BatchUpdateFormDataByInstanceMapHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static BatchUpdateFormDataByInstanceMapHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapHeadersAccountContext self = new BatchUpdateFormDataByInstanceMapHeadersAccountContext();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>String</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("IgnoreEmpty")
public Boolean ignoreEmpty;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
@NameInMap("UpdateFormDataJsonMap")
public java.util.Map<String, ?> updateFormDataJsonMap;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("UseLatestFormSchemaVersion")
public Boolean useLatestFormSchemaVersion;
public static BatchUpdateFormDataByInstanceMapRequest build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapRequest self = new BatchUpdateFormDataByInstanceMapRequest();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchUpdateFormDataByInstanceMapRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchUpdateFormDataByInstanceMapRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchUpdateFormDataByInstanceMapRequest setIgnoreEmpty(Boolean ignoreEmpty) {
this.ignoreEmpty = ignoreEmpty;
return this;
}
public Boolean getIgnoreEmpty() {
return this.ignoreEmpty;
}
public BatchUpdateFormDataByInstanceMapRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchUpdateFormDataByInstanceMapRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public BatchUpdateFormDataByInstanceMapRequest setUpdateFormDataJsonMap(java.util.Map<String, ?> updateFormDataJsonMap) {
this.updateFormDataJsonMap = updateFormDataJsonMap;
return this;
}
public java.util.Map<String, ?> getUpdateFormDataJsonMap() {
return this.updateFormDataJsonMap;
}
public BatchUpdateFormDataByInstanceMapRequest setUseLatestFormSchemaVersion(Boolean useLatestFormSchemaVersion) {
this.useLatestFormSchemaVersion = useLatestFormSchemaVersion;
return this;
}
public Boolean getUseLatestFormSchemaVersion() {
return this.useLatestFormSchemaVersion;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public BatchUpdateFormDataByInstanceMapResponseBody body;
public static BatchUpdateFormDataByInstanceMapResponse build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapResponse self = new BatchUpdateFormDataByInstanceMapResponse();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public BatchUpdateFormDataByInstanceMapResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public BatchUpdateFormDataByInstanceMapResponse setBody(BatchUpdateFormDataByInstanceMapResponseBody body) {
this.body = body;
return this;
}
public BatchUpdateFormDataByInstanceMapResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>[ "FINST-SASNOO39NSIFF780" ]</p>
*/
@NameInMap("result")
public java.util.List<String> result;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static BatchUpdateFormDataByInstanceMapResponseBody build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapResponseBody self = new BatchUpdateFormDataByInstanceMapResponseBody();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public BatchUpdateFormDataByInstanceMapResponseBody setResult(java.util.List<String> result) {
this.result = result;
return this;
}
public java.util.List<String> getResult() {
return this.result;
}
public BatchUpdateFormDataByInstanceMapResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public BatchUpdateFormDataByInstanceMapResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static BatchUpdateFormDataByInstanceMapShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapShrinkHeaders self = new BatchUpdateFormDataByInstanceMapShrinkHeaders();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public BatchUpdateFormDataByInstanceMapShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/BatchUpdateFormDataByInstanceMapShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class BatchUpdateFormDataByInstanceMapShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>String</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("AsynchronousExecution")
public Boolean asynchronousExecution;
/**
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("IgnoreEmpty")
public Boolean ignoreEmpty;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
/**
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
@NameInMap("UpdateFormDataJsonMap")
public String updateFormDataJsonMapShrink;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("UseLatestFormSchemaVersion")
public Boolean useLatestFormSchemaVersion;
public static BatchUpdateFormDataByInstanceMapShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
BatchUpdateFormDataByInstanceMapShrinkRequest self = new BatchUpdateFormDataByInstanceMapShrinkRequest();
return TeaModel.build(map, self);
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setAsynchronousExecution(Boolean asynchronousExecution) {
this.asynchronousExecution = asynchronousExecution;
return this;
}
public Boolean getAsynchronousExecution() {
return this.asynchronousExecution;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setIgnoreEmpty(Boolean ignoreEmpty) {
this.ignoreEmpty = ignoreEmpty;
return this;
}
public Boolean getIgnoreEmpty() {
return this.ignoreEmpty;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setUpdateFormDataJsonMapShrink(String updateFormDataJsonMapShrink) {
this.updateFormDataJsonMapShrink = updateFormDataJsonMapShrink;
return this;
}
public String getUpdateFormDataJsonMapShrink() {
return this.updateFormDataJsonMapShrink;
}
public BatchUpdateFormDataByInstanceMapShrinkRequest setUseLatestFormSchemaVersion(Boolean useLatestFormSchemaVersion) {
this.useLatestFormSchemaVersion = useLatestFormSchemaVersion;
return this;
}
public Boolean getUseLatestFormSchemaVersion() {
return this.useLatestFormSchemaVersion;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CancelScheduleConferenceHeadersAccountContext accountContext;
public static CancelScheduleConferenceHeaders build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceHeaders self = new CancelScheduleConferenceHeaders();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CancelScheduleConferenceHeaders setAccountContext(CancelScheduleConferenceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CancelScheduleConferenceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CancelScheduleConferenceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CancelScheduleConferenceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceHeadersAccountContext self = new CancelScheduleConferenceHeadersAccountContext();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2a489xxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</p>
*/
@NameInMap("ScheduleConferenceId")
public String scheduleConferenceId;
@NameInMap("TenantContext")
public CancelScheduleConferenceRequestTenantContext tenantContext;
public static CancelScheduleConferenceRequest build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceRequest self = new CancelScheduleConferenceRequest();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceRequest setScheduleConferenceId(String scheduleConferenceId) {
this.scheduleConferenceId = scheduleConferenceId;
return this;
}
public String getScheduleConferenceId() {
return this.scheduleConferenceId;
}
public CancelScheduleConferenceRequest setTenantContext(CancelScheduleConferenceRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CancelScheduleConferenceRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CancelScheduleConferenceRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CancelScheduleConferenceRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceRequestTenantContext self = new CancelScheduleConferenceRequestTenantContext();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CancelScheduleConferenceResponseBody body;
public static CancelScheduleConferenceResponse build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceResponse self = new CancelScheduleConferenceResponse();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CancelScheduleConferenceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CancelScheduleConferenceResponse setBody(CancelScheduleConferenceResponseBody body) {
this.body = body;
return this;
}
public CancelScheduleConferenceResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceResponseBody extends TeaModel {
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("success")
public Boolean success;
public static CancelScheduleConferenceResponseBody build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceResponseBody self = new CancelScheduleConferenceResponseBody();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CancelScheduleConferenceResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CancelScheduleConferenceShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceShrinkHeaders self = new CancelScheduleConferenceShrinkHeaders();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CancelScheduleConferenceShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CancelScheduleConferenceShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CancelScheduleConferenceShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2a489xxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</p>
*/
@NameInMap("ScheduleConferenceId")
public String scheduleConferenceId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CancelScheduleConferenceShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CancelScheduleConferenceShrinkRequest self = new CancelScheduleConferenceShrinkRequest();
return TeaModel.build(map, self);
}
public CancelScheduleConferenceShrinkRequest setScheduleConferenceId(String scheduleConferenceId) {
this.scheduleConferenceId = scheduleConferenceId;
return this;
}
public String getScheduleConferenceId() {
return this.scheduleConferenceId;
}
public CancelScheduleConferenceShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public ChangeDingTalkIdHeadersAccountContext accountContext;
public static ChangeDingTalkIdHeaders build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdHeaders self = new ChangeDingTalkIdHeaders();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ChangeDingTalkIdHeaders setAccountContext(ChangeDingTalkIdHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public ChangeDingTalkIdHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class ChangeDingTalkIdHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static ChangeDingTalkIdHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdHeadersAccountContext self = new ChangeDingTalkIdHeadersAccountContext();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>4uf_iw54grufg9</p>
*/
@NameInMap("DingTalkId")
public String dingTalkId;
@NameInMap("TenantContext")
public ChangeDingTalkIdRequestTenantContext tenantContext;
public static ChangeDingTalkIdRequest build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdRequest self = new ChangeDingTalkIdRequest();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdRequest setDingTalkId(String dingTalkId) {
this.dingTalkId = dingTalkId;
return this;
}
public String getDingTalkId() {
return this.dingTalkId;
}
public ChangeDingTalkIdRequest setTenantContext(ChangeDingTalkIdRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public ChangeDingTalkIdRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class ChangeDingTalkIdRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static ChangeDingTalkIdRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdRequestTenantContext self = new ChangeDingTalkIdRequestTenantContext();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ChangeDingTalkIdResponseBody body;
public static ChangeDingTalkIdResponse build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdResponse self = new ChangeDingTalkIdResponse();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ChangeDingTalkIdResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ChangeDingTalkIdResponse setBody(ChangeDingTalkIdResponseBody body) {
this.body = body;
return this;
}
public ChangeDingTalkIdResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static ChangeDingTalkIdResponseBody build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdResponseBody self = new ChangeDingTalkIdResponseBody();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public ChangeDingTalkIdResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public ChangeDingTalkIdResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static ChangeDingTalkIdShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdShrinkHeaders self = new ChangeDingTalkIdShrinkHeaders();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ChangeDingTalkIdShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ChangeDingTalkIdShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ChangeDingTalkIdShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>4uf_iw54grufg9</p>
*/
@NameInMap("DingTalkId")
public String dingTalkId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static ChangeDingTalkIdShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
ChangeDingTalkIdShrinkRequest self = new ChangeDingTalkIdShrinkRequest();
return TeaModel.build(map, self);
}
public ChangeDingTalkIdShrinkRequest setDingTalkId(String dingTalkId) {
this.dingTalkId = dingTalkId;
return this;
}
public String getDingTalkId() {
return this.dingTalkId;
}
public ChangeDingTalkIdShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CheckAlibabaStaffHeadersAccountContext accountContext;
public static CheckAlibabaStaffHeaders build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffHeaders self = new CheckAlibabaStaffHeaders();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CheckAlibabaStaffHeaders setAccountContext(CheckAlibabaStaffHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CheckAlibabaStaffHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CheckAlibabaStaffHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CheckAlibabaStaffHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffHeadersAccountContext self = new CheckAlibabaStaffHeadersAccountContext();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>156****9665</p>
*/
@NameInMap("Mobile")
public String mobile;
@NameInMap("TenantContext")
public CheckAlibabaStaffRequestTenantContext tenantContext;
public static CheckAlibabaStaffRequest build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffRequest self = new CheckAlibabaStaffRequest();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffRequest setMobile(String mobile) {
this.mobile = mobile;
return this;
}
public String getMobile() {
return this.mobile;
}
public CheckAlibabaStaffRequest setTenantContext(CheckAlibabaStaffRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CheckAlibabaStaffRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CheckAlibabaStaffRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CheckAlibabaStaffRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffRequestTenantContext self = new CheckAlibabaStaffRequestTenantContext();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CheckAlibabaStaffResponseBody body;
public static CheckAlibabaStaffResponse build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffResponse self = new CheckAlibabaStaffResponse();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CheckAlibabaStaffResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CheckAlibabaStaffResponse setBody(CheckAlibabaStaffResponseBody body) {
this.body = body;
return this;
}
public CheckAlibabaStaffResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("isAlibabaStaff")
public Boolean isAlibabaStaff;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CheckAlibabaStaffResponseBody build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffResponseBody self = new CheckAlibabaStaffResponseBody();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffResponseBody setIsAlibabaStaff(Boolean isAlibabaStaff) {
this.isAlibabaStaff = isAlibabaStaff;
return this;
}
public Boolean getIsAlibabaStaff() {
return this.isAlibabaStaff;
}
public CheckAlibabaStaffResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CheckAlibabaStaffResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CheckAlibabaStaffResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CheckAlibabaStaffShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffShrinkHeaders self = new CheckAlibabaStaffShrinkHeaders();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CheckAlibabaStaffShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckAlibabaStaffShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckAlibabaStaffShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>156****9665</p>
*/
@NameInMap("Mobile")
public String mobile;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CheckAlibabaStaffShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CheckAlibabaStaffShrinkRequest self = new CheckAlibabaStaffShrinkRequest();
return TeaModel.build(map, self);
}
public CheckAlibabaStaffShrinkRequest setMobile(String mobile) {
this.mobile = mobile;
return this;
}
public String getMobile() {
return this.mobile;
}
public CheckAlibabaStaffShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckUserIsGroupMemberHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckUserIsGroupMemberHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CheckUserIsGroupMemberHeadersAccountContext accountContext;
public static CheckUserIsGroupMemberHeaders build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberHeaders self = new CheckUserIsGroupMemberHeaders();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CheckUserIsGroupMemberHeaders setAccountContext(CheckUserIsGroupMemberHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CheckUserIsGroupMemberHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CheckUserIsGroupMemberHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CheckUserIsGroupMemberHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberHeadersAccountContext self = new CheckUserIsGroupMemberHeadersAccountContext();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckUserIsGroupMemberRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckUserIsGroupMemberRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>cidB8Pz*******FIWPv2PMA==</p>
*/
@NameInMap("OpenConversationId")
public String openConversationId;
public static CheckUserIsGroupMemberRequest build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberRequest self = new CheckUserIsGroupMemberRequest();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberRequest setOpenConversationId(String openConversationId) {
this.openConversationId = openConversationId;
return this;
}
public String getOpenConversationId() {
return this.openConversationId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckUserIsGroupMemberResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckUserIsGroupMemberResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CheckUserIsGroupMemberResponseBody body;
public static CheckUserIsGroupMemberResponse build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberResponse self = new CheckUserIsGroupMemberResponse();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CheckUserIsGroupMemberResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CheckUserIsGroupMemberResponse setBody(CheckUserIsGroupMemberResponseBody body) {
this.body = body;
return this;
}
public CheckUserIsGroupMemberResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckUserIsGroupMemberResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckUserIsGroupMemberResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("result")
public Boolean result;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CheckUserIsGroupMemberResponseBody build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberResponseBody self = new CheckUserIsGroupMemberResponseBody();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CheckUserIsGroupMemberResponseBody setResult(Boolean result) {
this.result = result;
return this;
}
public Boolean getResult() {
return this.result;
}
public CheckUserIsGroupMemberResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CheckUserIsGroupMemberResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CheckUserIsGroupMemberShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CheckUserIsGroupMemberShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CheckUserIsGroupMemberShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CheckUserIsGroupMemberShrinkHeaders self = new CheckUserIsGroupMemberShrinkHeaders();
return TeaModel.build(map, self);
}
public CheckUserIsGroupMemberShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CheckUserIsGroupMemberShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public ClearDataHeadersAccountContext accountContext;
public static ClearDataHeaders build(java.util.Map<String, ?> map) throws Exception {
ClearDataHeaders self = new ClearDataHeaders();
return TeaModel.build(map, self);
}
public ClearDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ClearDataHeaders setAccountContext(ClearDataHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public ClearDataHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class ClearDataHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static ClearDataHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
ClearDataHeadersAccountContext self = new ClearDataHeadersAccountContext();
return TeaModel.build(map, self);
}
public ClearDataHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>A3:C3</p>
*/
@NameInMap("RangeAddress")
public String rangeAddress;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("SheetId")
public String sheetId;
@NameInMap("TenantContext")
public ClearDataRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static ClearDataRequest build(java.util.Map<String, ?> map) throws Exception {
ClearDataRequest self = new ClearDataRequest();
return TeaModel.build(map, self);
}
public ClearDataRequest setRangeAddress(String rangeAddress) {
this.rangeAddress = rangeAddress;
return this;
}
public String getRangeAddress() {
return this.rangeAddress;
}
public ClearDataRequest setSheetId(String sheetId) {
this.sheetId = sheetId;
return this;
}
public String getSheetId() {
return this.sheetId;
}
public ClearDataRequest setTenantContext(ClearDataRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public ClearDataRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public ClearDataRequest setWorkbookId(String workbookId) {
this.workbookId = workbookId;
return this;
}
public String getWorkbookId() {
return this.workbookId;
}
public static class ClearDataRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static ClearDataRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
ClearDataRequestTenantContext self = new ClearDataRequestTenantContext();
return TeaModel.build(map, self);
}
public ClearDataRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ClearDataResponseBody body;
public static ClearDataResponse build(java.util.Map<String, ?> map) throws Exception {
ClearDataResponse self = new ClearDataResponse();
return TeaModel.build(map, self);
}
public ClearDataResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ClearDataResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ClearDataResponse setBody(ClearDataResponseBody body) {
this.body = body;
return this;
}
public ClearDataResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>A1:B2</p>
*/
@NameInMap("a1Notation")
public String a1Notation;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static ClearDataResponseBody build(java.util.Map<String, ?> map) throws Exception {
ClearDataResponseBody self = new ClearDataResponseBody();
return TeaModel.build(map, self);
}
public ClearDataResponseBody setA1Notation(String a1Notation) {
this.a1Notation = a1Notation;
return this;
}
public String getA1Notation() {
return this.a1Notation;
}
public ClearDataResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static ClearDataShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
ClearDataShrinkHeaders self = new ClearDataShrinkHeaders();
return TeaModel.build(map, self);
}
public ClearDataShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ClearDataShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearDataShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearDataShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>A3:C3</p>
*/
@NameInMap("RangeAddress")
public String rangeAddress;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("SheetId")
public String sheetId;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static ClearDataShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
ClearDataShrinkRequest self = new ClearDataShrinkRequest();
return TeaModel.build(map, self);
}
public ClearDataShrinkRequest setRangeAddress(String rangeAddress) {
this.rangeAddress = rangeAddress;
return this;
}
public String getRangeAddress() {
return this.rangeAddress;
}
public ClearDataShrinkRequest setSheetId(String sheetId) {
this.sheetId = sheetId;
return this;
}
public String getSheetId() {
return this.sheetId;
}
public ClearDataShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public ClearDataShrinkRequest setWorkbookId(String workbookId) {
this.workbookId = workbookId;
return this;
}
public String getWorkbookId() {
return this.workbookId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public ClearHeadersAccountContext accountContext;
public static ClearHeaders build(java.util.Map<String, ?> map) throws Exception {
ClearHeaders self = new ClearHeaders();
return TeaModel.build(map, self);
}
public ClearHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ClearHeaders setAccountContext(ClearHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public ClearHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class ClearHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static ClearHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
ClearHeadersAccountContext self = new ClearHeadersAccountContext();
return TeaModel.build(map, self);
}
public ClearHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>A3:C3</p>
*/
@NameInMap("RangeAddress")
public String rangeAddress;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("SheetId")
public String sheetId;
@NameInMap("TenantContext")
public ClearRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static ClearRequest build(java.util.Map<String, ?> map) throws Exception {
ClearRequest self = new ClearRequest();
return TeaModel.build(map, self);
}
public ClearRequest setRangeAddress(String rangeAddress) {
this.rangeAddress = rangeAddress;
return this;
}
public String getRangeAddress() {
return this.rangeAddress;
}
public ClearRequest setSheetId(String sheetId) {
this.sheetId = sheetId;
return this;
}
public String getSheetId() {
return this.sheetId;
}
public ClearRequest setTenantContext(ClearRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public ClearRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public ClearRequest setWorkbookId(String workbookId) {
this.workbookId = workbookId;
return this;
}
public String getWorkbookId() {
return this.workbookId;
}
public static class ClearRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static ClearRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
ClearRequestTenantContext self = new ClearRequestTenantContext();
return TeaModel.build(map, self);
}
public ClearRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ClearResponseBody body;
public static ClearResponse build(java.util.Map<String, ?> map) throws Exception {
ClearResponse self = new ClearResponse();
return TeaModel.build(map, self);
}
public ClearResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ClearResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ClearResponse setBody(ClearResponseBody body) {
this.body = body;
return this;
}
public ClearResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>A1:B2</p>
*/
@NameInMap("a1Notation")
public String a1Notation;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static ClearResponseBody build(java.util.Map<String, ?> map) throws Exception {
ClearResponseBody self = new ClearResponseBody();
return TeaModel.build(map, self);
}
public ClearResponseBody setA1Notation(String a1Notation) {
this.a1Notation = a1Notation;
return this;
}
public String getA1Notation() {
return this.a1Notation;
}
public ClearResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static ClearShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
ClearShrinkHeaders self = new ClearShrinkHeaders();
return TeaModel.build(map, self);
}
public ClearShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ClearShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/ClearShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class ClearShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>A3:C3</p>
*/
@NameInMap("RangeAddress")
public String rangeAddress;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("SheetId")
public String sheetId;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static ClearShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
ClearShrinkRequest self = new ClearShrinkRequest();
return TeaModel.build(map, self);
}
public ClearShrinkRequest setRangeAddress(String rangeAddress) {
this.rangeAddress = rangeAddress;
return this;
}
public String getRangeAddress() {
return this.rangeAddress;
}
public ClearShrinkRequest setSheetId(String sheetId) {
this.sheetId = sheetId;
return this;
}
public String getSheetId() {
return this.sheetId;
}
public ClearShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public ClearShrinkRequest setWorkbookId(String workbookId) {
this.workbookId = workbookId;
return this;
}
public String getWorkbookId() {
return this.workbookId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CloseVideoConferenceHeadersAccountContext accountContext;
public static CloseVideoConferenceHeaders build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceHeaders self = new CloseVideoConferenceHeaders();
return TeaModel.build(map, self);
}
public CloseVideoConferenceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CloseVideoConferenceHeaders setAccountContext(CloseVideoConferenceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CloseVideoConferenceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CloseVideoConferenceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CloseVideoConferenceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceHeadersAccountContext self = new CloseVideoConferenceHeadersAccountContext();
return TeaModel.build(map, self);
}
public CloseVideoConferenceHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceRequest extends TeaModel {
@NameInMap("TenantContext")
public CloseVideoConferenceRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>607452e01401526ee39609e1</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static CloseVideoConferenceRequest build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceRequest self = new CloseVideoConferenceRequest();
return TeaModel.build(map, self);
}
public CloseVideoConferenceRequest setTenantContext(CloseVideoConferenceRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CloseVideoConferenceRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CloseVideoConferenceRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public static class CloseVideoConferenceRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CloseVideoConferenceRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceRequestTenantContext self = new CloseVideoConferenceRequestTenantContext();
return TeaModel.build(map, self);
}
public CloseVideoConferenceRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CloseVideoConferenceResponseBody body;
public static CloseVideoConferenceResponse build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceResponse self = new CloseVideoConferenceResponse();
return TeaModel.build(map, self);
}
public CloseVideoConferenceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CloseVideoConferenceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CloseVideoConferenceResponse setBody(CloseVideoConferenceResponseBody body) {
this.body = body;
return this;
}
public CloseVideoConferenceResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>success</p>
*/
@NameInMap("cause")
public String cause;
/**
* <strong>example:</strong>
* <p>200</p>
*/
@NameInMap("code")
public Long code;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CloseVideoConferenceResponseBody build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceResponseBody self = new CloseVideoConferenceResponseBody();
return TeaModel.build(map, self);
}
public CloseVideoConferenceResponseBody setCause(String cause) {
this.cause = cause;
return this;
}
public String getCause() {
return this.cause;
}
public CloseVideoConferenceResponseBody setCode(Long code) {
this.code = code;
return this;
}
public Long getCode() {
return this.code;
}
public CloseVideoConferenceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CloseVideoConferenceResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CloseVideoConferenceResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CloseVideoConferenceShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceShrinkHeaders self = new CloseVideoConferenceShrinkHeaders();
return TeaModel.build(map, self);
}
public CloseVideoConferenceShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CloseVideoConferenceShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CloseVideoConferenceShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CloseVideoConferenceShrinkRequest extends TeaModel {
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>607452e01401526ee39609e1</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static CloseVideoConferenceShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CloseVideoConferenceShrinkRequest self = new CloseVideoConferenceShrinkRequest();
return TeaModel.build(map, self);
}
public CloseVideoConferenceShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CloseVideoConferenceShrinkRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CommentListReportHeadersAccountContext accountContext;
public static CommentListReportHeaders build(java.util.Map<String, ?> map) throws Exception {
CommentListReportHeaders self = new CommentListReportHeaders();
return TeaModel.build(map, self);
}
public CommentListReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CommentListReportHeaders setAccountContext(CommentListReportHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CommentListReportHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CommentListReportHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CommentListReportHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CommentListReportHeadersAccountContext self = new CommentListReportHeadersAccountContext();
return TeaModel.build(map, self);
}
public CommentListReportHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("Offset")
public Long offset;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("ReportId")
public String reportId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("Size")
public Long size;
@NameInMap("TenantContext")
public CommentListReportRequestTenantContext tenantContext;
public static CommentListReportRequest build(java.util.Map<String, ?> map) throws Exception {
CommentListReportRequest self = new CommentListReportRequest();
return TeaModel.build(map, self);
}
public CommentListReportRequest setOffset(Long offset) {
this.offset = offset;
return this;
}
public Long getOffset() {
return this.offset;
}
public CommentListReportRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public CommentListReportRequest setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
public CommentListReportRequest setTenantContext(CommentListReportRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CommentListReportRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CommentListReportRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CommentListReportRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CommentListReportRequestTenantContext self = new CommentListReportRequestTenantContext();
return TeaModel.build(map, self);
}
public CommentListReportRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CommentListReportResponseBody body;
public static CommentListReportResponse build(java.util.Map<String, ?> map) throws Exception {
CommentListReportResponse self = new CommentListReportResponse();
return TeaModel.build(map, self);
}
public CommentListReportResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CommentListReportResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CommentListReportResponse setBody(CommentListReportResponseBody body) {
this.body = body;
return this;
}
public CommentListReportResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportResponseBody extends TeaModel {
@NameInMap("comments")
public java.util.List<CommentListReportResponseBodyComments> comments;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("hasMore")
public Boolean hasMore;
/**
* <strong>example:</strong>
* <p>1568442466000</p>
*/
@NameInMap("nextCursor")
public Long nextCursor;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CommentListReportResponseBody build(java.util.Map<String, ?> map) throws Exception {
CommentListReportResponseBody self = new CommentListReportResponseBody();
return TeaModel.build(map, self);
}
public CommentListReportResponseBody setComments(java.util.List<CommentListReportResponseBodyComments> comments) {
this.comments = comments;
return this;
}
public java.util.List<CommentListReportResponseBodyComments> getComments() {
return this.comments;
}
public CommentListReportResponseBody setHasMore(Boolean hasMore) {
this.hasMore = hasMore;
return this;
}
public Boolean getHasMore() {
return this.hasMore;
}
public CommentListReportResponseBody setNextCursor(Long nextCursor) {
this.nextCursor = nextCursor;
return this;
}
public Long getNextCursor() {
return this.nextCursor;
}
public CommentListReportResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class CommentListReportResponseBodyComments extends TeaModel {
@NameInMap("Content")
public String content;
/**
* <strong>example:</strong>
* <p>1678442466000</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("Userid")
public String userid;
public static CommentListReportResponseBodyComments build(java.util.Map<String, ?> map) throws Exception {
CommentListReportResponseBodyComments self = new CommentListReportResponseBodyComments();
return TeaModel.build(map, self);
}
public CommentListReportResponseBodyComments setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CommentListReportResponseBodyComments setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public CommentListReportResponseBodyComments setUserid(String userid) {
this.userid = userid;
return this;
}
public String getUserid() {
return this.userid;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CommentListReportShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CommentListReportShrinkHeaders self = new CommentListReportShrinkHeaders();
return TeaModel.build(map, self);
}
public CommentListReportShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CommentListReportShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommentListReportShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommentListReportShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("Offset")
public Long offset;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("ReportId")
public String reportId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("Size")
public Long size;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CommentListReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CommentListReportShrinkRequest self = new CommentListReportShrinkRequest();
return TeaModel.build(map, self);
}
public CommentListReportShrinkRequest setOffset(Long offset) {
this.offset = offset;
return this;
}
public Long getOffset() {
return this.offset;
}
public CommentListReportShrinkRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public CommentListReportShrinkRequest setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
public CommentListReportShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CommitFileHeadersAccountContext accountContext;
public static CommitFileHeaders build(java.util.Map<String, ?> map) throws Exception {
CommitFileHeaders self = new CommitFileHeaders();
return TeaModel.build(map, self);
}
public CommitFileHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CommitFileHeaders setAccountContext(CommitFileHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CommitFileHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CommitFileHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CommitFileHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CommitFileHeadersAccountContext self = new CommitFileHeadersAccountContext();
return TeaModel.build(map, self);
}
public CommitFileHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>None</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("Option")
public CommitFileRequestOption option;
/**
* <strong>example:</strong>
* <p>dentryUuid</p>
*/
@NameInMap("ParentDentryUuid")
public String parentDentryUuid;
@NameInMap("TenantContext")
public CommitFileRequestTenantContext tenantContext;
/**
* <strong>example:</strong>
* <p>upload_key</p>
*/
@NameInMap("UploadKey")
public String uploadKey;
public static CommitFileRequest build(java.util.Map<String, ?> map) throws Exception {
CommitFileRequest self = new CommitFileRequest();
return TeaModel.build(map, self);
}
public CommitFileRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CommitFileRequest setOption(CommitFileRequestOption option) {
this.option = option;
return this;
}
public CommitFileRequestOption getOption() {
return this.option;
}
public CommitFileRequest setParentDentryUuid(String parentDentryUuid) {
this.parentDentryUuid = parentDentryUuid;
return this;
}
public String getParentDentryUuid() {
return this.parentDentryUuid;
}
public CommitFileRequest setTenantContext(CommitFileRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CommitFileRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CommitFileRequest setUploadKey(String uploadKey) {
this.uploadKey = uploadKey;
return this;
}
public String getUploadKey() {
return this.uploadKey;
}
public static class CommitFileRequestOptionAppProperties extends TeaModel {
/**
* <strong>example:</strong>
* <p>property_name</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>property_value</p>
*/
@NameInMap("Value")
public String value;
/**
* <strong>example:</strong>
* <p>PUBLIC</p>
*/
@NameInMap("Visibility")
public String visibility;
public static CommitFileRequestOptionAppProperties build(java.util.Map<String, ?> map) throws Exception {
CommitFileRequestOptionAppProperties self = new CommitFileRequestOptionAppProperties();
return TeaModel.build(map, self);
}
public CommitFileRequestOptionAppProperties setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CommitFileRequestOptionAppProperties setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
public CommitFileRequestOptionAppProperties setVisibility(String visibility) {
this.visibility = visibility;
return this;
}
public String getVisibility() {
return this.visibility;
}
}
public static class CommitFileRequestOption extends TeaModel {
@NameInMap("AppProperties")
public java.util.List<CommitFileRequestOptionAppProperties> appProperties;
/**
* <strong>example:</strong>
* <p>AUTO_RENAME</p>
*/
@NameInMap("ConflictStrategy")
public String conflictStrategy;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("ConvertToOnlineDoc")
public Boolean convertToOnlineDoc;
/**
* <strong>example:</strong>
* <p>DOC</p>
*/
@NameInMap("ConvertToOnlineDocTargetDocumentType")
public String convertToOnlineDocTargetDocumentType;
/**
* <strong>example:</strong>
* <p>512</p>
*/
@NameInMap("Size")
public Long size;
public static CommitFileRequestOption build(java.util.Map<String, ?> map) throws Exception {
CommitFileRequestOption self = new CommitFileRequestOption();
return TeaModel.build(map, self);
}
public CommitFileRequestOption setAppProperties(java.util.List<CommitFileRequestOptionAppProperties> appProperties) {
this.appProperties = appProperties;
return this;
}
public java.util.List<CommitFileRequestOptionAppProperties> getAppProperties() {
return this.appProperties;
}
public CommitFileRequestOption setConflictStrategy(String conflictStrategy) {
this.conflictStrategy = conflictStrategy;
return this;
}
public String getConflictStrategy() {
return this.conflictStrategy;
}
public CommitFileRequestOption setConvertToOnlineDoc(Boolean convertToOnlineDoc) {
this.convertToOnlineDoc = convertToOnlineDoc;
return this;
}
public Boolean getConvertToOnlineDoc() {
return this.convertToOnlineDoc;
}
public CommitFileRequestOption setConvertToOnlineDocTargetDocumentType(String convertToOnlineDocTargetDocumentType) {
this.convertToOnlineDocTargetDocumentType = convertToOnlineDocTargetDocumentType;
return this;
}
public String getConvertToOnlineDocTargetDocumentType() {
return this.convertToOnlineDocTargetDocumentType;
}
public CommitFileRequestOption setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
}
public static class CommitFileRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CommitFileRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CommitFileRequestTenantContext self = new CommitFileRequestTenantContext();
return TeaModel.build(map, self);
}
public CommitFileRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CommitFileResponseBody body;
public static CommitFileResponse build(java.util.Map<String, ?> map) throws Exception {
CommitFileResponse self = new CommitFileResponse();
return TeaModel.build(map, self);
}
public CommitFileResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CommitFileResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CommitFileResponse setBody(CommitFileResponseBody body) {
this.body = body;
return this;
}
public CommitFileResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileResponseBody extends TeaModel {
@NameInMap("dentry")
public CommitFileResponseBodyDentry dentry;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CommitFileResponseBody build(java.util.Map<String, ?> map) throws Exception {
CommitFileResponseBody self = new CommitFileResponseBody();
return TeaModel.build(map, self);
}
public CommitFileResponseBody setDentry(CommitFileResponseBodyDentry dentry) {
this.dentry = dentry;
return this;
}
public CommitFileResponseBodyDentry getDentry() {
return this.dentry;
}
public CommitFileResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CommitFileResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CommitFileResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
public static class CommitFileResponseBodyDentryProperties extends TeaModel {
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("ReadOnly")
public Boolean readOnly;
public static CommitFileResponseBodyDentryProperties build(java.util.Map<String, ?> map) throws Exception {
CommitFileResponseBodyDentryProperties self = new CommitFileResponseBodyDentryProperties();
return TeaModel.build(map, self);
}
public CommitFileResponseBodyDentryProperties setReadOnly(Boolean readOnly) {
this.readOnly = readOnly;
return this;
}
public Boolean getReadOnly() {
return this.readOnly;
}
}
public static class CommitFileResponseBodyDentryThumbnail extends TeaModel {
/**
* <strong>example:</strong>
* <p>64</p>
*/
@NameInMap("Height")
public Integer height;
/**
* <strong>example:</strong>
* <p>url</p>
*/
@NameInMap("Url")
public String url;
/**
* <strong>example:</strong>
* <p>64</p>
*/
@NameInMap("Width")
public Integer width;
public static CommitFileResponseBodyDentryThumbnail build(java.util.Map<String, ?> map) throws Exception {
CommitFileResponseBodyDentryThumbnail self = new CommitFileResponseBodyDentryThumbnail();
return TeaModel.build(map, self);
}
public CommitFileResponseBodyDentryThumbnail setHeight(Integer height) {
this.height = height;
return this;
}
public Integer getHeight() {
return this.height;
}
public CommitFileResponseBodyDentryThumbnail setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
public CommitFileResponseBodyDentryThumbnail setWidth(Integer width) {
this.width = width;
return this;
}
public Integer getWidth() {
return this.width;
}
}
public static class CommitFileResponseBodyDentry extends TeaModel {
@NameInMap("AppProperties")
public java.util.Map<String, java.util.List<DentryAppPropertiesValue>> appProperties;
/**
* <strong>example:</strong>
* <p>DOCUMENT</p>
*/
@NameInMap("Category")
public String category;
/**
* <strong>example:</strong>
* <p>2022-01-01T10:00:00Z</p>
*/
@NameInMap("CreateTime")
public String createTime;
/**
* <strong>example:</strong>
* <p>creator_id</p>
*/
@NameInMap("CreatorId")
public String creatorId;
/**
* <strong>example:</strong>
* <p>txt</p>
*/
@NameInMap("Extension")
public String extension;
/**
* <strong>example:</strong>
* <p>dentry_id</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>2022-01-01T10:00:00Z</p>
*/
@NameInMap("ModifiedTime")
public String modifiedTime;
/**
* <strong>example:</strong>
* <p>modifier_id</p>
*/
@NameInMap("ModifierId")
public String modifierId;
/**
* <strong>example:</strong>
* <p>dentry_name</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>parent_id</p>
*/
@NameInMap("ParentId")
public String parentId;
/**
* <strong>example:</strong>
* <p>PUBLIC_OSS_PARTITION</p>
*/
@NameInMap("PartitionType")
public String partitionType;
/**
* <strong>example:</strong>
* <p>dentry_path</p>
*/
@NameInMap("Path")
public String path;
@NameInMap("Properties")
public CommitFileResponseBodyDentryProperties properties;
/**
* <strong>example:</strong>
* <p>512</p>
*/
@NameInMap("Size")
public Long size;
/**
* <strong>example:</strong>
* <p>space_id</p>
*/
@NameInMap("SpaceId")
public String spaceId;
/**
* <strong>example:</strong>
* <p>NORMAL</p>
*/
@NameInMap("Status")
public String status;
/**
* <strong>example:</strong>
* <p>DINGTALK</p>
*/
@NameInMap("StorageDriver")
public String storageDriver;
@NameInMap("Thumbnail")
public CommitFileResponseBodyDentryThumbnail thumbnail;
/**
* <strong>example:</strong>
* <p>FILE</p>
*/
@NameInMap("Type")
public String type;
/**
* <strong>example:</strong>
* <p>uuid</p>
*/
@NameInMap("Uuid")
public String uuid;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("Version")
public Long version;
public static CommitFileResponseBodyDentry build(java.util.Map<String, ?> map) throws Exception {
CommitFileResponseBodyDentry self = new CommitFileResponseBodyDentry();
return TeaModel.build(map, self);
}
public CommitFileResponseBodyDentry setAppProperties(java.util.Map<String, java.util.List<DentryAppPropertiesValue>> appProperties) {
this.appProperties = appProperties;
return this;
}
public java.util.Map<String, java.util.List<DentryAppPropertiesValue>> getAppProperties() {
return this.appProperties;
}
public CommitFileResponseBodyDentry setCategory(String category) {
this.category = category;
return this;
}
public String getCategory() {
return this.category;
}
public CommitFileResponseBodyDentry setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public CommitFileResponseBodyDentry setCreatorId(String creatorId) {
this.creatorId = creatorId;
return this;
}
public String getCreatorId() {
return this.creatorId;
}
public CommitFileResponseBodyDentry setExtension(String extension) {
this.extension = extension;
return this;
}
public String getExtension() {
return this.extension;
}
public CommitFileResponseBodyDentry setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CommitFileResponseBodyDentry setModifiedTime(String modifiedTime) {
this.modifiedTime = modifiedTime;
return this;
}
public String getModifiedTime() {
return this.modifiedTime;
}
public CommitFileResponseBodyDentry setModifierId(String modifierId) {
this.modifierId = modifierId;
return this;
}
public String getModifierId() {
return this.modifierId;
}
public CommitFileResponseBodyDentry setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CommitFileResponseBodyDentry setParentId(String parentId) {
this.parentId = parentId;
return this;
}
public String getParentId() {
return this.parentId;
}
public CommitFileResponseBodyDentry setPartitionType(String partitionType) {
this.partitionType = partitionType;
return this;
}
public String getPartitionType() {
return this.partitionType;
}
public CommitFileResponseBodyDentry setPath(String path) {
this.path = path;
return this;
}
public String getPath() {
return this.path;
}
public CommitFileResponseBodyDentry setProperties(CommitFileResponseBodyDentryProperties properties) {
this.properties = properties;
return this;
}
public CommitFileResponseBodyDentryProperties getProperties() {
return this.properties;
}
public CommitFileResponseBodyDentry setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
public CommitFileResponseBodyDentry setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
public CommitFileResponseBodyDentry setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public CommitFileResponseBodyDentry setStorageDriver(String storageDriver) {
this.storageDriver = storageDriver;
return this;
}
public String getStorageDriver() {
return this.storageDriver;
}
public CommitFileResponseBodyDentry setThumbnail(CommitFileResponseBodyDentryThumbnail thumbnail) {
this.thumbnail = thumbnail;
return this;
}
public CommitFileResponseBodyDentryThumbnail getThumbnail() {
return this.thumbnail;
}
public CommitFileResponseBodyDentry setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public CommitFileResponseBodyDentry setUuid(String uuid) {
this.uuid = uuid;
return this;
}
public String getUuid() {
return this.uuid;
}
public CommitFileResponseBodyDentry setVersion(Long version) {
this.version = version;
return this;
}
public Long getVersion() {
return this.version;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CommitFileShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CommitFileShrinkHeaders self = new CommitFileShrinkHeaders();
return TeaModel.build(map, self);
}
public CommitFileShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CommitFileShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CommitFileShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CommitFileShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>None</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("Option")
public String optionShrink;
/**
* <strong>example:</strong>
* <p>dentryUuid</p>
*/
@NameInMap("ParentDentryUuid")
public String parentDentryUuid;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <strong>example:</strong>
* <p>upload_key</p>
*/
@NameInMap("UploadKey")
public String uploadKey;
public static CommitFileShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CommitFileShrinkRequest self = new CommitFileShrinkRequest();
return TeaModel.build(map, self);
}
public CommitFileShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CommitFileShrinkRequest setOptionShrink(String optionShrink) {
this.optionShrink = optionShrink;
return this;
}
public String getOptionShrink() {
return this.optionShrink;
}
public CommitFileShrinkRequest setParentDentryUuid(String parentDentryUuid) {
this.parentDentryUuid = parentDentryUuid;
return this;
}
public String getParentDentryUuid() {
return this.parentDentryUuid;
}
public CommitFileShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CommitFileShrinkRequest setUploadKey(String uploadKey) {
this.uploadKey = uploadKey;
return this;
}
public String getUploadKey() {
return this.uploadKey;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CopyDentryHeadersAccountContext accountContext;
public static CopyDentryHeaders build(java.util.Map<String, ?> map) throws Exception {
CopyDentryHeaders self = new CopyDentryHeaders();
return TeaModel.build(map, self);
}
public CopyDentryHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CopyDentryHeaders setAccountContext(CopyDentryHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CopyDentryHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CopyDentryHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CopyDentryHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CopyDentryHeadersAccountContext self = new CopyDentryHeadersAccountContext();
return TeaModel.build(map, self);
}
public CopyDentryHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA</p>
*/
@NameInMap("DentryId")
public String dentryId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>24458420428</p>
*/
@NameInMap("SpaceId")
public String spaceId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>b9XJljElJv6RPG</p>
*/
@NameInMap("TargetSpaceId")
public String targetSpaceId;
@NameInMap("TenantContext")
public CopyDentryRequestTenantContext tenantContext;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA2</p>
*/
@NameInMap("ToNextDentryId")
public String toNextDentryId;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA4</p>
*/
@NameInMap("ToParentDentryId")
public String toParentDentryId;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA3</p>
*/
@NameInMap("ToPrevDentryId")
public String toPrevDentryId;
public static CopyDentryRequest build(java.util.Map<String, ?> map) throws Exception {
CopyDentryRequest self = new CopyDentryRequest();
return TeaModel.build(map, self);
}
public CopyDentryRequest setDentryId(String dentryId) {
this.dentryId = dentryId;
return this;
}
public String getDentryId() {
return this.dentryId;
}
public CopyDentryRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryRequest setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
public CopyDentryRequest setTargetSpaceId(String targetSpaceId) {
this.targetSpaceId = targetSpaceId;
return this;
}
public String getTargetSpaceId() {
return this.targetSpaceId;
}
public CopyDentryRequest setTenantContext(CopyDentryRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CopyDentryRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CopyDentryRequest setToNextDentryId(String toNextDentryId) {
this.toNextDentryId = toNextDentryId;
return this;
}
public String getToNextDentryId() {
return this.toNextDentryId;
}
public CopyDentryRequest setToParentDentryId(String toParentDentryId) {
this.toParentDentryId = toParentDentryId;
return this;
}
public String getToParentDentryId() {
return this.toParentDentryId;
}
public CopyDentryRequest setToPrevDentryId(String toPrevDentryId) {
this.toPrevDentryId = toPrevDentryId;
return this;
}
public String getToPrevDentryId() {
return this.toPrevDentryId;
}
public static class CopyDentryRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CopyDentryRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CopyDentryRequestTenantContext self = new CopyDentryRequestTenantContext();
return TeaModel.build(map, self);
}
public CopyDentryRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CopyDentryResponseBody body;
public static CopyDentryResponse build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponse self = new CopyDentryResponse();
return TeaModel.build(map, self);
}
public CopyDentryResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CopyDentryResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CopyDentryResponse setBody(CopyDentryResponseBody body) {
this.body = body;
return this;
}
public CopyDentryResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>alidoc</p>
*/
@NameInMap("contentType")
public String contentType;
/**
* <strong>example:</strong>
* <p>12345678</p>
*/
@NameInMap("createdTime")
public Long createdTime;
@NameInMap("creator")
public java.util.Map<String, ?> creator;
/**
* <strong>example:</strong>
* <p>abc</p>
*/
@NameInMap("dentryId")
public String dentryId;
/**
* <strong>example:</strong>
* <p>file</p>
*/
@NameInMap("dentryType")
public String dentryType;
/**
* <strong>example:</strong>
* <p>cdefg</p>
*/
@NameInMap("dentryUuid")
public String dentryUuid;
/**
* <strong>example:</strong>
* <p>aabbcc</p>
*/
@NameInMap("docKey")
public String docKey;
/**
* <strong>example:</strong>
* <p>alidoc</p>
*/
@NameInMap("extension")
public String extension;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("hasChildren")
public Boolean hasChildren;
@NameInMap("linkSourceInfo")
public CopyDentryResponseBodyLinkSourceInfo linkSourceInfo;
/**
* <strong>example:</strong>
* <p>hello</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>测试组织/测试知识库/abc</p>
*/
@NameInMap("path")
public String path;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
@NameInMap("space")
public CopyDentryResponseBodySpace space;
/**
* <strong>example:</strong>
* <p>bcd</p>
*/
@NameInMap("spaceId")
public String spaceId;
/**
* <strong>example:</strong>
* <p>12345678</p>
*/
@NameInMap("updatedTime")
public Long updatedTime;
/**
* <strong>example:</strong>
* <p>{\"UserId\": \"353851\", \"Name\": u\"\u848b\u7fbd\u4e2d\"}</p>
*/
@NameInMap("updater")
public java.util.Map<String, ?> updater;
/**
* <strong>example:</strong>
* <p><a href="https://xxx.yy">https://xxx.yy</a></p>
*/
@NameInMap("url")
public String url;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
@NameInMap("visitorInfo")
public java.util.Map<String, ?> visitorInfo;
public static CopyDentryResponseBody build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBody self = new CopyDentryResponseBody();
return TeaModel.build(map, self);
}
public CopyDentryResponseBody setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CopyDentryResponseBody setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
return this;
}
public Long getCreatedTime() {
return this.createdTime;
}
public CopyDentryResponseBody setCreator(java.util.Map<String, ?> creator) {
this.creator = creator;
return this;
}
public java.util.Map<String, ?> getCreator() {
return this.creator;
}
public CopyDentryResponseBody setDentryId(String dentryId) {
this.dentryId = dentryId;
return this;
}
public String getDentryId() {
return this.dentryId;
}
public CopyDentryResponseBody setDentryType(String dentryType) {
this.dentryType = dentryType;
return this;
}
public String getDentryType() {
return this.dentryType;
}
public CopyDentryResponseBody setDentryUuid(String dentryUuid) {
this.dentryUuid = dentryUuid;
return this;
}
public String getDentryUuid() {
return this.dentryUuid;
}
public CopyDentryResponseBody setDocKey(String docKey) {
this.docKey = docKey;
return this;
}
public String getDocKey() {
return this.docKey;
}
public CopyDentryResponseBody setExtension(String extension) {
this.extension = extension;
return this;
}
public String getExtension() {
return this.extension;
}
public CopyDentryResponseBody setHasChildren(Boolean hasChildren) {
this.hasChildren = hasChildren;
return this;
}
public Boolean getHasChildren() {
return this.hasChildren;
}
public CopyDentryResponseBody setLinkSourceInfo(CopyDentryResponseBodyLinkSourceInfo linkSourceInfo) {
this.linkSourceInfo = linkSourceInfo;
return this;
}
public CopyDentryResponseBodyLinkSourceInfo getLinkSourceInfo() {
return this.linkSourceInfo;
}
public CopyDentryResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBody setPath(String path) {
this.path = path;
return this;
}
public String getPath() {
return this.path;
}
public CopyDentryResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CopyDentryResponseBody setSpace(CopyDentryResponseBodySpace space) {
this.space = space;
return this;
}
public CopyDentryResponseBodySpace getSpace() {
return this.space;
}
public CopyDentryResponseBody setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
public CopyDentryResponseBody setUpdatedTime(Long updatedTime) {
this.updatedTime = updatedTime;
return this;
}
public Long getUpdatedTime() {
return this.updatedTime;
}
public CopyDentryResponseBody setUpdater(java.util.Map<String, ?> updater) {
this.updater = updater;
return this;
}
public java.util.Map<String, ?> getUpdater() {
return this.updater;
}
public CopyDentryResponseBody setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
public CopyDentryResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CopyDentryResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
public CopyDentryResponseBody setVisitorInfo(java.util.Map<String, ?> visitorInfo) {
this.visitorInfo = visitorInfo;
return this;
}
public java.util.Map<String, ?> getVisitorInfo() {
return this.visitorInfo;
}
public static class CopyDentryResponseBodyLinkSourceInfoIconUrl extends TeaModel {
/**
* <strong>example:</strong>
* <p>gh</p>
*/
@NameInMap("Line")
public String line;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("Small")
public String small;
public static CopyDentryResponseBodyLinkSourceInfoIconUrl build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodyLinkSourceInfoIconUrl self = new CopyDentryResponseBodyLinkSourceInfoIconUrl();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodyLinkSourceInfoIconUrl setLine(String line) {
this.line = line;
return this;
}
public String getLine() {
return this.line;
}
public CopyDentryResponseBodyLinkSourceInfoIconUrl setSmall(String small) {
this.small = small;
return this;
}
public String getSmall() {
return this.small;
}
}
public static class CopyDentryResponseBodyLinkSourceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>docx</p>
*/
@NameInMap("Extension")
public String extension;
@NameInMap("IconUrl")
public CopyDentryResponseBodyLinkSourceInfoIconUrl iconUrl;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("LinkType")
public Long linkType;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("SpaceId")
public String spaceId;
public static CopyDentryResponseBodyLinkSourceInfo build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodyLinkSourceInfo self = new CopyDentryResponseBodyLinkSourceInfo();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodyLinkSourceInfo setExtension(String extension) {
this.extension = extension;
return this;
}
public String getExtension() {
return this.extension;
}
public CopyDentryResponseBodyLinkSourceInfo setIconUrl(CopyDentryResponseBodyLinkSourceInfoIconUrl iconUrl) {
this.iconUrl = iconUrl;
return this;
}
public CopyDentryResponseBodyLinkSourceInfoIconUrl getIconUrl() {
return this.iconUrl;
}
public CopyDentryResponseBodyLinkSourceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CopyDentryResponseBodyLinkSourceInfo setLinkType(Long linkType) {
this.linkType = linkType;
return this;
}
public Long getLinkType() {
return this.linkType;
}
public CopyDentryResponseBodyLinkSourceInfo setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
}
public static class CopyDentryResponseBodySpaceHdIconVO extends TeaModel {
/**
* <strong>example:</strong>
* <p>http://</p>
*/
@NameInMap("Icon")
public String icon;
/**
* <strong>example:</strong>
* <p>type</p>
*/
@NameInMap("Type")
public String type;
public static CopyDentryResponseBodySpaceHdIconVO build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceHdIconVO self = new CopyDentryResponseBodySpaceHdIconVO();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceHdIconVO setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public CopyDentryResponseBodySpaceHdIconVO setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CopyDentryResponseBodySpaceIconVO extends TeaModel {
/**
* <strong>example:</strong>
* <p>http://</p>
*/
@NameInMap("Icon")
public String icon;
/**
* <strong>example:</strong>
* <p>type</p>
*/
@NameInMap("Type")
public String type;
public static CopyDentryResponseBodySpaceIconVO build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceIconVO self = new CopyDentryResponseBodySpaceIconVO();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceIconVO setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public CopyDentryResponseBodySpaceIconVO setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CopyDentryResponseBodySpaceOwner extends TeaModel {
/**
* <strong>example:</strong>
* <p>小钉</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("UserId")
public String userId;
public static CopyDentryResponseBodySpaceOwner build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceOwner self = new CopyDentryResponseBodySpaceOwner();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceOwner setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBodySpaceOwner setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
public static class CopyDentryResponseBodySpaceRecentListCreator extends TeaModel {
/**
* <strong>example:</strong>
* <p>hello</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("UserId")
public String userId;
public static CopyDentryResponseBodySpaceRecentListCreator build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListCreator self = new CopyDentryResponseBodySpaceRecentListCreator();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListCreator setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBodySpaceRecentListCreator setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
public static class CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl extends TeaModel {
/**
* <strong>example:</strong>
* <p>gh</p>
*/
@NameInMap("Line")
public String line;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("Small")
public String small;
public static CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl self = new CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl setLine(String line) {
this.line = line;
return this;
}
public String getLine() {
return this.line;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl setSmall(String small) {
this.small = small;
return this;
}
public String getSmall() {
return this.small;
}
}
public static class CopyDentryResponseBodySpaceRecentListLinkSourceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>docx</p>
*/
@NameInMap("Extension")
public String extension;
@NameInMap("IconUrl")
public CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl iconUrl;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("LinkType")
public Long linkType;
/**
* <strong>example:</strong>
* <p>def</p>
*/
@NameInMap("SpaceId")
public String spaceId;
public static CopyDentryResponseBodySpaceRecentListLinkSourceInfo build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListLinkSourceInfo self = new CopyDentryResponseBodySpaceRecentListLinkSourceInfo();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo setExtension(String extension) {
this.extension = extension;
return this;
}
public String getExtension() {
return this.extension;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo setIconUrl(CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl iconUrl) {
this.iconUrl = iconUrl;
return this;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl getIconUrl() {
return this.iconUrl;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo setLinkType(Long linkType) {
this.linkType = linkType;
return this;
}
public Long getLinkType() {
return this.linkType;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
}
public static class CopyDentryResponseBodySpaceRecentListStatisticalInfo extends TeaModel {
@NameInMap("WordCount")
public Long wordCount;
public static CopyDentryResponseBodySpaceRecentListStatisticalInfo build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListStatisticalInfo self = new CopyDentryResponseBodySpaceRecentListStatisticalInfo();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListStatisticalInfo setWordCount(Long wordCount) {
this.wordCount = wordCount;
return this;
}
public Long getWordCount() {
return this.wordCount;
}
}
public static class CopyDentryResponseBodySpaceRecentListUpdater extends TeaModel {
/**
* <strong>example:</strong>
* <p>hello</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("UserId")
public String userId;
public static CopyDentryResponseBodySpaceRecentListUpdater build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListUpdater self = new CopyDentryResponseBodySpaceRecentListUpdater();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListUpdater setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBodySpaceRecentListUpdater setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
public static class CopyDentryResponseBodySpaceRecentListVisitorInfo extends TeaModel {
@NameInMap("DentryActions")
public java.util.List<String> dentryActions;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("RoleCode")
public String roleCode;
@NameInMap("SpaceActions")
public java.util.List<String> spaceActions;
public static CopyDentryResponseBodySpaceRecentListVisitorInfo build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentListVisitorInfo self = new CopyDentryResponseBodySpaceRecentListVisitorInfo();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentListVisitorInfo setDentryActions(java.util.List<String> dentryActions) {
this.dentryActions = dentryActions;
return this;
}
public java.util.List<String> getDentryActions() {
return this.dentryActions;
}
public CopyDentryResponseBodySpaceRecentListVisitorInfo setRoleCode(String roleCode) {
this.roleCode = roleCode;
return this;
}
public String getRoleCode() {
return this.roleCode;
}
public CopyDentryResponseBodySpaceRecentListVisitorInfo setSpaceActions(java.util.List<String> spaceActions) {
this.spaceActions = spaceActions;
return this;
}
public java.util.List<String> getSpaceActions() {
return this.spaceActions;
}
}
public static class CopyDentryResponseBodySpaceRecentList extends TeaModel {
/**
* <strong>example:</strong>
* <p>alidoc</p>
*/
@NameInMap("ContentType")
public String contentType;
/**
* <strong>example:</strong>
* <p>12345678</p>
*/
@NameInMap("CreatedTime")
public Long createdTime;
@NameInMap("Creator")
public CopyDentryResponseBodySpaceRecentListCreator creator;
/**
* <strong>example:</strong>
* <p>abc</p>
*/
@NameInMap("DentryId")
public String dentryId;
/**
* <strong>example:</strong>
* <p>file</p>
*/
@NameInMap("DentryType")
public String dentryType;
/**
* <strong>example:</strong>
* <p>cdefg</p>
*/
@NameInMap("DentryUuid")
public String dentryUuid;
/**
* <strong>example:</strong>
* <p>aabbcc</p>
*/
@NameInMap("DocKey")
public String docKey;
/**
* <strong>example:</strong>
* <p>alidoc</p>
*/
@NameInMap("Extension")
public String extension;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("HasChildren")
public Boolean hasChildren;
@NameInMap("LinkSourceInfo")
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo linkSourceInfo;
/**
* <strong>example:</strong>
* <p>hello</p>
*/
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>测试组织/测试知识库/abc</p>
*/
@NameInMap("Path")
public String path;
@NameInMap("Space")
public Object space;
/**
* <strong>example:</strong>
* <p>bcd</p>
*/
@NameInMap("SpaceId")
public String spaceId;
@NameInMap("StatisticalInfo")
public CopyDentryResponseBodySpaceRecentListStatisticalInfo statisticalInfo;
/**
* <strong>example:</strong>
* <p>12345678</p>
*/
@NameInMap("UpdatedTime")
public Long updatedTime;
@NameInMap("Updater")
public CopyDentryResponseBodySpaceRecentListUpdater updater;
/**
* <strong>example:</strong>
* <p><a href="https://xxx.yy">https://xxx.yy</a></p>
*/
@NameInMap("Url")
public String url;
@NameInMap("VisitorInfo")
public CopyDentryResponseBodySpaceRecentListVisitorInfo visitorInfo;
public static CopyDentryResponseBodySpaceRecentList build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceRecentList self = new CopyDentryResponseBodySpaceRecentList();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceRecentList setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CopyDentryResponseBodySpaceRecentList setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
return this;
}
public Long getCreatedTime() {
return this.createdTime;
}
public CopyDentryResponseBodySpaceRecentList setCreator(CopyDentryResponseBodySpaceRecentListCreator creator) {
this.creator = creator;
return this;
}
public CopyDentryResponseBodySpaceRecentListCreator getCreator() {
return this.creator;
}
public CopyDentryResponseBodySpaceRecentList setDentryId(String dentryId) {
this.dentryId = dentryId;
return this;
}
public String getDentryId() {
return this.dentryId;
}
public CopyDentryResponseBodySpaceRecentList setDentryType(String dentryType) {
this.dentryType = dentryType;
return this;
}
public String getDentryType() {
return this.dentryType;
}
public CopyDentryResponseBodySpaceRecentList setDentryUuid(String dentryUuid) {
this.dentryUuid = dentryUuid;
return this;
}
public String getDentryUuid() {
return this.dentryUuid;
}
public CopyDentryResponseBodySpaceRecentList setDocKey(String docKey) {
this.docKey = docKey;
return this;
}
public String getDocKey() {
return this.docKey;
}
public CopyDentryResponseBodySpaceRecentList setExtension(String extension) {
this.extension = extension;
return this;
}
public String getExtension() {
return this.extension;
}
public CopyDentryResponseBodySpaceRecentList setHasChildren(Boolean hasChildren) {
this.hasChildren = hasChildren;
return this;
}
public Boolean getHasChildren() {
return this.hasChildren;
}
public CopyDentryResponseBodySpaceRecentList setLinkSourceInfo(CopyDentryResponseBodySpaceRecentListLinkSourceInfo linkSourceInfo) {
this.linkSourceInfo = linkSourceInfo;
return this;
}
public CopyDentryResponseBodySpaceRecentListLinkSourceInfo getLinkSourceInfo() {
return this.linkSourceInfo;
}
public CopyDentryResponseBodySpaceRecentList setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBodySpaceRecentList setPath(String path) {
this.path = path;
return this;
}
public String getPath() {
return this.path;
}
public CopyDentryResponseBodySpaceRecentList setSpace(Object space) {
this.space = space;
return this;
}
public Object getSpace() {
return this.space;
}
public CopyDentryResponseBodySpaceRecentList setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
public CopyDentryResponseBodySpaceRecentList setStatisticalInfo(CopyDentryResponseBodySpaceRecentListStatisticalInfo statisticalInfo) {
this.statisticalInfo = statisticalInfo;
return this;
}
public CopyDentryResponseBodySpaceRecentListStatisticalInfo getStatisticalInfo() {
return this.statisticalInfo;
}
public CopyDentryResponseBodySpaceRecentList setUpdatedTime(Long updatedTime) {
this.updatedTime = updatedTime;
return this;
}
public Long getUpdatedTime() {
return this.updatedTime;
}
public CopyDentryResponseBodySpaceRecentList setUpdater(CopyDentryResponseBodySpaceRecentListUpdater updater) {
this.updater = updater;
return this;
}
public CopyDentryResponseBodySpaceRecentListUpdater getUpdater() {
return this.updater;
}
public CopyDentryResponseBodySpaceRecentList setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
public CopyDentryResponseBodySpaceRecentList setVisitorInfo(CopyDentryResponseBodySpaceRecentListVisitorInfo visitorInfo) {
this.visitorInfo = visitorInfo;
return this;
}
public CopyDentryResponseBodySpaceRecentListVisitorInfo getVisitorInfo() {
return this.visitorInfo;
}
}
public static class CopyDentryResponseBodySpaceVisitorInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>GET_DENTRY</p>
*/
@NameInMap("DentryActions")
public java.util.List<String> dentryActions;
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("RoleCode")
public String roleCode;
/**
* <strong>example:</strong>
* <p>GET_SPACE</p>
*/
@NameInMap("SpaceActions")
public java.util.List<String> spaceActions;
public static CopyDentryResponseBodySpaceVisitorInfo build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpaceVisitorInfo self = new CopyDentryResponseBodySpaceVisitorInfo();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpaceVisitorInfo setDentryActions(java.util.List<String> dentryActions) {
this.dentryActions = dentryActions;
return this;
}
public java.util.List<String> getDentryActions() {
return this.dentryActions;
}
public CopyDentryResponseBodySpaceVisitorInfo setRoleCode(String roleCode) {
this.roleCode = roleCode;
return this;
}
public String getRoleCode() {
return this.roleCode;
}
public CopyDentryResponseBodySpaceVisitorInfo setSpaceActions(java.util.List<String> spaceActions) {
this.spaceActions = spaceActions;
return this;
}
public java.util.List<String> getSpaceActions() {
return this.spaceActions;
}
}
public static class CopyDentryResponseBodySpace extends TeaModel {
/**
* <strong>example:</strong>
* <p><a href="https://img.alicdn.com/imgextra/i1/O1xxxxx.png">https://img.alicdn.com/imgextra/i1/O1xxxxx.png</a></p>
*/
@NameInMap("Cover")
public String cover;
/**
* <strong>example:</strong>
* <p>这是简介</p>
*/
@NameInMap("Description")
public String description;
@NameInMap("HdIconVO")
public CopyDentryResponseBodySpaceHdIconVO hdIconVO;
@NameInMap("IconVO")
public CopyDentryResponseBodySpaceIconVO iconVO;
/**
* <strong>example:</strong>
* <p>n9XJxxxxx</p>
*/
@NameInMap("Id")
public String id;
@NameInMap("Name")
public String name;
/**
* <strong>example:</strong>
* <p>测试知识库</p>
*/
@NameInMap("Owner")
public CopyDentryResponseBodySpaceOwner owner;
@NameInMap("RecentList")
public java.util.List<CopyDentryResponseBodySpaceRecentList> recentList;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("Type")
public Integer type;
/**
* <strong>example:</strong>
* <p><a href="https://alidocs.dingtalk.com/i/spaces/n9XJ*******Xy/overview">https://alidocs.dingtalk.com/i/spaces/n9XJ*******Xy/overview</a></p>
*/
@NameInMap("Url")
public String url;
@NameInMap("VisitorInfo")
public CopyDentryResponseBodySpaceVisitorInfo visitorInfo;
public static CopyDentryResponseBodySpace build(java.util.Map<String, ?> map) throws Exception {
CopyDentryResponseBodySpace self = new CopyDentryResponseBodySpace();
return TeaModel.build(map, self);
}
public CopyDentryResponseBodySpace setCover(String cover) {
this.cover = cover;
return this;
}
public String getCover() {
return this.cover;
}
public CopyDentryResponseBodySpace setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CopyDentryResponseBodySpace setHdIconVO(CopyDentryResponseBodySpaceHdIconVO hdIconVO) {
this.hdIconVO = hdIconVO;
return this;
}
public CopyDentryResponseBodySpaceHdIconVO getHdIconVO() {
return this.hdIconVO;
}
public CopyDentryResponseBodySpace setIconVO(CopyDentryResponseBodySpaceIconVO iconVO) {
this.iconVO = iconVO;
return this;
}
public CopyDentryResponseBodySpaceIconVO getIconVO() {
return this.iconVO;
}
public CopyDentryResponseBodySpace setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CopyDentryResponseBodySpace setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryResponseBodySpace setOwner(CopyDentryResponseBodySpaceOwner owner) {
this.owner = owner;
return this;
}
public CopyDentryResponseBodySpaceOwner getOwner() {
return this.owner;
}
public CopyDentryResponseBodySpace setRecentList(java.util.List<CopyDentryResponseBodySpaceRecentList> recentList) {
this.recentList = recentList;
return this;
}
public java.util.List<CopyDentryResponseBodySpaceRecentList> getRecentList() {
return this.recentList;
}
public CopyDentryResponseBodySpace setType(Integer type) {
this.type = type;
return this;
}
public Integer getType() {
return this.type;
}
public CopyDentryResponseBodySpace setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
public CopyDentryResponseBodySpace setVisitorInfo(CopyDentryResponseBodySpaceVisitorInfo visitorInfo) {
this.visitorInfo = visitorInfo;
return this;
}
public CopyDentryResponseBodySpaceVisitorInfo getVisitorInfo() {
return this.visitorInfo;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CopyDentryShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CopyDentryShrinkHeaders self = new CopyDentryShrinkHeaders();
return TeaModel.build(map, self);
}
public CopyDentryShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CopyDentryShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CopyDentryShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CopyDentryShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA</p>
*/
@NameInMap("DentryId")
public String dentryId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>24458420428</p>
*/
@NameInMap("SpaceId")
public String spaceId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>b9XJljElJv6RPG</p>
*/
@NameInMap("TargetSpaceId")
public String targetSpaceId;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA2</p>
*/
@NameInMap("ToNextDentryId")
public String toNextDentryId;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA4</p>
*/
@NameInMap("ToParentDentryId")
public String toParentDentryId;
/**
* <strong>example:</strong>
* <p>b9XJljElJv6RPGyA3</p>
*/
@NameInMap("ToPrevDentryId")
public String toPrevDentryId;
public static CopyDentryShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CopyDentryShrinkRequest self = new CopyDentryShrinkRequest();
return TeaModel.build(map, self);
}
public CopyDentryShrinkRequest setDentryId(String dentryId) {
this.dentryId = dentryId;
return this;
}
public String getDentryId() {
return this.dentryId;
}
public CopyDentryShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CopyDentryShrinkRequest setSpaceId(String spaceId) {
this.spaceId = spaceId;
return this;
}
public String getSpaceId() {
return this.spaceId;
}
public CopyDentryShrinkRequest setTargetSpaceId(String targetSpaceId) {
this.targetSpaceId = targetSpaceId;
return this;
}
public String getTargetSpaceId() {
return this.targetSpaceId;
}
public CopyDentryShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CopyDentryShrinkRequest setToNextDentryId(String toNextDentryId) {
this.toNextDentryId = toNextDentryId;
return this;
}
public String getToNextDentryId() {
return this.toNextDentryId;
}
public CopyDentryShrinkRequest setToParentDentryId(String toParentDentryId) {
this.toParentDentryId = toParentDentryId;
return this;
}
public String getToParentDentryId() {
return this.toParentDentryId;
}
public CopyDentryShrinkRequest setToPrevDentryId(String toPrevDentryId) {
this.toPrevDentryId = toPrevDentryId;
return this;
}
public String getToPrevDentryId() {
return this.toPrevDentryId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateAlidingAssistantHeadersAccountContext accountContext;
public static CreateAlidingAssistantHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantHeaders self = new CreateAlidingAssistantHeaders();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateAlidingAssistantHeaders setAccountContext(CreateAlidingAssistantHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateAlidingAssistantHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateAlidingAssistantHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateAlidingAssistantHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantHeadersAccountContext self = new CreateAlidingAssistantHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>f5cb37a0fb44441ab7b74c6f4a679dd3</p>
*/
@NameInMap("AppCode")
public String appCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Description")
public String description;
@NameInMap("Ext")
public java.util.Map<String, String> ext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>@lADPDetfgMsFFUvNAkjNAkg</p>
*/
@NameInMap("Icon")
public String icon;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Instructions")
public String instructions;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("RecommendPrompts")
public java.util.List<String> recommendPrompts;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>11</p>
*/
@NameInMap("Source")
public Integer source;
/**
* <strong>example:</strong>
* <p>chatBot-123</p>
*/
@NameInMap("SourceIdentityId")
public String sourceIdentityId;
@NameInMap("TenantContext")
public CreateAlidingAssistantRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("WelcomeContent")
public String welcomeContent;
public static CreateAlidingAssistantRequest build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantRequest self = new CreateAlidingAssistantRequest();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantRequest setAppCode(String appCode) {
this.appCode = appCode;
return this;
}
public String getAppCode() {
return this.appCode;
}
public CreateAlidingAssistantRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateAlidingAssistantRequest setExt(java.util.Map<String, String> ext) {
this.ext = ext;
return this;
}
public java.util.Map<String, String> getExt() {
return this.ext;
}
public CreateAlidingAssistantRequest setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public CreateAlidingAssistantRequest setInstructions(String instructions) {
this.instructions = instructions;
return this;
}
public String getInstructions() {
return this.instructions;
}
public CreateAlidingAssistantRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateAlidingAssistantRequest setRecommendPrompts(java.util.List<String> recommendPrompts) {
this.recommendPrompts = recommendPrompts;
return this;
}
public java.util.List<String> getRecommendPrompts() {
return this.recommendPrompts;
}
public CreateAlidingAssistantRequest setSource(Integer source) {
this.source = source;
return this;
}
public Integer getSource() {
return this.source;
}
public CreateAlidingAssistantRequest setSourceIdentityId(String sourceIdentityId) {
this.sourceIdentityId = sourceIdentityId;
return this;
}
public String getSourceIdentityId() {
return this.sourceIdentityId;
}
public CreateAlidingAssistantRequest setTenantContext(CreateAlidingAssistantRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateAlidingAssistantRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateAlidingAssistantRequest setWelcomeContent(String welcomeContent) {
this.welcomeContent = welcomeContent;
return this;
}
public String getWelcomeContent() {
return this.welcomeContent;
}
public static class CreateAlidingAssistantRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateAlidingAssistantRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantRequestTenantContext self = new CreateAlidingAssistantRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateAlidingAssistantResponseBody body;
public static CreateAlidingAssistantResponse build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantResponse self = new CreateAlidingAssistantResponse();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateAlidingAssistantResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateAlidingAssistantResponse setBody(CreateAlidingAssistantResponseBody body) {
this.body = body;
return this;
}
public CreateAlidingAssistantResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("alidingAssistantId")
public String alidingAssistantId;
@NameInMap("appCode")
public String appCode;
/**
* <strong>example:</strong>
* <p><a href="https://www.baidu.com">https://www.baidu.com</a></p>
*/
@NameInMap("jumpUrl")
public String jumpUrl;
@NameInMap("processInstanceId")
public String processInstanceId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CreateAlidingAssistantResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantResponseBody self = new CreateAlidingAssistantResponseBody();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantResponseBody setAlidingAssistantId(String alidingAssistantId) {
this.alidingAssistantId = alidingAssistantId;
return this;
}
public String getAlidingAssistantId() {
return this.alidingAssistantId;
}
public CreateAlidingAssistantResponseBody setAppCode(String appCode) {
this.appCode = appCode;
return this;
}
public String getAppCode() {
return this.appCode;
}
public CreateAlidingAssistantResponseBody setJumpUrl(String jumpUrl) {
this.jumpUrl = jumpUrl;
return this;
}
public String getJumpUrl() {
return this.jumpUrl;
}
public CreateAlidingAssistantResponseBody setProcessInstanceId(String processInstanceId) {
this.processInstanceId = processInstanceId;
return this;
}
public String getProcessInstanceId() {
return this.processInstanceId;
}
public CreateAlidingAssistantResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateAlidingAssistantResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateAlidingAssistantResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateAlidingAssistantShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantShrinkHeaders self = new CreateAlidingAssistantShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateAlidingAssistantShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateAlidingAssistantShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateAlidingAssistantShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>f5cb37a0fb44441ab7b74c6f4a679dd3</p>
*/
@NameInMap("AppCode")
public String appCode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Description")
public String description;
@NameInMap("Ext")
public String extShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>@lADPDetfgMsFFUvNAkjNAkg</p>
*/
@NameInMap("Icon")
public String icon;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Instructions")
public String instructions;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("RecommendPrompts")
public String recommendPromptsShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>11</p>
*/
@NameInMap("Source")
public Integer source;
/**
* <strong>example:</strong>
* <p>chatBot-123</p>
*/
@NameInMap("SourceIdentityId")
public String sourceIdentityId;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("WelcomeContent")
public String welcomeContent;
public static CreateAlidingAssistantShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateAlidingAssistantShrinkRequest self = new CreateAlidingAssistantShrinkRequest();
return TeaModel.build(map, self);
}
public CreateAlidingAssistantShrinkRequest setAppCode(String appCode) {
this.appCode = appCode;
return this;
}
public String getAppCode() {
return this.appCode;
}
public CreateAlidingAssistantShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateAlidingAssistantShrinkRequest setExtShrink(String extShrink) {
this.extShrink = extShrink;
return this;
}
public String getExtShrink() {
return this.extShrink;
}
public CreateAlidingAssistantShrinkRequest setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public CreateAlidingAssistantShrinkRequest setInstructions(String instructions) {
this.instructions = instructions;
return this;
}
public String getInstructions() {
return this.instructions;
}
public CreateAlidingAssistantShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateAlidingAssistantShrinkRequest setRecommendPromptsShrink(String recommendPromptsShrink) {
this.recommendPromptsShrink = recommendPromptsShrink;
return this;
}
public String getRecommendPromptsShrink() {
return this.recommendPromptsShrink;
}
public CreateAlidingAssistantShrinkRequest setSource(Integer source) {
this.source = source;
return this;
}
public Integer getSource() {
return this.source;
}
public CreateAlidingAssistantShrinkRequest setSourceIdentityId(String sourceIdentityId) {
this.sourceIdentityId = sourceIdentityId;
return this;
}
public String getSourceIdentityId() {
return this.sourceIdentityId;
}
public CreateAlidingAssistantShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateAlidingAssistantShrinkRequest setWelcomeContent(String welcomeContent) {
this.welcomeContent = welcomeContent;
return this;
}
public String getWelcomeContent() {
return this.welcomeContent;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateDeliveryPlanHeadersAccountContext accountContext;
public static CreateDeliveryPlanHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanHeaders self = new CreateDeliveryPlanHeaders();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateDeliveryPlanHeaders setAccountContext(CreateDeliveryPlanHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateDeliveryPlanHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateDeliveryPlanHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>ba3a9b612345678d8fedf544ef69d19e</p>
*/
@NameInMap("userToken")
public String userToken;
public static CreateDeliveryPlanHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanHeadersAccountContext self = new CreateDeliveryPlanHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanHeadersAccountContext setUserToken(String userToken) {
this.userToken = userToken;
return this;
}
public String getUserToken() {
return this.userToken;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanRequest extends TeaModel {
@NameInMap("Content")
public java.util.Map<String, ?> content;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1028</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public CreateDeliveryPlanRequestTenantContext tenantContext;
@NameInMap("UserIdList")
public java.util.List<String> userIdList;
public static CreateDeliveryPlanRequest build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanRequest self = new CreateDeliveryPlanRequest();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanRequest setContent(java.util.Map<String, ?> content) {
this.content = content;
return this;
}
public java.util.Map<String, ?> getContent() {
return this.content;
}
public CreateDeliveryPlanRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateDeliveryPlanRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateDeliveryPlanRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateDeliveryPlanRequest setTenantContext(CreateDeliveryPlanRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateDeliveryPlanRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateDeliveryPlanRequest setUserIdList(java.util.List<String> userIdList) {
this.userIdList = userIdList;
return this;
}
public java.util.List<String> getUserIdList() {
return this.userIdList;
}
public static class CreateDeliveryPlanRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateDeliveryPlanRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanRequestTenantContext self = new CreateDeliveryPlanRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateDeliveryPlanResponseBody body;
public static CreateDeliveryPlanResponse build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanResponse self = new CreateDeliveryPlanResponse();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateDeliveryPlanResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateDeliveryPlanResponse setBody(CreateDeliveryPlanResponseBody body) {
this.body = body;
return this;
}
public CreateDeliveryPlanResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("arguments")
public java.util.List<?> arguments;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("success")
public Boolean success;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CreateDeliveryPlanResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanResponseBody self = new CreateDeliveryPlanResponseBody();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanResponseBody setArguments(java.util.List<?> arguments) {
this.arguments = arguments;
return this;
}
public java.util.List<?> getArguments() {
return this.arguments;
}
public CreateDeliveryPlanResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateDeliveryPlanResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public CreateDeliveryPlanResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateDeliveryPlanResponseBody setVendorType(String vendorType) {
this.vendorType = vendorType;
return this;
}
public String getVendorType() {
return this.vendorType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateDeliveryPlanShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanShrinkHeaders self = new CreateDeliveryPlanShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateDeliveryPlanShrinkHeaders setAccountContextShrink(String accountContextShrink) {
this.accountContextShrink = accountContextShrink;
return this;
}
public String getAccountContextShrink() {
return this.accountContextShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDeliveryPlanShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDeliveryPlanShrinkRequest extends TeaModel {
@NameInMap("Content")
public String contentShrink;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1028</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public String tenantContextShrink;
@NameInMap("UserIdList")
public String userIdListShrink;
public static CreateDeliveryPlanShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateDeliveryPlanShrinkRequest self = new CreateDeliveryPlanShrinkRequest();
return TeaModel.build(map, self);
}
public CreateDeliveryPlanShrinkRequest setContentShrink(String contentShrink) {
this.contentShrink = contentShrink;
return this;
}
public String getContentShrink() {
return this.contentShrink;
}
public CreateDeliveryPlanShrinkRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateDeliveryPlanShrinkRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateDeliveryPlanShrinkRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateDeliveryPlanShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateDeliveryPlanShrinkRequest setUserIdListShrink(String userIdListShrink) {
this.userIdListShrink = userIdListShrink;
return this;
}
public String getUserIdListShrink() {
return this.userIdListShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDingtalkPersonalTodoTaskHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateDingtalkPersonalTodoTaskHeadersAccountContext accountContext;
public static CreateDingtalkPersonalTodoTaskHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskHeaders self = new CreateDingtalkPersonalTodoTaskHeaders();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateDingtalkPersonalTodoTaskHeaders setAccountContext(CreateDingtalkPersonalTodoTaskHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateDingtalkPersonalTodoTaskHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateDingtalkPersonalTodoTaskHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateDingtalkPersonalTodoTaskHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskHeadersAccountContext self = new CreateDingtalkPersonalTodoTaskHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDingtalkPersonalTodoTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>待办备注信息</p>
*/
@NameInMap("Description")
public String description;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("DueTime")
public Long dueTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ExecutorIds")
public java.util.List<String> executorIds;
@NameInMap("NotifyConfigs")
public CreateDingtalkPersonalTodoTaskRequestNotifyConfigs notifyConfigs;
/**
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ParticipantIds")
public java.util.List<String> participantIds;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>待办标题</p>
*/
@NameInMap("Subject")
public String subject;
@NameInMap("TenantContext")
public CreateDingtalkPersonalTodoTaskRequestTenantContext tenantContext;
/**
* <strong>example:</strong>
* <p>用户token</p>
*/
@NameInMap("UserToken")
public String userToken;
public static CreateDingtalkPersonalTodoTaskRequest build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskRequest self = new CreateDingtalkPersonalTodoTaskRequest();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateDingtalkPersonalTodoTaskRequest setDueTime(Long dueTime) {
this.dueTime = dueTime;
return this;
}
public Long getDueTime() {
return this.dueTime;
}
public CreateDingtalkPersonalTodoTaskRequest setExecutorIds(java.util.List<String> executorIds) {
this.executorIds = executorIds;
return this;
}
public java.util.List<String> getExecutorIds() {
return this.executorIds;
}
public CreateDingtalkPersonalTodoTaskRequest setNotifyConfigs(CreateDingtalkPersonalTodoTaskRequestNotifyConfigs notifyConfigs) {
this.notifyConfigs = notifyConfigs;
return this;
}
public CreateDingtalkPersonalTodoTaskRequestNotifyConfigs getNotifyConfigs() {
return this.notifyConfigs;
}
public CreateDingtalkPersonalTodoTaskRequest setParticipantIds(java.util.List<String> participantIds) {
this.participantIds = participantIds;
return this;
}
public java.util.List<String> getParticipantIds() {
return this.participantIds;
}
public CreateDingtalkPersonalTodoTaskRequest setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public CreateDingtalkPersonalTodoTaskRequest setTenantContext(CreateDingtalkPersonalTodoTaskRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateDingtalkPersonalTodoTaskRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateDingtalkPersonalTodoTaskRequest setUserToken(String userToken) {
this.userToken = userToken;
return this;
}
public String getUserToken() {
return this.userToken;
}
public static class CreateDingtalkPersonalTodoTaskRequestNotifyConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("DingNotify")
public String dingNotify;
public static CreateDingtalkPersonalTodoTaskRequestNotifyConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskRequestNotifyConfigs self = new CreateDingtalkPersonalTodoTaskRequestNotifyConfigs();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskRequestNotifyConfigs setDingNotify(String dingNotify) {
this.dingNotify = dingNotify;
return this;
}
public String getDingNotify() {
return this.dingNotify;
}
}
public static class CreateDingtalkPersonalTodoTaskRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateDingtalkPersonalTodoTaskRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskRequestTenantContext self = new CreateDingtalkPersonalTodoTaskRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateDingtalkPersonalTodoTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateDingtalkPersonalTodoTaskResponseBody body;
public static CreateDingtalkPersonalTodoTaskResponse build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskResponse self = new CreateDingtalkPersonalTodoTaskResponse();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateDingtalkPersonalTodoTaskResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateDingtalkPersonalTodoTaskResponse setBody(CreateDingtalkPersonalTodoTaskResponseBody body) {
this.body = body;
return this;
}
public CreateDingtalkPersonalTodoTaskResponseBody getBody() {
return this.body;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.