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/StartCloudRecordShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartCloudRecordShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StartCloudRecordShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StartCloudRecordShrinkHeaders self = new StartCloudRecordShrinkHeaders();
return TeaModel.build(map, self);
}
public StartCloudRecordShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StartCloudRecordShrinkHeaders 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/StartCloudRecordShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartCloudRecordShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>speech</p>
*/
@NameInMap("Mode")
public String mode;
/**
* <strong>example:</strong>
* <p>relative_right</p>
*/
@NameInMap("SmallWindowPosition")
public String smallWindowPosition;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static StartCloudRecordShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StartCloudRecordShrinkRequest self = new StartCloudRecordShrinkRequest();
return TeaModel.build(map, self);
}
public StartCloudRecordShrinkRequest setMode(String mode) {
this.mode = mode;
return this;
}
public String getMode() {
return this.mode;
}
public StartCloudRecordShrinkRequest setSmallWindowPosition(String smallWindowPosition) {
this.smallWindowPosition = smallWindowPosition;
return this;
}
public String getSmallWindowPosition() {
return this.smallWindowPosition;
}
public StartCloudRecordShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public StartCloudRecordShrinkRequest 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/StartInstanceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartInstanceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StartInstanceHeadersAccountContext accountContext;
public static StartInstanceHeaders build(java.util.Map<String, ?> map) throws Exception {
StartInstanceHeaders self = new StartInstanceHeaders();
return TeaModel.build(map, self);
}
public StartInstanceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StartInstanceHeaders setAccountContext(StartInstanceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StartInstanceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StartInstanceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StartInstanceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StartInstanceHeadersAccountContext self = new StartInstanceHeadersAccountContext();
return TeaModel.build(map, self);
}
public StartInstanceHeadersAccountContext 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/StartInstanceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartInstanceRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_PBxxx</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>18295</p>
*/
@NameInMap("DepartmentId")
public String departmentId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("FormDataJson")
public String formDataJson;
/**
* <strong>example:</strong>
* <p>FORM-EF6Yxxx</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>zh_CN</p>
*/
@NameInMap("Language")
public String language;
/**
* <strong>example:</strong>
* <p>TPROC--EF6Y4xxx</p>
*/
@NameInMap("ProcessCode")
public String processCode;
@NameInMap("ProcessData")
public String processData;
/**
* <strong>example:</strong>
* <p>hexxyy</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static StartInstanceRequest build(java.util.Map<String, ?> map) throws Exception {
StartInstanceRequest self = new StartInstanceRequest();
return TeaModel.build(map, self);
}
public StartInstanceRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public StartInstanceRequest setDepartmentId(String departmentId) {
this.departmentId = departmentId;
return this;
}
public String getDepartmentId() {
return this.departmentId;
}
public StartInstanceRequest setFormDataJson(String formDataJson) {
this.formDataJson = formDataJson;
return this;
}
public String getFormDataJson() {
return this.formDataJson;
}
public StartInstanceRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public StartInstanceRequest setLanguage(String language) {
this.language = language;
return this;
}
public String getLanguage() {
return this.language;
}
public StartInstanceRequest setProcessCode(String processCode) {
this.processCode = processCode;
return this;
}
public String getProcessCode() {
return this.processCode;
}
public StartInstanceRequest setProcessData(String processData) {
this.processData = processData;
return this;
}
public String getProcessData() {
return this.processData;
}
public StartInstanceRequest 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/StartInstanceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartInstanceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StartInstanceResponseBody body;
public static StartInstanceResponse build(java.util.Map<String, ?> map) throws Exception {
StartInstanceResponse self = new StartInstanceResponse();
return TeaModel.build(map, self);
}
public StartInstanceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StartInstanceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StartInstanceResponse setBody(StartInstanceResponseBody body) {
this.body = body;
return this;
}
public StartInstanceResponseBody 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/StartInstanceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartInstanceResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>f30233fb-72e1-xxx-xxx</p>
*/
@NameInMap("result")
public 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 StartInstanceResponseBody build(java.util.Map<String, ?> map) throws Exception {
StartInstanceResponseBody self = new StartInstanceResponseBody();
return TeaModel.build(map, self);
}
public StartInstanceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public StartInstanceResponseBody setResult(String result) {
this.result = result;
return this;
}
public String getResult() {
return this.result;
}
public StartInstanceResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public StartInstanceResponseBody 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/StartInstanceShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartInstanceShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StartInstanceShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StartInstanceShrinkHeaders self = new StartInstanceShrinkHeaders();
return TeaModel.build(map, self);
}
public StartInstanceShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StartInstanceShrinkHeaders 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/StartMinutesHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StartMinutesHeadersAccountContext accountContext;
public static StartMinutesHeaders build(java.util.Map<String, ?> map) throws Exception {
StartMinutesHeaders self = new StartMinutesHeaders();
return TeaModel.build(map, self);
}
public StartMinutesHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StartMinutesHeaders setAccountContext(StartMinutesHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StartMinutesHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StartMinutesHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StartMinutesHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StartMinutesHeadersAccountContext self = new StartMinutesHeadersAccountContext();
return TeaModel.build(map, self);
}
public StartMinutesHeadersAccountContext 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/StartMinutesRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesRequest extends TeaModel {
@NameInMap("TenantContext")
public StartMinutesRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("ownerUserId")
public String ownerUserId;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("recordAudio")
public Boolean recordAudio;
public static StartMinutesRequest build(java.util.Map<String, ?> map) throws Exception {
StartMinutesRequest self = new StartMinutesRequest();
return TeaModel.build(map, self);
}
public StartMinutesRequest setTenantContext(StartMinutesRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public StartMinutesRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public StartMinutesRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public StartMinutesRequest setOwnerUserId(String ownerUserId) {
this.ownerUserId = ownerUserId;
return this;
}
public String getOwnerUserId() {
return this.ownerUserId;
}
public StartMinutesRequest setRecordAudio(Boolean recordAudio) {
this.recordAudio = recordAudio;
return this;
}
public Boolean getRecordAudio() {
return this.recordAudio;
}
public static class StartMinutesRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static StartMinutesRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
StartMinutesRequestTenantContext self = new StartMinutesRequestTenantContext();
return TeaModel.build(map, self);
}
public StartMinutesRequestTenantContext 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/StartMinutesResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StartMinutesResponseBody body;
public static StartMinutesResponse build(java.util.Map<String, ?> map) throws Exception {
StartMinutesResponse self = new StartMinutesResponse();
return TeaModel.build(map, self);
}
public StartMinutesResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StartMinutesResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StartMinutesResponse setBody(StartMinutesResponseBody body) {
this.body = body;
return this;
}
public StartMinutesResponseBody 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/StartMinutesResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>200</p>
*/
@NameInMap("code")
public String 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 StartMinutesResponseBody build(java.util.Map<String, ?> map) throws Exception {
StartMinutesResponseBody self = new StartMinutesResponseBody();
return TeaModel.build(map, self);
}
public StartMinutesResponseBody setCode(String code) {
this.code = code;
return this;
}
public String getCode() {
return this.code;
}
public StartMinutesResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public StartMinutesResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public StartMinutesResponseBody 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/StartMinutesShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StartMinutesShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StartMinutesShrinkHeaders self = new StartMinutesShrinkHeaders();
return TeaModel.build(map, self);
}
public StartMinutesShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StartMinutesShrinkHeaders 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/StartMinutesShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StartMinutesShrinkRequest extends TeaModel {
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("ownerUserId")
public String ownerUserId;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("recordAudio")
public Boolean recordAudio;
public static StartMinutesShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StartMinutesShrinkRequest self = new StartMinutesShrinkRequest();
return TeaModel.build(map, self);
}
public StartMinutesShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public StartMinutesShrinkRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public StartMinutesShrinkRequest setOwnerUserId(String ownerUserId) {
this.ownerUserId = ownerUserId;
return this;
}
public String getOwnerUserId() {
return this.ownerUserId;
}
public StartMinutesShrinkRequest setRecordAudio(Boolean recordAudio) {
this.recordAudio = recordAudio;
return this;
}
public Boolean getRecordAudio() {
return this.recordAudio;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/StatisticsListByTypeReportHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StatisticsListByTypeReportHeadersAccountContext accountContext;
public static StatisticsListByTypeReportHeaders build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportHeaders self = new StatisticsListByTypeReportHeaders();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StatisticsListByTypeReportHeaders setAccountContext(StatisticsListByTypeReportHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StatisticsListByTypeReportHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StatisticsListByTypeReportHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StatisticsListByTypeReportHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportHeadersAccountContext self = new StatisticsListByTypeReportHeadersAccountContext();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportHeadersAccountContext 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/StatisticsListByTypeReportRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportRequest 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 StatisticsListByTypeReportRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("Type")
public Long type;
public static StatisticsListByTypeReportRequest build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportRequest self = new StatisticsListByTypeReportRequest();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportRequest setOffset(Long offset) {
this.offset = offset;
return this;
}
public Long getOffset() {
return this.offset;
}
public StatisticsListByTypeReportRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public StatisticsListByTypeReportRequest setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
public StatisticsListByTypeReportRequest setTenantContext(StatisticsListByTypeReportRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public StatisticsListByTypeReportRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public StatisticsListByTypeReportRequest setType(Long type) {
this.type = type;
return this;
}
public Long getType() {
return this.type;
}
public static class StatisticsListByTypeReportRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static StatisticsListByTypeReportRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportRequestTenantContext self = new StatisticsListByTypeReportRequestTenantContext();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportRequestTenantContext 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/StatisticsListByTypeReportResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StatisticsListByTypeReportResponseBody body;
public static StatisticsListByTypeReportResponse build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportResponse self = new StatisticsListByTypeReportResponse();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StatisticsListByTypeReportResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StatisticsListByTypeReportResponse setBody(StatisticsListByTypeReportResponseBody body) {
this.body = body;
return this;
}
public StatisticsListByTypeReportResponseBody 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/StatisticsListByTypeReportResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("hasMore")
public Boolean hasMore;
/**
* <strong>example:</strong>
* <p>12312131231</p>
*/
@NameInMap("nextCursor")
public Long nextCursor;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
@NameInMap("useridList")
public java.util.List<String> useridList;
public static StatisticsListByTypeReportResponseBody build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportResponseBody self = new StatisticsListByTypeReportResponseBody();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportResponseBody setHasMore(Boolean hasMore) {
this.hasMore = hasMore;
return this;
}
public Boolean getHasMore() {
return this.hasMore;
}
public StatisticsListByTypeReportResponseBody setNextCursor(Long nextCursor) {
this.nextCursor = nextCursor;
return this;
}
public Long getNextCursor() {
return this.nextCursor;
}
public StatisticsListByTypeReportResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public StatisticsListByTypeReportResponseBody setUseridList(java.util.List<String> useridList) {
this.useridList = useridList;
return this;
}
public java.util.List<String> getUseridList() {
return this.useridList;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/StatisticsListByTypeReportShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StatisticsListByTypeReportShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportShrinkHeaders self = new StatisticsListByTypeReportShrinkHeaders();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StatisticsListByTypeReportShrinkHeaders 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/StatisticsListByTypeReportShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsListByTypeReportShrinkRequest 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;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("Type")
public Long type;
public static StatisticsListByTypeReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StatisticsListByTypeReportShrinkRequest self = new StatisticsListByTypeReportShrinkRequest();
return TeaModel.build(map, self);
}
public StatisticsListByTypeReportShrinkRequest setOffset(Long offset) {
this.offset = offset;
return this;
}
public Long getOffset() {
return this.offset;
}
public StatisticsListByTypeReportShrinkRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public StatisticsListByTypeReportShrinkRequest setSize(Long size) {
this.size = size;
return this;
}
public Long getSize() {
return this.size;
}
public StatisticsListByTypeReportShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public StatisticsListByTypeReportShrinkRequest setType(Long type) {
this.type = type;
return this;
}
public Long getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/StatisticsReportHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StatisticsReportHeadersAccountContext accountContext;
public static StatisticsReportHeaders build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportHeaders self = new StatisticsReportHeaders();
return TeaModel.build(map, self);
}
public StatisticsReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StatisticsReportHeaders setAccountContext(StatisticsReportHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StatisticsReportHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StatisticsReportHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StatisticsReportHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportHeadersAccountContext self = new StatisticsReportHeadersAccountContext();
return TeaModel.build(map, self);
}
public StatisticsReportHeadersAccountContext 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/StatisticsReportRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("ReportId")
public String reportId;
@NameInMap("TenantContext")
public StatisticsReportRequestTenantContext tenantContext;
public static StatisticsReportRequest build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportRequest self = new StatisticsReportRequest();
return TeaModel.build(map, self);
}
public StatisticsReportRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public StatisticsReportRequest setTenantContext(StatisticsReportRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public StatisticsReportRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class StatisticsReportRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static StatisticsReportRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportRequestTenantContext self = new StatisticsReportRequestTenantContext();
return TeaModel.build(map, self);
}
public StatisticsReportRequestTenantContext 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/StatisticsReportResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StatisticsReportResponseBody body;
public static StatisticsReportResponse build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportResponse self = new StatisticsReportResponse();
return TeaModel.build(map, self);
}
public StatisticsReportResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StatisticsReportResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StatisticsReportResponse setBody(StatisticsReportResponseBody body) {
this.body = body;
return this;
}
public StatisticsReportResponseBody 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/StatisticsReportResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("commentNum")
public Long commentNum;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("commentUserNum")
public Long commentUserNum;
/**
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("likeNum")
public Long likeNum;
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("readNum")
public Long readNum;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static StatisticsReportResponseBody build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportResponseBody self = new StatisticsReportResponseBody();
return TeaModel.build(map, self);
}
public StatisticsReportResponseBody setCommentNum(Long commentNum) {
this.commentNum = commentNum;
return this;
}
public Long getCommentNum() {
return this.commentNum;
}
public StatisticsReportResponseBody setCommentUserNum(Long commentUserNum) {
this.commentUserNum = commentUserNum;
return this;
}
public Long getCommentUserNum() {
return this.commentUserNum;
}
public StatisticsReportResponseBody setLikeNum(Long likeNum) {
this.likeNum = likeNum;
return this;
}
public Long getLikeNum() {
return this.likeNum;
}
public StatisticsReportResponseBody setReadNum(Long readNum) {
this.readNum = readNum;
return this;
}
public Long getReadNum() {
return this.readNum;
}
public StatisticsReportResponseBody 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/StatisticsReportShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StatisticsReportShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportShrinkHeaders self = new StatisticsReportShrinkHeaders();
return TeaModel.build(map, self);
}
public StatisticsReportShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StatisticsReportShrinkHeaders 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/StatisticsReportShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StatisticsReportShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>173xxxx</p>
*/
@NameInMap("ReportId")
public String reportId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static StatisticsReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StatisticsReportShrinkRequest self = new StatisticsReportShrinkRequest();
return TeaModel.build(map, self);
}
public StatisticsReportShrinkRequest setReportId(String reportId) {
this.reportId = reportId;
return this;
}
public String getReportId() {
return this.reportId;
}
public StatisticsReportShrinkRequest 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/StopCloudRecordHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StopCloudRecordHeadersAccountContext accountContext;
public static StopCloudRecordHeaders build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordHeaders self = new StopCloudRecordHeaders();
return TeaModel.build(map, self);
}
public StopCloudRecordHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StopCloudRecordHeaders setAccountContext(StopCloudRecordHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StopCloudRecordHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StopCloudRecordHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StopCloudRecordHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordHeadersAccountContext self = new StopCloudRecordHeadersAccountContext();
return TeaModel.build(map, self);
}
public StopCloudRecordHeadersAccountContext 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/StopCloudRecordRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordRequest extends TeaModel {
@NameInMap("TenantContext")
public StopCloudRecordRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static StopCloudRecordRequest build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordRequest self = new StopCloudRecordRequest();
return TeaModel.build(map, self);
}
public StopCloudRecordRequest setTenantContext(StopCloudRecordRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public StopCloudRecordRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public StopCloudRecordRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public static class StopCloudRecordRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static StopCloudRecordRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordRequestTenantContext self = new StopCloudRecordRequestTenantContext();
return TeaModel.build(map, self);
}
public StopCloudRecordRequestTenantContext 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/StopCloudRecordResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StopCloudRecordResponseBody body;
public static StopCloudRecordResponse build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordResponse self = new StopCloudRecordResponse();
return TeaModel.build(map, self);
}
public StopCloudRecordResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StopCloudRecordResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StopCloudRecordResponse setBody(StopCloudRecordResponseBody body) {
this.body = body;
return this;
}
public StopCloudRecordResponseBody 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/StopCloudRecordResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>200</p>
*/
@NameInMap("code")
public String code;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static StopCloudRecordResponseBody build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordResponseBody self = new StopCloudRecordResponseBody();
return TeaModel.build(map, self);
}
public StopCloudRecordResponseBody setCode(String code) {
this.code = code;
return this;
}
public String getCode() {
return this.code;
}
public StopCloudRecordResponseBody 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/StopCloudRecordShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StopCloudRecordShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordShrinkHeaders self = new StopCloudRecordShrinkHeaders();
return TeaModel.build(map, self);
}
public StopCloudRecordShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StopCloudRecordShrinkHeaders 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/StopCloudRecordShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopCloudRecordShrinkRequest extends TeaModel {
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static StopCloudRecordShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StopCloudRecordShrinkRequest self = new StopCloudRecordShrinkRequest();
return TeaModel.build(map, self);
}
public StopCloudRecordShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public StopCloudRecordShrinkRequest 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/StopMinutesHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public StopMinutesHeadersAccountContext accountContext;
public static StopMinutesHeaders build(java.util.Map<String, ?> map) throws Exception {
StopMinutesHeaders self = new StopMinutesHeaders();
return TeaModel.build(map, self);
}
public StopMinutesHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StopMinutesHeaders setAccountContext(StopMinutesHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public StopMinutesHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class StopMinutesHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static StopMinutesHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
StopMinutesHeadersAccountContext self = new StopMinutesHeadersAccountContext();
return TeaModel.build(map, self);
}
public StopMinutesHeadersAccountContext 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/StopMinutesRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesRequest extends TeaModel {
@NameInMap("TenantContext")
public StopMinutesRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static StopMinutesRequest build(java.util.Map<String, ?> map) throws Exception {
StopMinutesRequest self = new StopMinutesRequest();
return TeaModel.build(map, self);
}
public StopMinutesRequest setTenantContext(StopMinutesRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public StopMinutesRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public StopMinutesRequest setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public static class StopMinutesRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static StopMinutesRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
StopMinutesRequestTenantContext self = new StopMinutesRequestTenantContext();
return TeaModel.build(map, self);
}
public StopMinutesRequestTenantContext 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/StopMinutesResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public StopMinutesResponseBody body;
public static StopMinutesResponse build(java.util.Map<String, ?> map) throws Exception {
StopMinutesResponse self = new StopMinutesResponse();
return TeaModel.build(map, self);
}
public StopMinutesResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public StopMinutesResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public StopMinutesResponse setBody(StopMinutesResponseBody body) {
this.body = body;
return this;
}
public StopMinutesResponseBody 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/StopMinutesResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>200</p>
*/
@NameInMap("code")
public String 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 StopMinutesResponseBody build(java.util.Map<String, ?> map) throws Exception {
StopMinutesResponseBody self = new StopMinutesResponseBody();
return TeaModel.build(map, self);
}
public StopMinutesResponseBody setCode(String code) {
this.code = code;
return this;
}
public String getCode() {
return this.code;
}
public StopMinutesResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public StopMinutesResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public StopMinutesResponseBody 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/StopMinutesShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static StopMinutesShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
StopMinutesShrinkHeaders self = new StopMinutesShrinkHeaders();
return TeaModel.build(map, self);
}
public StopMinutesShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public StopMinutesShrinkHeaders 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/StopMinutesShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class StopMinutesShrinkRequest extends TeaModel {
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>61289fxxx</p>
*/
@NameInMap("conferenceId")
public String conferenceId;
public static StopMinutesShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
StopMinutesShrinkRequest self = new StopMinutesShrinkRequest();
return TeaModel.build(map, self);
}
public StopMinutesShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public StopMinutesShrinkRequest 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/SubscribeCalendarHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeCalendarHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public SubscribeCalendarHeadersAccountContext accountContext;
public static SubscribeCalendarHeaders build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarHeaders self = new SubscribeCalendarHeaders();
return TeaModel.build(map, self);
}
public SubscribeCalendarHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SubscribeCalendarHeaders setAccountContext(SubscribeCalendarHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public SubscribeCalendarHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class SubscribeCalendarHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static SubscribeCalendarHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarHeadersAccountContext self = new SubscribeCalendarHeadersAccountContext();
return TeaModel.build(map, self);
}
public SubscribeCalendarHeadersAccountContext 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/SubscribeCalendarRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeCalendarRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>MzM5Mxxx</p>
*/
@NameInMap("CalendarId")
public String calendarId;
public static SubscribeCalendarRequest build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarRequest self = new SubscribeCalendarRequest();
return TeaModel.build(map, self);
}
public SubscribeCalendarRequest setCalendarId(String calendarId) {
this.calendarId = calendarId;
return this;
}
public String getCalendarId() {
return this.calendarId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SubscribeCalendarResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeCalendarResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public SubscribeCalendarResponseBody body;
public static SubscribeCalendarResponse build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarResponse self = new SubscribeCalendarResponse();
return TeaModel.build(map, self);
}
public SubscribeCalendarResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public SubscribeCalendarResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public SubscribeCalendarResponse setBody(SubscribeCalendarResponseBody body) {
this.body = body;
return this;
}
public SubscribeCalendarResponseBody 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/SubscribeCalendarResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeCalendarResponseBody extends TeaModel {
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static SubscribeCalendarResponseBody build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarResponseBody self = new SubscribeCalendarResponseBody();
return TeaModel.build(map, self);
}
public SubscribeCalendarResponseBody 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/SubscribeCalendarShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeCalendarShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static SubscribeCalendarShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
SubscribeCalendarShrinkHeaders self = new SubscribeCalendarShrinkHeaders();
return TeaModel.build(map, self);
}
public SubscribeCalendarShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SubscribeCalendarShrinkHeaders 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/SubscribeEventHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public SubscribeEventHeadersAccountContext accountContext;
public static SubscribeEventHeaders build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventHeaders self = new SubscribeEventHeaders();
return TeaModel.build(map, self);
}
public SubscribeEventHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SubscribeEventHeaders setAccountContext(SubscribeEventHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public SubscribeEventHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class SubscribeEventHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static SubscribeEventHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventHeadersAccountContext self = new SubscribeEventHeadersAccountContext();
return TeaModel.build(map, self);
}
public SubscribeEventHeadersAccountContext 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/SubscribeEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SPACE</p>
*/
@NameInMap("Scope")
public String scope;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>233456</p>
*/
@NameInMap("ScopeId")
public String scopeId;
@NameInMap("TenantContext")
public SubscribeEventRequestTenantContext tenantContext;
public static SubscribeEventRequest build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventRequest self = new SubscribeEventRequest();
return TeaModel.build(map, self);
}
public SubscribeEventRequest setScope(String scope) {
this.scope = scope;
return this;
}
public String getScope() {
return this.scope;
}
public SubscribeEventRequest setScopeId(String scopeId) {
this.scopeId = scopeId;
return this;
}
public String getScopeId() {
return this.scopeId;
}
public SubscribeEventRequest setTenantContext(SubscribeEventRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public SubscribeEventRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class SubscribeEventRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static SubscribeEventRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventRequestTenantContext self = new SubscribeEventRequestTenantContext();
return TeaModel.build(map, self);
}
public SubscribeEventRequestTenantContext 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/SubscribeEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public SubscribeEventResponseBody body;
public static SubscribeEventResponse build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventResponse self = new SubscribeEventResponse();
return TeaModel.build(map, self);
}
public SubscribeEventResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public SubscribeEventResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public SubscribeEventResponse setBody(SubscribeEventResponseBody body) {
this.body = body;
return this;
}
public SubscribeEventResponseBody 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/SubscribeEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
@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 SubscribeEventResponseBody build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventResponseBody self = new SubscribeEventResponseBody();
return TeaModel.build(map, self);
}
public SubscribeEventResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public SubscribeEventResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public SubscribeEventResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public SubscribeEventResponseBody 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/SubscribeEventShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static SubscribeEventShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventShrinkHeaders self = new SubscribeEventShrinkHeaders();
return TeaModel.build(map, self);
}
public SubscribeEventShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SubscribeEventShrinkHeaders 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/SubscribeEventShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SubscribeEventShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SPACE</p>
*/
@NameInMap("Scope")
public String scope;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>233456</p>
*/
@NameInMap("ScopeId")
public String scopeId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static SubscribeEventShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
SubscribeEventShrinkRequest self = new SubscribeEventShrinkRequest();
return TeaModel.build(map, self);
}
public SubscribeEventShrinkRequest setScope(String scope) {
this.scope = scope;
return this;
}
public String getScope() {
return this.scope;
}
public SubscribeEventShrinkRequest setScopeId(String scopeId) {
this.scopeId = scopeId;
return this;
}
public String getScopeId() {
return this.scopeId;
}
public SubscribeEventShrinkRequest 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/SwitchMainOrgHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public SwitchMainOrgHeadersAccountContext accountContext;
public static SwitchMainOrgHeaders build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgHeaders self = new SwitchMainOrgHeaders();
return TeaModel.build(map, self);
}
public SwitchMainOrgHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SwitchMainOrgHeaders setAccountContext(SwitchMainOrgHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public SwitchMainOrgHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class SwitchMainOrgHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static SwitchMainOrgHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgHeadersAccountContext self = new SwitchMainOrgHeadersAccountContext();
return TeaModel.build(map, self);
}
public SwitchMainOrgHeadersAccountContext 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/SwitchMainOrgRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21001</p>
*/
@NameInMap("TargetOrgId")
public Long targetOrgId;
@NameInMap("TenantContext")
public SwitchMainOrgRequestTenantContext tenantContext;
public static SwitchMainOrgRequest build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgRequest self = new SwitchMainOrgRequest();
return TeaModel.build(map, self);
}
public SwitchMainOrgRequest setTargetOrgId(Long targetOrgId) {
this.targetOrgId = targetOrgId;
return this;
}
public Long getTargetOrgId() {
return this.targetOrgId;
}
public SwitchMainOrgRequest setTenantContext(SwitchMainOrgRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public SwitchMainOrgRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class SwitchMainOrgRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static SwitchMainOrgRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgRequestTenantContext self = new SwitchMainOrgRequestTenantContext();
return TeaModel.build(map, self);
}
public SwitchMainOrgRequestTenantContext 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/SwitchMainOrgResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public SwitchMainOrgResponseBody body;
public static SwitchMainOrgResponse build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgResponse self = new SwitchMainOrgResponse();
return TeaModel.build(map, self);
}
public SwitchMainOrgResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public SwitchMainOrgResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public SwitchMainOrgResponse setBody(SwitchMainOrgResponseBody body) {
this.body = body;
return this;
}
public SwitchMainOrgResponseBody 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/SwitchMainOrgResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgResponseBody extends TeaModel {
@NameInMap("content")
public SwitchMainOrgResponseBodyContent content;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("errorCode")
public String errorCode;
@NameInMap("errorCtx")
public java.util.Map<String, ?> errorCtx;
@NameInMap("errorMsg")
public String errorMsg;
/**
* <strong>example:</strong>
* <p>200</p>
*/
@NameInMap("httpStatusCode")
public Integer httpStatusCode;
/**
* <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 SwitchMainOrgResponseBody build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgResponseBody self = new SwitchMainOrgResponseBody();
return TeaModel.build(map, self);
}
public SwitchMainOrgResponseBody setContent(SwitchMainOrgResponseBodyContent content) {
this.content = content;
return this;
}
public SwitchMainOrgResponseBodyContent getContent() {
return this.content;
}
public SwitchMainOrgResponseBody setErrorCode(String errorCode) {
this.errorCode = errorCode;
return this;
}
public String getErrorCode() {
return this.errorCode;
}
public SwitchMainOrgResponseBody setErrorCtx(java.util.Map<String, ?> errorCtx) {
this.errorCtx = errorCtx;
return this;
}
public java.util.Map<String, ?> getErrorCtx() {
return this.errorCtx;
}
public SwitchMainOrgResponseBody setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public SwitchMainOrgResponseBody setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
return this;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public SwitchMainOrgResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public SwitchMainOrgResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public static class SwitchMainOrgResponseBodyContent extends TeaModel {
/**
* <strong>example:</strong>
* <p>null</p>
*/
@NameInMap("data")
public Object data;
public static SwitchMainOrgResponseBodyContent build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgResponseBodyContent self = new SwitchMainOrgResponseBodyContent();
return TeaModel.build(map, self);
}
public SwitchMainOrgResponseBodyContent setData(Object data) {
this.data = data;
return this;
}
public Object getData() {
return this.data;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SwitchMainOrgShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static SwitchMainOrgShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgShrinkHeaders self = new SwitchMainOrgShrinkHeaders();
return TeaModel.build(map, self);
}
public SwitchMainOrgShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SwitchMainOrgShrinkHeaders 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/SwitchMainOrgShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SwitchMainOrgShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21001</p>
*/
@NameInMap("TargetOrgId")
public Long targetOrgId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static SwitchMainOrgShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
SwitchMainOrgShrinkRequest self = new SwitchMainOrgShrinkRequest();
return TeaModel.build(map, self);
}
public SwitchMainOrgShrinkRequest setTargetOrgId(Long targetOrgId) {
this.targetOrgId = targetOrgId;
return this;
}
public Long getTargetOrgId() {
return this.targetOrgId;
}
public SwitchMainOrgShrinkRequest 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/SyncDingTypeHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public SyncDingTypeHeadersAccountContext accountContext;
public static SyncDingTypeHeaders build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeHeaders self = new SyncDingTypeHeaders();
return TeaModel.build(map, self);
}
public SyncDingTypeHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SyncDingTypeHeaders setAccountContext(SyncDingTypeHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public SyncDingTypeHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class SyncDingTypeHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static SyncDingTypeHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeHeadersAccountContext self = new SyncDingTypeHeadersAccountContext();
return TeaModel.build(map, self);
}
public SyncDingTypeHeadersAccountContext 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/SyncDingTypeRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ANT_DING</p>
*/
@NameInMap("DingType")
public String dingType;
/**
* <strong>example:</strong>
* <p>y</p>
*/
@NameInMap("IsDimission")
public String isDimission;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>antding</p>
*/
@NameInMap("Source")
public String source;
@NameInMap("TenantContext")
public SyncDingTypeRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("WorkNo")
public String workNo;
public static SyncDingTypeRequest build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeRequest self = new SyncDingTypeRequest();
return TeaModel.build(map, self);
}
public SyncDingTypeRequest setDingType(String dingType) {
this.dingType = dingType;
return this;
}
public String getDingType() {
return this.dingType;
}
public SyncDingTypeRequest setIsDimission(String isDimission) {
this.isDimission = isDimission;
return this;
}
public String getIsDimission() {
return this.isDimission;
}
public SyncDingTypeRequest setSource(String source) {
this.source = source;
return this;
}
public String getSource() {
return this.source;
}
public SyncDingTypeRequest setTenantContext(SyncDingTypeRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public SyncDingTypeRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public SyncDingTypeRequest setWorkNo(String workNo) {
this.workNo = workNo;
return this;
}
public String getWorkNo() {
return this.workNo;
}
public static class SyncDingTypeRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static SyncDingTypeRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeRequestTenantContext self = new SyncDingTypeRequestTenantContext();
return TeaModel.build(map, self);
}
public SyncDingTypeRequestTenantContext 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/SyncDingTypeResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public SyncDingTypeResponseBody body;
public static SyncDingTypeResponse build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeResponse self = new SyncDingTypeResponse();
return TeaModel.build(map, self);
}
public SyncDingTypeResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public SyncDingTypeResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public SyncDingTypeResponse setBody(SyncDingTypeResponseBody body) {
this.body = body;
return this;
}
public SyncDingTypeResponseBody 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/SyncDingTypeResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeResponseBody extends TeaModel {
/**
* <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 SyncDingTypeResponseBody build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeResponseBody self = new SyncDingTypeResponseBody();
return TeaModel.build(map, self);
}
public SyncDingTypeResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public SyncDingTypeResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public SyncDingTypeResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public SyncDingTypeResponseBody 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/SyncDingTypeShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static SyncDingTypeShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeShrinkHeaders self = new SyncDingTypeShrinkHeaders();
return TeaModel.build(map, self);
}
public SyncDingTypeShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SyncDingTypeShrinkHeaders 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/SyncDingTypeShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class SyncDingTypeShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ANT_DING</p>
*/
@NameInMap("DingType")
public String dingType;
/**
* <strong>example:</strong>
* <p>y</p>
*/
@NameInMap("IsDimission")
public String isDimission;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>antding</p>
*/
@NameInMap("Source")
public String source;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("WorkNo")
public String workNo;
public static SyncDingTypeShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
SyncDingTypeShrinkRequest self = new SyncDingTypeShrinkRequest();
return TeaModel.build(map, self);
}
public SyncDingTypeShrinkRequest setDingType(String dingType) {
this.dingType = dingType;
return this;
}
public String getDingType() {
return this.dingType;
}
public SyncDingTypeShrinkRequest setIsDimission(String isDimission) {
this.isDimission = isDimission;
return this;
}
public String getIsDimission() {
return this.isDimission;
}
public SyncDingTypeShrinkRequest setSource(String source) {
this.source = source;
return this;
}
public String getSource() {
return this.source;
}
public SyncDingTypeShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public SyncDingTypeShrinkRequest setWorkNo(String workNo) {
this.workNo = workNo;
return this;
}
public String getWorkNo() {
return this.workNo;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/TerminateInstanceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TerminateInstanceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public TerminateInstanceHeadersAccountContext accountContext;
public static TerminateInstanceHeaders build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceHeaders self = new TerminateInstanceHeaders();
return TeaModel.build(map, self);
}
public TerminateInstanceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public TerminateInstanceHeaders setAccountContext(TerminateInstanceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public TerminateInstanceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class TerminateInstanceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static TerminateInstanceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceHeadersAccountContext self = new TerminateInstanceHeadersAccountContext();
return TeaModel.build(map, self);
}
public TerminateInstanceHeadersAccountContext 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/TerminateInstanceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TerminateInstanceRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_PBxxx</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>zh_CN</p>
*/
@NameInMap("Language")
public String language;
/**
* <strong>example:</strong>
* <p>f30233fb-72e1-4af4-8cb8-c7e0ea9ee530</p>
*/
@NameInMap("ProcessInstanceId")
public String processInstanceId;
/**
* <strong>example:</strong>
* <p>hexxyy</p>
*/
@NameInMap("SystemToken")
public String systemToken;
public static TerminateInstanceRequest build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceRequest self = new TerminateInstanceRequest();
return TeaModel.build(map, self);
}
public TerminateInstanceRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public TerminateInstanceRequest setLanguage(String language) {
this.language = language;
return this;
}
public String getLanguage() {
return this.language;
}
public TerminateInstanceRequest setProcessInstanceId(String processInstanceId) {
this.processInstanceId = processInstanceId;
return this;
}
public String getProcessInstanceId() {
return this.processInstanceId;
}
public TerminateInstanceRequest 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/TerminateInstanceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TerminateInstanceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public TerminateInstanceResponseBody body;
public static TerminateInstanceResponse build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceResponse self = new TerminateInstanceResponse();
return TeaModel.build(map, self);
}
public TerminateInstanceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public TerminateInstanceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public TerminateInstanceResponse setBody(TerminateInstanceResponseBody body) {
this.body = body;
return this;
}
public TerminateInstanceResponseBody 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/TerminateInstanceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TerminateInstanceResponseBody 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 TerminateInstanceResponseBody build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceResponseBody self = new TerminateInstanceResponseBody();
return TeaModel.build(map, self);
}
public TerminateInstanceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public TerminateInstanceResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public TerminateInstanceResponseBody 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/TerminateInstanceShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TerminateInstanceShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static TerminateInstanceShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
TerminateInstanceShrinkHeaders self = new TerminateInstanceShrinkHeaders();
return TeaModel.build(map, self);
}
public TerminateInstanceShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public TerminateInstanceShrinkHeaders 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/TransferTicketHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public TransferTicketHeadersAccountContext accountContext;
public static TransferTicketHeaders build(java.util.Map<String, ?> map) throws Exception {
TransferTicketHeaders self = new TransferTicketHeaders();
return TeaModel.build(map, self);
}
public TransferTicketHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public TransferTicketHeaders setAccountContext(TransferTicketHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public TransferTicketHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class TransferTicketHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static TransferTicketHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
TransferTicketHeadersAccountContext self = new TransferTicketHeadersAccountContext();
return TeaModel.build(map, self);
}
public TransferTicketHeadersAccountContext 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/TransferTicketRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketRequest extends TeaModel {
@NameInMap("Notify")
public TransferTicketRequestNotify notify;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>eKWh3xxxxiE</p>
*/
@NameInMap("OpenTeamId")
public String openTeamId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Dq9hP8Sk2v6vQxxxxiE</p>
*/
@NameInMap("OpenTicketId")
public String openTicketId;
@NameInMap("ProcessorUserIds")
public java.util.List<String> processorUserIds;
@NameInMap("TenantContext")
public TransferTicketRequestTenantContext tenantContext;
@NameInMap("TicketMemo")
public TransferTicketRequestTicketMemo ticketMemo;
public static TransferTicketRequest build(java.util.Map<String, ?> map) throws Exception {
TransferTicketRequest self = new TransferTicketRequest();
return TeaModel.build(map, self);
}
public TransferTicketRequest setNotify(TransferTicketRequestNotify notify) {
this.notify = notify;
return this;
}
public TransferTicketRequestNotify getNotify() {
return this.notify;
}
public TransferTicketRequest setOpenTeamId(String openTeamId) {
this.openTeamId = openTeamId;
return this;
}
public String getOpenTeamId() {
return this.openTeamId;
}
public TransferTicketRequest setOpenTicketId(String openTicketId) {
this.openTicketId = openTicketId;
return this;
}
public String getOpenTicketId() {
return this.openTicketId;
}
public TransferTicketRequest setProcessorUserIds(java.util.List<String> processorUserIds) {
this.processorUserIds = processorUserIds;
return this;
}
public java.util.List<String> getProcessorUserIds() {
return this.processorUserIds;
}
public TransferTicketRequest setTenantContext(TransferTicketRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public TransferTicketRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public TransferTicketRequest setTicketMemo(TransferTicketRequestTicketMemo ticketMemo) {
this.ticketMemo = ticketMemo;
return this;
}
public TransferTicketRequestTicketMemo getTicketMemo() {
return this.ticketMemo;
}
public static class TransferTicketRequestNotify extends TeaModel {
@NameInMap("GroupNoticeReceiverUserIds")
public java.util.List<String> groupNoticeReceiverUserIds;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("NoticeAllGroupMember")
public Boolean noticeAllGroupMember;
@NameInMap("WorkNoticeReceiverUserIds")
public java.util.List<String> workNoticeReceiverUserIds;
public static TransferTicketRequestNotify build(java.util.Map<String, ?> map) throws Exception {
TransferTicketRequestNotify self = new TransferTicketRequestNotify();
return TeaModel.build(map, self);
}
public TransferTicketRequestNotify setGroupNoticeReceiverUserIds(java.util.List<String> groupNoticeReceiverUserIds) {
this.groupNoticeReceiverUserIds = groupNoticeReceiverUserIds;
return this;
}
public java.util.List<String> getGroupNoticeReceiverUserIds() {
return this.groupNoticeReceiverUserIds;
}
public TransferTicketRequestNotify setNoticeAllGroupMember(Boolean noticeAllGroupMember) {
this.noticeAllGroupMember = noticeAllGroupMember;
return this;
}
public Boolean getNoticeAllGroupMember() {
return this.noticeAllGroupMember;
}
public TransferTicketRequestNotify setWorkNoticeReceiverUserIds(java.util.List<String> workNoticeReceiverUserIds) {
this.workNoticeReceiverUserIds = workNoticeReceiverUserIds;
return this;
}
public java.util.List<String> getWorkNoticeReceiverUserIds() {
return this.workNoticeReceiverUserIds;
}
}
public static class TransferTicketRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static TransferTicketRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
TransferTicketRequestTenantContext self = new TransferTicketRequestTenantContext();
return TeaModel.build(map, self);
}
public TransferTicketRequestTenantContext setTenantId(String tenantId) {
this.tenantId = tenantId;
return this;
}
public String getTenantId() {
return this.tenantId;
}
}
public static class TransferTicketRequestTicketMemoAttachments extends TeaModel {
/**
* <strong>example:</strong>
* <p>auto-test-1727143229007.pdf</p>
*/
@NameInMap("FileName")
public String fileName;
/**
* <strong>example:</strong>
* <p>key1</p>
*/
@NameInMap("Key")
public String key;
public static TransferTicketRequestTicketMemoAttachments build(java.util.Map<String, ?> map) throws Exception {
TransferTicketRequestTicketMemoAttachments self = new TransferTicketRequestTicketMemoAttachments();
return TeaModel.build(map, self);
}
public TransferTicketRequestTicketMemoAttachments setFileName(String fileName) {
this.fileName = fileName;
return this;
}
public String getFileName() {
return this.fileName;
}
public TransferTicketRequestTicketMemoAttachments setKey(String key) {
this.key = key;
return this;
}
public String getKey() {
return this.key;
}
}
public static class TransferTicketRequestTicketMemo extends TeaModel {
@NameInMap("Attachments")
public java.util.List<TransferTicketRequestTicketMemoAttachments> attachments;
@NameInMap("Memo")
public String memo;
public static TransferTicketRequestTicketMemo build(java.util.Map<String, ?> map) throws Exception {
TransferTicketRequestTicketMemo self = new TransferTicketRequestTicketMemo();
return TeaModel.build(map, self);
}
public TransferTicketRequestTicketMemo setAttachments(java.util.List<TransferTicketRequestTicketMemoAttachments> attachments) {
this.attachments = attachments;
return this;
}
public java.util.List<TransferTicketRequestTicketMemoAttachments> getAttachments() {
return this.attachments;
}
public TransferTicketRequestTicketMemo setMemo(String memo) {
this.memo = memo;
return this;
}
public String getMemo() {
return this.memo;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/TransferTicketResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public TransferTicketResponseBody body;
public static TransferTicketResponse build(java.util.Map<String, ?> map) throws Exception {
TransferTicketResponse self = new TransferTicketResponse();
return TeaModel.build(map, self);
}
public TransferTicketResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public TransferTicketResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public TransferTicketResponse setBody(TransferTicketResponseBody body) {
this.body = body;
return this;
}
public TransferTicketResponseBody 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/TransferTicketResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketResponseBody 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 TransferTicketResponseBody build(java.util.Map<String, ?> map) throws Exception {
TransferTicketResponseBody self = new TransferTicketResponseBody();
return TeaModel.build(map, self);
}
public TransferTicketResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public TransferTicketResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public TransferTicketResponseBody 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/TransferTicketShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static TransferTicketShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
TransferTicketShrinkHeaders self = new TransferTicketShrinkHeaders();
return TeaModel.build(map, self);
}
public TransferTicketShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public TransferTicketShrinkHeaders 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/TransferTicketShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class TransferTicketShrinkRequest extends TeaModel {
@NameInMap("Notify")
public String notifyShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>eKWh3xxxxiE</p>
*/
@NameInMap("OpenTeamId")
public String openTeamId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Dq9hP8Sk2v6vQxxxxiE</p>
*/
@NameInMap("OpenTicketId")
public String openTicketId;
@NameInMap("ProcessorUserIds")
public String processorUserIdsShrink;
@NameInMap("TenantContext")
public String tenantContextShrink;
@NameInMap("TicketMemo")
public String ticketMemoShrink;
public static TransferTicketShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
TransferTicketShrinkRequest self = new TransferTicketShrinkRequest();
return TeaModel.build(map, self);
}
public TransferTicketShrinkRequest setNotifyShrink(String notifyShrink) {
this.notifyShrink = notifyShrink;
return this;
}
public String getNotifyShrink() {
return this.notifyShrink;
}
public TransferTicketShrinkRequest setOpenTeamId(String openTeamId) {
this.openTeamId = openTeamId;
return this;
}
public String getOpenTeamId() {
return this.openTeamId;
}
public TransferTicketShrinkRequest setOpenTicketId(String openTicketId) {
this.openTicketId = openTicketId;
return this;
}
public String getOpenTicketId() {
return this.openTicketId;
}
public TransferTicketShrinkRequest setProcessorUserIdsShrink(String processorUserIdsShrink) {
this.processorUserIdsShrink = processorUserIdsShrink;
return this;
}
public String getProcessorUserIdsShrink() {
return this.processorUserIdsShrink;
}
public TransferTicketShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public TransferTicketShrinkRequest setTicketMemoShrink(String ticketMemoShrink) {
this.ticketMemoShrink = ticketMemoShrink;
return this;
}
public String getTicketMemoShrink() {
return this.ticketMemoShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/UnsubscribeCalendarHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeCalendarHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UnsubscribeCalendarHeadersAccountContext accountContext;
public static UnsubscribeCalendarHeaders build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarHeaders self = new UnsubscribeCalendarHeaders();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UnsubscribeCalendarHeaders setAccountContext(UnsubscribeCalendarHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UnsubscribeCalendarHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UnsubscribeCalendarHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UnsubscribeCalendarHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarHeadersAccountContext self = new UnsubscribeCalendarHeadersAccountContext();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarHeadersAccountContext 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/UnsubscribeCalendarRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeCalendarRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>MzM5Mxxx</p>
*/
@NameInMap("CalendarId")
public String calendarId;
public static UnsubscribeCalendarRequest build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarRequest self = new UnsubscribeCalendarRequest();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarRequest setCalendarId(String calendarId) {
this.calendarId = calendarId;
return this;
}
public String getCalendarId() {
return this.calendarId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/UnsubscribeCalendarResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeCalendarResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UnsubscribeCalendarResponseBody body;
public static UnsubscribeCalendarResponse build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarResponse self = new UnsubscribeCalendarResponse();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UnsubscribeCalendarResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UnsubscribeCalendarResponse setBody(UnsubscribeCalendarResponseBody body) {
this.body = body;
return this;
}
public UnsubscribeCalendarResponseBody 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/UnsubscribeCalendarResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeCalendarResponseBody 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("result")
public Boolean result;
public static UnsubscribeCalendarResponseBody build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarResponseBody self = new UnsubscribeCalendarResponseBody();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public UnsubscribeCalendarResponseBody setResult(Boolean result) {
this.result = result;
return this;
}
public Boolean getResult() {
return this.result;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/UnsubscribeCalendarShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeCalendarShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static UnsubscribeCalendarShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeCalendarShrinkHeaders self = new UnsubscribeCalendarShrinkHeaders();
return TeaModel.build(map, self);
}
public UnsubscribeCalendarShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UnsubscribeCalendarShrinkHeaders 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/UnsubscribeEventHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UnsubscribeEventHeadersAccountContext accountContext;
public static UnsubscribeEventHeaders build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventHeaders self = new UnsubscribeEventHeaders();
return TeaModel.build(map, self);
}
public UnsubscribeEventHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UnsubscribeEventHeaders setAccountContext(UnsubscribeEventHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UnsubscribeEventHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UnsubscribeEventHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UnsubscribeEventHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventHeadersAccountContext self = new UnsubscribeEventHeadersAccountContext();
return TeaModel.build(map, self);
}
public UnsubscribeEventHeadersAccountContext 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/UnsubscribeEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SPACE</p>
*/
@NameInMap("Scope")
public String scope;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>23456</p>
*/
@NameInMap("ScopeId")
public String scopeId;
@NameInMap("TenantContext")
public UnsubscribeEventRequestTenantContext tenantContext;
public static UnsubscribeEventRequest build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventRequest self = new UnsubscribeEventRequest();
return TeaModel.build(map, self);
}
public UnsubscribeEventRequest setScope(String scope) {
this.scope = scope;
return this;
}
public String getScope() {
return this.scope;
}
public UnsubscribeEventRequest setScopeId(String scopeId) {
this.scopeId = scopeId;
return this;
}
public String getScopeId() {
return this.scopeId;
}
public UnsubscribeEventRequest setTenantContext(UnsubscribeEventRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public UnsubscribeEventRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class UnsubscribeEventRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static UnsubscribeEventRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventRequestTenantContext self = new UnsubscribeEventRequestTenantContext();
return TeaModel.build(map, self);
}
public UnsubscribeEventRequestTenantContext 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/UnsubscribeEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UnsubscribeEventResponseBody body;
public static UnsubscribeEventResponse build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventResponse self = new UnsubscribeEventResponse();
return TeaModel.build(map, self);
}
public UnsubscribeEventResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UnsubscribeEventResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UnsubscribeEventResponse setBody(UnsubscribeEventResponseBody body) {
this.body = body;
return this;
}
public UnsubscribeEventResponseBody 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/UnsubscribeEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
@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 UnsubscribeEventResponseBody build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventResponseBody self = new UnsubscribeEventResponseBody();
return TeaModel.build(map, self);
}
public UnsubscribeEventResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public UnsubscribeEventResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public UnsubscribeEventResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public UnsubscribeEventResponseBody 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/UnsubscribeEventShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static UnsubscribeEventShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventShrinkHeaders self = new UnsubscribeEventShrinkHeaders();
return TeaModel.build(map, self);
}
public UnsubscribeEventShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UnsubscribeEventShrinkHeaders 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/UnsubscribeEventShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UnsubscribeEventShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SPACE</p>
*/
@NameInMap("Scope")
public String scope;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>23456</p>
*/
@NameInMap("ScopeId")
public String scopeId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static UnsubscribeEventShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
UnsubscribeEventShrinkRequest self = new UnsubscribeEventShrinkRequest();
return TeaModel.build(map, self);
}
public UnsubscribeEventShrinkRequest setScope(String scope) {
this.scope = scope;
return this;
}
public String getScope() {
return this.scope;
}
public UnsubscribeEventShrinkRequest setScopeId(String scopeId) {
this.scopeId = scopeId;
return this;
}
public String getScopeId() {
return this.scopeId;
}
public UnsubscribeEventShrinkRequest 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/UpdateAlidingAssistantHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UpdateAlidingAssistantHeadersAccountContext accountContext;
public static UpdateAlidingAssistantHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantHeaders self = new UpdateAlidingAssistantHeaders();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateAlidingAssistantHeaders setAccountContext(UpdateAlidingAssistantHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UpdateAlidingAssistantHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UpdateAlidingAssistantHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UpdateAlidingAssistantHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantHeadersAccountContext self = new UpdateAlidingAssistantHeadersAccountContext();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantHeadersAccountContext 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/UpdateAlidingAssistantRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1234</p>
*/
@NameInMap("AssistantId")
public String assistantId;
@NameInMap("Description")
public String description;
@NameInMap("Ext")
public java.util.Map<String, String> ext;
/**
* <strong>example:</strong>
* <p>fallbackContent</p>
*/
@NameInMap("FallbackContent")
public String fallbackContent;
@NameInMap("Feature")
public java.util.Map<String, String> feature;
/**
* <strong>example:</strong>
* <p>@lADPDetfgMsFFUvNAkjNAkg</p>
*/
@NameInMap("Icon")
public String icon;
@NameInMap("Instructions")
public String instructions;
@NameInMap("Name")
public String name;
@NameInMap("RecommendPrompts")
public java.util.List<String> recommendPrompts;
@NameInMap("TenantContext")
public UpdateAlidingAssistantRequestTenantContext tenantContext;
@NameInMap("WelcomeContent")
public String welcomeContent;
public static UpdateAlidingAssistantRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantRequest self = new UpdateAlidingAssistantRequest();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantRequest setAssistantId(String assistantId) {
this.assistantId = assistantId;
return this;
}
public String getAssistantId() {
return this.assistantId;
}
public UpdateAlidingAssistantRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public UpdateAlidingAssistantRequest setExt(java.util.Map<String, String> ext) {
this.ext = ext;
return this;
}
public java.util.Map<String, String> getExt() {
return this.ext;
}
public UpdateAlidingAssistantRequest setFallbackContent(String fallbackContent) {
this.fallbackContent = fallbackContent;
return this;
}
public String getFallbackContent() {
return this.fallbackContent;
}
public UpdateAlidingAssistantRequest setFeature(java.util.Map<String, String> feature) {
this.feature = feature;
return this;
}
public java.util.Map<String, String> getFeature() {
return this.feature;
}
public UpdateAlidingAssistantRequest setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public UpdateAlidingAssistantRequest setInstructions(String instructions) {
this.instructions = instructions;
return this;
}
public String getInstructions() {
return this.instructions;
}
public UpdateAlidingAssistantRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public UpdateAlidingAssistantRequest setRecommendPrompts(java.util.List<String> recommendPrompts) {
this.recommendPrompts = recommendPrompts;
return this;
}
public java.util.List<String> getRecommendPrompts() {
return this.recommendPrompts;
}
public UpdateAlidingAssistantRequest setTenantContext(UpdateAlidingAssistantRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public UpdateAlidingAssistantRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public UpdateAlidingAssistantRequest setWelcomeContent(String welcomeContent) {
this.welcomeContent = welcomeContent;
return this;
}
public String getWelcomeContent() {
return this.welcomeContent;
}
public static class UpdateAlidingAssistantRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static UpdateAlidingAssistantRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantRequestTenantContext self = new UpdateAlidingAssistantRequestTenantContext();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantRequestTenantContext 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/UpdateAlidingAssistantResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateAlidingAssistantResponseBody body;
public static UpdateAlidingAssistantResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantResponse self = new UpdateAlidingAssistantResponse();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateAlidingAssistantResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateAlidingAssistantResponse setBody(UpdateAlidingAssistantResponseBody body) {
this.body = body;
return this;
}
public UpdateAlidingAssistantResponseBody 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/UpdateAlidingAssistantResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantResponseBody extends TeaModel {
/**
* <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 UpdateAlidingAssistantResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantResponseBody self = new UpdateAlidingAssistantResponseBody();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public UpdateAlidingAssistantResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public UpdateAlidingAssistantResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public UpdateAlidingAssistantResponseBody 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/UpdateAlidingAssistantShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static UpdateAlidingAssistantShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantShrinkHeaders self = new UpdateAlidingAssistantShrinkHeaders();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateAlidingAssistantShrinkHeaders 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/UpdateAlidingAssistantShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateAlidingAssistantShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1234</p>
*/
@NameInMap("AssistantId")
public String assistantId;
@NameInMap("Description")
public String description;
@NameInMap("Ext")
public String extShrink;
/**
* <strong>example:</strong>
* <p>fallbackContent</p>
*/
@NameInMap("FallbackContent")
public String fallbackContent;
@NameInMap("Feature")
public String featureShrink;
/**
* <strong>example:</strong>
* <p>@lADPDetfgMsFFUvNAkjNAkg</p>
*/
@NameInMap("Icon")
public String icon;
@NameInMap("Instructions")
public String instructions;
@NameInMap("Name")
public String name;
@NameInMap("RecommendPrompts")
public String recommendPromptsShrink;
@NameInMap("TenantContext")
public String tenantContextShrink;
@NameInMap("WelcomeContent")
public String welcomeContent;
public static UpdateAlidingAssistantShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateAlidingAssistantShrinkRequest self = new UpdateAlidingAssistantShrinkRequest();
return TeaModel.build(map, self);
}
public UpdateAlidingAssistantShrinkRequest setAssistantId(String assistantId) {
this.assistantId = assistantId;
return this;
}
public String getAssistantId() {
return this.assistantId;
}
public UpdateAlidingAssistantShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public UpdateAlidingAssistantShrinkRequest setExtShrink(String extShrink) {
this.extShrink = extShrink;
return this;
}
public String getExtShrink() {
return this.extShrink;
}
public UpdateAlidingAssistantShrinkRequest setFallbackContent(String fallbackContent) {
this.fallbackContent = fallbackContent;
return this;
}
public String getFallbackContent() {
return this.fallbackContent;
}
public UpdateAlidingAssistantShrinkRequest setFeatureShrink(String featureShrink) {
this.featureShrink = featureShrink;
return this;
}
public String getFeatureShrink() {
return this.featureShrink;
}
public UpdateAlidingAssistantShrinkRequest setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public UpdateAlidingAssistantShrinkRequest setInstructions(String instructions) {
this.instructions = instructions;
return this;
}
public String getInstructions() {
return this.instructions;
}
public UpdateAlidingAssistantShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public UpdateAlidingAssistantShrinkRequest setRecommendPromptsShrink(String recommendPromptsShrink) {
this.recommendPromptsShrink = recommendPromptsShrink;
return this;
}
public String getRecommendPromptsShrink() {
return this.recommendPromptsShrink;
}
public UpdateAlidingAssistantShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public UpdateAlidingAssistantShrinkRequest 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/UpdateConvExtensionHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UpdateConvExtensionHeadersAccountContext accountContext;
public static UpdateConvExtensionHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionHeaders self = new UpdateConvExtensionHeaders();
return TeaModel.build(map, self);
}
public UpdateConvExtensionHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateConvExtensionHeaders setAccountContext(UpdateConvExtensionHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UpdateConvExtensionHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UpdateConvExtensionHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UpdateConvExtensionHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionHeadersAccountContext self = new UpdateConvExtensionHeadersAccountContext();
return TeaModel.build(map, self);
}
public UpdateConvExtensionHeadersAccountContext 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/UpdateConvExtensionRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p><a href="https://xxx">https://xxx</a></p>
*/
@NameInMap("MobileUrl")
public String mobileUrl;
/**
* <strong>example:</strong>
* <p><a href="https://xxx">https://xxx</a></p>
*/
@NameInMap("PcUrl")
public String pcUrl;
@NameInMap("StaffIdList")
public java.util.List<String> staffIdList;
/**
* <strong>example:</strong>
* <p>546374856</p>
*/
@NameInMap("SystemUid")
public String systemUid;
@NameInMap("TenantContext")
public UpdateConvExtensionRequestTenantContext tenantContext;
public static UpdateConvExtensionRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionRequest self = new UpdateConvExtensionRequest();
return TeaModel.build(map, self);
}
public UpdateConvExtensionRequest setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public UpdateConvExtensionRequest setPcUrl(String pcUrl) {
this.pcUrl = pcUrl;
return this;
}
public String getPcUrl() {
return this.pcUrl;
}
public UpdateConvExtensionRequest setStaffIdList(java.util.List<String> staffIdList) {
this.staffIdList = staffIdList;
return this;
}
public java.util.List<String> getStaffIdList() {
return this.staffIdList;
}
public UpdateConvExtensionRequest setSystemUid(String systemUid) {
this.systemUid = systemUid;
return this;
}
public String getSystemUid() {
return this.systemUid;
}
public UpdateConvExtensionRequest setTenantContext(UpdateConvExtensionRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public UpdateConvExtensionRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class UpdateConvExtensionRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static UpdateConvExtensionRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionRequestTenantContext self = new UpdateConvExtensionRequestTenantContext();
return TeaModel.build(map, self);
}
public UpdateConvExtensionRequestTenantContext 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/UpdateConvExtensionResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateConvExtensionResponseBody body;
public static UpdateConvExtensionResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionResponse self = new UpdateConvExtensionResponse();
return TeaModel.build(map, self);
}
public UpdateConvExtensionResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateConvExtensionResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateConvExtensionResponse setBody(UpdateConvExtensionResponseBody body) {
this.body = body;
return this;
}
public UpdateConvExtensionResponseBody 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/UpdateConvExtensionResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>True</p>
*/
@NameInMap("Success")
public Boolean success;
/**
* <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 UpdateConvExtensionResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionResponseBody self = new UpdateConvExtensionResponseBody();
return TeaModel.build(map, self);
}
public UpdateConvExtensionResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public UpdateConvExtensionResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public UpdateConvExtensionResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public UpdateConvExtensionResponseBody 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/UpdateConvExtensionShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static UpdateConvExtensionShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionShrinkHeaders self = new UpdateConvExtensionShrinkHeaders();
return TeaModel.build(map, self);
}
public UpdateConvExtensionShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateConvExtensionShrinkHeaders 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/UpdateConvExtensionShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateConvExtensionShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p><a href="https://xxx">https://xxx</a></p>
*/
@NameInMap("MobileUrl")
public String mobileUrl;
/**
* <strong>example:</strong>
* <p><a href="https://xxx">https://xxx</a></p>
*/
@NameInMap("PcUrl")
public String pcUrl;
@NameInMap("StaffIdList")
public String staffIdListShrink;
/**
* <strong>example:</strong>
* <p>546374856</p>
*/
@NameInMap("SystemUid")
public String systemUid;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static UpdateConvExtensionShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateConvExtensionShrinkRequest self = new UpdateConvExtensionShrinkRequest();
return TeaModel.build(map, self);
}
public UpdateConvExtensionShrinkRequest setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public UpdateConvExtensionShrinkRequest setPcUrl(String pcUrl) {
this.pcUrl = pcUrl;
return this;
}
public String getPcUrl() {
return this.pcUrl;
}
public UpdateConvExtensionShrinkRequest setStaffIdListShrink(String staffIdListShrink) {
this.staffIdListShrink = staffIdListShrink;
return this;
}
public String getStaffIdListShrink() {
return this.staffIdListShrink;
}
public UpdateConvExtensionShrinkRequest setSystemUid(String systemUid) {
this.systemUid = systemUid;
return this;
}
public String getSystemUid() {
return this.systemUid;
}
public UpdateConvExtensionShrinkRequest 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/UpdateFormDataHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateFormDataHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UpdateFormDataHeadersAccountContext accountContext;
public static UpdateFormDataHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataHeaders self = new UpdateFormDataHeaders();
return TeaModel.build(map, self);
}
public UpdateFormDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateFormDataHeaders setAccountContext(UpdateFormDataHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UpdateFormDataHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UpdateFormDataHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UpdateFormDataHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataHeadersAccountContext self = new UpdateFormDataHeadersAccountContext();
return TeaModel.build(map, self);
}
public UpdateFormDataHeadersAccountContext 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/UpdateFormDataRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateFormDataRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_PBKTxxx</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>FORM_INxxx</p>
*/
@NameInMap("FormInstanceId")
public String formInstanceId;
/**
* <strong>example:</strong>
* <p>zh_CN</p>
*/
@NameInMap("Language")
public String language;
/**
* <strong>example:</strong>
* <p>hexxxx</p>
*/
@NameInMap("SystemToken")
public String systemToken;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("UpdateFormDataJson")
public String updateFormDataJson;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("UseLatestVersion")
public Boolean useLatestVersion;
public static UpdateFormDataRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataRequest self = new UpdateFormDataRequest();
return TeaModel.build(map, self);
}
public UpdateFormDataRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public UpdateFormDataRequest setFormInstanceId(String formInstanceId) {
this.formInstanceId = formInstanceId;
return this;
}
public String getFormInstanceId() {
return this.formInstanceId;
}
public UpdateFormDataRequest setLanguage(String language) {
this.language = language;
return this;
}
public String getLanguage() {
return this.language;
}
public UpdateFormDataRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public UpdateFormDataRequest setUpdateFormDataJson(String updateFormDataJson) {
this.updateFormDataJson = updateFormDataJson;
return this;
}
public String getUpdateFormDataJson() {
return this.updateFormDataJson;
}
public UpdateFormDataRequest setUseLatestVersion(Boolean useLatestVersion) {
this.useLatestVersion = useLatestVersion;
return this;
}
public Boolean getUseLatestVersion() {
return this.useLatestVersion;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/UpdateFormDataResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateFormDataResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateFormDataResponseBody body;
public static UpdateFormDataResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataResponse self = new UpdateFormDataResponse();
return TeaModel.build(map, self);
}
public UpdateFormDataResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateFormDataResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateFormDataResponse setBody(UpdateFormDataResponseBody body) {
this.body = body;
return this;
}
public UpdateFormDataResponseBody 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/UpdateFormDataResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateFormDataResponseBody 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 UpdateFormDataResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataResponseBody self = new UpdateFormDataResponseBody();
return TeaModel.build(map, self);
}
public UpdateFormDataResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public UpdateFormDataResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public UpdateFormDataResponseBody 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/UpdateFormDataShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateFormDataShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static UpdateFormDataShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateFormDataShrinkHeaders self = new UpdateFormDataShrinkHeaders();
return TeaModel.build(map, self);
}
public UpdateFormDataShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateFormDataShrinkHeaders 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/UpdateInstanceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class UpdateInstanceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public UpdateInstanceHeadersAccountContext accountContext;
public static UpdateInstanceHeaders build(java.util.Map<String, ?> map) throws Exception {
UpdateInstanceHeaders self = new UpdateInstanceHeaders();
return TeaModel.build(map, self);
}
public UpdateInstanceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public UpdateInstanceHeaders setAccountContext(UpdateInstanceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public UpdateInstanceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class UpdateInstanceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static UpdateInstanceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
UpdateInstanceHeadersAccountContext self = new UpdateInstanceHeadersAccountContext();
return TeaModel.build(map, self);
}
public UpdateInstanceHeadersAccountContext setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.