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/RespondEventResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RespondEventResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public RespondEventResponseBody body; public static RespondEventResponse build(java.util.Map<String, ?> map) throws Exception { RespondEventResponse self = new RespondEventResponse(); return TeaModel.build(map, self); } public RespondEventResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public RespondEventResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public RespondEventResponse setBody(RespondEventResponseBody body) { this.body = body; return this; } public RespondEventResponseBody 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/RespondEventResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RespondEventResponseBody 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 RespondEventResponseBody build(java.util.Map<String, ?> map) throws Exception { RespondEventResponseBody self = new RespondEventResponseBody(); return TeaModel.build(map, self); } public RespondEventResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public RespondEventResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public RespondEventResponseBody 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/RespondEventShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RespondEventShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static RespondEventShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { RespondEventShrinkHeaders self = new RespondEventShrinkHeaders(); return TeaModel.build(map, self); } public RespondEventShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public RespondEventShrinkHeaders 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/RespondEventShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RespondEventShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>primary</p> */ @NameInMap("CalendarId") public String calendarId; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>RHN2REJFc2w4VHNiUUlvcVB0ejFydz09</p> */ @NameInMap("EventId") public String eventId; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>accepted</p> */ @NameInMap("ResponseStatus") public String responseStatus; @NameInMap("TenantContext") public String tenantContextShrink; public static RespondEventShrinkRequest build(java.util.Map<String, ?> map) throws Exception { RespondEventShrinkRequest self = new RespondEventShrinkRequest(); return TeaModel.build(map, self); } public RespondEventShrinkRequest setCalendarId(String calendarId) { this.calendarId = calendarId; return this; } public String getCalendarId() { return this.calendarId; } public RespondEventShrinkRequest setEventId(String eventId) { this.eventId = eventId; return this; } public String getEventId() { return this.eventId; } public RespondEventShrinkRequest setResponseStatus(String responseStatus) { this.responseStatus = responseStatus; return this; } public String getResponseStatus() { return this.responseStatus; } public RespondEventShrinkRequest 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/RetrieveRunHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RetrieveRunHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; /** * <strong>example:</strong> * <p>123456</p> */ @NameInMap("accountId") public String accountId; public static RetrieveRunHeaders build(java.util.Map<String, ?> map) throws Exception { RetrieveRunHeaders self = new RetrieveRunHeaders(); return TeaModel.build(map, self); } public RetrieveRunHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public RetrieveRunHeaders 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/RetrieveRunRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RetrieveRunRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>assistantId1</p> */ @NameInMap("assistantId") public String assistantId; /** * <strong>example:</strong> * <p>assistantId</p> */ @NameInMap("originalAssistantId") public String originalAssistantId; /** * <strong>example:</strong> * <p>runId123</p> */ @NameInMap("runId") public String runId; /** * <strong>example:</strong> * <p>agentKey1</p> */ @NameInMap("sourceIdOfOriginalAssistantId") public String sourceIdOfOriginalAssistantId; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("sourceTypeOfOriginalAssistantId") public String sourceTypeOfOriginalAssistantId; public static RetrieveRunRequest build(java.util.Map<String, ?> map) throws Exception { RetrieveRunRequest self = new RetrieveRunRequest(); return TeaModel.build(map, self); } public RetrieveRunRequest setAssistantId(String assistantId) { this.assistantId = assistantId; return this; } public String getAssistantId() { return this.assistantId; } public RetrieveRunRequest setOriginalAssistantId(String originalAssistantId) { this.originalAssistantId = originalAssistantId; return this; } public String getOriginalAssistantId() { return this.originalAssistantId; } public RetrieveRunRequest setRunId(String runId) { this.runId = runId; return this; } public String getRunId() { return this.runId; } public RetrieveRunRequest setSourceIdOfOriginalAssistantId(String sourceIdOfOriginalAssistantId) { this.sourceIdOfOriginalAssistantId = sourceIdOfOriginalAssistantId; return this; } public String getSourceIdOfOriginalAssistantId() { return this.sourceIdOfOriginalAssistantId; } public RetrieveRunRequest setSourceTypeOfOriginalAssistantId(String sourceTypeOfOriginalAssistantId) { this.sourceTypeOfOriginalAssistantId = sourceTypeOfOriginalAssistantId; return this; } public String getSourceTypeOfOriginalAssistantId() { return this.sourceTypeOfOriginalAssistantId; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/RetrieveRunResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RetrieveRunResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public RetrieveRunResponseBody body; public static RetrieveRunResponse build(java.util.Map<String, ?> map) throws Exception { RetrieveRunResponse self = new RetrieveRunResponse(); return TeaModel.build(map, self); } public RetrieveRunResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public RetrieveRunResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public RetrieveRunResponse setBody(RetrieveRunResponseBody body) { this.body = body; return this; } public RetrieveRunResponseBody 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/RetrieveRunResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class RetrieveRunResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; @NameInMap("run") public RetrieveRunResponseBodyRun run; public static RetrieveRunResponseBody build(java.util.Map<String, ?> map) throws Exception { RetrieveRunResponseBody self = new RetrieveRunResponseBody(); return TeaModel.build(map, self); } public RetrieveRunResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public RetrieveRunResponseBody setRun(RetrieveRunResponseBodyRun run) { this.run = run; return this; } public RetrieveRunResponseBodyRun getRun() { return this.run; } public static class RetrieveRunResponseBodyRun extends TeaModel { @NameInMap("cancelledAt") public Long cancelledAt; @NameInMap("completedAt") public Long completedAt; @NameInMap("createAt") public Long createAt; @NameInMap("expiresAt") public Long expiresAt; @NameInMap("failedAt") public Long failedAt; @NameInMap("id") public String id; @NameInMap("lastErrorMsg") public String lastErrorMsg; @NameInMap("startedAt") public Long startedAt; @NameInMap("status") public String status; @NameInMap("threadId") public String threadId; public static RetrieveRunResponseBodyRun build(java.util.Map<String, ?> map) throws Exception { RetrieveRunResponseBodyRun self = new RetrieveRunResponseBodyRun(); return TeaModel.build(map, self); } public RetrieveRunResponseBodyRun setCancelledAt(Long cancelledAt) { this.cancelledAt = cancelledAt; return this; } public Long getCancelledAt() { return this.cancelledAt; } public RetrieveRunResponseBodyRun setCompletedAt(Long completedAt) { this.completedAt = completedAt; return this; } public Long getCompletedAt() { return this.completedAt; } public RetrieveRunResponseBodyRun setCreateAt(Long createAt) { this.createAt = createAt; return this; } public Long getCreateAt() { return this.createAt; } public RetrieveRunResponseBodyRun setExpiresAt(Long expiresAt) { this.expiresAt = expiresAt; return this; } public Long getExpiresAt() { return this.expiresAt; } public RetrieveRunResponseBodyRun setFailedAt(Long failedAt) { this.failedAt = failedAt; return this; } public Long getFailedAt() { return this.failedAt; } public RetrieveRunResponseBodyRun setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public RetrieveRunResponseBodyRun setLastErrorMsg(String lastErrorMsg) { this.lastErrorMsg = lastErrorMsg; return this; } public String getLastErrorMsg() { return this.lastErrorMsg; } public RetrieveRunResponseBodyRun setStartedAt(Long startedAt) { this.startedAt = startedAt; return this; } public Long getStartedAt() { return this.startedAt; } public RetrieveRunResponseBodyRun setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public RetrieveRunResponseBodyRun setThreadId(String threadId) { this.threadId = threadId; return this; } public String getThreadId() { return this.threadId; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SaveContentHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SaveContentHeadersAccountContext accountContext; public static SaveContentHeaders build(java.util.Map<String, ?> map) throws Exception { SaveContentHeaders self = new SaveContentHeaders(); return TeaModel.build(map, self); } public SaveContentHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveContentHeaders setAccountContext(SaveContentHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SaveContentHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SaveContentHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SaveContentHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SaveContentHeadersAccountContext self = new SaveContentHeadersAccountContext(); return TeaModel.build(map, self); } public SaveContentHeadersAccountContext 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/SaveContentRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>[]</p> */ @NameInMap("Contents") public java.util.List<SaveContentRequestContents> contents; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>client</p> */ @NameInMap("DdFrom") public String ddFrom; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>sdfafdsfsafdfsaf</p> */ @NameInMap("TemplateId") public String templateId; @NameInMap("TenantContext") public SaveContentRequestTenantContext tenantContext; public static SaveContentRequest build(java.util.Map<String, ?> map) throws Exception { SaveContentRequest self = new SaveContentRequest(); return TeaModel.build(map, self); } public SaveContentRequest setContents(java.util.List<SaveContentRequestContents> contents) { this.contents = contents; return this; } public java.util.List<SaveContentRequestContents> getContents() { return this.contents; } public SaveContentRequest setDdFrom(String ddFrom) { this.ddFrom = ddFrom; return this; } public String getDdFrom() { return this.ddFrom; } public SaveContentRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public SaveContentRequest setTenantContext(SaveContentRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SaveContentRequestTenantContext getTenantContext() { return this.tenantContext; } public static class SaveContentRequestContents extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <h3>序号1</h3> */ @NameInMap("Content") public String content; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>markdown</p> */ @NameInMap("ContentType") public String contentType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>今日完成工作</p> */ @NameInMap("Key") public String key; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Sort") public Long sort; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Type") public Long type; public static SaveContentRequestContents build(java.util.Map<String, ?> map) throws Exception { SaveContentRequestContents self = new SaveContentRequestContents(); return TeaModel.build(map, self); } public SaveContentRequestContents setContent(String content) { this.content = content; return this; } public String getContent() { return this.content; } public SaveContentRequestContents setContentType(String contentType) { this.contentType = contentType; return this; } public String getContentType() { return this.contentType; } public SaveContentRequestContents setKey(String key) { this.key = key; return this; } public String getKey() { return this.key; } public SaveContentRequestContents setSort(Long sort) { this.sort = sort; return this; } public Long getSort() { return this.sort; } public SaveContentRequestContents setType(Long type) { this.type = type; return this; } public Long getType() { return this.type; } } public static class SaveContentRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("tenantId") public String tenantId; public static SaveContentRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SaveContentRequestTenantContext self = new SaveContentRequestTenantContext(); return TeaModel.build(map, self); } public SaveContentRequestTenantContext 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/SaveContentResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SaveContentResponseBody body; public static SaveContentResponse build(java.util.Map<String, ?> map) throws Exception { SaveContentResponse self = new SaveContentResponse(); return TeaModel.build(map, self); } public SaveContentResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SaveContentResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SaveContentResponse setBody(SaveContentResponseBody body) { this.body = body; return this; } public SaveContentResponseBody 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/SaveContentResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentResponseBody extends TeaModel { /** * <p>requestId</p> * * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; @NameInMap("result") public String result; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("success") public Boolean success; public static SaveContentResponseBody build(java.util.Map<String, ?> map) throws Exception { SaveContentResponseBody self = new SaveContentResponseBody(); return TeaModel.build(map, self); } public SaveContentResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SaveContentResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } public SaveContentResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SaveContentShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SaveContentShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SaveContentShrinkHeaders self = new SaveContentShrinkHeaders(); return TeaModel.build(map, self); } public SaveContentShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveContentShrinkHeaders 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/SaveContentShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveContentShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>[]</p> */ @NameInMap("Contents") public String contentsShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>client</p> */ @NameInMap("DdFrom") public String ddFrom; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>sdfafdsfsafdfsaf</p> */ @NameInMap("TemplateId") public String templateId; @NameInMap("TenantContext") public String tenantContextShrink; public static SaveContentShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SaveContentShrinkRequest self = new SaveContentShrinkRequest(); return TeaModel.build(map, self); } public SaveContentShrinkRequest setContentsShrink(String contentsShrink) { this.contentsShrink = contentsShrink; return this; } public String getContentsShrink() { return this.contentsShrink; } public SaveContentShrinkRequest setDdFrom(String ddFrom) { this.ddFrom = ddFrom; return this; } public String getDdFrom() { return this.ddFrom; } public SaveContentShrinkRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } public SaveContentShrinkRequest 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/SaveFormDataHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormDataHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SaveFormDataHeadersAccountContext accountContext; public static SaveFormDataHeaders build(java.util.Map<String, ?> map) throws Exception { SaveFormDataHeaders self = new SaveFormDataHeaders(); return TeaModel.build(map, self); } public SaveFormDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveFormDataHeaders setAccountContext(SaveFormDataHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SaveFormDataHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SaveFormDataHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SaveFormDataHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SaveFormDataHeadersAccountContext self = new SaveFormDataHeadersAccountContext(); return TeaModel.build(map, self); } public SaveFormDataHeadersAccountContext 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/SaveFormDataRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormDataRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKxxx</p> */ @NameInMap("AppType") public String appType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>{&quot;textField_jcpm6agt&quot;: &quot;单行&quot;,&quot;employeeField_jcos0sar&quot;: [&quot;workno&quot;]}</p> */ @NameInMap("FormDataJson") public String formDataJson; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>FORM-EF6Y4G8WO2FN0SUB43TDQ3CGC3FMFQ1G9400RCJ3</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>zh_CN</p> */ @NameInMap("Language") public String language; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SaveFormDataRequest build(java.util.Map<String, ?> map) throws Exception { SaveFormDataRequest self = new SaveFormDataRequest(); return TeaModel.build(map, self); } public SaveFormDataRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SaveFormDataRequest setFormDataJson(String formDataJson) { this.formDataJson = formDataJson; return this; } public String getFormDataJson() { return this.formDataJson; } public SaveFormDataRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SaveFormDataRequest setLanguage(String language) { this.language = language; return this; } public String getLanguage() { return this.language; } public SaveFormDataRequest 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/SaveFormDataResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormDataResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SaveFormDataResponseBody body; public static SaveFormDataResponse build(java.util.Map<String, ?> map) throws Exception { SaveFormDataResponse self = new SaveFormDataResponse(); return TeaModel.build(map, self); } public SaveFormDataResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SaveFormDataResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SaveFormDataResponse setBody(SaveFormDataResponseBody body) { this.body = body; return this; } public SaveFormDataResponseBody 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/SaveFormDataResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormDataResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>FORM-EF6xxx</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 SaveFormDataResponseBody build(java.util.Map<String, ?> map) throws Exception { SaveFormDataResponseBody self = new SaveFormDataResponseBody(); return TeaModel.build(map, self); } public SaveFormDataResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SaveFormDataResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } public SaveFormDataResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SaveFormDataResponseBody 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/SaveFormDataShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormDataShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SaveFormDataShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SaveFormDataShrinkHeaders self = new SaveFormDataShrinkHeaders(); return TeaModel.build(map, self); } public SaveFormDataShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveFormDataShrinkHeaders 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/SaveFormRemarkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormRemarkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SaveFormRemarkHeadersAccountContext accountContext; public static SaveFormRemarkHeaders build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkHeaders self = new SaveFormRemarkHeaders(); return TeaModel.build(map, self); } public SaveFormRemarkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveFormRemarkHeaders setAccountContext(SaveFormRemarkHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SaveFormRemarkHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SaveFormRemarkHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SaveFormRemarkHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkHeadersAccountContext self = new SaveFormRemarkHeadersAccountContext(); return TeaModel.build(map, self); } public SaveFormRemarkHeadersAccountContext 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/SaveFormRemarkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormRemarkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKxxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>123456</p> */ @NameInMap("AtUserId") public String atUserId; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>instxxxx</p> */ @NameInMap("Content") public String content; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>instxxxx</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("ReplyId") public Long replyId; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SaveFormRemarkRequest build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkRequest self = new SaveFormRemarkRequest(); return TeaModel.build(map, self); } public SaveFormRemarkRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SaveFormRemarkRequest setAtUserId(String atUserId) { this.atUserId = atUserId; return this; } public String getAtUserId() { return this.atUserId; } public SaveFormRemarkRequest setContent(String content) { this.content = content; return this; } public String getContent() { return this.content; } public SaveFormRemarkRequest setFormInstanceId(String formInstanceId) { this.formInstanceId = formInstanceId; return this; } public String getFormInstanceId() { return this.formInstanceId; } public SaveFormRemarkRequest setLanguage(String language) { this.language = language; return this; } public String getLanguage() { return this.language; } public SaveFormRemarkRequest setReplyId(Long replyId) { this.replyId = replyId; return this; } public Long getReplyId() { return this.replyId; } public SaveFormRemarkRequest 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/SaveFormRemarkResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormRemarkResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SaveFormRemarkResponseBody body; public static SaveFormRemarkResponse build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkResponse self = new SaveFormRemarkResponse(); return TeaModel.build(map, self); } public SaveFormRemarkResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SaveFormRemarkResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SaveFormRemarkResponse setBody(SaveFormRemarkResponseBody body) { this.body = body; return this; } public SaveFormRemarkResponseBody 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/SaveFormRemarkResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormRemarkResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; @NameInMap("result") public Long 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 SaveFormRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkResponseBody self = new SaveFormRemarkResponseBody(); return TeaModel.build(map, self); } public SaveFormRemarkResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SaveFormRemarkResponseBody setResult(Long result) { this.result = result; return this; } public Long getResult() { return this.result; } public SaveFormRemarkResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SaveFormRemarkResponseBody 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/SaveFormRemarkShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SaveFormRemarkShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SaveFormRemarkShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SaveFormRemarkShrinkHeaders self = new SaveFormRemarkShrinkHeaders(); return TeaModel.build(map, self); } public SaveFormRemarkShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SaveFormRemarkShrinkHeaders 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/SearchEmployeeFieldValuesHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchEmployeeFieldValuesHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchEmployeeFieldValuesHeadersAccountContext accountContext; public static SearchEmployeeFieldValuesHeaders build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesHeaders self = new SearchEmployeeFieldValuesHeaders(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchEmployeeFieldValuesHeaders setAccountContext(SearchEmployeeFieldValuesHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchEmployeeFieldValuesHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchEmployeeFieldValuesHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchEmployeeFieldValuesHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesHeadersAccountContext self = new SearchEmployeeFieldValuesHeadersAccountContext(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesHeadersAccountContext 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/SearchEmployeeFieldValuesRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchEmployeeFieldValuesRequest extends TeaModel { /** * <strong>example:</strong> * <p>APP_PBKxxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>2021-05-01</p> */ @NameInMap("CreateFromTimeGMT") public String createFromTimeGMT; /** * <strong>example:</strong> * <p>2021-05-01</p> */ @NameInMap("CreateToTimeGMT") public String createToTimeGMT; /** * <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>2021-05-01</p> */ @NameInMap("ModifiedFromTimeGMT") public String modifiedFromTimeGMT; /** * <strong>example:</strong> * <p>2021-09-10</p> */ @NameInMap("ModifiedToTimeGMT") public String modifiedToTimeGMT; /** * <strong>example:</strong> * <p>112212221</p> */ @NameInMap("OriginatorId") public String originatorId; /** * <strong>example:</strong> * <p>{\&quot;textField_annandfa\&quot;:\&quot;1212\&quot;}</p> */ @NameInMap("SearchFieldJson") public String searchFieldJson; /** * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; /** * <strong>example:</strong> * <p>[\&quot;textField_xahdfna\&quot;]</p> */ @NameInMap("TargetFieldJson") public String targetFieldJson; public static SearchEmployeeFieldValuesRequest build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesRequest self = new SearchEmployeeFieldValuesRequest(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SearchEmployeeFieldValuesRequest setCreateFromTimeGMT(String createFromTimeGMT) { this.createFromTimeGMT = createFromTimeGMT; return this; } public String getCreateFromTimeGMT() { return this.createFromTimeGMT; } public SearchEmployeeFieldValuesRequest setCreateToTimeGMT(String createToTimeGMT) { this.createToTimeGMT = createToTimeGMT; return this; } public String getCreateToTimeGMT() { return this.createToTimeGMT; } public SearchEmployeeFieldValuesRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchEmployeeFieldValuesRequest setLanguage(String language) { this.language = language; return this; } public String getLanguage() { return this.language; } public SearchEmployeeFieldValuesRequest setModifiedFromTimeGMT(String modifiedFromTimeGMT) { this.modifiedFromTimeGMT = modifiedFromTimeGMT; return this; } public String getModifiedFromTimeGMT() { return this.modifiedFromTimeGMT; } public SearchEmployeeFieldValuesRequest setModifiedToTimeGMT(String modifiedToTimeGMT) { this.modifiedToTimeGMT = modifiedToTimeGMT; return this; } public String getModifiedToTimeGMT() { return this.modifiedToTimeGMT; } public SearchEmployeeFieldValuesRequest setOriginatorId(String originatorId) { this.originatorId = originatorId; return this; } public String getOriginatorId() { return this.originatorId; } public SearchEmployeeFieldValuesRequest setSearchFieldJson(String searchFieldJson) { this.searchFieldJson = searchFieldJson; return this; } public String getSearchFieldJson() { return this.searchFieldJson; } public SearchEmployeeFieldValuesRequest setSystemToken(String systemToken) { this.systemToken = systemToken; return this; } public String getSystemToken() { return this.systemToken; } public SearchEmployeeFieldValuesRequest setTargetFieldJson(String targetFieldJson) { this.targetFieldJson = targetFieldJson; return this; } public String getTargetFieldJson() { return this.targetFieldJson; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchEmployeeFieldValuesResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchEmployeeFieldValuesResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchEmployeeFieldValuesResponseBody body; public static SearchEmployeeFieldValuesResponse build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesResponse self = new SearchEmployeeFieldValuesResponse(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchEmployeeFieldValuesResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchEmployeeFieldValuesResponse setBody(SearchEmployeeFieldValuesResponseBody body) { this.body = body; return this; } public SearchEmployeeFieldValuesResponseBody 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/SearchEmployeeFieldValuesResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchEmployeeFieldValuesResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>manager123</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 SearchEmployeeFieldValuesResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesResponseBody self = new SearchEmployeeFieldValuesResponseBody(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchEmployeeFieldValuesResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } public SearchEmployeeFieldValuesResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchEmployeeFieldValuesResponseBody 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/SearchEmployeeFieldValuesShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchEmployeeFieldValuesShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchEmployeeFieldValuesShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchEmployeeFieldValuesShrinkHeaders self = new SearchEmployeeFieldValuesShrinkHeaders(); return TeaModel.build(map, self); } public SearchEmployeeFieldValuesShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchEmployeeFieldValuesShrinkHeaders 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/SearchFormDataIdListHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataIdListHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchFormDataIdListHeadersAccountContext accountContext; public static SearchFormDataIdListHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListHeaders self = new SearchFormDataIdListHeaders(); return TeaModel.build(map, self); } public SearchFormDataIdListHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataIdListHeaders setAccountContext(SearchFormDataIdListHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchFormDataIdListHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchFormDataIdListHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchFormDataIdListHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListHeadersAccountContext self = new SearchFormDataIdListHeadersAccountContext(); return TeaModel.build(map, self); } public SearchFormDataIdListHeadersAccountContext 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/SearchFormDataIdListRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataIdListRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKT0xxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateFromTimeGMT") public String createFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateToTimeGMT") public String createToTimeGMT; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>FORM-xxxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>zh-CN</p> */ @NameInMap("Language") public String language; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedFromTimeGMT") public String modifiedFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedToTimeGMT") public String modifiedToTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("OriginatorId") public String originatorId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("SearchFieldJson") public String searchFieldJson; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SearchFormDataIdListRequest build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListRequest self = new SearchFormDataIdListRequest(); return TeaModel.build(map, self); } public SearchFormDataIdListRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SearchFormDataIdListRequest setCreateFromTimeGMT(String createFromTimeGMT) { this.createFromTimeGMT = createFromTimeGMT; return this; } public String getCreateFromTimeGMT() { return this.createFromTimeGMT; } public SearchFormDataIdListRequest setCreateToTimeGMT(String createToTimeGMT) { this.createToTimeGMT = createToTimeGMT; return this; } public String getCreateToTimeGMT() { return this.createToTimeGMT; } public SearchFormDataIdListRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDataIdListRequest setLanguage(String language) { this.language = language; return this; } public String getLanguage() { return this.language; } public SearchFormDataIdListRequest setModifiedFromTimeGMT(String modifiedFromTimeGMT) { this.modifiedFromTimeGMT = modifiedFromTimeGMT; return this; } public String getModifiedFromTimeGMT() { return this.modifiedFromTimeGMT; } public SearchFormDataIdListRequest setModifiedToTimeGMT(String modifiedToTimeGMT) { this.modifiedToTimeGMT = modifiedToTimeGMT; return this; } public String getModifiedToTimeGMT() { return this.modifiedToTimeGMT; } public SearchFormDataIdListRequest setOriginatorId(String originatorId) { this.originatorId = originatorId; return this; } public String getOriginatorId() { return this.originatorId; } public SearchFormDataIdListRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public SearchFormDataIdListRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public SearchFormDataIdListRequest setSearchFieldJson(String searchFieldJson) { this.searchFieldJson = searchFieldJson; return this; } public String getSearchFieldJson() { return this.searchFieldJson; } public SearchFormDataIdListRequest 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/SearchFormDataIdListResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataIdListResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchFormDataIdListResponseBody body; public static SearchFormDataIdListResponse build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListResponse self = new SearchFormDataIdListResponse(); return TeaModel.build(map, self); } public SearchFormDataIdListResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchFormDataIdListResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchFormDataIdListResponse setBody(SearchFormDataIdListResponseBody body) { this.body = body; return this; } public SearchFormDataIdListResponseBody 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/SearchFormDataIdListResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataIdListResponseBody extends TeaModel { @NameInMap("data") public java.util.List<String> data; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("pageNumber") public Long pageNumber; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("totalCount") public Long totalCount; /** * <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 SearchFormDataIdListResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListResponseBody self = new SearchFormDataIdListResponseBody(); return TeaModel.build(map, self); } public SearchFormDataIdListResponseBody setData(java.util.List<String> data) { this.data = data; return this; } public java.util.List<String> getData() { return this.data; } public SearchFormDataIdListResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public SearchFormDataIdListResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchFormDataIdListResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public SearchFormDataIdListResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchFormDataIdListResponseBody 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/SearchFormDataIdListShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataIdListShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchFormDataIdListShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataIdListShrinkHeaders self = new SearchFormDataIdListShrinkHeaders(); return TeaModel.build(map, self); } public SearchFormDataIdListShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataIdListShrinkHeaders 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/SearchFormDataSecondGenerationHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchFormDataSecondGenerationHeadersAccountContext accountContext; public static SearchFormDataSecondGenerationHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationHeaders self = new SearchFormDataSecondGenerationHeaders(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataSecondGenerationHeaders setAccountContext(SearchFormDataSecondGenerationHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchFormDataSecondGenerationHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchFormDataSecondGenerationHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchFormDataSecondGenerationHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationHeadersAccountContext self = new SearchFormDataSecondGenerationHeadersAccountContext(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationHeadersAccountContext 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/SearchFormDataSecondGenerationNoTableFieldHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationNoTableFieldHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext accountContext; public static SearchFormDataSecondGenerationNoTableFieldHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldHeaders self = new SearchFormDataSecondGenerationNoTableFieldHeaders(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataSecondGenerationNoTableFieldHeaders setAccountContext(SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext self = new SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldHeadersAccountContext 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/SearchFormDataSecondGenerationNoTableFieldRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationNoTableFieldRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKT0xxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateFromTimeGMT") public String createFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateToTimeGMT") public String createToTimeGMT; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>FORM-xxxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedFromTimeGMT") public String modifiedFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedToTimeGMT") public String modifiedToTimeGMT; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("OrderConfigJson") public String orderConfigJson; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("OriginatorId") public String originatorId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("SearchCondition") public String searchCondition; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SearchFormDataSecondGenerationNoTableFieldRequest build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldRequest self = new SearchFormDataSecondGenerationNoTableFieldRequest(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SearchFormDataSecondGenerationNoTableFieldRequest setCreateFromTimeGMT(String createFromTimeGMT) { this.createFromTimeGMT = createFromTimeGMT; return this; } public String getCreateFromTimeGMT() { return this.createFromTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldRequest setCreateToTimeGMT(String createToTimeGMT) { this.createToTimeGMT = createToTimeGMT; return this; } public String getCreateToTimeGMT() { return this.createToTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDataSecondGenerationNoTableFieldRequest setModifiedFromTimeGMT(String modifiedFromTimeGMT) { this.modifiedFromTimeGMT = modifiedFromTimeGMT; return this; } public String getModifiedFromTimeGMT() { return this.modifiedFromTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldRequest setModifiedToTimeGMT(String modifiedToTimeGMT) { this.modifiedToTimeGMT = modifiedToTimeGMT; return this; } public String getModifiedToTimeGMT() { return this.modifiedToTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldRequest setOrderConfigJson(String orderConfigJson) { this.orderConfigJson = orderConfigJson; return this; } public String getOrderConfigJson() { return this.orderConfigJson; } public SearchFormDataSecondGenerationNoTableFieldRequest setOriginatorId(String originatorId) { this.originatorId = originatorId; return this; } public String getOriginatorId() { return this.originatorId; } public SearchFormDataSecondGenerationNoTableFieldRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public SearchFormDataSecondGenerationNoTableFieldRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public SearchFormDataSecondGenerationNoTableFieldRequest setSearchCondition(String searchCondition) { this.searchCondition = searchCondition; return this; } public String getSearchCondition() { return this.searchCondition; } public SearchFormDataSecondGenerationNoTableFieldRequest 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/SearchFormDataSecondGenerationNoTableFieldResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationNoTableFieldResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchFormDataSecondGenerationNoTableFieldResponseBody body; public static SearchFormDataSecondGenerationNoTableFieldResponse build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponse self = new SearchFormDataSecondGenerationNoTableFieldResponse(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchFormDataSecondGenerationNoTableFieldResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchFormDataSecondGenerationNoTableFieldResponse setBody(SearchFormDataSecondGenerationNoTableFieldResponseBody body) { this.body = body; return this; } public SearchFormDataSecondGenerationNoTableFieldResponseBody 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/SearchFormDataSecondGenerationNoTableFieldResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationNoTableFieldResponseBody extends TeaModel { @NameInMap("data") public java.util.List<SearchFormDataSecondGenerationNoTableFieldResponseBodyData> data; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("pageNumber") public Long pageNumber; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("totalCount") public Long totalCount; /** * <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 SearchFormDataSecondGenerationNoTableFieldResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBody self = new SearchFormDataSecondGenerationNoTableFieldResponseBody(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBody setData(java.util.List<SearchFormDataSecondGenerationNoTableFieldResponseBodyData> data) { this.data = data; return this; } public java.util.List<SearchFormDataSecondGenerationNoTableFieldResponseBodyData> getData() { return this.data; } public SearchFormDataSecondGenerationNoTableFieldResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public SearchFormDataSecondGenerationNoTableFieldResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchFormDataSecondGenerationNoTableFieldResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public SearchFormDataSecondGenerationNoTableFieldResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchFormDataSecondGenerationNoTableFieldResponseBody setVendorType(String vendorType) { this.vendorType = vendorType; return this; } public String getVendorType() { return this.vendorType; } public static class SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>English</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; public static SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName self = new SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } } public static class SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser extends TeaModel { @NameInMap("Name") public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName name; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; public static SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser self = new SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser setName(SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName name) { this.name = name; return this; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUserName getName() { return this.name; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } } public static class SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>English</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; public static SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName self = new SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } } public static class SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator extends TeaModel { @NameInMap("Name") public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName name; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; public static SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator self = new SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator setName(SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName name) { this.name = name; return this; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginatorName getName() { return this.name; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } } public static class SearchFormDataSecondGenerationNoTableFieldResponseBodyData extends TeaModel { /** * <strong>example:</strong> * <p>2021-05-01 10:10:10</p> */ @NameInMap("CreateTimeGMT") public String createTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("CreatorUserId") public String creatorUserId; @NameInMap("FormData") public java.util.Map<String, ?> formData; /** * <strong>example:</strong> * <p>FINST-xxxx</p> */ @NameInMap("FormInstanceId") public String formInstanceId; /** * <strong>example:</strong> * <p>FORM-xxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>54114</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("InstanceValue") public String instanceValue; /** * <strong>example:</strong> * <p>2021-05-01 10:10:10</p> */ @NameInMap("ModifiedTimeGMT") public String modifiedTimeGMT; @NameInMap("Modifier") public String modifier; @NameInMap("ModifyUser") public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser modifyUser; @NameInMap("Originator") public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator originator; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("Sequence") public String sequence; /** * <strong>example:</strong> * <p>7CE737P1SS</p> */ @NameInMap("SerialNumber") public String serialNumber; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>3</p> */ @NameInMap("Version") public Long version; public static SearchFormDataSecondGenerationNoTableFieldResponseBodyData build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldResponseBodyData self = new SearchFormDataSecondGenerationNoTableFieldResponseBodyData(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setCreateTimeGMT(String createTimeGMT) { this.createTimeGMT = createTimeGMT; return this; } public String getCreateTimeGMT() { return this.createTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setCreatorUserId(String creatorUserId) { this.creatorUserId = creatorUserId; return this; } public String getCreatorUserId() { return this.creatorUserId; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setFormData(java.util.Map<String, ?> formData) { this.formData = formData; return this; } public java.util.Map<String, ?> getFormData() { return this.formData; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setFormInstanceId(String formInstanceId) { this.formInstanceId = formInstanceId; return this; } public String getFormInstanceId() { return this.formInstanceId; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setInstanceValue(String instanceValue) { this.instanceValue = instanceValue; return this; } public String getInstanceValue() { return this.instanceValue; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setModifiedTimeGMT(String modifiedTimeGMT) { this.modifiedTimeGMT = modifiedTimeGMT; return this; } public String getModifiedTimeGMT() { return this.modifiedTimeGMT; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setModifier(String modifier) { this.modifier = modifier; return this; } public String getModifier() { return this.modifier; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setModifyUser(SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser modifyUser) { this.modifyUser = modifyUser; return this; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataModifyUser getModifyUser() { return this.modifyUser; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setOriginator(SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator originator) { this.originator = originator; return this; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyDataOriginator getOriginator() { return this.originator; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setSequence(String sequence) { this.sequence = sequence; return this; } public String getSequence() { return this.sequence; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; return this; } public String getSerialNumber() { return this.serialNumber; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public SearchFormDataSecondGenerationNoTableFieldResponseBodyData setVersion(Long version) { this.version = version; return this; } public Long getVersion() { return this.version; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchFormDataSecondGenerationNoTableFieldShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationNoTableFieldShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchFormDataSecondGenerationNoTableFieldShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationNoTableFieldShrinkHeaders self = new SearchFormDataSecondGenerationNoTableFieldShrinkHeaders(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationNoTableFieldShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataSecondGenerationNoTableFieldShrinkHeaders 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/SearchFormDataSecondGenerationRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKT0xxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateFromTimeGMT") public String createFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateToTimeGMT") public String createToTimeGMT; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>FORM-xxxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedFromTimeGMT") public String modifiedFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedToTimeGMT") public String modifiedToTimeGMT; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("OrderConfigJson") public String orderConfigJson; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("OriginatorId") public String originatorId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageNumber") public Integer pageNumber; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("SearchCondition") public String searchCondition; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SearchFormDataSecondGenerationRequest build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationRequest self = new SearchFormDataSecondGenerationRequest(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SearchFormDataSecondGenerationRequest setCreateFromTimeGMT(String createFromTimeGMT) { this.createFromTimeGMT = createFromTimeGMT; return this; } public String getCreateFromTimeGMT() { return this.createFromTimeGMT; } public SearchFormDataSecondGenerationRequest setCreateToTimeGMT(String createToTimeGMT) { this.createToTimeGMT = createToTimeGMT; return this; } public String getCreateToTimeGMT() { return this.createToTimeGMT; } public SearchFormDataSecondGenerationRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDataSecondGenerationRequest setModifiedFromTimeGMT(String modifiedFromTimeGMT) { this.modifiedFromTimeGMT = modifiedFromTimeGMT; return this; } public String getModifiedFromTimeGMT() { return this.modifiedFromTimeGMT; } public SearchFormDataSecondGenerationRequest setModifiedToTimeGMT(String modifiedToTimeGMT) { this.modifiedToTimeGMT = modifiedToTimeGMT; return this; } public String getModifiedToTimeGMT() { return this.modifiedToTimeGMT; } public SearchFormDataSecondGenerationRequest setOrderConfigJson(String orderConfigJson) { this.orderConfigJson = orderConfigJson; return this; } public String getOrderConfigJson() { return this.orderConfigJson; } public SearchFormDataSecondGenerationRequest setOriginatorId(String originatorId) { this.originatorId = originatorId; return this; } public String getOriginatorId() { return this.originatorId; } public SearchFormDataSecondGenerationRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public SearchFormDataSecondGenerationRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public SearchFormDataSecondGenerationRequest setSearchCondition(String searchCondition) { this.searchCondition = searchCondition; return this; } public String getSearchCondition() { return this.searchCondition; } public SearchFormDataSecondGenerationRequest 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/SearchFormDataSecondGenerationResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchFormDataSecondGenerationResponseBody body; public static SearchFormDataSecondGenerationResponse build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponse self = new SearchFormDataSecondGenerationResponse(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchFormDataSecondGenerationResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchFormDataSecondGenerationResponse setBody(SearchFormDataSecondGenerationResponseBody body) { this.body = body; return this; } public SearchFormDataSecondGenerationResponseBody 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/SearchFormDataSecondGenerationResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationResponseBody extends TeaModel { @NameInMap("data") public java.util.List<SearchFormDataSecondGenerationResponseBodyData> data; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("pageNumber") public Long pageNumber; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("totalCount") public Long totalCount; /** * <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 SearchFormDataSecondGenerationResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBody self = new SearchFormDataSecondGenerationResponseBody(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBody setData(java.util.List<SearchFormDataSecondGenerationResponseBodyData> data) { this.data = data; return this; } public java.util.List<SearchFormDataSecondGenerationResponseBodyData> getData() { return this.data; } public SearchFormDataSecondGenerationResponseBody setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; return this; } public Long getPageNumber() { return this.pageNumber; } public SearchFormDataSecondGenerationResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchFormDataSecondGenerationResponseBody setTotalCount(Long totalCount) { this.totalCount = totalCount; return this; } public Long getTotalCount() { return this.totalCount; } public SearchFormDataSecondGenerationResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchFormDataSecondGenerationResponseBody setVendorType(String vendorType) { this.vendorType = vendorType; return this; } public String getVendorType() { return this.vendorType; } public static class SearchFormDataSecondGenerationResponseBodyDataModifyUserName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>English</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; public static SearchFormDataSecondGenerationResponseBodyDataModifyUserName build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBodyDataModifyUserName self = new SearchFormDataSecondGenerationResponseBodyDataModifyUserName(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBodyDataModifyUserName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDataSecondGenerationResponseBodyDataModifyUserName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } } public static class SearchFormDataSecondGenerationResponseBodyDataModifyUser extends TeaModel { @NameInMap("Name") public SearchFormDataSecondGenerationResponseBodyDataModifyUserName name; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; public static SearchFormDataSecondGenerationResponseBodyDataModifyUser build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBodyDataModifyUser self = new SearchFormDataSecondGenerationResponseBodyDataModifyUser(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBodyDataModifyUser setName(SearchFormDataSecondGenerationResponseBodyDataModifyUserName name) { this.name = name; return this; } public SearchFormDataSecondGenerationResponseBodyDataModifyUserName getName() { return this.name; } public SearchFormDataSecondGenerationResponseBodyDataModifyUser setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } } public static class SearchFormDataSecondGenerationResponseBodyDataOriginatorName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>English</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; public static SearchFormDataSecondGenerationResponseBodyDataOriginatorName build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBodyDataOriginatorName self = new SearchFormDataSecondGenerationResponseBodyDataOriginatorName(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBodyDataOriginatorName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDataSecondGenerationResponseBodyDataOriginatorName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } } public static class SearchFormDataSecondGenerationResponseBodyDataOriginator extends TeaModel { @NameInMap("Name") public SearchFormDataSecondGenerationResponseBodyDataOriginatorName name; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; public static SearchFormDataSecondGenerationResponseBodyDataOriginator build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBodyDataOriginator self = new SearchFormDataSecondGenerationResponseBodyDataOriginator(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBodyDataOriginator setName(SearchFormDataSecondGenerationResponseBodyDataOriginatorName name) { this.name = name; return this; } public SearchFormDataSecondGenerationResponseBodyDataOriginatorName getName() { return this.name; } public SearchFormDataSecondGenerationResponseBodyDataOriginator setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } } public static class SearchFormDataSecondGenerationResponseBodyData extends TeaModel { /** * <strong>example:</strong> * <p>2021-05-01 10:10:10</p> */ @NameInMap("CreateTimeGMT") public String createTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("CreatorUserId") public String creatorUserId; @NameInMap("FormData") public java.util.Map<String, ?> formData; /** * <strong>example:</strong> * <p>FINST-xxxx</p> */ @NameInMap("FormInstanceId") public String formInstanceId; /** * <strong>example:</strong> * <p>FORM-xxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>1023</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("InstanceValue") public String instanceValue; /** * <strong>example:</strong> * <p>2021-05-01 10:10:10</p> */ @NameInMap("ModifiedTimeGMT") public String modifiedTimeGMT; @NameInMap("Modifier") public String modifier; @NameInMap("ModifyUser") public SearchFormDataSecondGenerationResponseBodyDataModifyUser modifyUser; @NameInMap("Originator") public SearchFormDataSecondGenerationResponseBodyDataOriginator originator; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("Sequence") public String sequence; /** * <strong>example:</strong> * <p>sagc1b3090d</p> */ @NameInMap("SerialNumber") public String serialNumber; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>3</p> */ @NameInMap("Version") public Long version; public static SearchFormDataSecondGenerationResponseBodyData build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationResponseBodyData self = new SearchFormDataSecondGenerationResponseBodyData(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationResponseBodyData setCreateTimeGMT(String createTimeGMT) { this.createTimeGMT = createTimeGMT; return this; } public String getCreateTimeGMT() { return this.createTimeGMT; } public SearchFormDataSecondGenerationResponseBodyData setCreatorUserId(String creatorUserId) { this.creatorUserId = creatorUserId; return this; } public String getCreatorUserId() { return this.creatorUserId; } public SearchFormDataSecondGenerationResponseBodyData setFormData(java.util.Map<String, ?> formData) { this.formData = formData; return this; } public java.util.Map<String, ?> getFormData() { return this.formData; } public SearchFormDataSecondGenerationResponseBodyData setFormInstanceId(String formInstanceId) { this.formInstanceId = formInstanceId; return this; } public String getFormInstanceId() { return this.formInstanceId; } public SearchFormDataSecondGenerationResponseBodyData setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDataSecondGenerationResponseBodyData setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public SearchFormDataSecondGenerationResponseBodyData setInstanceValue(String instanceValue) { this.instanceValue = instanceValue; return this; } public String getInstanceValue() { return this.instanceValue; } public SearchFormDataSecondGenerationResponseBodyData setModifiedTimeGMT(String modifiedTimeGMT) { this.modifiedTimeGMT = modifiedTimeGMT; return this; } public String getModifiedTimeGMT() { return this.modifiedTimeGMT; } public SearchFormDataSecondGenerationResponseBodyData setModifier(String modifier) { this.modifier = modifier; return this; } public String getModifier() { return this.modifier; } public SearchFormDataSecondGenerationResponseBodyData setModifyUser(SearchFormDataSecondGenerationResponseBodyDataModifyUser modifyUser) { this.modifyUser = modifyUser; return this; } public SearchFormDataSecondGenerationResponseBodyDataModifyUser getModifyUser() { return this.modifyUser; } public SearchFormDataSecondGenerationResponseBodyData setOriginator(SearchFormDataSecondGenerationResponseBodyDataOriginator originator) { this.originator = originator; return this; } public SearchFormDataSecondGenerationResponseBodyDataOriginator getOriginator() { return this.originator; } public SearchFormDataSecondGenerationResponseBodyData setSequence(String sequence) { this.sequence = sequence; return this; } public String getSequence() { return this.sequence; } public SearchFormDataSecondGenerationResponseBodyData setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; return this; } public String getSerialNumber() { return this.serialNumber; } public SearchFormDataSecondGenerationResponseBodyData setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public SearchFormDataSecondGenerationResponseBodyData setVersion(Long version) { this.version = version; return this; } public Long getVersion() { return this.version; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchFormDataSecondGenerationShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDataSecondGenerationShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchFormDataSecondGenerationShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDataSecondGenerationShrinkHeaders self = new SearchFormDataSecondGenerationShrinkHeaders(); return TeaModel.build(map, self); } public SearchFormDataSecondGenerationShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDataSecondGenerationShrinkHeaders 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/SearchFormDatasHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDatasHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchFormDatasHeadersAccountContext accountContext; public static SearchFormDatasHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasHeaders self = new SearchFormDatasHeaders(); return TeaModel.build(map, self); } public SearchFormDatasHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDatasHeaders setAccountContext(SearchFormDatasHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchFormDatasHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchFormDatasHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchFormDatasHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasHeadersAccountContext self = new SearchFormDatasHeadersAccountContext(); return TeaModel.build(map, self); } public SearchFormDatasHeadersAccountContext 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/SearchFormDatasRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDatasRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>APP_PBKT0xxx</p> */ @NameInMap("AppType") public String appType; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateFromTimeGMT") public String createFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("CreateToTimeGMT") public String createToTimeGMT; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("CurrentPage") public Integer currentPage; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("DynamicOrder") public String dynamicOrder; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>FORM-xxxxx</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>en_US</p> */ @NameInMap("Language") public String language; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedFromTimeGMT") public String modifiedFromTimeGMT; /** * <strong>example:</strong> * <p>yyyy-MM-dd</p> */ @NameInMap("ModifiedToTimeGMT") public String modifiedToTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("OriginatorId") public String originatorId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("PageSize") public Integer pageSize; @NameInMap("SearchFieldJson") public String searchFieldJson; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hexxxx</p> */ @NameInMap("SystemToken") public String systemToken; public static SearchFormDatasRequest build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasRequest self = new SearchFormDatasRequest(); return TeaModel.build(map, self); } public SearchFormDatasRequest setAppType(String appType) { this.appType = appType; return this; } public String getAppType() { return this.appType; } public SearchFormDatasRequest setCreateFromTimeGMT(String createFromTimeGMT) { this.createFromTimeGMT = createFromTimeGMT; return this; } public String getCreateFromTimeGMT() { return this.createFromTimeGMT; } public SearchFormDatasRequest setCreateToTimeGMT(String createToTimeGMT) { this.createToTimeGMT = createToTimeGMT; return this; } public String getCreateToTimeGMT() { return this.createToTimeGMT; } public SearchFormDatasRequest setCurrentPage(Integer currentPage) { this.currentPage = currentPage; return this; } public Integer getCurrentPage() { return this.currentPage; } public SearchFormDatasRequest setDynamicOrder(String dynamicOrder) { this.dynamicOrder = dynamicOrder; return this; } public String getDynamicOrder() { return this.dynamicOrder; } public SearchFormDatasRequest setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDatasRequest setLanguage(String language) { this.language = language; return this; } public String getLanguage() { return this.language; } public SearchFormDatasRequest setModifiedFromTimeGMT(String modifiedFromTimeGMT) { this.modifiedFromTimeGMT = modifiedFromTimeGMT; return this; } public String getModifiedFromTimeGMT() { return this.modifiedFromTimeGMT; } public SearchFormDatasRequest setModifiedToTimeGMT(String modifiedToTimeGMT) { this.modifiedToTimeGMT = modifiedToTimeGMT; return this; } public String getModifiedToTimeGMT() { return this.modifiedToTimeGMT; } public SearchFormDatasRequest setOriginatorId(String originatorId) { this.originatorId = originatorId; return this; } public String getOriginatorId() { return this.originatorId; } public SearchFormDatasRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public SearchFormDatasRequest setSearchFieldJson(String searchFieldJson) { this.searchFieldJson = searchFieldJson; return this; } public String getSearchFieldJson() { return this.searchFieldJson; } public SearchFormDatasRequest 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/SearchFormDatasResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDatasResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchFormDatasResponseBody body; public static SearchFormDatasResponse build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponse self = new SearchFormDatasResponse(); return TeaModel.build(map, self); } public SearchFormDatasResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchFormDatasResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchFormDatasResponse setBody(SearchFormDatasResponseBody body) { this.body = body; return this; } public SearchFormDatasResponseBody 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/SearchFormDatasResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDatasResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("currentPage") public Integer currentPage; @NameInMap("data") public java.util.List<SearchFormDatasResponseBodyData> data; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("totalCount") public Integer totalCount; /** * <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 SearchFormDatasResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBody self = new SearchFormDatasResponseBody(); return TeaModel.build(map, self); } public SearchFormDatasResponseBody setCurrentPage(Integer currentPage) { this.currentPage = currentPage; return this; } public Integer getCurrentPage() { return this.currentPage; } public SearchFormDatasResponseBody setData(java.util.List<SearchFormDatasResponseBodyData> data) { this.data = data; return this; } public java.util.List<SearchFormDatasResponseBodyData> getData() { return this.data; } public SearchFormDatasResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchFormDatasResponseBody setTotalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public Integer getTotalCount() { return this.totalCount; } public SearchFormDatasResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchFormDatasResponseBody setVendorType(String vendorType) { this.vendorType = vendorType; return this; } public String getVendorType() { return this.vendorType; } public static class SearchFormDatasResponseBodyDataModifyUserUserName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>EngilishName</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; /** * <strong>example:</strong> * <p>ZH-CN</p> */ @NameInMap("Type") public String type; public static SearchFormDatasResponseBodyDataModifyUserUserName build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBodyDataModifyUserUserName self = new SearchFormDatasResponseBodyDataModifyUserUserName(); return TeaModel.build(map, self); } public SearchFormDatasResponseBodyDataModifyUserUserName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDatasResponseBodyDataModifyUserUserName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } public SearchFormDatasResponseBodyDataModifyUserUserName setType(String type) { this.type = type; return this; } public String getType() { return this.type; } } public static class SearchFormDatasResponseBodyDataModifyUser extends TeaModel { /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; @NameInMap("UserName") public SearchFormDatasResponseBodyDataModifyUserUserName userName; public static SearchFormDatasResponseBodyDataModifyUser build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBodyDataModifyUser self = new SearchFormDatasResponseBodyDataModifyUser(); return TeaModel.build(map, self); } public SearchFormDatasResponseBodyDataModifyUser setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } public SearchFormDatasResponseBodyDataModifyUser setUserName(SearchFormDatasResponseBodyDataModifyUserUserName userName) { this.userName = userName; return this; } public SearchFormDatasResponseBodyDataModifyUserUserName getUserName() { return this.userName; } } public static class SearchFormDatasResponseBodyDataOriginatorUserName extends TeaModel { @NameInMap("NameInChinese") public String nameInChinese; /** * <strong>example:</strong> * <p>EngilishName</p> */ @NameInMap("NameInEnglish") public String nameInEnglish; /** * <strong>example:</strong> * <p>ZH-CN</p> */ @NameInMap("Type") public String type; public static SearchFormDatasResponseBodyDataOriginatorUserName build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBodyDataOriginatorUserName self = new SearchFormDatasResponseBodyDataOriginatorUserName(); return TeaModel.build(map, self); } public SearchFormDatasResponseBodyDataOriginatorUserName setNameInChinese(String nameInChinese) { this.nameInChinese = nameInChinese; return this; } public String getNameInChinese() { return this.nameInChinese; } public SearchFormDatasResponseBodyDataOriginatorUserName setNameInEnglish(String nameInEnglish) { this.nameInEnglish = nameInEnglish; return this; } public String getNameInEnglish() { return this.nameInEnglish; } public SearchFormDatasResponseBodyDataOriginatorUserName setType(String type) { this.type = type; return this; } public String getType() { return this.type; } } public static class SearchFormDatasResponseBodyDataOriginator extends TeaModel { /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("UserId") public String userId; @NameInMap("UserName") public SearchFormDatasResponseBodyDataOriginatorUserName userName; public static SearchFormDatasResponseBodyDataOriginator build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBodyDataOriginator self = new SearchFormDatasResponseBodyDataOriginator(); return TeaModel.build(map, self); } public SearchFormDatasResponseBodyDataOriginator setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } public SearchFormDatasResponseBodyDataOriginator setUserName(SearchFormDatasResponseBodyDataOriginatorUserName userName) { this.userName = userName; return this; } public SearchFormDatasResponseBodyDataOriginatorUserName getUserName() { return this.userName; } } public static class SearchFormDatasResponseBodyData extends TeaModel { /** * <strong>example:</strong> * <p>2018-01-24 11:22:01</p> */ @NameInMap("CreatedTimeGMT") public String createdTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("CreatorUserId") public String creatorUserId; /** * <strong>example:</strong> * <p>1002</p> */ @NameInMap("DataId") public Long dataId; @NameInMap("FormData") public java.util.Map<String, ?> formData; /** * <strong>example:</strong> * <p>FINST-BNKJDRF</p> */ @NameInMap("FormInstanceId") public String formInstanceId; /** * <strong>example:</strong> * <p>FORM-EF6Y93URN24F1SCX15VA2P918LPEIJ2H3UFORCJ1</p> */ @NameInMap("FormUuid") public String formUuid; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("InstanceValue") public String instanceValue; /** * <strong>example:</strong> * <p>FORM-EF6Y93URN24F1SCX15VA2P918LPEIJ2H3UFORCJ1</p> */ @NameInMap("ModelUuid") public String modelUuid; /** * <strong>example:</strong> * <p>2018-01-24 11:22:01</p> */ @NameInMap("ModifiedTimeGMT") public String modifiedTimeGMT; /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("ModifierUserId") public String modifierUserId; @NameInMap("ModifyUser") public SearchFormDatasResponseBodyDataModifyUser modifyUser; @NameInMap("Originator") public SearchFormDatasResponseBodyDataOriginator originator; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("Sequence") public String sequence; /** * <strong>example:</strong> * <p>231008101012015353</p> */ @NameInMap("SerialNo") public String serialNo; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>3</p> */ @NameInMap("Version") public Long version; public static SearchFormDatasResponseBodyData build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasResponseBodyData self = new SearchFormDatasResponseBodyData(); return TeaModel.build(map, self); } public SearchFormDatasResponseBodyData setCreatedTimeGMT(String createdTimeGMT) { this.createdTimeGMT = createdTimeGMT; return this; } public String getCreatedTimeGMT() { return this.createdTimeGMT; } public SearchFormDatasResponseBodyData setCreatorUserId(String creatorUserId) { this.creatorUserId = creatorUserId; return this; } public String getCreatorUserId() { return this.creatorUserId; } public SearchFormDatasResponseBodyData setDataId(Long dataId) { this.dataId = dataId; return this; } public Long getDataId() { return this.dataId; } public SearchFormDatasResponseBodyData setFormData(java.util.Map<String, ?> formData) { this.formData = formData; return this; } public java.util.Map<String, ?> getFormData() { return this.formData; } public SearchFormDatasResponseBodyData setFormInstanceId(String formInstanceId) { this.formInstanceId = formInstanceId; return this; } public String getFormInstanceId() { return this.formInstanceId; } public SearchFormDatasResponseBodyData setFormUuid(String formUuid) { this.formUuid = formUuid; return this; } public String getFormUuid() { return this.formUuid; } public SearchFormDatasResponseBodyData setInstanceValue(String instanceValue) { this.instanceValue = instanceValue; return this; } public String getInstanceValue() { return this.instanceValue; } public SearchFormDatasResponseBodyData setModelUuid(String modelUuid) { this.modelUuid = modelUuid; return this; } public String getModelUuid() { return this.modelUuid; } public SearchFormDatasResponseBodyData setModifiedTimeGMT(String modifiedTimeGMT) { this.modifiedTimeGMT = modifiedTimeGMT; return this; } public String getModifiedTimeGMT() { return this.modifiedTimeGMT; } public SearchFormDatasResponseBodyData setModifierUserId(String modifierUserId) { this.modifierUserId = modifierUserId; return this; } public String getModifierUserId() { return this.modifierUserId; } public SearchFormDatasResponseBodyData setModifyUser(SearchFormDatasResponseBodyDataModifyUser modifyUser) { this.modifyUser = modifyUser; return this; } public SearchFormDatasResponseBodyDataModifyUser getModifyUser() { return this.modifyUser; } public SearchFormDatasResponseBodyData setOriginator(SearchFormDatasResponseBodyDataOriginator originator) { this.originator = originator; return this; } public SearchFormDatasResponseBodyDataOriginator getOriginator() { return this.originator; } public SearchFormDatasResponseBodyData setSequence(String sequence) { this.sequence = sequence; return this; } public String getSequence() { return this.sequence; } public SearchFormDatasResponseBodyData setSerialNo(String serialNo) { this.serialNo = serialNo; return this; } public String getSerialNo() { return this.serialNo; } public SearchFormDatasResponseBodyData setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public SearchFormDatasResponseBodyData setVersion(Long version) { this.version = version; return this; } public Long getVersion() { return this.version; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchFormDatasShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchFormDatasShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchFormDatasShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchFormDatasShrinkHeaders self = new SearchFormDatasShrinkHeaders(); return TeaModel.build(map, self); } public SearchFormDatasShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchFormDatasShrinkHeaders 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/SearchInnerGroupsHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchInnerGroupsHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SearchInnerGroupsHeadersAccountContext accountContext; public static SearchInnerGroupsHeaders build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsHeaders self = new SearchInnerGroupsHeaders(); return TeaModel.build(map, self); } public SearchInnerGroupsHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchInnerGroupsHeaders setAccountContext(SearchInnerGroupsHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SearchInnerGroupsHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SearchInnerGroupsHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SearchInnerGroupsHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsHeadersAccountContext self = new SearchInnerGroupsHeadersAccountContext(); return TeaModel.build(map, self); } public SearchInnerGroupsHeadersAccountContext 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/SearchInnerGroupsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchInnerGroupsRequest extends TeaModel { /** * <strong>example:</strong> * <p>100</p> */ @NameInMap("MaxResults") public Integer maxResults; @NameInMap("SearchKey") public String searchKey; public static SearchInnerGroupsRequest build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsRequest self = new SearchInnerGroupsRequest(); return TeaModel.build(map, self); } public SearchInnerGroupsRequest setMaxResults(Integer maxResults) { this.maxResults = maxResults; return this; } public Integer getMaxResults() { return this.maxResults; } public SearchInnerGroupsRequest setSearchKey(String searchKey) { this.searchKey = searchKey; return this; } public String getSearchKey() { return this.searchKey; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchInnerGroupsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchInnerGroupsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SearchInnerGroupsResponseBody body; public static SearchInnerGroupsResponse build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsResponse self = new SearchInnerGroupsResponse(); return TeaModel.build(map, self); } public SearchInnerGroupsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SearchInnerGroupsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SearchInnerGroupsResponse setBody(SearchInnerGroupsResponseBody body) { this.body = body; return this; } public SearchInnerGroupsResponseBody 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/SearchInnerGroupsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchInnerGroupsResponseBody extends TeaModel { @NameInMap("groupInfos") public java.util.List<SearchInnerGroupsResponseBodyGroupInfos> groupInfos; /** * <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 SearchInnerGroupsResponseBody build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsResponseBody self = new SearchInnerGroupsResponseBody(); return TeaModel.build(map, self); } public SearchInnerGroupsResponseBody setGroupInfos(java.util.List<SearchInnerGroupsResponseBodyGroupInfos> groupInfos) { this.groupInfos = groupInfos; return this; } public java.util.List<SearchInnerGroupsResponseBodyGroupInfos> getGroupInfos() { return this.groupInfos; } public SearchInnerGroupsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SearchInnerGroupsResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SearchInnerGroupsResponseBody setVendorType(String vendorType) { this.vendorType = vendorType; return this; } public String getVendorType() { return this.vendorType; } public static class SearchInnerGroupsResponseBodyGroupInfos extends TeaModel { /** * <strong>example:</strong> * <p>@lAD*****</p> */ @NameInMap("Icon") public String icon; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("MemberAmount") public String memberAmount; /** * <strong>example:</strong> * <p>cid13*****==</p> */ @NameInMap("OpenConversationId") public String openConversationId; @NameInMap("Title") public String title; public static SearchInnerGroupsResponseBodyGroupInfos build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsResponseBodyGroupInfos self = new SearchInnerGroupsResponseBodyGroupInfos(); return TeaModel.build(map, self); } public SearchInnerGroupsResponseBodyGroupInfos setIcon(String icon) { this.icon = icon; return this; } public String getIcon() { return this.icon; } public SearchInnerGroupsResponseBodyGroupInfos setMemberAmount(String memberAmount) { this.memberAmount = memberAmount; return this; } public String getMemberAmount() { return this.memberAmount; } public SearchInnerGroupsResponseBodyGroupInfos setOpenConversationId(String openConversationId) { this.openConversationId = openConversationId; return this; } public String getOpenConversationId() { return this.openConversationId; } public SearchInnerGroupsResponseBodyGroupInfos setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SearchInnerGroupsShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SearchInnerGroupsShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SearchInnerGroupsShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SearchInnerGroupsShrinkHeaders self = new SearchInnerGroupsShrinkHeaders(); return TeaModel.build(map, self); } public SearchInnerGroupsShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SearchInnerGroupsShrinkHeaders 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/SendBannerHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SendBannerHeadersAccountContext accountContext; public static SendBannerHeaders build(java.util.Map<String, ?> map) throws Exception { SendBannerHeaders self = new SendBannerHeaders(); return TeaModel.build(map, self); } public SendBannerHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendBannerHeaders setAccountContext(SendBannerHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SendBannerHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SendBannerHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SendBannerHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SendBannerHeadersAccountContext self = new SendBannerHeadersAccountContext(); return TeaModel.build(map, self); } public SendBannerHeadersAccountContext 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/SendBannerRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerRequest extends TeaModel { @NameInMap("Content") public java.util.Map<String, ?> content; /** * <strong>example:</strong> * <p>1693881641000L</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000L</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public SendBannerRequestTenantContext tenantContext; public static SendBannerRequest build(java.util.Map<String, ?> map) throws Exception { SendBannerRequest self = new SendBannerRequest(); return TeaModel.build(map, self); } public SendBannerRequest setContent(java.util.Map<String, ?> content) { this.content = content; return this; } public java.util.Map<String, ?> getContent() { return this.content; } public SendBannerRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendBannerRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendBannerRequest setTenantContext(SendBannerRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SendBannerRequestTenantContext getTenantContext() { return this.tenantContext; } public static class SendBannerRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>xxxxxx</p> */ @NameInMap("tenantId") public String tenantId; public static SendBannerRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SendBannerRequestTenantContext self = new SendBannerRequestTenantContext(); return TeaModel.build(map, self); } public SendBannerRequestTenantContext 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/SendBannerResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SendBannerResponseBody body; public static SendBannerResponse build(java.util.Map<String, ?> map) throws Exception { SendBannerResponse self = new SendBannerResponse(); return TeaModel.build(map, self); } public SendBannerResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SendBannerResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SendBannerResponse setBody(SendBannerResponseBody body) { this.body = body; return this; } public SendBannerResponseBody 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/SendBannerResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerResponseBody extends TeaModel { @NameInMap("arguments") public java.util.List<?> arguments; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("success") public Boolean success; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("vendorRequestId") public String vendorRequestId; /** * <strong>example:</strong> * <p>dingtalk</p> */ @NameInMap("vendorType") public String vendorType; public static SendBannerResponseBody build(java.util.Map<String, ?> map) throws Exception { SendBannerResponseBody self = new SendBannerResponseBody(); return TeaModel.build(map, self); } public SendBannerResponseBody setArguments(java.util.List<?> arguments) { this.arguments = arguments; return this; } public java.util.List<?> getArguments() { return this.arguments; } public SendBannerResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SendBannerResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } public SendBannerResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SendBannerResponseBody 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/SendBannerShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SendBannerShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SendBannerShrinkHeaders self = new SendBannerShrinkHeaders(); return TeaModel.build(map, self); } public SendBannerShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendBannerShrinkHeaders 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/SendBannerShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendBannerShrinkRequest extends TeaModel { @NameInMap("Content") public String contentShrink; /** * <strong>example:</strong> * <p>1693881641000L</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000L</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public String tenantContextShrink; public static SendBannerShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SendBannerShrinkRequest self = new SendBannerShrinkRequest(); return TeaModel.build(map, self); } public SendBannerShrinkRequest setContentShrink(String contentShrink) { this.contentShrink = contentShrink; return this; } public String getContentShrink() { return this.contentShrink; } public SendBannerShrinkRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendBannerShrinkRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendBannerShrinkRequest 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/SendPopupHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SendPopupHeadersAccountContext accountContext; public static SendPopupHeaders build(java.util.Map<String, ?> map) throws Exception { SendPopupHeaders self = new SendPopupHeaders(); return TeaModel.build(map, self); } public SendPopupHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendPopupHeaders setAccountContext(SendPopupHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SendPopupHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SendPopupHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SendPopupHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SendPopupHeadersAccountContext self = new SendPopupHeadersAccountContext(); return TeaModel.build(map, self); } public SendPopupHeadersAccountContext 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/SendPopupRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupRequest extends TeaModel { @NameInMap("Content") public java.util.Map<String, ?> content; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public SendPopupRequestTenantContext tenantContext; public static SendPopupRequest build(java.util.Map<String, ?> map) throws Exception { SendPopupRequest self = new SendPopupRequest(); return TeaModel.build(map, self); } public SendPopupRequest setContent(java.util.Map<String, ?> content) { this.content = content; return this; } public java.util.Map<String, ?> getContent() { return this.content; } public SendPopupRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendPopupRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendPopupRequest setTenantContext(SendPopupRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SendPopupRequestTenantContext getTenantContext() { return this.tenantContext; } public static class SendPopupRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>xxxxxx</p> */ @NameInMap("tenantId") public String tenantId; public static SendPopupRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SendPopupRequestTenantContext self = new SendPopupRequestTenantContext(); return TeaModel.build(map, self); } public SendPopupRequestTenantContext 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/SendPopupResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SendPopupResponseBody body; public static SendPopupResponse build(java.util.Map<String, ?> map) throws Exception { SendPopupResponse self = new SendPopupResponse(); return TeaModel.build(map, self); } public SendPopupResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SendPopupResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SendPopupResponse setBody(SendPopupResponseBody body) { this.body = body; return this; } public SendPopupResponseBody 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/SendPopupResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupResponseBody extends TeaModel { @NameInMap("arguments") public java.util.List<?> arguments; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("success") public Boolean success; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("vendorRequestId") public String vendorRequestId; /** * <strong>example:</strong> * <p>dingtalk</p> */ @NameInMap("vendorType") public String vendorType; public static SendPopupResponseBody build(java.util.Map<String, ?> map) throws Exception { SendPopupResponseBody self = new SendPopupResponseBody(); return TeaModel.build(map, self); } public SendPopupResponseBody setArguments(java.util.List<?> arguments) { this.arguments = arguments; return this; } public java.util.List<?> getArguments() { return this.arguments; } public SendPopupResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SendPopupResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } public SendPopupResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SendPopupResponseBody 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/SendPopupShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SendPopupShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SendPopupShrinkHeaders self = new SendPopupShrinkHeaders(); return TeaModel.build(map, self); } public SendPopupShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendPopupShrinkHeaders 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/SendPopupShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendPopupShrinkRequest extends TeaModel { @NameInMap("Content") public String contentShrink; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public String tenantContextShrink; public static SendPopupShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SendPopupShrinkRequest self = new SendPopupShrinkRequest(); return TeaModel.build(map, self); } public SendPopupShrinkRequest setContentShrink(String contentShrink) { this.contentShrink = contentShrink; return this; } public String getContentShrink() { return this.contentShrink; } public SendPopupShrinkRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendPopupShrinkRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendPopupShrinkRequest 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/SendSearchShadeHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SendSearchShadeHeadersAccountContext accountContext; public static SendSearchShadeHeaders build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeHeaders self = new SendSearchShadeHeaders(); return TeaModel.build(map, self); } public SendSearchShadeHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendSearchShadeHeaders setAccountContext(SendSearchShadeHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SendSearchShadeHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SendSearchShadeHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SendSearchShadeHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeHeadersAccountContext self = new SendSearchShadeHeadersAccountContext(); return TeaModel.build(map, self); } public SendSearchShadeHeadersAccountContext 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/SendSearchShadeRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeRequest extends TeaModel { @NameInMap("Content") public java.util.Map<String, ?> content; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public SendSearchShadeRequestTenantContext tenantContext; public static SendSearchShadeRequest build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeRequest self = new SendSearchShadeRequest(); return TeaModel.build(map, self); } public SendSearchShadeRequest setContent(java.util.Map<String, ?> content) { this.content = content; return this; } public java.util.Map<String, ?> getContent() { return this.content; } public SendSearchShadeRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendSearchShadeRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendSearchShadeRequest setTenantContext(SendSearchShadeRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SendSearchShadeRequestTenantContext getTenantContext() { return this.tenantContext; } public static class SendSearchShadeRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>xxxxxx</p> */ @NameInMap("tenantId") public String tenantId; public static SendSearchShadeRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeRequestTenantContext self = new SendSearchShadeRequestTenantContext(); return TeaModel.build(map, self); } public SendSearchShadeRequestTenantContext 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/SendSearchShadeResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SendSearchShadeResponseBody body; public static SendSearchShadeResponse build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeResponse self = new SendSearchShadeResponse(); return TeaModel.build(map, self); } public SendSearchShadeResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SendSearchShadeResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SendSearchShadeResponse setBody(SendSearchShadeResponseBody body) { this.body = body; return this; } public SendSearchShadeResponseBody 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/SendSearchShadeResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeResponseBody extends TeaModel { @NameInMap("arguments") public java.util.List<?> arguments; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("success") public Boolean success; /** * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("vendorRequestId") public String vendorRequestId; /** * <strong>example:</strong> * <p>dingtalk</p> */ @NameInMap("vendorType") public String vendorType; public static SendSearchShadeResponseBody build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeResponseBody self = new SendSearchShadeResponseBody(); return TeaModel.build(map, self); } public SendSearchShadeResponseBody setArguments(java.util.List<?> arguments) { this.arguments = arguments; return this; } public java.util.List<?> getArguments() { return this.arguments; } public SendSearchShadeResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SendSearchShadeResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } public SendSearchShadeResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SendSearchShadeResponseBody 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/SendSearchShadeShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SendSearchShadeShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeShrinkHeaders self = new SendSearchShadeShrinkHeaders(); return TeaModel.build(map, self); } public SendSearchShadeShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SendSearchShadeShrinkHeaders 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/SendSearchShadeShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SendSearchShadeShrinkRequest extends TeaModel { @NameInMap("Content") public String contentShrink; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("EndTime") public Long endTime; /** * <strong>example:</strong> * <p>1693881641000</p> */ @NameInMap("StartTime") public Long startTime; @NameInMap("TenantContext") public String tenantContextShrink; public static SendSearchShadeShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SendSearchShadeShrinkRequest self = new SendSearchShadeShrinkRequest(); return TeaModel.build(map, self); } public SendSearchShadeShrinkRequest setContentShrink(String contentShrink) { this.contentShrink = contentShrink; return this; } public String getContentShrink() { return this.contentShrink; } public SendSearchShadeShrinkRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SendSearchShadeShrinkRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SendSearchShadeShrinkRequest 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/SetColumnsVisibilityHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SetColumnsVisibilityHeadersAccountContext accountContext; public static SetColumnsVisibilityHeaders build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityHeaders self = new SetColumnsVisibilityHeaders(); return TeaModel.build(map, self); } public SetColumnsVisibilityHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetColumnsVisibilityHeaders setAccountContext(SetColumnsVisibilityHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SetColumnsVisibilityHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SetColumnsVisibilityHeadersAccountContext extends TeaModel { /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SetColumnsVisibilityHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityHeadersAccountContext self = new SetColumnsVisibilityHeadersAccountContext(); return TeaModel.build(map, self); } public SetColumnsVisibilityHeadersAccountContext 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/SetColumnsVisibilityRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Column") public Long column; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("ColumnCount") public Long columnCount; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>Sheet1</p> */ @NameInMap("SheetId") public String sheetId; @NameInMap("TenantContext") public SetColumnsVisibilityRequestTenantContext tenantContext; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hidden</p> */ @NameInMap("Visibility") public String visibility; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("WorkbookId") public String workbookId; public static SetColumnsVisibilityRequest build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityRequest self = new SetColumnsVisibilityRequest(); return TeaModel.build(map, self); } public SetColumnsVisibilityRequest setColumn(Long column) { this.column = column; return this; } public Long getColumn() { return this.column; } public SetColumnsVisibilityRequest setColumnCount(Long columnCount) { this.columnCount = columnCount; return this; } public Long getColumnCount() { return this.columnCount; } public SetColumnsVisibilityRequest setSheetId(String sheetId) { this.sheetId = sheetId; return this; } public String getSheetId() { return this.sheetId; } public SetColumnsVisibilityRequest setTenantContext(SetColumnsVisibilityRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SetColumnsVisibilityRequestTenantContext getTenantContext() { return this.tenantContext; } public SetColumnsVisibilityRequest setVisibility(String visibility) { this.visibility = visibility; return this; } public String getVisibility() { return this.visibility; } public SetColumnsVisibilityRequest setWorkbookId(String workbookId) { this.workbookId = workbookId; return this; } public String getWorkbookId() { return this.workbookId; } public static class SetColumnsVisibilityRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("tenantId") public String tenantId; public static SetColumnsVisibilityRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityRequestTenantContext self = new SetColumnsVisibilityRequestTenantContext(); return TeaModel.build(map, self); } public SetColumnsVisibilityRequestTenantContext 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/SetColumnsVisibilityResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SetColumnsVisibilityResponseBody body; public static SetColumnsVisibilityResponse build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityResponse self = new SetColumnsVisibilityResponse(); return TeaModel.build(map, self); } public SetColumnsVisibilityResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SetColumnsVisibilityResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SetColumnsVisibilityResponse setBody(SetColumnsVisibilityResponseBody body) { this.body = body; return this; } public SetColumnsVisibilityResponseBody 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/SetColumnsVisibilityResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("id") public String id; /** * <p>requestId</p> * * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; public static SetColumnsVisibilityResponseBody build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityResponseBody self = new SetColumnsVisibilityResponseBody(); return TeaModel.build(map, self); } public SetColumnsVisibilityResponseBody setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public SetColumnsVisibilityResponseBody 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/SetColumnsVisibilityShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SetColumnsVisibilityShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityShrinkHeaders self = new SetColumnsVisibilityShrinkHeaders(); return TeaModel.build(map, self); } public SetColumnsVisibilityShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetColumnsVisibilityShrinkHeaders 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/SetColumnsVisibilityShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetColumnsVisibilityShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Column") public Long column; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("ColumnCount") public Long columnCount; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>Sheet1</p> */ @NameInMap("SheetId") public String sheetId; @NameInMap("TenantContext") public String tenantContextShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hidden</p> */ @NameInMap("Visibility") public String visibility; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("WorkbookId") public String workbookId; public static SetColumnsVisibilityShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SetColumnsVisibilityShrinkRequest self = new SetColumnsVisibilityShrinkRequest(); return TeaModel.build(map, self); } public SetColumnsVisibilityShrinkRequest setColumn(Long column) { this.column = column; return this; } public Long getColumn() { return this.column; } public SetColumnsVisibilityShrinkRequest setColumnCount(Long columnCount) { this.columnCount = columnCount; return this; } public Long getColumnCount() { return this.columnCount; } public SetColumnsVisibilityShrinkRequest setSheetId(String sheetId) { this.sheetId = sheetId; return this; } public String getSheetId() { return this.sheetId; } public SetColumnsVisibilityShrinkRequest setTenantContextShrink(String tenantContextShrink) { this.tenantContextShrink = tenantContextShrink; return this; } public String getTenantContextShrink() { return this.tenantContextShrink; } public SetColumnsVisibilityShrinkRequest setVisibility(String visibility) { this.visibility = visibility; return this; } public String getVisibility() { return this.visibility; } public SetColumnsVisibilityShrinkRequest setWorkbookId(String workbookId) { this.workbookId = workbookId; return this; } public String getWorkbookId() { return this.workbookId; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SetConferenceHostsHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SetConferenceHostsHeadersAccountContext accountContext; public static SetConferenceHostsHeaders build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsHeaders self = new SetConferenceHostsHeaders(); return TeaModel.build(map, self); } public SetConferenceHostsHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetConferenceHostsHeaders setAccountContext(SetConferenceHostsHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SetConferenceHostsHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SetConferenceHostsHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SetConferenceHostsHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsHeadersAccountContext self = new SetConferenceHostsHeadersAccountContext(); return TeaModel.build(map, self); } public SetConferenceHostsHeadersAccountContext 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/SetConferenceHostsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>add</p> */ @NameInMap("OperationType") public String operationType; @NameInMap("TenantContext") public SetConferenceHostsRequestTenantContext tenantContext; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>[ &quot;012345&quot;]</p> */ @NameInMap("UserIds") public java.util.List<String> userIds; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>607452e01401526ee39609e1</p> */ @NameInMap("conferenceId") public String conferenceId; public static SetConferenceHostsRequest build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsRequest self = new SetConferenceHostsRequest(); return TeaModel.build(map, self); } public SetConferenceHostsRequest setOperationType(String operationType) { this.operationType = operationType; return this; } public String getOperationType() { return this.operationType; } public SetConferenceHostsRequest setTenantContext(SetConferenceHostsRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SetConferenceHostsRequestTenantContext getTenantContext() { return this.tenantContext; } public SetConferenceHostsRequest setUserIds(java.util.List<String> userIds) { this.userIds = userIds; return this; } public java.util.List<String> getUserIds() { return this.userIds; } public SetConferenceHostsRequest setConferenceId(String conferenceId) { this.conferenceId = conferenceId; return this; } public String getConferenceId() { return this.conferenceId; } public static class SetConferenceHostsRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>xxxxxx</p> */ @NameInMap("tenantId") public String tenantId; public static SetConferenceHostsRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsRequestTenantContext self = new SetConferenceHostsRequestTenantContext(); return TeaModel.build(map, self); } public SetConferenceHostsRequestTenantContext 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/SetConferenceHostsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SetConferenceHostsResponseBody body; public static SetConferenceHostsResponse build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsResponse self = new SetConferenceHostsResponse(); return TeaModel.build(map, self); } public SetConferenceHostsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SetConferenceHostsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SetConferenceHostsResponse setBody(SetConferenceHostsResponseBody body) { this.body = body; return this; } public SetConferenceHostsResponseBody 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/SetConferenceHostsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsResponseBody 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 SetConferenceHostsResponseBody build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsResponseBody self = new SetConferenceHostsResponseBody(); return TeaModel.build(map, self); } public SetConferenceHostsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SetConferenceHostsResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } public SetConferenceHostsResponseBody setVendorRequestId(String vendorRequestId) { this.vendorRequestId = vendorRequestId; return this; } public String getVendorRequestId() { return this.vendorRequestId; } public SetConferenceHostsResponseBody 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/SetConferenceHostsShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SetConferenceHostsShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsShrinkHeaders self = new SetConferenceHostsShrinkHeaders(); return TeaModel.build(map, self); } public SetConferenceHostsShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetConferenceHostsShrinkHeaders 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/SetConferenceHostsShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetConferenceHostsShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>add</p> */ @NameInMap("OperationType") public String operationType; @NameInMap("TenantContext") public String tenantContextShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>[ &quot;012345&quot;]</p> */ @NameInMap("UserIds") public String userIdsShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>607452e01401526ee39609e1</p> */ @NameInMap("conferenceId") public String conferenceId; public static SetConferenceHostsShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SetConferenceHostsShrinkRequest self = new SetConferenceHostsShrinkRequest(); return TeaModel.build(map, self); } public SetConferenceHostsShrinkRequest setOperationType(String operationType) { this.operationType = operationType; return this; } public String getOperationType() { return this.operationType; } public SetConferenceHostsShrinkRequest setTenantContextShrink(String tenantContextShrink) { this.tenantContextShrink = tenantContextShrink; return this; } public String getTenantContextShrink() { return this.tenantContextShrink; } public SetConferenceHostsShrinkRequest setUserIdsShrink(String userIdsShrink) { this.userIdsShrink = userIdsShrink; return this; } public String getUserIdsShrink() { return this.userIdsShrink; } public SetConferenceHostsShrinkRequest 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/SetRowsVisibilityHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SetRowsVisibilityHeadersAccountContext accountContext; public static SetRowsVisibilityHeaders build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityHeaders self = new SetRowsVisibilityHeaders(); return TeaModel.build(map, self); } public SetRowsVisibilityHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetRowsVisibilityHeaders setAccountContext(SetRowsVisibilityHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SetRowsVisibilityHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SetRowsVisibilityHeadersAccountContext extends TeaModel { /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SetRowsVisibilityHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityHeadersAccountContext self = new SetRowsVisibilityHeadersAccountContext(); return TeaModel.build(map, self); } public SetRowsVisibilityHeadersAccountContext 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/SetRowsVisibilityRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Row") public Long row; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("RowCount") public Long rowCount; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>Sheet1</p> */ @NameInMap("SheetId") public String sheetId; @NameInMap("TenantContext") public SetRowsVisibilityRequestTenantContext tenantContext; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hidden</p> */ @NameInMap("Visibility") public String visibility; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("WorkbookId") public String workbookId; public static SetRowsVisibilityRequest build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityRequest self = new SetRowsVisibilityRequest(); return TeaModel.build(map, self); } public SetRowsVisibilityRequest setRow(Long row) { this.row = row; return this; } public Long getRow() { return this.row; } public SetRowsVisibilityRequest setRowCount(Long rowCount) { this.rowCount = rowCount; return this; } public Long getRowCount() { return this.rowCount; } public SetRowsVisibilityRequest setSheetId(String sheetId) { this.sheetId = sheetId; return this; } public String getSheetId() { return this.sheetId; } public SetRowsVisibilityRequest setTenantContext(SetRowsVisibilityRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SetRowsVisibilityRequestTenantContext getTenantContext() { return this.tenantContext; } public SetRowsVisibilityRequest setVisibility(String visibility) { this.visibility = visibility; return this; } public String getVisibility() { return this.visibility; } public SetRowsVisibilityRequest setWorkbookId(String workbookId) { this.workbookId = workbookId; return this; } public String getWorkbookId() { return this.workbookId; } public static class SetRowsVisibilityRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("tenantId") public String tenantId; public static SetRowsVisibilityRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityRequestTenantContext self = new SetRowsVisibilityRequestTenantContext(); return TeaModel.build(map, self); } public SetRowsVisibilityRequestTenantContext 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/SetRowsVisibilityResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SetRowsVisibilityResponseBody body; public static SetRowsVisibilityResponse build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityResponse self = new SetRowsVisibilityResponse(); return TeaModel.build(map, self); } public SetRowsVisibilityResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SetRowsVisibilityResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SetRowsVisibilityResponse setBody(SetRowsVisibilityResponseBody body) { this.body = body; return this; } public SetRowsVisibilityResponseBody 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/SetRowsVisibilityResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("id") public String id; /** * <p>requestId</p> * * <strong>example:</strong> * <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p> */ @NameInMap("requestId") public String requestId; public static SetRowsVisibilityResponseBody build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityResponseBody self = new SetRowsVisibilityResponseBody(); return TeaModel.build(map, self); } public SetRowsVisibilityResponseBody setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public SetRowsVisibilityResponseBody 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/SetRowsVisibilityShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SetRowsVisibilityShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityShrinkHeaders self = new SetRowsVisibilityShrinkHeaders(); return TeaModel.build(map, self); } public SetRowsVisibilityShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SetRowsVisibilityShrinkHeaders 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/SetRowsVisibilityShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SetRowsVisibilityShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("Row") public Long row; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>20</p> */ @NameInMap("RowCount") public Long rowCount; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>Sheet1</p> */ @NameInMap("SheetId") public String sheetId; @NameInMap("TenantContext") public String tenantContextShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>hidden</p> */ @NameInMap("Visibility") public String visibility; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>stxxxx</p> */ @NameInMap("WorkbookId") public String workbookId; public static SetRowsVisibilityShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SetRowsVisibilityShrinkRequest self = new SetRowsVisibilityShrinkRequest(); return TeaModel.build(map, self); } public SetRowsVisibilityShrinkRequest setRow(Long row) { this.row = row; return this; } public Long getRow() { return this.row; } public SetRowsVisibilityShrinkRequest setRowCount(Long rowCount) { this.rowCount = rowCount; return this; } public Long getRowCount() { return this.rowCount; } public SetRowsVisibilityShrinkRequest setSheetId(String sheetId) { this.sheetId = sheetId; return this; } public String getSheetId() { return this.sheetId; } public SetRowsVisibilityShrinkRequest setTenantContextShrink(String tenantContextShrink) { this.tenantContextShrink = tenantContextShrink; return this; } public String getTenantContextShrink() { return this.tenantContextShrink; } public SetRowsVisibilityShrinkRequest setVisibility(String visibility) { this.visibility = visibility; return this; } public String getVisibility() { return this.visibility; } public SetRowsVisibilityShrinkRequest setWorkbookId(String workbookId) { this.workbookId = workbookId; return this; } public String getWorkbookId() { return this.workbookId; } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SimpleListReportHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public SimpleListReportHeadersAccountContext accountContext; public static SimpleListReportHeaders build(java.util.Map<String, ?> map) throws Exception { SimpleListReportHeaders self = new SimpleListReportHeaders(); return TeaModel.build(map, self); } public SimpleListReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SimpleListReportHeaders setAccountContext(SimpleListReportHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public SimpleListReportHeadersAccountContext getAccountContext() { return this.accountContext; } public static class SimpleListReportHeadersAccountContext extends TeaModel { /** * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static SimpleListReportHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { SimpleListReportHeadersAccountContext self = new SimpleListReportHeadersAccountContext(); return TeaModel.build(map, self); } public SimpleListReportHeadersAccountContext 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/SimpleListReportRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>0</p> */ @NameInMap("Cursor") public Long cursor; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1507564800000</p> */ @NameInMap("EndTime") public Long endTime; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("Size") public Long size; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1507564800000</p> */ @NameInMap("StartTime") public Long startTime; /** * <strong>example:</strong> * <p>我管理的模版</p> */ @NameInMap("TemplateName") public String templateName; @NameInMap("TenantContext") public SimpleListReportRequestTenantContext tenantContext; public static SimpleListReportRequest build(java.util.Map<String, ?> map) throws Exception { SimpleListReportRequest self = new SimpleListReportRequest(); return TeaModel.build(map, self); } public SimpleListReportRequest setCursor(Long cursor) { this.cursor = cursor; return this; } public Long getCursor() { return this.cursor; } public SimpleListReportRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SimpleListReportRequest setSize(Long size) { this.size = size; return this; } public Long getSize() { return this.size; } public SimpleListReportRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SimpleListReportRequest setTemplateName(String templateName) { this.templateName = templateName; return this; } public String getTemplateName() { return this.templateName; } public SimpleListReportRequest setTenantContext(SimpleListReportRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public SimpleListReportRequestTenantContext getTenantContext() { return this.tenantContext; } public static class SimpleListReportRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("tenantId") public String tenantId; public static SimpleListReportRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { SimpleListReportRequestTenantContext self = new SimpleListReportRequestTenantContext(); return TeaModel.build(map, self); } public SimpleListReportRequestTenantContext 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/SimpleListReportResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public SimpleListReportResponseBody body; public static SimpleListReportResponse build(java.util.Map<String, ?> map) throws Exception { SimpleListReportResponse self = new SimpleListReportResponse(); return TeaModel.build(map, self); } public SimpleListReportResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public SimpleListReportResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public SimpleListReportResponse setBody(SimpleListReportResponseBody body) { this.body = body; return this; } public SimpleListReportResponseBody 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/SimpleListReportResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportResponseBody extends TeaModel { @NameInMap("dataList") public java.util.List<SimpleListReportResponseBodyDataList> dataList; /** * <strong>example:</strong> * <p>false</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; /** * <strong>example:</strong> * <p>20</p> */ @NameInMap("size") public Long size; public static SimpleListReportResponseBody build(java.util.Map<String, ?> map) throws Exception { SimpleListReportResponseBody self = new SimpleListReportResponseBody(); return TeaModel.build(map, self); } public SimpleListReportResponseBody setDataList(java.util.List<SimpleListReportResponseBodyDataList> dataList) { this.dataList = dataList; return this; } public java.util.List<SimpleListReportResponseBodyDataList> getDataList() { return this.dataList; } public SimpleListReportResponseBody setHasMore(Boolean hasMore) { this.hasMore = hasMore; return this; } public Boolean getHasMore() { return this.hasMore; } public SimpleListReportResponseBody setNextCursor(Long nextCursor) { this.nextCursor = nextCursor; return this; } public Long getNextCursor() { return this.nextCursor; } public SimpleListReportResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public SimpleListReportResponseBody setSize(Long size) { this.size = size; return this; } public Long getSize() { return this.size; } public static class SimpleListReportResponseBodyDataList extends TeaModel { /** * <strong>example:</strong> * <p>1567034772000</p> */ @NameInMap("CreateTime") public Long createTime; /** * <strong>example:</strong> * <p>1701038</p> */ @NameInMap("CreatorId") public String creatorId; /** * <strong>example:</strong> * <p>xinmu</p> */ @NameInMap("CreatorName") public String creatorName; @NameInMap("DeptName") public String deptName; /** * <strong>example:</strong> * <p>ops</p> */ @NameInMap("Remark") public String remark; /** * <strong>example:</strong> * <p>d64994d09916c76276dd9bfa23637644</p> */ @NameInMap("ReportId") public String reportId; /** * <strong>example:</strong> * <p>WG-Template</p> */ @NameInMap("TemplateName") public String templateName; public static SimpleListReportResponseBodyDataList build(java.util.Map<String, ?> map) throws Exception { SimpleListReportResponseBodyDataList self = new SimpleListReportResponseBodyDataList(); return TeaModel.build(map, self); } public SimpleListReportResponseBodyDataList setCreateTime(Long createTime) { this.createTime = createTime; return this; } public Long getCreateTime() { return this.createTime; } public SimpleListReportResponseBodyDataList setCreatorId(String creatorId) { this.creatorId = creatorId; return this; } public String getCreatorId() { return this.creatorId; } public SimpleListReportResponseBodyDataList setCreatorName(String creatorName) { this.creatorName = creatorName; return this; } public String getCreatorName() { return this.creatorName; } public SimpleListReportResponseBodyDataList setDeptName(String deptName) { this.deptName = deptName; return this; } public String getDeptName() { return this.deptName; } public SimpleListReportResponseBodyDataList setRemark(String remark) { this.remark = remark; return this; } public String getRemark() { return this.remark; } public SimpleListReportResponseBodyDataList setReportId(String reportId) { this.reportId = reportId; return this; } public String getReportId() { return this.reportId; } public SimpleListReportResponseBodyDataList setTemplateName(String templateName) { this.templateName = templateName; return this; } public String getTemplateName() { return this.templateName; } } }
0
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/SimpleListReportShrinkHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportShrinkHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public String accountContextShrink; public static SimpleListReportShrinkHeaders build(java.util.Map<String, ?> map) throws Exception { SimpleListReportShrinkHeaders self = new SimpleListReportShrinkHeaders(); return TeaModel.build(map, self); } public SimpleListReportShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public SimpleListReportShrinkHeaders 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/SimpleListReportShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class SimpleListReportShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>0</p> */ @NameInMap("Cursor") public Long cursor; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1507564800000</p> */ @NameInMap("EndTime") public Long endTime; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("Size") public Long size; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1507564800000</p> */ @NameInMap("StartTime") public Long startTime; /** * <strong>example:</strong> * <p>我管理的模版</p> */ @NameInMap("TemplateName") public String templateName; @NameInMap("TenantContext") public String tenantContextShrink; public static SimpleListReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception { SimpleListReportShrinkRequest self = new SimpleListReportShrinkRequest(); return TeaModel.build(map, self); } public SimpleListReportShrinkRequest setCursor(Long cursor) { this.cursor = cursor; return this; } public Long getCursor() { return this.cursor; } public SimpleListReportShrinkRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public SimpleListReportShrinkRequest setSize(Long size) { this.size = size; return this; } public Long getSize() { return this.size; } public SimpleListReportShrinkRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public SimpleListReportShrinkRequest setTemplateName(String templateName) { this.templateName = templateName; return this; } public String getTemplateName() { return this.templateName; } public SimpleListReportShrinkRequest 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/StartCloudRecordHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class StartCloudRecordHeaders extends TeaModel { @NameInMap("commonHeaders") public java.util.Map<String, String> commonHeaders; @NameInMap("AccountContext") public StartCloudRecordHeadersAccountContext accountContext; public static StartCloudRecordHeaders build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordHeaders self = new StartCloudRecordHeaders(); return TeaModel.build(map, self); } public StartCloudRecordHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public StartCloudRecordHeaders setAccountContext(StartCloudRecordHeadersAccountContext accountContext) { this.accountContext = accountContext; return this; } public StartCloudRecordHeadersAccountContext getAccountContext() { return this.accountContext; } public static class StartCloudRecordHeadersAccountContext extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>012345</p> */ @NameInMap("accountId") public String accountId; public static StartCloudRecordHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordHeadersAccountContext self = new StartCloudRecordHeadersAccountContext(); return TeaModel.build(map, self); } public StartCloudRecordHeadersAccountContext 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/StartCloudRecordRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class StartCloudRecordRequest 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 StartCloudRecordRequestTenantContext tenantContext; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>61289fxxx</p> */ @NameInMap("conferenceId") public String conferenceId; public static StartCloudRecordRequest build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordRequest self = new StartCloudRecordRequest(); return TeaModel.build(map, self); } public StartCloudRecordRequest setMode(String mode) { this.mode = mode; return this; } public String getMode() { return this.mode; } public StartCloudRecordRequest setSmallWindowPosition(String smallWindowPosition) { this.smallWindowPosition = smallWindowPosition; return this; } public String getSmallWindowPosition() { return this.smallWindowPosition; } public StartCloudRecordRequest setTenantContext(StartCloudRecordRequestTenantContext tenantContext) { this.tenantContext = tenantContext; return this; } public StartCloudRecordRequestTenantContext getTenantContext() { return this.tenantContext; } public StartCloudRecordRequest setConferenceId(String conferenceId) { this.conferenceId = conferenceId; return this; } public String getConferenceId() { return this.conferenceId; } public static class StartCloudRecordRequestTenantContext extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("tenantId") public String tenantId; public static StartCloudRecordRequestTenantContext build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordRequestTenantContext self = new StartCloudRecordRequestTenantContext(); return TeaModel.build(map, self); } public StartCloudRecordRequestTenantContext 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/StartCloudRecordResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class StartCloudRecordResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public StartCloudRecordResponseBody body; public static StartCloudRecordResponse build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordResponse self = new StartCloudRecordResponse(); return TeaModel.build(map, self); } public StartCloudRecordResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public StartCloudRecordResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public StartCloudRecordResponse setBody(StartCloudRecordResponseBody body) { this.body = body; return this; } public StartCloudRecordResponseBody 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/StartCloudRecordResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aliding20230426.models; import com.aliyun.tea.*; public class StartCloudRecordResponseBody 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 StartCloudRecordResponseBody build(java.util.Map<String, ?> map) throws Exception { StartCloudRecordResponseBody self = new StartCloudRecordResponseBody(); return TeaModel.build(map, self); } public StartCloudRecordResponseBody setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public StartCloudRecordResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }