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/CreateDingtalkPersonalTodoTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("createdTime")
public Long createdTime;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>task123abc</p>
*/
@NameInMap("taskId")
public String taskId;
/**
* <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 CreateDingtalkPersonalTodoTaskResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskResponseBody self = new CreateDingtalkPersonalTodoTaskResponseBody();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskResponseBody setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
return this;
}
public Long getCreatedTime() {
return this.createdTime;
}
public CreateDingtalkPersonalTodoTaskResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateDingtalkPersonalTodoTaskResponseBody setTaskId(String taskId) {
this.taskId = taskId;
return this;
}
public String getTaskId() {
return this.taskId;
}
public CreateDingtalkPersonalTodoTaskResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateDingtalkPersonalTodoTaskResponseBody 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/CreateDingtalkPersonalTodoTaskShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateDingtalkPersonalTodoTaskShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskShrinkHeaders self = new CreateDingtalkPersonalTodoTaskShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateDingtalkPersonalTodoTaskShrinkHeaders 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/CreateDingtalkPersonalTodoTaskShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateDingtalkPersonalTodoTaskShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>待办备注信息</p>
*/
@NameInMap("Description")
public String description;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("DueTime")
public Long dueTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ExecutorIds")
public String executorIdsShrink;
@NameInMap("NotifyConfigs")
public String notifyConfigsShrink;
/**
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ParticipantIds")
public String participantIdsShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>待办标题</p>
*/
@NameInMap("Subject")
public String subject;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <strong>example:</strong>
* <p>用户token</p>
*/
@NameInMap("UserToken")
public String userToken;
public static CreateDingtalkPersonalTodoTaskShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateDingtalkPersonalTodoTaskShrinkRequest self = new CreateDingtalkPersonalTodoTaskShrinkRequest();
return TeaModel.build(map, self);
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setDueTime(Long dueTime) {
this.dueTime = dueTime;
return this;
}
public Long getDueTime() {
return this.dueTime;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setExecutorIdsShrink(String executorIdsShrink) {
this.executorIdsShrink = executorIdsShrink;
return this;
}
public String getExecutorIdsShrink() {
return this.executorIdsShrink;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setNotifyConfigsShrink(String notifyConfigsShrink) {
this.notifyConfigsShrink = notifyConfigsShrink;
return this;
}
public String getNotifyConfigsShrink() {
return this.notifyConfigsShrink;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setParticipantIdsShrink(String participantIdsShrink) {
this.participantIdsShrink = participantIdsShrink;
return this;
}
public String getParticipantIdsShrink() {
return this.participantIdsShrink;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateDingtalkPersonalTodoTaskShrinkRequest setUserToken(String userToken) {
this.userToken = userToken;
return this;
}
public String getUserToken() {
return this.userToken;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateEventHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateEventHeadersAccountContext accountContext;
public static CreateEventHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateEventHeaders self = new CreateEventHeaders();
return TeaModel.build(map, self);
}
public CreateEventHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateEventHeaders setAccountContext(CreateEventHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateEventHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateEventHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>208579</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateEventHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateEventHeadersAccountContext self = new CreateEventHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateEventHeadersAccountContext 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/CreateEventRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventRequest extends TeaModel {
@NameInMap("Attendees")
public java.util.List<CreateEventRequestAttendees> attendees;
@NameInMap("CardInstances")
public java.util.List<CreateEventRequestCardInstances> cardInstances;
@NameInMap("Description")
public String description;
@NameInMap("End")
public CreateEventRequestEnd end;
@NameInMap("Extra")
public java.util.Map<String, String> extra;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsAllDay")
public Boolean isAllDay;
@NameInMap("Location")
public CreateEventRequestLocation location;
@NameInMap("OnlineMeetingInfo")
public CreateEventRequestOnlineMeetingInfo onlineMeetingInfo;
@NameInMap("Recurrence")
public CreateEventRequestRecurrence recurrence;
/**
* <strong>if can be null:</strong>
* <p>false</p>
*/
@NameInMap("Reminders")
public java.util.List<CreateEventRequestReminders> reminders;
@NameInMap("RichTextDescription")
public CreateEventRequestRichTextDescription richTextDescription;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Summary")
public String summary;
@NameInMap("UiConfigs")
public java.util.List<CreateEventRequestUiConfigs> uiConfigs;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>primary</p>
*/
@NameInMap("calendarId")
public String calendarId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("start")
public CreateEventRequestStart start;
public static CreateEventRequest build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequest self = new CreateEventRequest();
return TeaModel.build(map, self);
}
public CreateEventRequest setAttendees(java.util.List<CreateEventRequestAttendees> attendees) {
this.attendees = attendees;
return this;
}
public java.util.List<CreateEventRequestAttendees> getAttendees() {
return this.attendees;
}
public CreateEventRequest setCardInstances(java.util.List<CreateEventRequestCardInstances> cardInstances) {
this.cardInstances = cardInstances;
return this;
}
public java.util.List<CreateEventRequestCardInstances> getCardInstances() {
return this.cardInstances;
}
public CreateEventRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateEventRequest setEnd(CreateEventRequestEnd end) {
this.end = end;
return this;
}
public CreateEventRequestEnd getEnd() {
return this.end;
}
public CreateEventRequest setExtra(java.util.Map<String, String> extra) {
this.extra = extra;
return this;
}
public java.util.Map<String, String> getExtra() {
return this.extra;
}
public CreateEventRequest setIsAllDay(Boolean isAllDay) {
this.isAllDay = isAllDay;
return this;
}
public Boolean getIsAllDay() {
return this.isAllDay;
}
public CreateEventRequest setLocation(CreateEventRequestLocation location) {
this.location = location;
return this;
}
public CreateEventRequestLocation getLocation() {
return this.location;
}
public CreateEventRequest setOnlineMeetingInfo(CreateEventRequestOnlineMeetingInfo onlineMeetingInfo) {
this.onlineMeetingInfo = onlineMeetingInfo;
return this;
}
public CreateEventRequestOnlineMeetingInfo getOnlineMeetingInfo() {
return this.onlineMeetingInfo;
}
public CreateEventRequest setRecurrence(CreateEventRequestRecurrence recurrence) {
this.recurrence = recurrence;
return this;
}
public CreateEventRequestRecurrence getRecurrence() {
return this.recurrence;
}
public CreateEventRequest setReminders(java.util.List<CreateEventRequestReminders> reminders) {
this.reminders = reminders;
return this;
}
public java.util.List<CreateEventRequestReminders> getReminders() {
return this.reminders;
}
public CreateEventRequest setRichTextDescription(CreateEventRequestRichTextDescription richTextDescription) {
this.richTextDescription = richTextDescription;
return this;
}
public CreateEventRequestRichTextDescription getRichTextDescription() {
return this.richTextDescription;
}
public CreateEventRequest setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateEventRequest setUiConfigs(java.util.List<CreateEventRequestUiConfigs> uiConfigs) {
this.uiConfigs = uiConfigs;
return this;
}
public java.util.List<CreateEventRequestUiConfigs> getUiConfigs() {
return this.uiConfigs;
}
public CreateEventRequest setCalendarId(String calendarId) {
this.calendarId = calendarId;
return this;
}
public String getCalendarId() {
return this.calendarId;
}
public CreateEventRequest setStart(CreateEventRequestStart start) {
this.start = start;
return this;
}
public CreateEventRequestStart getStart() {
return this.start;
}
public static class CreateEventRequestAttendees extends TeaModel {
/**
* <strong>example:</strong>
* <p>7845</p>
*/
@NameInMap("id")
public String id;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("isOptional")
public Boolean isOptional;
public static CreateEventRequestAttendees build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestAttendees self = new CreateEventRequestAttendees();
return TeaModel.build(map, self);
}
public CreateEventRequestAttendees setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateEventRequestAttendees setIsOptional(Boolean isOptional) {
this.isOptional = isOptional;
return this;
}
public Boolean getIsOptional() {
return this.isOptional;
}
}
public static class CreateEventRequestCardInstances extends TeaModel {
@NameInMap("OutTrackId")
public String outTrackId;
@NameInMap("Scenario")
public String scenario;
public static CreateEventRequestCardInstances build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestCardInstances self = new CreateEventRequestCardInstances();
return TeaModel.build(map, self);
}
public CreateEventRequestCardInstances setOutTrackId(String outTrackId) {
this.outTrackId = outTrackId;
return this;
}
public String getOutTrackId() {
return this.outTrackId;
}
public CreateEventRequestCardInstances setScenario(String scenario) {
this.scenario = scenario;
return this;
}
public String getScenario() {
return this.scenario;
}
}
public static class CreateEventRequestEnd extends TeaModel {
/**
* <strong>example:</strong>
* <p>"2020-09-21"</p>
*/
@NameInMap("date")
public String date;
/**
* <strong>example:</strong>
* <p>"2021-09-20T10:15:30+08:00"</p>
*/
@NameInMap("dateTime")
public String dateTime;
/**
* <strong>example:</strong>
* <p>"Asia/Shanghai"</p>
*/
@NameInMap("timeZone")
public String timeZone;
public static CreateEventRequestEnd build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestEnd self = new CreateEventRequestEnd();
return TeaModel.build(map, self);
}
public CreateEventRequestEnd setDate(String date) {
this.date = date;
return this;
}
public String getDate() {
return this.date;
}
public CreateEventRequestEnd setDateTime(String dateTime) {
this.dateTime = dateTime;
return this;
}
public String getDateTime() {
return this.dateTime;
}
public CreateEventRequestEnd setTimeZone(String timeZone) {
this.timeZone = timeZone;
return this;
}
public String getTimeZone() {
return this.timeZone;
}
}
public static class CreateEventRequestLocation extends TeaModel {
@NameInMap("displayName")
public String displayName;
public static CreateEventRequestLocation build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestLocation self = new CreateEventRequestLocation();
return TeaModel.build(map, self);
}
public CreateEventRequestLocation setDisplayName(String displayName) {
this.displayName = displayName;
return this;
}
public String getDisplayName() {
return this.displayName;
}
}
public static class CreateEventRequestOnlineMeetingInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("type")
public String type;
public static CreateEventRequestOnlineMeetingInfo build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestOnlineMeetingInfo self = new CreateEventRequestOnlineMeetingInfo();
return TeaModel.build(map, self);
}
public CreateEventRequestOnlineMeetingInfo setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateEventRequestRecurrencePattern extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("dayOfMonth")
public Integer dayOfMonth;
/**
* <strong>example:</strong>
* <p>"monday"</p>
*/
@NameInMap("daysOfWeek")
public String daysOfWeek;
/**
* <strong>example:</strong>
* <p>"last"</p>
*/
@NameInMap("index")
public String index;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("interval")
public Integer interval;
/**
* <strong>example:</strong>
* <p>"daily"</p>
*/
@NameInMap("type")
public String type;
public static CreateEventRequestRecurrencePattern build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestRecurrencePattern self = new CreateEventRequestRecurrencePattern();
return TeaModel.build(map, self);
}
public CreateEventRequestRecurrencePattern setDayOfMonth(Integer dayOfMonth) {
this.dayOfMonth = dayOfMonth;
return this;
}
public Integer getDayOfMonth() {
return this.dayOfMonth;
}
public CreateEventRequestRecurrencePattern setDaysOfWeek(String daysOfWeek) {
this.daysOfWeek = daysOfWeek;
return this;
}
public String getDaysOfWeek() {
return this.daysOfWeek;
}
public CreateEventRequestRecurrencePattern setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateEventRequestRecurrencePattern setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public CreateEventRequestRecurrencePattern setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateEventRequestRecurrenceRange extends TeaModel {
/**
* <strong>example:</strong>
* <p>"2021-12-31T10:15:30+08:00"</p>
*/
@NameInMap("endDate")
public String endDate;
/**
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("numberOfOccurrences")
public Integer numberOfOccurrences;
/**
* <strong>example:</strong>
* <p>"endDate"</p>
*/
@NameInMap("type")
public String type;
public static CreateEventRequestRecurrenceRange build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestRecurrenceRange self = new CreateEventRequestRecurrenceRange();
return TeaModel.build(map, self);
}
public CreateEventRequestRecurrenceRange setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public CreateEventRequestRecurrenceRange setNumberOfOccurrences(Integer numberOfOccurrences) {
this.numberOfOccurrences = numberOfOccurrences;
return this;
}
public Integer getNumberOfOccurrences() {
return this.numberOfOccurrences;
}
public CreateEventRequestRecurrenceRange setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateEventRequestRecurrence extends TeaModel {
@NameInMap("pattern")
public CreateEventRequestRecurrencePattern pattern;
@NameInMap("range")
public CreateEventRequestRecurrenceRange range;
public static CreateEventRequestRecurrence build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestRecurrence self = new CreateEventRequestRecurrence();
return TeaModel.build(map, self);
}
public CreateEventRequestRecurrence setPattern(CreateEventRequestRecurrencePattern pattern) {
this.pattern = pattern;
return this;
}
public CreateEventRequestRecurrencePattern getPattern() {
return this.pattern;
}
public CreateEventRequestRecurrence setRange(CreateEventRequestRecurrenceRange range) {
this.range = range;
return this;
}
public CreateEventRequestRecurrenceRange getRange() {
return this.range;
}
}
public static class CreateEventRequestReminders extends TeaModel {
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("method")
public String method;
/**
* <strong>example:</strong>
* <p>15</p>
*/
@NameInMap("minutes")
public Integer minutes;
public static CreateEventRequestReminders build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestReminders self = new CreateEventRequestReminders();
return TeaModel.build(map, self);
}
public CreateEventRequestReminders setMethod(String method) {
this.method = method;
return this;
}
public String getMethod() {
return this.method;
}
public CreateEventRequestReminders setMinutes(Integer minutes) {
this.minutes = minutes;
return this;
}
public Integer getMinutes() {
return this.minutes;
}
}
public static class CreateEventRequestRichTextDescription extends TeaModel {
@NameInMap("text")
public String text;
public static CreateEventRequestRichTextDescription build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestRichTextDescription self = new CreateEventRequestRichTextDescription();
return TeaModel.build(map, self);
}
public CreateEventRequestRichTextDescription setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateEventRequestUiConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>"updateEventButton"</p>
*/
@NameInMap("uiName")
public String uiName;
/**
* <strong>example:</strong>
* <p>"hide"</p>
*/
@NameInMap("uiStatus")
public String uiStatus;
public static CreateEventRequestUiConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestUiConfigs self = new CreateEventRequestUiConfigs();
return TeaModel.build(map, self);
}
public CreateEventRequestUiConfigs setUiName(String uiName) {
this.uiName = uiName;
return this;
}
public String getUiName() {
return this.uiName;
}
public CreateEventRequestUiConfigs setUiStatus(String uiStatus) {
this.uiStatus = uiStatus;
return this;
}
public String getUiStatus() {
return this.uiStatus;
}
}
public static class CreateEventRequestStart extends TeaModel {
/**
* <strong>example:</strong>
* <p>"2021-09-20"</p>
*/
@NameInMap("date")
public String date;
/**
* <strong>example:</strong>
* <p>"2021-09-20T10:15:30+08:00"</p>
*/
@NameInMap("dateTime")
public String dateTime;
/**
* <strong>example:</strong>
* <p>"Asia/Shanghai"</p>
*/
@NameInMap("timeZone")
public String timeZone;
public static CreateEventRequestStart build(java.util.Map<String, ?> map) throws Exception {
CreateEventRequestStart self = new CreateEventRequestStart();
return TeaModel.build(map, self);
}
public CreateEventRequestStart setDate(String date) {
this.date = date;
return this;
}
public String getDate() {
return this.date;
}
public CreateEventRequestStart setDateTime(String dateTime) {
this.dateTime = dateTime;
return this;
}
public String getDateTime() {
return this.dateTime;
}
public CreateEventRequestStart setTimeZone(String timeZone) {
this.timeZone = timeZone;
return this;
}
public String getTimeZone() {
return this.timeZone;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateEventResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateEventResponseBody body;
public static CreateEventResponse build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponse self = new CreateEventResponse();
return TeaModel.build(map, self);
}
public CreateEventResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateEventResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateEventResponse setBody(CreateEventResponseBody body) {
this.body = body;
return this;
}
public CreateEventResponseBody 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/CreateEventResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventResponseBody extends TeaModel {
@NameInMap("attendees")
public java.util.List<CreateEventResponseBodyAttendees> attendees;
/**
* <strong>example:</strong>
* <p>2020-01-01T10:15:30+08:00</p>
*/
@NameInMap("createTime")
public String createTime;
@NameInMap("description")
public String description;
@NameInMap("end")
public CreateEventResponseBodyEnd end;
/**
* <strong>example:</strong>
* <p>iiiP35sJadba8aBSgjrwPRKgiEiF</p>
*/
@NameInMap("id")
public String id;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("isAllDay")
public Boolean isAllDay;
@NameInMap("location")
public CreateEventResponseBodyLocation location;
@NameInMap("onlineMeetingInfo")
public CreateEventResponseBodyOnlineMeetingInfo onlineMeetingInfo;
@NameInMap("organizer")
public CreateEventResponseBodyOrganizer organizer;
@NameInMap("recurrence")
public CreateEventResponseBodyRecurrence recurrence;
@NameInMap("reminders")
public java.util.List<CreateEventResponseBodyReminders> reminders;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>4248DCC9-785F-5A14-8BE0-830FD52E1261</p>
*/
@NameInMap("requestId")
public String requestId;
@NameInMap("richTextDescription")
public CreateEventResponseBodyRichTextDescription richTextDescription;
@NameInMap("start")
public CreateEventResponseBodyStart start;
@NameInMap("summary")
public String summary;
@NameInMap("uiConfigs")
public java.util.List<CreateEventResponseBodyUiConfigs> uiConfigs;
/**
* <strong>example:</strong>
* <p>2020-01-01T10:15:30+08:00</p>
*/
@NameInMap("updateTime")
public String updateTime;
public static CreateEventResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBody self = new CreateEventResponseBody();
return TeaModel.build(map, self);
}
public CreateEventResponseBody setAttendees(java.util.List<CreateEventResponseBodyAttendees> attendees) {
this.attendees = attendees;
return this;
}
public java.util.List<CreateEventResponseBodyAttendees> getAttendees() {
return this.attendees;
}
public CreateEventResponseBody setCreateTime(String createTime) {
this.createTime = createTime;
return this;
}
public String getCreateTime() {
return this.createTime;
}
public CreateEventResponseBody setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateEventResponseBody setEnd(CreateEventResponseBodyEnd end) {
this.end = end;
return this;
}
public CreateEventResponseBodyEnd getEnd() {
return this.end;
}
public CreateEventResponseBody setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateEventResponseBody setIsAllDay(Boolean isAllDay) {
this.isAllDay = isAllDay;
return this;
}
public Boolean getIsAllDay() {
return this.isAllDay;
}
public CreateEventResponseBody setLocation(CreateEventResponseBodyLocation location) {
this.location = location;
return this;
}
public CreateEventResponseBodyLocation getLocation() {
return this.location;
}
public CreateEventResponseBody setOnlineMeetingInfo(CreateEventResponseBodyOnlineMeetingInfo onlineMeetingInfo) {
this.onlineMeetingInfo = onlineMeetingInfo;
return this;
}
public CreateEventResponseBodyOnlineMeetingInfo getOnlineMeetingInfo() {
return this.onlineMeetingInfo;
}
public CreateEventResponseBody setOrganizer(CreateEventResponseBodyOrganizer organizer) {
this.organizer = organizer;
return this;
}
public CreateEventResponseBodyOrganizer getOrganizer() {
return this.organizer;
}
public CreateEventResponseBody setRecurrence(CreateEventResponseBodyRecurrence recurrence) {
this.recurrence = recurrence;
return this;
}
public CreateEventResponseBodyRecurrence getRecurrence() {
return this.recurrence;
}
public CreateEventResponseBody setReminders(java.util.List<CreateEventResponseBodyReminders> reminders) {
this.reminders = reminders;
return this;
}
public java.util.List<CreateEventResponseBodyReminders> getReminders() {
return this.reminders;
}
public CreateEventResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateEventResponseBody setRichTextDescription(CreateEventResponseBodyRichTextDescription richTextDescription) {
this.richTextDescription = richTextDescription;
return this;
}
public CreateEventResponseBodyRichTextDescription getRichTextDescription() {
return this.richTextDescription;
}
public CreateEventResponseBody setStart(CreateEventResponseBodyStart start) {
this.start = start;
return this;
}
public CreateEventResponseBodyStart getStart() {
return this.start;
}
public CreateEventResponseBody setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateEventResponseBody setUiConfigs(java.util.List<CreateEventResponseBodyUiConfigs> uiConfigs) {
this.uiConfigs = uiConfigs;
return this;
}
public java.util.List<CreateEventResponseBodyUiConfigs> getUiConfigs() {
return this.uiConfigs;
}
public CreateEventResponseBody setUpdateTime(String updateTime) {
this.updateTime = updateTime;
return this;
}
public String getUpdateTime() {
return this.updateTime;
}
public static class CreateEventResponseBodyAttendees extends TeaModel {
@NameInMap("DisplayName")
public String displayName;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsOptional")
public Boolean isOptional;
/**
* <strong>example:</strong>
* <p>needsAction</p>
*/
@NameInMap("ResponseStatus")
public String responseStatus;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Self")
public Boolean self;
public static CreateEventResponseBodyAttendees build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyAttendees self = new CreateEventResponseBodyAttendees();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyAttendees setDisplayName(String displayName) {
this.displayName = displayName;
return this;
}
public String getDisplayName() {
return this.displayName;
}
public CreateEventResponseBodyAttendees setIsOptional(Boolean isOptional) {
this.isOptional = isOptional;
return this;
}
public Boolean getIsOptional() {
return this.isOptional;
}
public CreateEventResponseBodyAttendees setResponseStatus(String responseStatus) {
this.responseStatus = responseStatus;
return this;
}
public String getResponseStatus() {
return this.responseStatus;
}
public CreateEventResponseBodyAttendees setSelf(Boolean self) {
this.self = self;
return this;
}
public Boolean getSelf() {
return this.self;
}
}
public static class CreateEventResponseBodyEnd extends TeaModel {
/**
* <strong>example:</strong>
* <p>2020-01-01</p>
*/
@NameInMap("Date")
public String date;
/**
* <strong>example:</strong>
* <p>2020-01-01T10:15:30+08:00</p>
*/
@NameInMap("DateTime")
public String dateTime;
/**
* <strong>example:</strong>
* <p>Asia/Shanghai</p>
*/
@NameInMap("TimeZone")
public String timeZone;
public static CreateEventResponseBodyEnd build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyEnd self = new CreateEventResponseBodyEnd();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyEnd setDate(String date) {
this.date = date;
return this;
}
public String getDate() {
return this.date;
}
public CreateEventResponseBodyEnd setDateTime(String dateTime) {
this.dateTime = dateTime;
return this;
}
public String getDateTime() {
return this.dateTime;
}
public CreateEventResponseBodyEnd setTimeZone(String timeZone) {
this.timeZone = timeZone;
return this;
}
public String getTimeZone() {
return this.timeZone;
}
}
public static class CreateEventResponseBodyLocation extends TeaModel {
/**
* <strong>example:</strong>
* <p>room 1-2-3</p>
*/
@NameInMap("DisplayName")
public String displayName;
public static CreateEventResponseBodyLocation build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyLocation self = new CreateEventResponseBodyLocation();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyLocation setDisplayName(String displayName) {
this.displayName = displayName;
return this;
}
public String getDisplayName() {
return this.displayName;
}
}
public static class CreateEventResponseBodyOnlineMeetingInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>123</p>
*/
@NameInMap("ConferenceId")
public String conferenceId;
@NameInMap("ExtraInfo")
public java.util.Map<String, ?> extraInfo;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("Type")
public String type;
/**
* <strong>example:</strong>
* <p><a href="http://meeting">http://meeting</a></p>
*/
@NameInMap("Url")
public String url;
public static CreateEventResponseBodyOnlineMeetingInfo build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyOnlineMeetingInfo self = new CreateEventResponseBodyOnlineMeetingInfo();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyOnlineMeetingInfo setConferenceId(String conferenceId) {
this.conferenceId = conferenceId;
return this;
}
public String getConferenceId() {
return this.conferenceId;
}
public CreateEventResponseBodyOnlineMeetingInfo setExtraInfo(java.util.Map<String, ?> extraInfo) {
this.extraInfo = extraInfo;
return this;
}
public java.util.Map<String, ?> getExtraInfo() {
return this.extraInfo;
}
public CreateEventResponseBodyOnlineMeetingInfo setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public CreateEventResponseBodyOnlineMeetingInfo setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateEventResponseBodyOrganizer extends TeaModel {
@NameInMap("DisplayName")
public String displayName;
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>accepted</p>
*/
@NameInMap("ResponseStatus")
public String responseStatus;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Self")
public Boolean self;
public static CreateEventResponseBodyOrganizer build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyOrganizer self = new CreateEventResponseBodyOrganizer();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyOrganizer setDisplayName(String displayName) {
this.displayName = displayName;
return this;
}
public String getDisplayName() {
return this.displayName;
}
public CreateEventResponseBodyOrganizer setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateEventResponseBodyOrganizer setResponseStatus(String responseStatus) {
this.responseStatus = responseStatus;
return this;
}
public String getResponseStatus() {
return this.responseStatus;
}
public CreateEventResponseBodyOrganizer setSelf(Boolean self) {
this.self = self;
return this;
}
public Boolean getSelf() {
return this.self;
}
}
public static class CreateEventResponseBodyRecurrencePattern extends TeaModel {
/**
* <strong>example:</strong>
* <p>14</p>
*/
@NameInMap("DayOfMonth")
public Integer dayOfMonth;
/**
* <strong>example:</strong>
* <p>sunday</p>
*/
@NameInMap("DaysOfWeek")
public String daysOfWeek;
/**
* <strong>example:</strong>
* <p>first</p>
*/
@NameInMap("Index")
public String index;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("Interval")
public Integer interval;
/**
* <strong>example:</strong>
* <p>daily</p>
*/
@NameInMap("Type")
public String type;
public static CreateEventResponseBodyRecurrencePattern build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyRecurrencePattern self = new CreateEventResponseBodyRecurrencePattern();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyRecurrencePattern setDayOfMonth(Integer dayOfMonth) {
this.dayOfMonth = dayOfMonth;
return this;
}
public Integer getDayOfMonth() {
return this.dayOfMonth;
}
public CreateEventResponseBodyRecurrencePattern setDaysOfWeek(String daysOfWeek) {
this.daysOfWeek = daysOfWeek;
return this;
}
public String getDaysOfWeek() {
return this.daysOfWeek;
}
public CreateEventResponseBodyRecurrencePattern setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateEventResponseBodyRecurrencePattern setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public CreateEventResponseBodyRecurrencePattern setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateEventResponseBodyRecurrenceRange extends TeaModel {
/**
* <strong>example:</strong>
* <p>2020-01-01T10:15:30+08:00</p>
*/
@NameInMap("EndDate")
public String endDate;
/**
* <strong>example:</strong>
* <p>5</p>
*/
@NameInMap("NumberOfOccurrences")
public Integer numberOfOccurrences;
/**
* <strong>example:</strong>
* <p>noEnd</p>
*/
@NameInMap("Type")
public String type;
public static CreateEventResponseBodyRecurrenceRange build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyRecurrenceRange self = new CreateEventResponseBodyRecurrenceRange();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyRecurrenceRange setEndDate(String endDate) {
this.endDate = endDate;
return this;
}
public String getEndDate() {
return this.endDate;
}
public CreateEventResponseBodyRecurrenceRange setNumberOfOccurrences(Integer numberOfOccurrences) {
this.numberOfOccurrences = numberOfOccurrences;
return this;
}
public Integer getNumberOfOccurrences() {
return this.numberOfOccurrences;
}
public CreateEventResponseBodyRecurrenceRange setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateEventResponseBodyRecurrence extends TeaModel {
@NameInMap("Pattern")
public CreateEventResponseBodyRecurrencePattern pattern;
@NameInMap("Range")
public CreateEventResponseBodyRecurrenceRange range;
public static CreateEventResponseBodyRecurrence build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyRecurrence self = new CreateEventResponseBodyRecurrence();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyRecurrence setPattern(CreateEventResponseBodyRecurrencePattern pattern) {
this.pattern = pattern;
return this;
}
public CreateEventResponseBodyRecurrencePattern getPattern() {
return this.pattern;
}
public CreateEventResponseBodyRecurrence setRange(CreateEventResponseBodyRecurrenceRange range) {
this.range = range;
return this;
}
public CreateEventResponseBodyRecurrenceRange getRange() {
return this.range;
}
}
public static class CreateEventResponseBodyReminders extends TeaModel {
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("Method")
public String method;
/**
* <strong>example:</strong>
* <p>15</p>
*/
@NameInMap("Minutes")
public String minutes;
public static CreateEventResponseBodyReminders build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyReminders self = new CreateEventResponseBodyReminders();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyReminders setMethod(String method) {
this.method = method;
return this;
}
public String getMethod() {
return this.method;
}
public CreateEventResponseBodyReminders setMinutes(String minutes) {
this.minutes = minutes;
return this;
}
public String getMinutes() {
return this.minutes;
}
}
public static class CreateEventResponseBodyRichTextDescription extends TeaModel {
@NameInMap("text")
public String text;
public static CreateEventResponseBodyRichTextDescription build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyRichTextDescription self = new CreateEventResponseBodyRichTextDescription();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyRichTextDescription setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateEventResponseBodyStart extends TeaModel {
/**
* <strong>example:</strong>
* <p>2020-01-01</p>
*/
@NameInMap("Date")
public String date;
/**
* <strong>example:</strong>
* <p>2020-01-01T10:15:30+08:00</p>
*/
@NameInMap("DateTime")
public String dateTime;
/**
* <strong>example:</strong>
* <p>Asia/Shanghai</p>
*/
@NameInMap("TimeZone")
public String timeZone;
public static CreateEventResponseBodyStart build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyStart self = new CreateEventResponseBodyStart();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyStart setDate(String date) {
this.date = date;
return this;
}
public String getDate() {
return this.date;
}
public CreateEventResponseBodyStart setDateTime(String dateTime) {
this.dateTime = dateTime;
return this;
}
public String getDateTime() {
return this.dateTime;
}
public CreateEventResponseBodyStart setTimeZone(String timeZone) {
this.timeZone = timeZone;
return this;
}
public String getTimeZone() {
return this.timeZone;
}
}
public static class CreateEventResponseBodyUiConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>updateEventButton</p>
*/
@NameInMap("UiName")
public String uiName;
/**
* <strong>example:</strong>
* <p>hide</p>
*/
@NameInMap("UiStatus")
public String uiStatus;
public static CreateEventResponseBodyUiConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateEventResponseBodyUiConfigs self = new CreateEventResponseBodyUiConfigs();
return TeaModel.build(map, self);
}
public CreateEventResponseBodyUiConfigs setUiName(String uiName) {
this.uiName = uiName;
return this;
}
public String getUiName() {
return this.uiName;
}
public CreateEventResponseBodyUiConfigs setUiStatus(String uiStatus) {
this.uiStatus = uiStatus;
return this;
}
public String getUiStatus() {
return this.uiStatus;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateEventShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateEventShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateEventShrinkHeaders self = new CreateEventShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateEventShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateEventShrinkHeaders 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/CreateEventShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateEventShrinkRequest extends TeaModel {
@NameInMap("Attendees")
public String attendeesShrink;
@NameInMap("CardInstances")
public String cardInstancesShrink;
@NameInMap("Description")
public String description;
@NameInMap("End")
public String endShrink;
@NameInMap("Extra")
public String extraShrink;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsAllDay")
public Boolean isAllDay;
@NameInMap("Location")
public String locationShrink;
@NameInMap("OnlineMeetingInfo")
public String onlineMeetingInfoShrink;
@NameInMap("Recurrence")
public String recurrenceShrink;
/**
* <strong>if can be null:</strong>
* <p>false</p>
*/
@NameInMap("Reminders")
public String remindersShrink;
@NameInMap("RichTextDescription")
public String richTextDescriptionShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Summary")
public String summary;
@NameInMap("UiConfigs")
public String uiConfigsShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>primary</p>
*/
@NameInMap("calendarId")
public String calendarId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("start")
public String startShrink;
public static CreateEventShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateEventShrinkRequest self = new CreateEventShrinkRequest();
return TeaModel.build(map, self);
}
public CreateEventShrinkRequest setAttendeesShrink(String attendeesShrink) {
this.attendeesShrink = attendeesShrink;
return this;
}
public String getAttendeesShrink() {
return this.attendeesShrink;
}
public CreateEventShrinkRequest setCardInstancesShrink(String cardInstancesShrink) {
this.cardInstancesShrink = cardInstancesShrink;
return this;
}
public String getCardInstancesShrink() {
return this.cardInstancesShrink;
}
public CreateEventShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateEventShrinkRequest setEndShrink(String endShrink) {
this.endShrink = endShrink;
return this;
}
public String getEndShrink() {
return this.endShrink;
}
public CreateEventShrinkRequest setExtraShrink(String extraShrink) {
this.extraShrink = extraShrink;
return this;
}
public String getExtraShrink() {
return this.extraShrink;
}
public CreateEventShrinkRequest setIsAllDay(Boolean isAllDay) {
this.isAllDay = isAllDay;
return this;
}
public Boolean getIsAllDay() {
return this.isAllDay;
}
public CreateEventShrinkRequest setLocationShrink(String locationShrink) {
this.locationShrink = locationShrink;
return this;
}
public String getLocationShrink() {
return this.locationShrink;
}
public CreateEventShrinkRequest setOnlineMeetingInfoShrink(String onlineMeetingInfoShrink) {
this.onlineMeetingInfoShrink = onlineMeetingInfoShrink;
return this;
}
public String getOnlineMeetingInfoShrink() {
return this.onlineMeetingInfoShrink;
}
public CreateEventShrinkRequest setRecurrenceShrink(String recurrenceShrink) {
this.recurrenceShrink = recurrenceShrink;
return this;
}
public String getRecurrenceShrink() {
return this.recurrenceShrink;
}
public CreateEventShrinkRequest setRemindersShrink(String remindersShrink) {
this.remindersShrink = remindersShrink;
return this;
}
public String getRemindersShrink() {
return this.remindersShrink;
}
public CreateEventShrinkRequest setRichTextDescriptionShrink(String richTextDescriptionShrink) {
this.richTextDescriptionShrink = richTextDescriptionShrink;
return this;
}
public String getRichTextDescriptionShrink() {
return this.richTextDescriptionShrink;
}
public CreateEventShrinkRequest setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateEventShrinkRequest setUiConfigsShrink(String uiConfigsShrink) {
this.uiConfigsShrink = uiConfigsShrink;
return this;
}
public String getUiConfigsShrink() {
return this.uiConfigsShrink;
}
public CreateEventShrinkRequest setCalendarId(String calendarId) {
this.calendarId = calendarId;
return this;
}
public String getCalendarId() {
return this.calendarId;
}
public CreateEventShrinkRequest setStartShrink(String startShrink) {
this.startShrink = startShrink;
return this;
}
public String getStartShrink() {
return this.startShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateLiveHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateLiveHeadersAccountContext accountContext;
public static CreateLiveHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateLiveHeaders self = new CreateLiveHeaders();
return TeaModel.build(map, self);
}
public CreateLiveHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateLiveHeaders setAccountContext(CreateLiveHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateLiveHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateLiveHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateLiveHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateLiveHeadersAccountContext self = new CreateLiveHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateLiveHeadersAccountContext 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/CreateLiveRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p><a href="http://sss/sss">http://sss/sss</a></p>
*/
@NameInMap("CoverUrl")
public String coverUrl;
/**
* <strong>example:</strong>
* <p>这是一个直播</p>
*/
@NameInMap("Introduction")
public String introduction;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1698596800000</p>
*/
@NameInMap("PreEndTime")
public Long preEndTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1691596800000</p>
*/
@NameInMap("PreStartTime")
public Long preStartTime;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("PublicType")
public Long publicType;
@NameInMap("TenantContext")
public CreateLiveRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>标题</p>
*/
@NameInMap("Title")
public String title;
public static CreateLiveRequest build(java.util.Map<String, ?> map) throws Exception {
CreateLiveRequest self = new CreateLiveRequest();
return TeaModel.build(map, self);
}
public CreateLiveRequest setCoverUrl(String coverUrl) {
this.coverUrl = coverUrl;
return this;
}
public String getCoverUrl() {
return this.coverUrl;
}
public CreateLiveRequest setIntroduction(String introduction) {
this.introduction = introduction;
return this;
}
public String getIntroduction() {
return this.introduction;
}
public CreateLiveRequest setPreEndTime(Long preEndTime) {
this.preEndTime = preEndTime;
return this;
}
public Long getPreEndTime() {
return this.preEndTime;
}
public CreateLiveRequest setPreStartTime(Long preStartTime) {
this.preStartTime = preStartTime;
return this;
}
public Long getPreStartTime() {
return this.preStartTime;
}
public CreateLiveRequest setPublicType(Long publicType) {
this.publicType = publicType;
return this;
}
public Long getPublicType() {
return this.publicType;
}
public CreateLiveRequest setTenantContext(CreateLiveRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateLiveRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateLiveRequest setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public static class CreateLiveRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateLiveRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateLiveRequestTenantContext self = new CreateLiveRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateLiveRequestTenantContext 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/CreateLiveResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateLiveResponseBody body;
public static CreateLiveResponse build(java.util.Map<String, ?> map) throws Exception {
CreateLiveResponse self = new CreateLiveResponse();
return TeaModel.build(map, self);
}
public CreateLiveResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateLiveResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateLiveResponse setBody(CreateLiveResponseBody body) {
this.body = body;
return this;
}
public CreateLiveResponseBody 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/CreateLiveResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("liveId")
public String liveId;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CreateLiveResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateLiveResponseBody self = new CreateLiveResponseBody();
return TeaModel.build(map, self);
}
public CreateLiveResponseBody setLiveId(String liveId) {
this.liveId = liveId;
return this;
}
public String getLiveId() {
return this.liveId;
}
public CreateLiveResponseBody 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/CreateLiveShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateLiveShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateLiveShrinkHeaders self = new CreateLiveShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateLiveShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateLiveShrinkHeaders 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/CreateLiveShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateLiveShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p><a href="http://sss/sss">http://sss/sss</a></p>
*/
@NameInMap("CoverUrl")
public String coverUrl;
/**
* <strong>example:</strong>
* <p>这是一个直播</p>
*/
@NameInMap("Introduction")
public String introduction;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1698596800000</p>
*/
@NameInMap("PreEndTime")
public Long preEndTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1691596800000</p>
*/
@NameInMap("PreStartTime")
public Long preStartTime;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("PublicType")
public Long publicType;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>标题</p>
*/
@NameInMap("Title")
public String title;
public static CreateLiveShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateLiveShrinkRequest self = new CreateLiveShrinkRequest();
return TeaModel.build(map, self);
}
public CreateLiveShrinkRequest setCoverUrl(String coverUrl) {
this.coverUrl = coverUrl;
return this;
}
public String getCoverUrl() {
return this.coverUrl;
}
public CreateLiveShrinkRequest setIntroduction(String introduction) {
this.introduction = introduction;
return this;
}
public String getIntroduction() {
return this.introduction;
}
public CreateLiveShrinkRequest setPreEndTime(Long preEndTime) {
this.preEndTime = preEndTime;
return this;
}
public Long getPreEndTime() {
return this.preEndTime;
}
public CreateLiveShrinkRequest setPreStartTime(Long preStartTime) {
this.preStartTime = preStartTime;
return this;
}
public Long getPreStartTime() {
return this.preStartTime;
}
public CreateLiveShrinkRequest setPublicType(Long publicType) {
this.publicType = publicType;
return this;
}
public Long getPublicType() {
return this.publicType;
}
public CreateLiveShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateLiveShrinkRequest 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/CreateMeetingRoomGroupHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateMeetingRoomGroupHeadersAccountContext accountContext;
public static CreateMeetingRoomGroupHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupHeaders self = new CreateMeetingRoomGroupHeaders();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMeetingRoomGroupHeaders setAccountContext(CreateMeetingRoomGroupHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateMeetingRoomGroupHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateMeetingRoomGroupHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateMeetingRoomGroupHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupHeadersAccountContext self = new CreateMeetingRoomGroupHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupHeadersAccountContext 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/CreateMeetingRoomGroupRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>测试分组</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>172L</p>
*/
@NameInMap("ParentGroupId")
public Long parentGroupId;
@NameInMap("TenantContext")
public CreateMeetingRoomGroupRequestTenantContext tenantContext;
public static CreateMeetingRoomGroupRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupRequest self = new CreateMeetingRoomGroupRequest();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupRequest setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public CreateMeetingRoomGroupRequest setParentGroupId(Long parentGroupId) {
this.parentGroupId = parentGroupId;
return this;
}
public Long getParentGroupId() {
return this.parentGroupId;
}
public CreateMeetingRoomGroupRequest setTenantContext(CreateMeetingRoomGroupRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateMeetingRoomGroupRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CreateMeetingRoomGroupRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateMeetingRoomGroupRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupRequestTenantContext self = new CreateMeetingRoomGroupRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupRequestTenantContext 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/CreateMeetingRoomGroupResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateMeetingRoomGroupResponseBody body;
public static CreateMeetingRoomGroupResponse build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupResponse self = new CreateMeetingRoomGroupResponse();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateMeetingRoomGroupResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateMeetingRoomGroupResponse setBody(CreateMeetingRoomGroupResponseBody body) {
this.body = body;
return this;
}
public CreateMeetingRoomGroupResponseBody 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/CreateMeetingRoomGroupResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupResponseBody extends TeaModel {
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>172</p>
*/
@NameInMap("result")
public Long result;
public static CreateMeetingRoomGroupResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupResponseBody self = new CreateMeetingRoomGroupResponseBody();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateMeetingRoomGroupResponseBody setResult(Long result) {
this.result = result;
return this;
}
public Long getResult() {
return this.result;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateMeetingRoomGroupShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateMeetingRoomGroupShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupShrinkHeaders self = new CreateMeetingRoomGroupShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMeetingRoomGroupShrinkHeaders 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/CreateMeetingRoomGroupShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomGroupShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>测试分组</p>
*/
@NameInMap("GroupName")
public String groupName;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>172L</p>
*/
@NameInMap("ParentGroupId")
public Long parentGroupId;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CreateMeetingRoomGroupShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomGroupShrinkRequest self = new CreateMeetingRoomGroupShrinkRequest();
return TeaModel.build(map, self);
}
public CreateMeetingRoomGroupShrinkRequest setGroupName(String groupName) {
this.groupName = groupName;
return this;
}
public String getGroupName() {
return this.groupName;
}
public CreateMeetingRoomGroupShrinkRequest setParentGroupId(Long parentGroupId) {
this.parentGroupId = parentGroupId;
return this;
}
public Long getParentGroupId() {
return this.parentGroupId;
}
public CreateMeetingRoomGroupShrinkRequest 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/CreateMeetingRoomHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateMeetingRoomHeadersAccountContext accountContext;
public static CreateMeetingRoomHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomHeaders self = new CreateMeetingRoomHeaders();
return TeaModel.build(map, self);
}
public CreateMeetingRoomHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMeetingRoomHeaders setAccountContext(CreateMeetingRoomHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateMeetingRoomHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateMeetingRoomHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateMeetingRoomHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomHeadersAccountContext self = new CreateMeetingRoomHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateMeetingRoomHeadersAccountContext 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/CreateMeetingRoomRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomRequest extends TeaModel {
@NameInMap("EnableCycleReservation")
public Boolean enableCycleReservation;
/**
* <strong>example:</strong>
* <p>4644</p>
*/
@NameInMap("GroupId")
public Long groupId;
/**
* <strong>example:</strong>
* <p>xxxIsvRoomId</p>
*/
@NameInMap("IsvRoomId")
public String isvRoomId;
@NameInMap("ReservationAuthority")
public CreateMeetingRoomRequestReservationAuthority reservationAuthority;
/**
* <strong>example:</strong>
* <p>100</p>
*/
@NameInMap("RoomCapacity")
public Integer roomCapacity;
@NameInMap("RoomLabelIds")
public java.util.List<Long> roomLabelIds;
@NameInMap("RoomLocation")
public CreateMeetingRoomRequestRoomLocation roomLocation;
@NameInMap("RoomName")
public String roomName;
/**
* <strong>example:</strong>
* <p><a href="https://static.dingtalk.com/media/lADPxxxxx.jpg">https://static.dingtalk.com/media/lADPxxxxx.jpg</a></p>
*/
@NameInMap("RoomPicture")
public String roomPicture;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("RoomStatus")
public Integer roomStatus;
@NameInMap("TenantContext")
public CreateMeetingRoomRequestTenantContext tenantContext;
public static CreateMeetingRoomRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomRequest self = new CreateMeetingRoomRequest();
return TeaModel.build(map, self);
}
public CreateMeetingRoomRequest setEnableCycleReservation(Boolean enableCycleReservation) {
this.enableCycleReservation = enableCycleReservation;
return this;
}
public Boolean getEnableCycleReservation() {
return this.enableCycleReservation;
}
public CreateMeetingRoomRequest setGroupId(Long groupId) {
this.groupId = groupId;
return this;
}
public Long getGroupId() {
return this.groupId;
}
public CreateMeetingRoomRequest setIsvRoomId(String isvRoomId) {
this.isvRoomId = isvRoomId;
return this;
}
public String getIsvRoomId() {
return this.isvRoomId;
}
public CreateMeetingRoomRequest setReservationAuthority(CreateMeetingRoomRequestReservationAuthority reservationAuthority) {
this.reservationAuthority = reservationAuthority;
return this;
}
public CreateMeetingRoomRequestReservationAuthority getReservationAuthority() {
return this.reservationAuthority;
}
public CreateMeetingRoomRequest setRoomCapacity(Integer roomCapacity) {
this.roomCapacity = roomCapacity;
return this;
}
public Integer getRoomCapacity() {
return this.roomCapacity;
}
public CreateMeetingRoomRequest setRoomLabelIds(java.util.List<Long> roomLabelIds) {
this.roomLabelIds = roomLabelIds;
return this;
}
public java.util.List<Long> getRoomLabelIds() {
return this.roomLabelIds;
}
public CreateMeetingRoomRequest setRoomLocation(CreateMeetingRoomRequestRoomLocation roomLocation) {
this.roomLocation = roomLocation;
return this;
}
public CreateMeetingRoomRequestRoomLocation getRoomLocation() {
return this.roomLocation;
}
public CreateMeetingRoomRequest setRoomName(String roomName) {
this.roomName = roomName;
return this;
}
public String getRoomName() {
return this.roomName;
}
public CreateMeetingRoomRequest setRoomPicture(String roomPicture) {
this.roomPicture = roomPicture;
return this;
}
public String getRoomPicture() {
return this.roomPicture;
}
public CreateMeetingRoomRequest setRoomStatus(Integer roomStatus) {
this.roomStatus = roomStatus;
return this;
}
public Integer getRoomStatus() {
return this.roomStatus;
}
public CreateMeetingRoomRequest setTenantContext(CreateMeetingRoomRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateMeetingRoomRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers extends TeaModel {
@NameInMap("MemberId")
public String memberId;
@NameInMap("MemberName")
public String memberName;
@NameInMap("MemberType")
public String memberType;
public static CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers self = new CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers();
return TeaModel.build(map, self);
}
public CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers setMemberId(String memberId) {
this.memberId = memberId;
return this;
}
public String getMemberId() {
return this.memberId;
}
public CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers setMemberName(String memberName) {
this.memberName = memberName;
return this;
}
public String getMemberName() {
return this.memberName;
}
public CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers setMemberType(String memberType) {
this.memberType = memberType;
return this;
}
public String getMemberType() {
return this.memberType;
}
}
public static class CreateMeetingRoomRequestReservationAuthority extends TeaModel {
@NameInMap("AuthorizedMembers")
public java.util.List<CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers> authorizedMembers;
public static CreateMeetingRoomRequestReservationAuthority build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomRequestReservationAuthority self = new CreateMeetingRoomRequestReservationAuthority();
return TeaModel.build(map, self);
}
public CreateMeetingRoomRequestReservationAuthority setAuthorizedMembers(java.util.List<CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers> authorizedMembers) {
this.authorizedMembers = authorizedMembers;
return this;
}
public java.util.List<CreateMeetingRoomRequestReservationAuthorityAuthorizedMembers> getAuthorizedMembers() {
return this.authorizedMembers;
}
}
public static class CreateMeetingRoomRequestRoomLocation extends TeaModel {
@NameInMap("Desc")
public String desc;
@NameInMap("Title")
public String title;
public static CreateMeetingRoomRequestRoomLocation build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomRequestRoomLocation self = new CreateMeetingRoomRequestRoomLocation();
return TeaModel.build(map, self);
}
public CreateMeetingRoomRequestRoomLocation setDesc(String desc) {
this.desc = desc;
return this;
}
public String getDesc() {
return this.desc;
}
public CreateMeetingRoomRequestRoomLocation setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
}
public static class CreateMeetingRoomRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateMeetingRoomRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomRequestTenantContext self = new CreateMeetingRoomRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateMeetingRoomRequestTenantContext 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/CreateMeetingRoomResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateMeetingRoomResponseBody body;
public static CreateMeetingRoomResponse build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomResponse self = new CreateMeetingRoomResponse();
return TeaModel.build(map, self);
}
public CreateMeetingRoomResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateMeetingRoomResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateMeetingRoomResponse setBody(CreateMeetingRoomResponseBody body) {
this.body = body;
return this;
}
public CreateMeetingRoomResponseBody 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/CreateMeetingRoomResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomResponseBody extends TeaModel {
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>0ffb718xxxxx</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 CreateMeetingRoomResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomResponseBody self = new CreateMeetingRoomResponseBody();
return TeaModel.build(map, self);
}
public CreateMeetingRoomResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateMeetingRoomResponseBody setResult(String result) {
this.result = result;
return this;
}
public String getResult() {
return this.result;
}
public CreateMeetingRoomResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateMeetingRoomResponseBody 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/CreateMeetingRoomShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateMeetingRoomShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomShrinkHeaders self = new CreateMeetingRoomShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateMeetingRoomShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMeetingRoomShrinkHeaders 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/CreateMeetingRoomShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMeetingRoomShrinkRequest extends TeaModel {
@NameInMap("EnableCycleReservation")
public Boolean enableCycleReservation;
/**
* <strong>example:</strong>
* <p>4644</p>
*/
@NameInMap("GroupId")
public Long groupId;
/**
* <strong>example:</strong>
* <p>xxxIsvRoomId</p>
*/
@NameInMap("IsvRoomId")
public String isvRoomId;
@NameInMap("ReservationAuthority")
public String reservationAuthorityShrink;
/**
* <strong>example:</strong>
* <p>100</p>
*/
@NameInMap("RoomCapacity")
public Integer roomCapacity;
@NameInMap("RoomLabelIds")
public String roomLabelIdsShrink;
@NameInMap("RoomLocation")
public String roomLocationShrink;
@NameInMap("RoomName")
public String roomName;
/**
* <strong>example:</strong>
* <p><a href="https://static.dingtalk.com/media/lADPxxxxx.jpg">https://static.dingtalk.com/media/lADPxxxxx.jpg</a></p>
*/
@NameInMap("RoomPicture")
public String roomPicture;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("RoomStatus")
public Integer roomStatus;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CreateMeetingRoomShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMeetingRoomShrinkRequest self = new CreateMeetingRoomShrinkRequest();
return TeaModel.build(map, self);
}
public CreateMeetingRoomShrinkRequest setEnableCycleReservation(Boolean enableCycleReservation) {
this.enableCycleReservation = enableCycleReservation;
return this;
}
public Boolean getEnableCycleReservation() {
return this.enableCycleReservation;
}
public CreateMeetingRoomShrinkRequest setGroupId(Long groupId) {
this.groupId = groupId;
return this;
}
public Long getGroupId() {
return this.groupId;
}
public CreateMeetingRoomShrinkRequest setIsvRoomId(String isvRoomId) {
this.isvRoomId = isvRoomId;
return this;
}
public String getIsvRoomId() {
return this.isvRoomId;
}
public CreateMeetingRoomShrinkRequest setReservationAuthorityShrink(String reservationAuthorityShrink) {
this.reservationAuthorityShrink = reservationAuthorityShrink;
return this;
}
public String getReservationAuthorityShrink() {
return this.reservationAuthorityShrink;
}
public CreateMeetingRoomShrinkRequest setRoomCapacity(Integer roomCapacity) {
this.roomCapacity = roomCapacity;
return this;
}
public Integer getRoomCapacity() {
return this.roomCapacity;
}
public CreateMeetingRoomShrinkRequest setRoomLabelIdsShrink(String roomLabelIdsShrink) {
this.roomLabelIdsShrink = roomLabelIdsShrink;
return this;
}
public String getRoomLabelIdsShrink() {
return this.roomLabelIdsShrink;
}
public CreateMeetingRoomShrinkRequest setRoomLocationShrink(String roomLocationShrink) {
this.roomLocationShrink = roomLocationShrink;
return this;
}
public String getRoomLocationShrink() {
return this.roomLocationShrink;
}
public CreateMeetingRoomShrinkRequest setRoomName(String roomName) {
this.roomName = roomName;
return this;
}
public String getRoomName() {
return this.roomName;
}
public CreateMeetingRoomShrinkRequest setRoomPicture(String roomPicture) {
this.roomPicture = roomPicture;
return this;
}
public String getRoomPicture() {
return this.roomPicture;
}
public CreateMeetingRoomShrinkRequest setRoomStatus(Integer roomStatus) {
this.roomStatus = roomStatus;
return this;
}
public Integer getRoomStatus() {
return this.roomStatus;
}
public CreateMeetingRoomShrinkRequest 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/CreateMessageHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMessageHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateMessageHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMessageHeaders self = new CreateMessageHeaders();
return TeaModel.build(map, self);
}
public CreateMessageHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMessageHeaders 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/CreateMessageRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMessageRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>assistantId1</p>
*/
@NameInMap("assistantId")
public String assistantId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("messages")
public java.util.List<CreateMessageRequestMessages> messages;
/**
* <strong>example:</strong>
* <p>assistantId</p>
*/
@NameInMap("originalAssistantId")
public String originalAssistantId;
/**
* <strong>example:</strong>
* <p>agentKey1</p>
*/
@NameInMap("sourceIdOfOriginalAssistantId")
public String sourceIdOfOriginalAssistantId;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("sourceTypeOfOriginalAssistantId")
public String sourceTypeOfOriginalAssistantId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>threadId123</p>
*/
@NameInMap("threadId")
public String threadId;
public static CreateMessageRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequest self = new CreateMessageRequest();
return TeaModel.build(map, self);
}
public CreateMessageRequest setAssistantId(String assistantId) {
this.assistantId = assistantId;
return this;
}
public String getAssistantId() {
return this.assistantId;
}
public CreateMessageRequest setMessages(java.util.List<CreateMessageRequestMessages> messages) {
this.messages = messages;
return this;
}
public java.util.List<CreateMessageRequestMessages> getMessages() {
return this.messages;
}
public CreateMessageRequest setOriginalAssistantId(String originalAssistantId) {
this.originalAssistantId = originalAssistantId;
return this;
}
public String getOriginalAssistantId() {
return this.originalAssistantId;
}
public CreateMessageRequest setSourceIdOfOriginalAssistantId(String sourceIdOfOriginalAssistantId) {
this.sourceIdOfOriginalAssistantId = sourceIdOfOriginalAssistantId;
return this;
}
public String getSourceIdOfOriginalAssistantId() {
return this.sourceIdOfOriginalAssistantId;
}
public CreateMessageRequest setSourceTypeOfOriginalAssistantId(String sourceTypeOfOriginalAssistantId) {
this.sourceTypeOfOriginalAssistantId = sourceTypeOfOriginalAssistantId;
return this;
}
public String getSourceTypeOfOriginalAssistantId() {
return this.sourceTypeOfOriginalAssistantId;
}
public CreateMessageRequest setThreadId(String threadId) {
this.threadId = threadId;
return this;
}
public String getThreadId() {
return this.threadId;
}
public static class CreateMessageRequestMessagesContentCardCallback extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>aliding_messageId123</p>
*/
@NameInMap("relatedMessageId")
public String relatedMessageId;
public static CreateMessageRequestMessagesContentCardCallback build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentCardCallback self = new CreateMessageRequestMessagesContentCardCallback();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentCardCallback setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateMessageRequestMessagesContentCardCallback setRelatedMessageId(String relatedMessageId) {
this.relatedMessageId = relatedMessageId;
return this;
}
public String getRelatedMessageId() {
return this.relatedMessageId;
}
}
public static class CreateMessageRequestMessagesContentDingCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>basic_card_schema</p>
*/
@NameInMap("contentType")
public String contentType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("finished")
public Boolean finished;
/**
* <strong>example:</strong>
* <p>templateId123</p>
*/
@NameInMap("templateId")
public String templateId;
public static CreateMessageRequestMessagesContentDingCard build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingCard self = new CreateMessageRequestMessagesContentDingCard();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingCard setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateMessageRequestMessagesContentDingCard setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CreateMessageRequestMessagesContentDingCard setFinished(Boolean finished) {
this.finished = finished;
return this;
}
public Boolean getFinished() {
return this.finished;
}
public CreateMessageRequestMessagesContentDingCard setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
}
public static class CreateMessageRequestMessagesContentDingNormalCardCardData extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardParamMap")
public java.util.Map<String, ?> cardParamMap;
public static CreateMessageRequestMessagesContentDingNormalCardCardData build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingNormalCardCardData self = new CreateMessageRequestMessagesContentDingNormalCardCardData();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingNormalCardCardData setCardParamMap(java.util.Map<String, ?> cardParamMap) {
this.cardParamMap = cardParamMap;
return this;
}
public java.util.Map<String, ?> getCardParamMap() {
return this.cardParamMap;
}
}
public static class CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updateCardDataByKey")
public Boolean updateCardDataByKey;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updatePrivateDataByKey")
public Boolean updatePrivateDataByKey;
public static CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions self = new CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions setUpdateCardDataByKey(Boolean updateCardDataByKey) {
this.updateCardDataByKey = updateCardDataByKey;
return this;
}
public Boolean getUpdateCardDataByKey() {
return this.updateCardDataByKey;
}
public CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions setUpdatePrivateDataByKey(Boolean updatePrivateDataByKey) {
this.updatePrivateDataByKey = updatePrivateDataByKey;
return this;
}
public Boolean getUpdatePrivateDataByKey() {
return this.updatePrivateDataByKey;
}
}
public static class CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig extends TeaModel {
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("interval")
public Integer interval;
/**
* <strong>example:</strong>
* <p>NONE</p>
*/
@NameInMap("pullStrategy")
public String pullStrategy;
/**
* <strong>example:</strong>
* <p>SECONDS</p>
*/
@NameInMap("timeUnit")
public String timeUnit;
public static CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig self = new CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setPullStrategy(String pullStrategy) {
this.pullStrategy = pullStrategy;
return this;
}
public String getPullStrategy() {
return this.pullStrategy;
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setTimeUnit(String timeUnit) {
this.timeUnit = timeUnit;
return this;
}
public String getTimeUnit() {
return this.timeUnit;
}
}
public static class CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("constParams")
public java.util.Map<String, ?> constParams;
/**
* <strong>example:</strong>
* <p>dynamicDataSourceId1</p>
*/
@NameInMap("dynamicDataSourceId")
public String dynamicDataSourceId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("pullConfig")
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig;
public static CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs self = new CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs setConstParams(java.util.Map<String, ?> constParams) {
this.constParams = constParams;
return this;
}
public java.util.Map<String, ?> getConstParams() {
return this.constParams;
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs setDynamicDataSourceId(String dynamicDataSourceId) {
this.dynamicDataSourceId = dynamicDataSourceId;
return this;
}
public String getDynamicDataSourceId() {
return this.dynamicDataSourceId;
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs setPullConfig(CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig) {
this.pullConfig = pullConfig;
return this;
}
public CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig getPullConfig() {
return this.pullConfig;
}
}
public static class CreateMessageRequestMessagesContentDingNormalCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardData")
public CreateMessageRequestMessagesContentDingNormalCardCardData cardData;
/**
* <strong>example:</strong>
* <p>templateId1</p>
*/
@NameInMap("cardTemplateId")
public String cardTemplateId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardUpdateOptions")
public CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dynamicDataSourceConfigs")
public java.util.List<CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("privateData")
public java.util.Map<String, java.util.Map<String, ?>> privateData;
public static CreateMessageRequestMessagesContentDingNormalCard build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentDingNormalCard self = new CreateMessageRequestMessagesContentDingNormalCard();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentDingNormalCard setCardData(CreateMessageRequestMessagesContentDingNormalCardCardData cardData) {
this.cardData = cardData;
return this;
}
public CreateMessageRequestMessagesContentDingNormalCardCardData getCardData() {
return this.cardData;
}
public CreateMessageRequestMessagesContentDingNormalCard setCardTemplateId(String cardTemplateId) {
this.cardTemplateId = cardTemplateId;
return this;
}
public String getCardTemplateId() {
return this.cardTemplateId;
}
public CreateMessageRequestMessagesContentDingNormalCard setCardUpdateOptions(CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions) {
this.cardUpdateOptions = cardUpdateOptions;
return this;
}
public CreateMessageRequestMessagesContentDingNormalCardCardUpdateOptions getCardUpdateOptions() {
return this.cardUpdateOptions;
}
public CreateMessageRequestMessagesContentDingNormalCard setDynamicDataSourceConfigs(java.util.List<CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs) {
this.dynamicDataSourceConfigs = dynamicDataSourceConfigs;
return this;
}
public java.util.List<CreateMessageRequestMessagesContentDingNormalCardDynamicDataSourceConfigs> getDynamicDataSourceConfigs() {
return this.dynamicDataSourceConfigs;
}
public CreateMessageRequestMessagesContentDingNormalCard setPrivateData(java.util.Map<String, java.util.Map<String, ?>> privateData) {
this.privateData = privateData;
return this;
}
public java.util.Map<String, java.util.Map<String, ?>> getPrivateData() {
return this.privateData;
}
}
public static class CreateMessageRequestMessagesContentMarkdown extends TeaModel {
/**
* <strong>example:</strong>
* <ol>
* <li>markdown内容</li>
* <li>markdown内容</li>
* </ol>
*/
@NameInMap("value")
public String value;
public static CreateMessageRequestMessagesContentMarkdown build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentMarkdown self = new CreateMessageRequestMessagesContentMarkdown();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentMarkdown setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsDataPart extends TeaModel {
@NameInMap("data")
public Object data;
public static CreateMessageRequestMessagesContentStructViewPartsDataPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsDataPart self = new CreateMessageRequestMessagesContentStructViewPartsDataPart();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsDataPart setData(Object data) {
this.data = data;
return this;
}
public Object getData() {
return this.data;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsReasonPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("reason")
public String reason;
public static CreateMessageRequestMessagesContentStructViewPartsReasonPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsReasonPart self = new CreateMessageRequestMessagesContentStructViewPartsReasonPart();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsReasonPart setReason(String reason) {
this.reason = reason;
return this;
}
public String getReason() {
return this.reason;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends extends TeaModel {
@NameInMap("mobileUrl")
public String mobileUrl;
@NameInMap("text")
public String text;
@NameInMap("url")
public String url;
public static CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends self = new CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsRecommendPart extends TeaModel {
@NameInMap("recommends")
public java.util.List<CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends> recommends;
public static CreateMessageRequestMessagesContentStructViewPartsRecommendPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsRecommendPart self = new CreateMessageRequestMessagesContentStructViewPartsRecommendPart();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsRecommendPart setRecommends(java.util.List<CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends> recommends) {
this.recommends = recommends;
return this;
}
public java.util.List<CreateMessageRequestMessagesContentStructViewPartsRecommendPartRecommends> getRecommends() {
return this.recommends;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("index")
public String index;
/**
* <strong>example:</strong>
* <p>mcp是....</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>ata</p>
*/
@NameInMap("sourceCode")
public String sourceCode;
@NameInMap("sourceIcon")
public String sourceIcon;
/**
* <strong>example:</strong>
* <p>摘要</p>
*/
@NameInMap("summary")
public String summary;
/**
* <strong>example:</strong>
* <p>《mcp原理介绍》</p>
*/
@NameInMap("title")
public String title;
/**
* <strong>example:</strong>
* <p><a href="https://taobao.com">https://taobao.com</a></p>
*/
@NameInMap("url")
public String url;
public static CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences self = new CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setSourceCode(String sourceCode) {
this.sourceCode = sourceCode;
return this;
}
public String getSourceCode() {
return this.sourceCode;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setSourceIcon(String sourceIcon) {
this.sourceIcon = sourceIcon;
return this;
}
public String getSourceIcon() {
return this.sourceIcon;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsReferencePart extends TeaModel {
@NameInMap("references")
public java.util.List<CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences> references;
public static CreateMessageRequestMessagesContentStructViewPartsReferencePart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsReferencePart self = new CreateMessageRequestMessagesContentStructViewPartsReferencePart();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePart setReferences(java.util.List<CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences> references) {
this.references = references;
return this;
}
public java.util.List<CreateMessageRequestMessagesContentStructViewPartsReferencePartReferences> getReferences() {
return this.references;
}
}
public static class CreateMessageRequestMessagesContentStructViewPartsTextPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("text")
public String text;
public static CreateMessageRequestMessagesContentStructViewPartsTextPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewPartsTextPart self = new CreateMessageRequestMessagesContentStructViewPartsTextPart();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewPartsTextPart setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateMessageRequestMessagesContentStructViewParts extends TeaModel {
@NameInMap("append")
public Boolean append;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dataPart")
public CreateMessageRequestMessagesContentStructViewPartsDataPart dataPart;
@NameInMap("finish")
public Boolean finish;
/**
* <strong>example:</strong>
* <p>这是正文内容部分</p>
*/
@NameInMap("partDesc")
public String partDesc;
/**
* <strong>example:</strong>
* <p>artifactId123</p>
*/
@NameInMap("partId")
public String partId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("reasonPart")
public CreateMessageRequestMessagesContentStructViewPartsReasonPart reasonPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("recommendPart")
public CreateMessageRequestMessagesContentStructViewPartsRecommendPart recommendPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("referencePart")
public CreateMessageRequestMessagesContentStructViewPartsReferencePart referencePart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("textPart")
public CreateMessageRequestMessagesContentStructViewPartsTextPart textPart;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>textPart</p>
*/
@NameInMap("type")
public String type;
public static CreateMessageRequestMessagesContentStructViewParts build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructViewParts self = new CreateMessageRequestMessagesContentStructViewParts();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructViewParts setAppend(Boolean append) {
this.append = append;
return this;
}
public Boolean getAppend() {
return this.append;
}
public CreateMessageRequestMessagesContentStructViewParts setDataPart(CreateMessageRequestMessagesContentStructViewPartsDataPart dataPart) {
this.dataPart = dataPart;
return this;
}
public CreateMessageRequestMessagesContentStructViewPartsDataPart getDataPart() {
return this.dataPart;
}
public CreateMessageRequestMessagesContentStructViewParts setFinish(Boolean finish) {
this.finish = finish;
return this;
}
public Boolean getFinish() {
return this.finish;
}
public CreateMessageRequestMessagesContentStructViewParts setPartDesc(String partDesc) {
this.partDesc = partDesc;
return this;
}
public String getPartDesc() {
return this.partDesc;
}
public CreateMessageRequestMessagesContentStructViewParts setPartId(String partId) {
this.partId = partId;
return this;
}
public String getPartId() {
return this.partId;
}
public CreateMessageRequestMessagesContentStructViewParts setReasonPart(CreateMessageRequestMessagesContentStructViewPartsReasonPart reasonPart) {
this.reasonPart = reasonPart;
return this;
}
public CreateMessageRequestMessagesContentStructViewPartsReasonPart getReasonPart() {
return this.reasonPart;
}
public CreateMessageRequestMessagesContentStructViewParts setRecommendPart(CreateMessageRequestMessagesContentStructViewPartsRecommendPart recommendPart) {
this.recommendPart = recommendPart;
return this;
}
public CreateMessageRequestMessagesContentStructViewPartsRecommendPart getRecommendPart() {
return this.recommendPart;
}
public CreateMessageRequestMessagesContentStructViewParts setReferencePart(CreateMessageRequestMessagesContentStructViewPartsReferencePart referencePart) {
this.referencePart = referencePart;
return this;
}
public CreateMessageRequestMessagesContentStructViewPartsReferencePart getReferencePart() {
return this.referencePart;
}
public CreateMessageRequestMessagesContentStructViewParts setTextPart(CreateMessageRequestMessagesContentStructViewPartsTextPart textPart) {
this.textPart = textPart;
return this;
}
public CreateMessageRequestMessagesContentStructViewPartsTextPart getTextPart() {
return this.textPart;
}
public CreateMessageRequestMessagesContentStructViewParts setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateMessageRequestMessagesContentStructView extends TeaModel {
@NameInMap("parts")
public java.util.List<CreateMessageRequestMessagesContentStructViewParts> parts;
public static CreateMessageRequestMessagesContentStructView build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentStructView self = new CreateMessageRequestMessagesContentStructView();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentStructView setParts(java.util.List<CreateMessageRequestMessagesContentStructViewParts> parts) {
this.parts = parts;
return this;
}
public java.util.List<CreateMessageRequestMessagesContentStructViewParts> getParts() {
return this.parts;
}
}
public static class CreateMessageRequestMessagesContentText extends TeaModel {
/**
* <strong>example:</strong>
* <p>你好!</p>
*/
@NameInMap("value")
public String value;
public static CreateMessageRequestMessagesContentText build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContentText self = new CreateMessageRequestMessagesContentText();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContentText setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateMessageRequestMessagesContent extends TeaModel {
@NameInMap("cardCallback")
public CreateMessageRequestMessagesContentCardCallback cardCallback;
@NameInMap("dingCard")
public CreateMessageRequestMessagesContentDingCard dingCard;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dingNormalCard")
public CreateMessageRequestMessagesContentDingNormalCard dingNormalCard;
@NameInMap("markdown")
public CreateMessageRequestMessagesContentMarkdown markdown;
@NameInMap("structView")
public CreateMessageRequestMessagesContentStructView structView;
@NameInMap("text")
public CreateMessageRequestMessagesContentText text;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>枚举字段,可为:text,markdown,cardCallback,dingCard,agentArtifact,dingNormalCard</p>
*/
@NameInMap("type")
public String type;
public static CreateMessageRequestMessagesContent build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessagesContent self = new CreateMessageRequestMessagesContent();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessagesContent setCardCallback(CreateMessageRequestMessagesContentCardCallback cardCallback) {
this.cardCallback = cardCallback;
return this;
}
public CreateMessageRequestMessagesContentCardCallback getCardCallback() {
return this.cardCallback;
}
public CreateMessageRequestMessagesContent setDingCard(CreateMessageRequestMessagesContentDingCard dingCard) {
this.dingCard = dingCard;
return this;
}
public CreateMessageRequestMessagesContentDingCard getDingCard() {
return this.dingCard;
}
public CreateMessageRequestMessagesContent setDingNormalCard(CreateMessageRequestMessagesContentDingNormalCard dingNormalCard) {
this.dingNormalCard = dingNormalCard;
return this;
}
public CreateMessageRequestMessagesContentDingNormalCard getDingNormalCard() {
return this.dingNormalCard;
}
public CreateMessageRequestMessagesContent setMarkdown(CreateMessageRequestMessagesContentMarkdown markdown) {
this.markdown = markdown;
return this;
}
public CreateMessageRequestMessagesContentMarkdown getMarkdown() {
return this.markdown;
}
public CreateMessageRequestMessagesContent setStructView(CreateMessageRequestMessagesContentStructView structView) {
this.structView = structView;
return this;
}
public CreateMessageRequestMessagesContentStructView getStructView() {
return this.structView;
}
public CreateMessageRequestMessagesContent setText(CreateMessageRequestMessagesContentText text) {
this.text = text;
return this;
}
public CreateMessageRequestMessagesContentText getText() {
return this.text;
}
public CreateMessageRequestMessagesContent setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateMessageRequestMessages extends TeaModel {
@NameInMap("content")
public CreateMessageRequestMessagesContent content;
/**
* <strong>example:</strong>
* <p>这是一张小猫钓鱼图</p>
*/
@NameInMap("contentDesc")
public String contentDesc;
/**
* <strong>example:</strong>
* <p>1642448000000</p>
*/
@NameInMap("createAt")
public Long createAt;
/**
* <strong>example:</strong>
* <p>user</p>
*/
@NameInMap("role")
public String role;
public static CreateMessageRequestMessages build(java.util.Map<String, ?> map) throws Exception {
CreateMessageRequestMessages self = new CreateMessageRequestMessages();
return TeaModel.build(map, self);
}
public CreateMessageRequestMessages setContent(CreateMessageRequestMessagesContent content) {
this.content = content;
return this;
}
public CreateMessageRequestMessagesContent getContent() {
return this.content;
}
public CreateMessageRequestMessages setContentDesc(String contentDesc) {
this.contentDesc = contentDesc;
return this;
}
public String getContentDesc() {
return this.contentDesc;
}
public CreateMessageRequestMessages setCreateAt(Long createAt) {
this.createAt = createAt;
return this;
}
public Long getCreateAt() {
return this.createAt;
}
public CreateMessageRequestMessages setRole(String role) {
this.role = role;
return this;
}
public String getRole() {
return this.role;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateMessageResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMessageResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateMessageResponseBody body;
public static CreateMessageResponse build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponse self = new CreateMessageResponse();
return TeaModel.build(map, self);
}
public CreateMessageResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateMessageResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateMessageResponse setBody(CreateMessageResponseBody body) {
this.body = body;
return this;
}
public CreateMessageResponseBody 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/CreateMessageResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMessageResponseBody extends TeaModel {
@NameInMap("messages")
public java.util.List<CreateMessageResponseBodyMessages> messages;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CreateMessageResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBody self = new CreateMessageResponseBody();
return TeaModel.build(map, self);
}
public CreateMessageResponseBody setMessages(java.util.List<CreateMessageResponseBodyMessages> messages) {
this.messages = messages;
return this;
}
public java.util.List<CreateMessageResponseBodyMessages> getMessages() {
return this.messages;
}
public CreateMessageResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class CreateMessageResponseBodyMessagesContentCardCallback extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <strong>example:</strong>
* <p>aliding_messageId123</p>
*/
@NameInMap("relatedMessageId")
public String relatedMessageId;
public static CreateMessageResponseBodyMessagesContentCardCallback build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentCardCallback self = new CreateMessageResponseBodyMessagesContentCardCallback();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentCardCallback setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateMessageResponseBodyMessagesContentCardCallback setRelatedMessageId(String relatedMessageId) {
this.relatedMessageId = relatedMessageId;
return this;
}
public String getRelatedMessageId() {
return this.relatedMessageId;
}
}
public static class CreateMessageResponseBodyMessagesContentDingCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>basic_card_schema</p>
*/
@NameInMap("contentType")
public String contentType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("finished")
public Boolean finished;
/**
* <strong>example:</strong>
* <p>templateId123</p>
*/
@NameInMap("templateId")
public String templateId;
public static CreateMessageResponseBodyMessagesContentDingCard build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingCard self = new CreateMessageResponseBodyMessagesContentDingCard();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingCard setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateMessageResponseBodyMessagesContentDingCard setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CreateMessageResponseBodyMessagesContentDingCard setFinished(Boolean finished) {
this.finished = finished;
return this;
}
public Boolean getFinished() {
return this.finished;
}
public CreateMessageResponseBodyMessagesContentDingCard setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
}
public static class CreateMessageResponseBodyMessagesContentDingNormalCardCardData extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardParamMap")
public java.util.Map<String, ?> cardParamMap;
public static CreateMessageResponseBodyMessagesContentDingNormalCardCardData build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingNormalCardCardData self = new CreateMessageResponseBodyMessagesContentDingNormalCardCardData();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingNormalCardCardData setCardParamMap(java.util.Map<String, ?> cardParamMap) {
this.cardParamMap = cardParamMap;
return this;
}
public java.util.Map<String, ?> getCardParamMap() {
return this.cardParamMap;
}
}
public static class CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updateCardDataByKey")
public Boolean updateCardDataByKey;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updatePrivateDataByKey")
public Boolean updatePrivateDataByKey;
public static CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions self = new CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions setUpdateCardDataByKey(Boolean updateCardDataByKey) {
this.updateCardDataByKey = updateCardDataByKey;
return this;
}
public Boolean getUpdateCardDataByKey() {
return this.updateCardDataByKey;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions setUpdatePrivateDataByKey(Boolean updatePrivateDataByKey) {
this.updatePrivateDataByKey = updatePrivateDataByKey;
return this;
}
public Boolean getUpdatePrivateDataByKey() {
return this.updatePrivateDataByKey;
}
}
public static class CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig extends TeaModel {
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("interval")
public Integer interval;
/**
* <strong>example:</strong>
* <p>NONE</p>
*/
@NameInMap("pullStrategy")
public String pullStrategy;
/**
* <strong>example:</strong>
* <p>SECONDS</p>
*/
@NameInMap("timeUnit")
public String timeUnit;
public static CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig self = new CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setPullStrategy(String pullStrategy) {
this.pullStrategy = pullStrategy;
return this;
}
public String getPullStrategy() {
return this.pullStrategy;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setTimeUnit(String timeUnit) {
this.timeUnit = timeUnit;
return this;
}
public String getTimeUnit() {
return this.timeUnit;
}
}
public static class CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("constParams")
public java.util.Map<String, ?> constParams;
/**
* <strong>example:</strong>
* <p>dynamicDataSourceId1</p>
*/
@NameInMap("dynamicDataSourceId")
public String dynamicDataSourceId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("pullConfig")
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig;
public static CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs self = new CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setConstParams(java.util.Map<String, ?> constParams) {
this.constParams = constParams;
return this;
}
public java.util.Map<String, ?> getConstParams() {
return this.constParams;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setDynamicDataSourceId(String dynamicDataSourceId) {
this.dynamicDataSourceId = dynamicDataSourceId;
return this;
}
public String getDynamicDataSourceId() {
return this.dynamicDataSourceId;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setPullConfig(CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig) {
this.pullConfig = pullConfig;
return this;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig getPullConfig() {
return this.pullConfig;
}
}
public static class CreateMessageResponseBodyMessagesContentDingNormalCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardData")
public CreateMessageResponseBodyMessagesContentDingNormalCardCardData cardData;
/**
* <strong>example:</strong>
* <p>templateId1</p>
*/
@NameInMap("cardTemplateId")
public String cardTemplateId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardUpdateOptions")
public CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dynamicDataSourceConfigs")
public java.util.List<CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("privateData")
public java.util.Map<String, java.util.Map<String, ?>> privateData;
public static CreateMessageResponseBodyMessagesContentDingNormalCard build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentDingNormalCard self = new CreateMessageResponseBodyMessagesContentDingNormalCard();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentDingNormalCard setCardData(CreateMessageResponseBodyMessagesContentDingNormalCardCardData cardData) {
this.cardData = cardData;
return this;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardCardData getCardData() {
return this.cardData;
}
public CreateMessageResponseBodyMessagesContentDingNormalCard setCardTemplateId(String cardTemplateId) {
this.cardTemplateId = cardTemplateId;
return this;
}
public String getCardTemplateId() {
return this.cardTemplateId;
}
public CreateMessageResponseBodyMessagesContentDingNormalCard setCardUpdateOptions(CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions) {
this.cardUpdateOptions = cardUpdateOptions;
return this;
}
public CreateMessageResponseBodyMessagesContentDingNormalCardCardUpdateOptions getCardUpdateOptions() {
return this.cardUpdateOptions;
}
public CreateMessageResponseBodyMessagesContentDingNormalCard setDynamicDataSourceConfigs(java.util.List<CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs) {
this.dynamicDataSourceConfigs = dynamicDataSourceConfigs;
return this;
}
public java.util.List<CreateMessageResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> getDynamicDataSourceConfigs() {
return this.dynamicDataSourceConfigs;
}
public CreateMessageResponseBodyMessagesContentDingNormalCard setPrivateData(java.util.Map<String, java.util.Map<String, ?>> privateData) {
this.privateData = privateData;
return this;
}
public java.util.Map<String, java.util.Map<String, ?>> getPrivateData() {
return this.privateData;
}
}
public static class CreateMessageResponseBodyMessagesContentMarkdown extends TeaModel {
/**
* <strong>example:</strong>
* <ol>
* <li>markdown内容</li>
* <li>markdown内容</li>
* </ol>
*/
@NameInMap("value")
public String value;
public static CreateMessageResponseBodyMessagesContentMarkdown build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentMarkdown self = new CreateMessageResponseBodyMessagesContentMarkdown();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentMarkdown setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsDataPart extends TeaModel {
@NameInMap("data")
public Object data;
public static CreateMessageResponseBodyMessagesContentStructViewPartsDataPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsDataPart self = new CreateMessageResponseBodyMessagesContentStructViewPartsDataPart();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsDataPart setData(Object data) {
this.data = data;
return this;
}
public Object getData() {
return this.data;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("reason")
public String reason;
public static CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart self = new CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart setReason(String reason) {
this.reason = reason;
return this;
}
public String getReason() {
return this.reason;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends extends TeaModel {
@NameInMap("mobileUrl")
public String mobileUrl;
@NameInMap("text")
public String text;
@NameInMap("url")
public String url;
public static CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends self = new CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart extends TeaModel {
@NameInMap("recommends")
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> recommends;
public static CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart self = new CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart setRecommends(java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> recommends) {
this.recommends = recommends;
return this;
}
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> getRecommends() {
return this.recommends;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("index")
public String index;
/**
* <strong>example:</strong>
* <p>mcp是....</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>ata</p>
*/
@NameInMap("sourceCode")
public String sourceCode;
@NameInMap("sourceIcon")
public String sourceIcon;
/**
* <strong>example:</strong>
* <p>摘要</p>
*/
@NameInMap("summary")
public String summary;
/**
* <strong>example:</strong>
* <p>《mcp原理介绍》</p>
*/
@NameInMap("title")
public String title;
/**
* <strong>example:</strong>
* <p><a href="https://taobao.com">https://taobao.com</a></p>
*/
@NameInMap("url")
public String url;
public static CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences self = new CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setSourceCode(String sourceCode) {
this.sourceCode = sourceCode;
return this;
}
public String getSourceCode() {
return this.sourceCode;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setSourceIcon(String sourceIcon) {
this.sourceIcon = sourceIcon;
return this;
}
public String getSourceIcon() {
return this.sourceIcon;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart extends TeaModel {
@NameInMap("references")
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences> references;
public static CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart self = new CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart setReferences(java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences> references) {
this.references = references;
return this;
}
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewPartsReferencePartReferences> getReferences() {
return this.references;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewPartsTextPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("text")
public String text;
public static CreateMessageResponseBodyMessagesContentStructViewPartsTextPart build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewPartsTextPart self = new CreateMessageResponseBodyMessagesContentStructViewPartsTextPart();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewPartsTextPart setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateMessageResponseBodyMessagesContentStructViewParts extends TeaModel {
@NameInMap("append")
public Boolean append;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dataPart")
public CreateMessageResponseBodyMessagesContentStructViewPartsDataPart dataPart;
@NameInMap("finish")
public Boolean finish;
/**
* <strong>example:</strong>
* <p>这是正文内容部分</p>
*/
@NameInMap("partDesc")
public String partDesc;
/**
* <strong>example:</strong>
* <p>artifactId123</p>
*/
@NameInMap("partId")
public String partId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("reasonPart")
public CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart reasonPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("recommendPart")
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart recommendPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("referencePart")
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart referencePart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("textPart")
public CreateMessageResponseBodyMessagesContentStructViewPartsTextPart textPart;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>textPart</p>
*/
@NameInMap("type")
public String type;
public static CreateMessageResponseBodyMessagesContentStructViewParts build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructViewParts self = new CreateMessageResponseBodyMessagesContentStructViewParts();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructViewParts setAppend(Boolean append) {
this.append = append;
return this;
}
public Boolean getAppend() {
return this.append;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setDataPart(CreateMessageResponseBodyMessagesContentStructViewPartsDataPart dataPart) {
this.dataPart = dataPart;
return this;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsDataPart getDataPart() {
return this.dataPart;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setFinish(Boolean finish) {
this.finish = finish;
return this;
}
public Boolean getFinish() {
return this.finish;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setPartDesc(String partDesc) {
this.partDesc = partDesc;
return this;
}
public String getPartDesc() {
return this.partDesc;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setPartId(String partId) {
this.partId = partId;
return this;
}
public String getPartId() {
return this.partId;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setReasonPart(CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart reasonPart) {
this.reasonPart = reasonPart;
return this;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReasonPart getReasonPart() {
return this.reasonPart;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setRecommendPart(CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart recommendPart) {
this.recommendPart = recommendPart;
return this;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsRecommendPart getRecommendPart() {
return this.recommendPart;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setReferencePart(CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart referencePart) {
this.referencePart = referencePart;
return this;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsReferencePart getReferencePart() {
return this.referencePart;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setTextPart(CreateMessageResponseBodyMessagesContentStructViewPartsTextPart textPart) {
this.textPart = textPart;
return this;
}
public CreateMessageResponseBodyMessagesContentStructViewPartsTextPart getTextPart() {
return this.textPart;
}
public CreateMessageResponseBodyMessagesContentStructViewParts setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateMessageResponseBodyMessagesContentStructView extends TeaModel {
@NameInMap("parts")
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewParts> parts;
public static CreateMessageResponseBodyMessagesContentStructView build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentStructView self = new CreateMessageResponseBodyMessagesContentStructView();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentStructView setParts(java.util.List<CreateMessageResponseBodyMessagesContentStructViewParts> parts) {
this.parts = parts;
return this;
}
public java.util.List<CreateMessageResponseBodyMessagesContentStructViewParts> getParts() {
return this.parts;
}
}
public static class CreateMessageResponseBodyMessagesContentText extends TeaModel {
/**
* <strong>example:</strong>
* <p>你好!</p>
*/
@NameInMap("value")
public String value;
public static CreateMessageResponseBodyMessagesContentText build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContentText self = new CreateMessageResponseBodyMessagesContentText();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContentText setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateMessageResponseBodyMessagesContent extends TeaModel {
@NameInMap("cardCallback")
public CreateMessageResponseBodyMessagesContentCardCallback cardCallback;
@NameInMap("dingCard")
public CreateMessageResponseBodyMessagesContentDingCard dingCard;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dingNormalCard")
public CreateMessageResponseBodyMessagesContentDingNormalCard dingNormalCard;
@NameInMap("markdown")
public CreateMessageResponseBodyMessagesContentMarkdown markdown;
@NameInMap("structView")
public CreateMessageResponseBodyMessagesContentStructView structView;
@NameInMap("text")
public CreateMessageResponseBodyMessagesContentText text;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>枚举字段,可为:text,markdown,cardCallback,dingCard,agentArtifact,dingNormalCard</p>
*/
@NameInMap("type")
public String type;
public static CreateMessageResponseBodyMessagesContent build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessagesContent self = new CreateMessageResponseBodyMessagesContent();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessagesContent setCardCallback(CreateMessageResponseBodyMessagesContentCardCallback cardCallback) {
this.cardCallback = cardCallback;
return this;
}
public CreateMessageResponseBodyMessagesContentCardCallback getCardCallback() {
return this.cardCallback;
}
public CreateMessageResponseBodyMessagesContent setDingCard(CreateMessageResponseBodyMessagesContentDingCard dingCard) {
this.dingCard = dingCard;
return this;
}
public CreateMessageResponseBodyMessagesContentDingCard getDingCard() {
return this.dingCard;
}
public CreateMessageResponseBodyMessagesContent setDingNormalCard(CreateMessageResponseBodyMessagesContentDingNormalCard dingNormalCard) {
this.dingNormalCard = dingNormalCard;
return this;
}
public CreateMessageResponseBodyMessagesContentDingNormalCard getDingNormalCard() {
return this.dingNormalCard;
}
public CreateMessageResponseBodyMessagesContent setMarkdown(CreateMessageResponseBodyMessagesContentMarkdown markdown) {
this.markdown = markdown;
return this;
}
public CreateMessageResponseBodyMessagesContentMarkdown getMarkdown() {
return this.markdown;
}
public CreateMessageResponseBodyMessagesContent setStructView(CreateMessageResponseBodyMessagesContentStructView structView) {
this.structView = structView;
return this;
}
public CreateMessageResponseBodyMessagesContentStructView getStructView() {
return this.structView;
}
public CreateMessageResponseBodyMessagesContent setText(CreateMessageResponseBodyMessagesContentText text) {
this.text = text;
return this;
}
public CreateMessageResponseBodyMessagesContentText getText() {
return this.text;
}
public CreateMessageResponseBodyMessagesContent setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateMessageResponseBodyMessages extends TeaModel {
@NameInMap("content")
public CreateMessageResponseBodyMessagesContent content;
/**
* <strong>example:</strong>
* <p>这是一张小猫钓鱼图</p>
*/
@NameInMap("contentDesc")
public String contentDesc;
/**
* <strong>example:</strong>
* <p>1642448000000</p>
*/
@NameInMap("createAt")
public Long createAt;
/**
* <strong>example:</strong>
* <p>messageId1</p>
*/
@NameInMap("id")
public String id;
/**
* <strong>example:</strong>
* <p>user</p>
*/
@NameInMap("role")
public String role;
/**
* <strong>example:</strong>
* <p>runId1</p>
*/
@NameInMap("runId")
public String runId;
/**
* <strong>example:</strong>
* <p>threadId1</p>
*/
@NameInMap("threadId")
public String threadId;
public static CreateMessageResponseBodyMessages build(java.util.Map<String, ?> map) throws Exception {
CreateMessageResponseBodyMessages self = new CreateMessageResponseBodyMessages();
return TeaModel.build(map, self);
}
public CreateMessageResponseBodyMessages setContent(CreateMessageResponseBodyMessagesContent content) {
this.content = content;
return this;
}
public CreateMessageResponseBodyMessagesContent getContent() {
return this.content;
}
public CreateMessageResponseBodyMessages setContentDesc(String contentDesc) {
this.contentDesc = contentDesc;
return this;
}
public String getContentDesc() {
return this.contentDesc;
}
public CreateMessageResponseBodyMessages setCreateAt(Long createAt) {
this.createAt = createAt;
return this;
}
public Long getCreateAt() {
return this.createAt;
}
public CreateMessageResponseBodyMessages setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateMessageResponseBodyMessages setRole(String role) {
this.role = role;
return this;
}
public String getRole() {
return this.role;
}
public CreateMessageResponseBodyMessages setRunId(String runId) {
this.runId = runId;
return this;
}
public String getRunId() {
return this.runId;
}
public CreateMessageResponseBodyMessages 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/CreateMultiDimTableFieldHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateMultiDimTableFieldHeadersAccountContext accountContext;
public static CreateMultiDimTableFieldHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldHeaders self = new CreateMultiDimTableFieldHeaders();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMultiDimTableFieldHeaders setAccountContext(CreateMultiDimTableFieldHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateMultiDimTableFieldHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateMultiDimTableFieldHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateMultiDimTableFieldHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldHeadersAccountContext self = new CreateMultiDimTableFieldHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldHeadersAccountContext 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/CreateMultiDimTableFieldRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>r1R7q3QmWew5lo02fxB7noNyJxxxxxx</p>
*/
@NameInMap("BaseId")
public String baseId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("Property")
public java.util.Map<String, ?> property;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("SheetIdOrName")
public String sheetIdOrName;
@NameInMap("TenantContext")
public CreateMultiDimTableFieldRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>text</p>
*/
@NameInMap("Type")
public String type;
public static CreateMultiDimTableFieldRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldRequest self = new CreateMultiDimTableFieldRequest();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldRequest setBaseId(String baseId) {
this.baseId = baseId;
return this;
}
public String getBaseId() {
return this.baseId;
}
public CreateMultiDimTableFieldRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateMultiDimTableFieldRequest setProperty(java.util.Map<String, ?> property) {
this.property = property;
return this;
}
public java.util.Map<String, ?> getProperty() {
return this.property;
}
public CreateMultiDimTableFieldRequest setSheetIdOrName(String sheetIdOrName) {
this.sheetIdOrName = sheetIdOrName;
return this;
}
public String getSheetIdOrName() {
return this.sheetIdOrName;
}
public CreateMultiDimTableFieldRequest setTenantContext(CreateMultiDimTableFieldRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateMultiDimTableFieldRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateMultiDimTableFieldRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public static class CreateMultiDimTableFieldRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateMultiDimTableFieldRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldRequestTenantContext self = new CreateMultiDimTableFieldRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldRequestTenantContext 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/CreateMultiDimTableFieldResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateMultiDimTableFieldResponseBody body;
public static CreateMultiDimTableFieldResponse build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldResponse self = new CreateMultiDimTableFieldResponse();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateMultiDimTableFieldResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateMultiDimTableFieldResponse setBody(CreateMultiDimTableFieldResponseBody body) {
this.body = body;
return this;
}
public CreateMultiDimTableFieldResponseBody 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/CreateMultiDimTableFieldResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>UhfysgH</p>
*/
@NameInMap("Id")
public String id;
@NameInMap("Name")
public String name;
@NameInMap("Property")
public java.util.Map<String, ?> property;
/**
* <strong>example:</strong>
* <p>text</p>
*/
@NameInMap("Type")
public String type;
/**
* <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 CreateMultiDimTableFieldResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldResponseBody self = new CreateMultiDimTableFieldResponseBody();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldResponseBody setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateMultiDimTableFieldResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateMultiDimTableFieldResponseBody setProperty(java.util.Map<String, ?> property) {
this.property = property;
return this;
}
public java.util.Map<String, ?> getProperty() {
return this.property;
}
public CreateMultiDimTableFieldResponseBody setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
public CreateMultiDimTableFieldResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateMultiDimTableFieldResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateMultiDimTableFieldResponseBody 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/CreateMultiDimTableFieldShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateMultiDimTableFieldShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldShrinkHeaders self = new CreateMultiDimTableFieldShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateMultiDimTableFieldShrinkHeaders 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/CreateMultiDimTableFieldShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateMultiDimTableFieldShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>r1R7q3QmWew5lo02fxB7noNyJxxxxxx</p>
*/
@NameInMap("BaseId")
public String baseId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("Property")
public String propertyShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("SheetIdOrName")
public String sheetIdOrName;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>text</p>
*/
@NameInMap("Type")
public String type;
public static CreateMultiDimTableFieldShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateMultiDimTableFieldShrinkRequest self = new CreateMultiDimTableFieldShrinkRequest();
return TeaModel.build(map, self);
}
public CreateMultiDimTableFieldShrinkRequest setBaseId(String baseId) {
this.baseId = baseId;
return this;
}
public String getBaseId() {
return this.baseId;
}
public CreateMultiDimTableFieldShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateMultiDimTableFieldShrinkRequest setPropertyShrink(String propertyShrink) {
this.propertyShrink = propertyShrink;
return this;
}
public String getPropertyShrink() {
return this.propertyShrink;
}
public CreateMultiDimTableFieldShrinkRequest setSheetIdOrName(String sheetIdOrName) {
this.sheetIdOrName = sheetIdOrName;
return this;
}
public String getSheetIdOrName() {
return this.sheetIdOrName;
}
public CreateMultiDimTableFieldShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateMultiDimTableFieldShrinkRequest setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateOrUpdateFormDataHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrUpdateFormDataHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateOrUpdateFormDataHeadersAccountContext accountContext;
public static CreateOrUpdateFormDataHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataHeaders self = new CreateOrUpdateFormDataHeaders();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateOrUpdateFormDataHeaders setAccountContext(CreateOrUpdateFormDataHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateOrUpdateFormDataHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateOrUpdateFormDataHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateOrUpdateFormDataHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataHeadersAccountContext self = new CreateOrUpdateFormDataHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataHeadersAccountContext 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/CreateOrUpdateFormDataRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrUpdateFormDataRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>APP_XCE0EVXS6DYG3YDYC5RD</p>
*/
@NameInMap("AppType")
public String appType;
/**
* <strong>example:</strong>
* <p>{\"countrySelectField_l0c1cwiu\":[{\"value\":\"US\"}]}</p>
*/
@NameInMap("FormDataJson")
public String formDataJson;
/**
* <strong>example:</strong>
* <p>FORM-GX866MC1NC1VOFF6WVQW33FD16E23L3CPMKVKA</p>
*/
@NameInMap("FormUuid")
public String formUuid;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("NoExecuteExpression")
public Boolean noExecuteExpression;
@NameInMap("SearchCondition")
public String searchCondition;
/**
* <strong>example:</strong>
* <p>09866181UTZVVD4R3DC955FNKIM52HVPU5WWK7</p>
*/
@NameInMap("SystemToken")
public String systemToken;
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("UserId")
public String userId;
public static CreateOrUpdateFormDataRequest build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataRequest self = new CreateOrUpdateFormDataRequest();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataRequest setAppType(String appType) {
this.appType = appType;
return this;
}
public String getAppType() {
return this.appType;
}
public CreateOrUpdateFormDataRequest setFormDataJson(String formDataJson) {
this.formDataJson = formDataJson;
return this;
}
public String getFormDataJson() {
return this.formDataJson;
}
public CreateOrUpdateFormDataRequest setFormUuid(String formUuid) {
this.formUuid = formUuid;
return this;
}
public String getFormUuid() {
return this.formUuid;
}
public CreateOrUpdateFormDataRequest setNoExecuteExpression(Boolean noExecuteExpression) {
this.noExecuteExpression = noExecuteExpression;
return this;
}
public Boolean getNoExecuteExpression() {
return this.noExecuteExpression;
}
public CreateOrUpdateFormDataRequest setSearchCondition(String searchCondition) {
this.searchCondition = searchCondition;
return this;
}
public String getSearchCondition() {
return this.searchCondition;
}
public CreateOrUpdateFormDataRequest setSystemToken(String systemToken) {
this.systemToken = systemToken;
return this;
}
public String getSystemToken() {
return this.systemToken;
}
public CreateOrUpdateFormDataRequest setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateOrUpdateFormDataResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrUpdateFormDataResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateOrUpdateFormDataResponseBody body;
public static CreateOrUpdateFormDataResponse build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataResponse self = new CreateOrUpdateFormDataResponse();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateOrUpdateFormDataResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateOrUpdateFormDataResponse setBody(CreateOrUpdateFormDataResponseBody body) {
this.body = body;
return this;
}
public CreateOrUpdateFormDataResponseBody 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/CreateOrUpdateFormDataResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrUpdateFormDataResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>[ "FINST-SASNOO39NSIFF780" ]</p>
*/
@NameInMap("result")
public java.util.List<String> result;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CreateOrUpdateFormDataResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataResponseBody self = new CreateOrUpdateFormDataResponseBody();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateOrUpdateFormDataResponseBody setResult(java.util.List<String> result) {
this.result = result;
return this;
}
public java.util.List<String> getResult() {
return this.result;
}
public CreateOrUpdateFormDataResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateOrUpdateFormDataResponseBody 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/CreateOrUpdateFormDataShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrUpdateFormDataShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateOrUpdateFormDataShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateOrUpdateFormDataShrinkHeaders self = new CreateOrUpdateFormDataShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateOrUpdateFormDataShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateOrUpdateFormDataShrinkHeaders 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/CreateOrgHonorTemplateHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateOrgHonorTemplateHeadersAccountContext accountContext;
public static CreateOrgHonorTemplateHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateHeaders self = new CreateOrgHonorTemplateHeaders();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateOrgHonorTemplateHeaders setAccountContext(CreateOrgHonorTemplateHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateOrgHonorTemplateHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateOrgHonorTemplateHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>208579</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateOrgHonorTemplateHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateHeadersAccountContext self = new CreateOrgHonorTemplateHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateHeadersAccountContext 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/CreateOrgHonorTemplateRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateRequest extends TeaModel {
@NameInMap("TenantContext")
public CreateOrgHonorTemplateRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>fsdfasdjf132342d</p>
*/
@NameInMap("avatarFrameMediaId")
public String avatarFrameMediaId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>#FFFBB4</p>
*/
@NameInMap("defaultBgColor")
public String defaultBgColor;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("medalDesc")
public String medalDesc;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1273adf23</p>
*/
@NameInMap("medalMediaId")
public String medalMediaId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("medalName")
public String medalName;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("orgId")
public Long orgId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>363784</p>
*/
@NameInMap("userId")
public String userId;
public static CreateOrgHonorTemplateRequest build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateRequest self = new CreateOrgHonorTemplateRequest();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateRequest setTenantContext(CreateOrgHonorTemplateRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateOrgHonorTemplateRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateOrgHonorTemplateRequest setAvatarFrameMediaId(String avatarFrameMediaId) {
this.avatarFrameMediaId = avatarFrameMediaId;
return this;
}
public String getAvatarFrameMediaId() {
return this.avatarFrameMediaId;
}
public CreateOrgHonorTemplateRequest setDefaultBgColor(String defaultBgColor) {
this.defaultBgColor = defaultBgColor;
return this;
}
public String getDefaultBgColor() {
return this.defaultBgColor;
}
public CreateOrgHonorTemplateRequest setMedalDesc(String medalDesc) {
this.medalDesc = medalDesc;
return this;
}
public String getMedalDesc() {
return this.medalDesc;
}
public CreateOrgHonorTemplateRequest setMedalMediaId(String medalMediaId) {
this.medalMediaId = medalMediaId;
return this;
}
public String getMedalMediaId() {
return this.medalMediaId;
}
public CreateOrgHonorTemplateRequest setMedalName(String medalName) {
this.medalName = medalName;
return this;
}
public String getMedalName() {
return this.medalName;
}
public CreateOrgHonorTemplateRequest setOrgId(Long orgId) {
this.orgId = orgId;
return this;
}
public Long getOrgId() {
return this.orgId;
}
public CreateOrgHonorTemplateRequest setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
public static class CreateOrgHonorTemplateRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateOrgHonorTemplateRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateRequestTenantContext self = new CreateOrgHonorTemplateRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateRequestTenantContext 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/CreateOrgHonorTemplateResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateOrgHonorTemplateResponseBody body;
public static CreateOrgHonorTemplateResponse build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateResponse self = new CreateOrgHonorTemplateResponse();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateOrgHonorTemplateResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateOrgHonorTemplateResponse setBody(CreateOrgHonorTemplateResponseBody body) {
this.body = body;
return this;
}
public CreateOrgHonorTemplateResponseBody 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/CreateOrgHonorTemplateResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>21660610</p>
*/
@NameInMap("honorId")
public String honorId;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CreateOrgHonorTemplateResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateResponseBody self = new CreateOrgHonorTemplateResponseBody();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateResponseBody setHonorId(String honorId) {
this.honorId = honorId;
return this;
}
public String getHonorId() {
return this.honorId;
}
public CreateOrgHonorTemplateResponseBody 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/CreateOrgHonorTemplateShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateOrgHonorTemplateShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateShrinkHeaders self = new CreateOrgHonorTemplateShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateOrgHonorTemplateShrinkHeaders 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/CreateOrgHonorTemplateShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateOrgHonorTemplateShrinkRequest extends TeaModel {
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>fsdfasdjf132342d</p>
*/
@NameInMap("avatarFrameMediaId")
public String avatarFrameMediaId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>#FFFBB4</p>
*/
@NameInMap("defaultBgColor")
public String defaultBgColor;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("medalDesc")
public String medalDesc;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1273adf23</p>
*/
@NameInMap("medalMediaId")
public String medalMediaId;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("medalName")
public String medalName;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("orgId")
public Long orgId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>363784</p>
*/
@NameInMap("userId")
public String userId;
public static CreateOrgHonorTemplateShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateOrgHonorTemplateShrinkRequest self = new CreateOrgHonorTemplateShrinkRequest();
return TeaModel.build(map, self);
}
public CreateOrgHonorTemplateShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateOrgHonorTemplateShrinkRequest setAvatarFrameMediaId(String avatarFrameMediaId) {
this.avatarFrameMediaId = avatarFrameMediaId;
return this;
}
public String getAvatarFrameMediaId() {
return this.avatarFrameMediaId;
}
public CreateOrgHonorTemplateShrinkRequest setDefaultBgColor(String defaultBgColor) {
this.defaultBgColor = defaultBgColor;
return this;
}
public String getDefaultBgColor() {
return this.defaultBgColor;
}
public CreateOrgHonorTemplateShrinkRequest setMedalDesc(String medalDesc) {
this.medalDesc = medalDesc;
return this;
}
public String getMedalDesc() {
return this.medalDesc;
}
public CreateOrgHonorTemplateShrinkRequest setMedalMediaId(String medalMediaId) {
this.medalMediaId = medalMediaId;
return this;
}
public String getMedalMediaId() {
return this.medalMediaId;
}
public CreateOrgHonorTemplateShrinkRequest setMedalName(String medalName) {
this.medalName = medalName;
return this;
}
public String getMedalName() {
return this.medalName;
}
public CreateOrgHonorTemplateShrinkRequest setOrgId(Long orgId) {
this.orgId = orgId;
return this;
}
public Long getOrgId() {
return this.orgId;
}
public CreateOrgHonorTemplateShrinkRequest setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreatePersonalTodoTaskHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreatePersonalTodoTaskHeadersAccountContext accountContext;
public static CreatePersonalTodoTaskHeaders build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskHeaders self = new CreatePersonalTodoTaskHeaders();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreatePersonalTodoTaskHeaders setAccountContext(CreatePersonalTodoTaskHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreatePersonalTodoTaskHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreatePersonalTodoTaskHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ba3a9b612345678d8fedf544ef69d19e</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreatePersonalTodoTaskHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskHeadersAccountContext self = new CreatePersonalTodoTaskHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskHeadersAccountContext 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/CreatePersonalTodoTaskRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>待办备注信息</p>
*/
@NameInMap("Description")
public String description;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("DueTime")
public Long dueTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ExecutorIds")
public java.util.List<String> executorIds;
@NameInMap("NotifyConfigs")
public CreatePersonalTodoTaskRequestNotifyConfigs notifyConfigs;
/**
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ParticipantIds")
public java.util.List<String> participantIds;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("ReminderTimeStamp")
public Long reminderTimeStamp;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>待办标题</p>
*/
@NameInMap("Subject")
public String subject;
@NameInMap("TenantContext")
public CreatePersonalTodoTaskRequestTenantContext tenantContext;
public static CreatePersonalTodoTaskRequest build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskRequest self = new CreatePersonalTodoTaskRequest();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreatePersonalTodoTaskRequest setDueTime(Long dueTime) {
this.dueTime = dueTime;
return this;
}
public Long getDueTime() {
return this.dueTime;
}
public CreatePersonalTodoTaskRequest setExecutorIds(java.util.List<String> executorIds) {
this.executorIds = executorIds;
return this;
}
public java.util.List<String> getExecutorIds() {
return this.executorIds;
}
public CreatePersonalTodoTaskRequest setNotifyConfigs(CreatePersonalTodoTaskRequestNotifyConfigs notifyConfigs) {
this.notifyConfigs = notifyConfigs;
return this;
}
public CreatePersonalTodoTaskRequestNotifyConfigs getNotifyConfigs() {
return this.notifyConfigs;
}
public CreatePersonalTodoTaskRequest setParticipantIds(java.util.List<String> participantIds) {
this.participantIds = participantIds;
return this;
}
public java.util.List<String> getParticipantIds() {
return this.participantIds;
}
public CreatePersonalTodoTaskRequest setReminderTimeStamp(Long reminderTimeStamp) {
this.reminderTimeStamp = reminderTimeStamp;
return this;
}
public Long getReminderTimeStamp() {
return this.reminderTimeStamp;
}
public CreatePersonalTodoTaskRequest setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public CreatePersonalTodoTaskRequest setTenantContext(CreatePersonalTodoTaskRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreatePersonalTodoTaskRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public static class CreatePersonalTodoTaskRequestNotifyConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("DingNotify")
public String dingNotify;
public static CreatePersonalTodoTaskRequestNotifyConfigs build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskRequestNotifyConfigs self = new CreatePersonalTodoTaskRequestNotifyConfigs();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskRequestNotifyConfigs setDingNotify(String dingNotify) {
this.dingNotify = dingNotify;
return this;
}
public String getDingNotify() {
return this.dingNotify;
}
}
public static class CreatePersonalTodoTaskRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreatePersonalTodoTaskRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskRequestTenantContext self = new CreatePersonalTodoTaskRequestTenantContext();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskRequestTenantContext 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/CreatePersonalTodoTaskResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreatePersonalTodoTaskResponseBody body;
public static CreatePersonalTodoTaskResponse build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskResponse self = new CreatePersonalTodoTaskResponse();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreatePersonalTodoTaskResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreatePersonalTodoTaskResponse setBody(CreatePersonalTodoTaskResponseBody body) {
this.body = body;
return this;
}
public CreatePersonalTodoTaskResponseBody 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/CreatePersonalTodoTaskResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("createdTime")
public Long createdTime;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>task123abc</p>
*/
@NameInMap("taskId")
public String taskId;
/**
* <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 CreatePersonalTodoTaskResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskResponseBody self = new CreatePersonalTodoTaskResponseBody();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskResponseBody setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
return this;
}
public Long getCreatedTime() {
return this.createdTime;
}
public CreatePersonalTodoTaskResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreatePersonalTodoTaskResponseBody setTaskId(String taskId) {
this.taskId = taskId;
return this;
}
public String getTaskId() {
return this.taskId;
}
public CreatePersonalTodoTaskResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreatePersonalTodoTaskResponseBody 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/CreatePersonalTodoTaskShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreatePersonalTodoTaskShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskShrinkHeaders self = new CreatePersonalTodoTaskShrinkHeaders();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreatePersonalTodoTaskShrinkHeaders 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/CreatePersonalTodoTaskShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreatePersonalTodoTaskShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>待办备注信息</p>
*/
@NameInMap("Description")
public String description;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("DueTime")
public Long dueTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ExecutorIds")
public String executorIdsShrink;
@NameInMap("NotifyConfigs")
public String notifyConfigsShrink;
/**
* <strong>example:</strong>
* <p>[ "012345" ]</p>
*/
@NameInMap("ParticipantIds")
public String participantIdsShrink;
/**
* <strong>example:</strong>
* <p>1703750708595</p>
*/
@NameInMap("ReminderTimeStamp")
public Long reminderTimeStamp;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>待办标题</p>
*/
@NameInMap("Subject")
public String subject;
@NameInMap("TenantContext")
public String tenantContextShrink;
public static CreatePersonalTodoTaskShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreatePersonalTodoTaskShrinkRequest self = new CreatePersonalTodoTaskShrinkRequest();
return TeaModel.build(map, self);
}
public CreatePersonalTodoTaskShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreatePersonalTodoTaskShrinkRequest setDueTime(Long dueTime) {
this.dueTime = dueTime;
return this;
}
public Long getDueTime() {
return this.dueTime;
}
public CreatePersonalTodoTaskShrinkRequest setExecutorIdsShrink(String executorIdsShrink) {
this.executorIdsShrink = executorIdsShrink;
return this;
}
public String getExecutorIdsShrink() {
return this.executorIdsShrink;
}
public CreatePersonalTodoTaskShrinkRequest setNotifyConfigsShrink(String notifyConfigsShrink) {
this.notifyConfigsShrink = notifyConfigsShrink;
return this;
}
public String getNotifyConfigsShrink() {
return this.notifyConfigsShrink;
}
public CreatePersonalTodoTaskShrinkRequest setParticipantIdsShrink(String participantIdsShrink) {
this.participantIdsShrink = participantIdsShrink;
return this;
}
public String getParticipantIdsShrink() {
return this.participantIdsShrink;
}
public CreatePersonalTodoTaskShrinkRequest setReminderTimeStamp(Long reminderTimeStamp) {
this.reminderTimeStamp = reminderTimeStamp;
return this;
}
public Long getReminderTimeStamp() {
return this.reminderTimeStamp;
}
public CreatePersonalTodoTaskShrinkRequest setSubject(String subject) {
this.subject = subject;
return this;
}
public String getSubject() {
return this.subject;
}
public CreatePersonalTodoTaskShrinkRequest 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/CreateReportHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateReportHeadersAccountContext accountContext;
public static CreateReportHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateReportHeaders self = new CreateReportHeaders();
return TeaModel.build(map, self);
}
public CreateReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateReportHeaders setAccountContext(CreateReportHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateReportHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateReportHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateReportHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateReportHeadersAccountContext self = new CreateReportHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateReportHeadersAccountContext 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/CreateReportRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("Contents")
public java.util.List<CreateReportRequestContents> 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 CreateReportRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("ToChat")
public Boolean toChat;
/**
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("ToCids")
public java.util.List<String> toCids;
/**
* <strong>example:</strong>
* <p>[123,456]</p>
*/
@NameInMap("ToUserids")
public java.util.List<String> toUserids;
public static CreateReportRequest build(java.util.Map<String, ?> map) throws Exception {
CreateReportRequest self = new CreateReportRequest();
return TeaModel.build(map, self);
}
public CreateReportRequest setContents(java.util.List<CreateReportRequestContents> contents) {
this.contents = contents;
return this;
}
public java.util.List<CreateReportRequestContents> getContents() {
return this.contents;
}
public CreateReportRequest setDdFrom(String ddFrom) {
this.ddFrom = ddFrom;
return this;
}
public String getDdFrom() {
return this.ddFrom;
}
public CreateReportRequest setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
public CreateReportRequest setTenantContext(CreateReportRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateReportRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateReportRequest setToChat(Boolean toChat) {
this.toChat = toChat;
return this;
}
public Boolean getToChat() {
return this.toChat;
}
public CreateReportRequest setToCids(java.util.List<String> toCids) {
this.toCids = toCids;
return this;
}
public java.util.List<String> getToCids() {
return this.toCids;
}
public CreateReportRequest setToUserids(java.util.List<String> toUserids) {
this.toUserids = toUserids;
return this;
}
public java.util.List<String> getToUserids() {
return this.toUserids;
}
public static class CreateReportRequestContents 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>0</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 CreateReportRequestContents build(java.util.Map<String, ?> map) throws Exception {
CreateReportRequestContents self = new CreateReportRequestContents();
return TeaModel.build(map, self);
}
public CreateReportRequestContents setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateReportRequestContents setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CreateReportRequestContents setKey(String key) {
this.key = key;
return this;
}
public String getKey() {
return this.key;
}
public CreateReportRequestContents setSort(Long sort) {
this.sort = sort;
return this;
}
public Long getSort() {
return this.sort;
}
public CreateReportRequestContents setType(Long type) {
this.type = type;
return this;
}
public Long getType() {
return this.type;
}
}
public static class CreateReportRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateReportRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateReportRequestTenantContext self = new CreateReportRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateReportRequestTenantContext 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/CreateReportResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateReportResponseBody body;
public static CreateReportResponse build(java.util.Map<String, ?> map) throws Exception {
CreateReportResponse self = new CreateReportResponse();
return TeaModel.build(map, self);
}
public CreateReportResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateReportResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateReportResponse setBody(CreateReportResponseBody body) {
this.body = body;
return this;
}
public CreateReportResponseBody 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/CreateReportResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportResponseBody 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 CreateReportResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateReportResponseBody self = new CreateReportResponseBody();
return TeaModel.build(map, self);
}
public CreateReportResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateReportResponseBody setResult(String result) {
this.result = result;
return this;
}
public String getResult() {
return this.result;
}
public CreateReportResponseBody 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/CreateReportShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateReportShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateReportShrinkHeaders self = new CreateReportShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateReportShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateReportShrinkHeaders 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/CreateReportShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateReportShrinkRequest 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;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("ToChat")
public Boolean toChat;
/**
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("ToCids")
public String toCidsShrink;
/**
* <strong>example:</strong>
* <p>[123,456]</p>
*/
@NameInMap("ToUserids")
public String toUseridsShrink;
public static CreateReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateReportShrinkRequest self = new CreateReportShrinkRequest();
return TeaModel.build(map, self);
}
public CreateReportShrinkRequest setContentsShrink(String contentsShrink) {
this.contentsShrink = contentsShrink;
return this;
}
public String getContentsShrink() {
return this.contentsShrink;
}
public CreateReportShrinkRequest setDdFrom(String ddFrom) {
this.ddFrom = ddFrom;
return this;
}
public String getDdFrom() {
return this.ddFrom;
}
public CreateReportShrinkRequest setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
public CreateReportShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateReportShrinkRequest setToChat(Boolean toChat) {
this.toChat = toChat;
return this;
}
public Boolean getToChat() {
return this.toChat;
}
public CreateReportShrinkRequest setToCidsShrink(String toCidsShrink) {
this.toCidsShrink = toCidsShrink;
return this;
}
public String getToCidsShrink() {
return this.toCidsShrink;
}
public CreateReportShrinkRequest setToUseridsShrink(String toUseridsShrink) {
this.toUseridsShrink = toUseridsShrink;
return this;
}
public String getToUseridsShrink() {
return this.toUseridsShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateRunHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateRunHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateRunHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateRunHeaders self = new CreateRunHeaders();
return TeaModel.build(map, self);
}
public CreateRunHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateRunHeaders 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/CreateRunRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateRunRequest extends TeaModel {
@NameInMap("allowStructViewContent")
public Boolean allowStructViewContent;
/**
* <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>agentKey1</p>
*/
@NameInMap("sourceIdOfOriginalAssistantId")
public String sourceIdOfOriginalAssistantId;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("sourceTypeOfOriginalAssistantId")
public String sourceTypeOfOriginalAssistantId;
/**
* <strong>example:</strong>
* <p>false</p>
*/
@NameInMap("stream")
public Boolean stream;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>threadId123</p>
*/
@NameInMap("threadId")
public String threadId;
public static CreateRunRequest build(java.util.Map<String, ?> map) throws Exception {
CreateRunRequest self = new CreateRunRequest();
return TeaModel.build(map, self);
}
public CreateRunRequest setAllowStructViewContent(Boolean allowStructViewContent) {
this.allowStructViewContent = allowStructViewContent;
return this;
}
public Boolean getAllowStructViewContent() {
return this.allowStructViewContent;
}
public CreateRunRequest setAssistantId(String assistantId) {
this.assistantId = assistantId;
return this;
}
public String getAssistantId() {
return this.assistantId;
}
public CreateRunRequest setOriginalAssistantId(String originalAssistantId) {
this.originalAssistantId = originalAssistantId;
return this;
}
public String getOriginalAssistantId() {
return this.originalAssistantId;
}
public CreateRunRequest setSourceIdOfOriginalAssistantId(String sourceIdOfOriginalAssistantId) {
this.sourceIdOfOriginalAssistantId = sourceIdOfOriginalAssistantId;
return this;
}
public String getSourceIdOfOriginalAssistantId() {
return this.sourceIdOfOriginalAssistantId;
}
public CreateRunRequest setSourceTypeOfOriginalAssistantId(String sourceTypeOfOriginalAssistantId) {
this.sourceTypeOfOriginalAssistantId = sourceTypeOfOriginalAssistantId;
return this;
}
public String getSourceTypeOfOriginalAssistantId() {
return this.sourceTypeOfOriginalAssistantId;
}
public CreateRunRequest setStream(Boolean stream) {
this.stream = stream;
return this;
}
public Boolean getStream() {
return this.stream;
}
public CreateRunRequest 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/CreateRunResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateRunResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateRunResponseBody body;
public static CreateRunResponse build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponse self = new CreateRunResponse();
return TeaModel.build(map, self);
}
public CreateRunResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateRunResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateRunResponse setBody(CreateRunResponseBody body) {
this.body = body;
return this;
}
public CreateRunResponseBody 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/CreateRunResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateRunResponseBody extends TeaModel {
@NameInMap("messages")
public java.util.List<CreateRunResponseBodyMessages> messages;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
@NameInMap("run")
public CreateRunResponseBodyRun run;
public static CreateRunResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBody self = new CreateRunResponseBody();
return TeaModel.build(map, self);
}
public CreateRunResponseBody setMessages(java.util.List<CreateRunResponseBodyMessages> messages) {
this.messages = messages;
return this;
}
public java.util.List<CreateRunResponseBodyMessages> getMessages() {
return this.messages;
}
public CreateRunResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateRunResponseBody setRun(CreateRunResponseBodyRun run) {
this.run = run;
return this;
}
public CreateRunResponseBodyRun getRun() {
return this.run;
}
public static class CreateRunResponseBodyMessagesContentCardCallback extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <strong>example:</strong>
* <p>aliding_messageId123</p>
*/
@NameInMap("relatedMessageId")
public String relatedMessageId;
public static CreateRunResponseBodyMessagesContentCardCallback build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentCardCallback self = new CreateRunResponseBodyMessagesContentCardCallback();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentCardCallback setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateRunResponseBodyMessagesContentCardCallback setRelatedMessageId(String relatedMessageId) {
this.relatedMessageId = relatedMessageId;
return this;
}
public String getRelatedMessageId() {
return this.relatedMessageId;
}
}
public static class CreateRunResponseBodyMessagesContentDingCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("content")
public String content;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>basic_card_schema</p>
*/
@NameInMap("contentType")
public String contentType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("finished")
public Boolean finished;
/**
* <strong>example:</strong>
* <p>templateId123</p>
*/
@NameInMap("templateId")
public String templateId;
public static CreateRunResponseBodyMessagesContentDingCard build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingCard self = new CreateRunResponseBodyMessagesContentDingCard();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingCard setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateRunResponseBodyMessagesContentDingCard setContentType(String contentType) {
this.contentType = contentType;
return this;
}
public String getContentType() {
return this.contentType;
}
public CreateRunResponseBodyMessagesContentDingCard setFinished(Boolean finished) {
this.finished = finished;
return this;
}
public Boolean getFinished() {
return this.finished;
}
public CreateRunResponseBodyMessagesContentDingCard setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
}
public static class CreateRunResponseBodyMessagesContentDingNormalCardCardData extends TeaModel {
@NameInMap("cardParamMap")
public Object cardParamMap;
public static CreateRunResponseBodyMessagesContentDingNormalCardCardData build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingNormalCardCardData self = new CreateRunResponseBodyMessagesContentDingNormalCardCardData();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingNormalCardCardData setCardParamMap(Object cardParamMap) {
this.cardParamMap = cardParamMap;
return this;
}
public Object getCardParamMap() {
return this.cardParamMap;
}
}
public static class CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updateCardDataByKey")
public Boolean updateCardDataByKey;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("updatePrivateDataByKey")
public Boolean updatePrivateDataByKey;
public static CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions self = new CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions setUpdateCardDataByKey(Boolean updateCardDataByKey) {
this.updateCardDataByKey = updateCardDataByKey;
return this;
}
public Boolean getUpdateCardDataByKey() {
return this.updateCardDataByKey;
}
public CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions setUpdatePrivateDataByKey(Boolean updatePrivateDataByKey) {
this.updatePrivateDataByKey = updatePrivateDataByKey;
return this;
}
public Boolean getUpdatePrivateDataByKey() {
return this.updatePrivateDataByKey;
}
}
public static class CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig extends TeaModel {
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("interval")
public Integer interval;
/**
* <strong>example:</strong>
* <p>NONE</p>
*/
@NameInMap("pullStrategy")
public String pullStrategy;
/**
* <strong>example:</strong>
* <p>SECONDS</p>
*/
@NameInMap("timeUnit")
public String timeUnit;
public static CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig self = new CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setInterval(Integer interval) {
this.interval = interval;
return this;
}
public Integer getInterval() {
return this.interval;
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setPullStrategy(String pullStrategy) {
this.pullStrategy = pullStrategy;
return this;
}
public String getPullStrategy() {
return this.pullStrategy;
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig setTimeUnit(String timeUnit) {
this.timeUnit = timeUnit;
return this;
}
public String getTimeUnit() {
return this.timeUnit;
}
}
public static class CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("constParams")
public java.util.Map<String, ?> constParams;
/**
* <strong>example:</strong>
* <p>dynamicDataSourceId1</p>
*/
@NameInMap("dynamicDataSourceId")
public String dynamicDataSourceId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("pullConfig")
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig;
public static CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs self = new CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setConstParams(java.util.Map<String, ?> constParams) {
this.constParams = constParams;
return this;
}
public java.util.Map<String, ?> getConstParams() {
return this.constParams;
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setDynamicDataSourceId(String dynamicDataSourceId) {
this.dynamicDataSourceId = dynamicDataSourceId;
return this;
}
public String getDynamicDataSourceId() {
return this.dynamicDataSourceId;
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs setPullConfig(CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig pullConfig) {
this.pullConfig = pullConfig;
return this;
}
public CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigsPullConfig getPullConfig() {
return this.pullConfig;
}
}
public static class CreateRunResponseBodyMessagesContentDingNormalCard extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardData")
public CreateRunResponseBodyMessagesContentDingNormalCardCardData cardData;
/**
* <strong>example:</strong>
* <p>templateId1</p>
*/
@NameInMap("cardTemplateId")
public String cardTemplateId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("cardUpdateOptions")
public CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dynamicDataSourceConfigs")
public java.util.List<CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("privateData")
public java.util.Map<String, java.util.Map<String, ?>> privateData;
public static CreateRunResponseBodyMessagesContentDingNormalCard build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentDingNormalCard self = new CreateRunResponseBodyMessagesContentDingNormalCard();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentDingNormalCard setCardData(CreateRunResponseBodyMessagesContentDingNormalCardCardData cardData) {
this.cardData = cardData;
return this;
}
public CreateRunResponseBodyMessagesContentDingNormalCardCardData getCardData() {
return this.cardData;
}
public CreateRunResponseBodyMessagesContentDingNormalCard setCardTemplateId(String cardTemplateId) {
this.cardTemplateId = cardTemplateId;
return this;
}
public String getCardTemplateId() {
return this.cardTemplateId;
}
public CreateRunResponseBodyMessagesContentDingNormalCard setCardUpdateOptions(CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions cardUpdateOptions) {
this.cardUpdateOptions = cardUpdateOptions;
return this;
}
public CreateRunResponseBodyMessagesContentDingNormalCardCardUpdateOptions getCardUpdateOptions() {
return this.cardUpdateOptions;
}
public CreateRunResponseBodyMessagesContentDingNormalCard setDynamicDataSourceConfigs(java.util.List<CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> dynamicDataSourceConfigs) {
this.dynamicDataSourceConfigs = dynamicDataSourceConfigs;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentDingNormalCardDynamicDataSourceConfigs> getDynamicDataSourceConfigs() {
return this.dynamicDataSourceConfigs;
}
public CreateRunResponseBodyMessagesContentDingNormalCard setPrivateData(java.util.Map<String, java.util.Map<String, ?>> privateData) {
this.privateData = privateData;
return this;
}
public java.util.Map<String, java.util.Map<String, ?>> getPrivateData() {
return this.privateData;
}
}
public static class CreateRunResponseBodyMessagesContentMarkdown extends TeaModel {
/**
* <strong>example:</strong>
* <ol>
* <li>markdown内容</li>
* <li>markdown内容</li>
* </ol>
*/
@NameInMap("value")
public String value;
public static CreateRunResponseBodyMessagesContentMarkdown build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentMarkdown self = new CreateRunResponseBodyMessagesContentMarkdown();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentMarkdown setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsDataPart extends TeaModel {
@NameInMap("data")
public Object data;
public static CreateRunResponseBodyMessagesContentStructViewPartsDataPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsDataPart self = new CreateRunResponseBodyMessagesContentStructViewPartsDataPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsDataPart setData(Object data) {
this.data = data;
return this;
}
public Object getData() {
return this.data;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsReasonPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("reason")
public String reason;
public static CreateRunResponseBodyMessagesContentStructViewPartsReasonPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsReasonPart self = new CreateRunResponseBodyMessagesContentStructViewPartsReasonPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsReasonPart setReason(String reason) {
this.reason = reason;
return this;
}
public String getReason() {
return this.reason;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends extends TeaModel {
@NameInMap("mobileUrl")
public String mobileUrl;
@NameInMap("text")
public String text;
@NameInMap("url")
public String url;
public static CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends self = new CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart extends TeaModel {
@NameInMap("recommends")
public java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> recommends;
public static CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart self = new CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart setRecommends(java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> recommends) {
this.recommends = recommends;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsRecommendPartRecommends> getRecommends() {
return this.recommends;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("index")
public String index;
/**
* <strong>example:</strong>
* <p>mcp是....</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>ata</p>
*/
@NameInMap("sourceCode")
public String sourceCode;
@NameInMap("sourceIcon")
public String sourceIcon;
/**
* <strong>example:</strong>
* <p>摘要</p>
*/
@NameInMap("summary")
public String summary;
/**
* <strong>example:</strong>
* <p>《mcp原理介绍》</p>
*/
@NameInMap("title")
public String title;
/**
* <strong>example:</strong>
* <p><a href="https://taobao.com">https://taobao.com</a></p>
*/
@NameInMap("url")
public String url;
public static CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences self = new CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setSourceCode(String sourceCode) {
this.sourceCode = sourceCode;
return this;
}
public String getSourceCode() {
return this.sourceCode;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setSourceIcon(String sourceIcon) {
this.sourceIcon = sourceIcon;
return this;
}
public String getSourceIcon() {
return this.sourceIcon;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsReferencePart extends TeaModel {
@NameInMap("references")
public java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences> references;
public static CreateRunResponseBodyMessagesContentStructViewPartsReferencePart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsReferencePart self = new CreateRunResponseBodyMessagesContentStructViewPartsReferencePart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePart setReferences(java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences> references) {
this.references = references;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructViewPartsReferencePartReferences> getReferences() {
return this.references;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewPartsTextPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("text")
public String text;
public static CreateRunResponseBodyMessagesContentStructViewPartsTextPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewPartsTextPart self = new CreateRunResponseBodyMessagesContentStructViewPartsTextPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewPartsTextPart setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateRunResponseBodyMessagesContentStructViewParts extends TeaModel {
@NameInMap("append")
public Boolean append;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dataPart")
public CreateRunResponseBodyMessagesContentStructViewPartsDataPart dataPart;
@NameInMap("finish")
public Boolean finish;
/**
* <strong>example:</strong>
* <p>这是正文内容部分</p>
*/
@NameInMap("partDesc")
public String partDesc;
/**
* <strong>example:</strong>
* <p>artifactId123</p>
*/
@NameInMap("partId")
public String partId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("reasonPart")
public CreateRunResponseBodyMessagesContentStructViewPartsReasonPart reasonPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("recommendPart")
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart recommendPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("referencePart")
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePart referencePart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("textPart")
public CreateRunResponseBodyMessagesContentStructViewPartsTextPart textPart;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>textPart</p>
*/
@NameInMap("type")
public String type;
public static CreateRunResponseBodyMessagesContentStructViewParts build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructViewParts self = new CreateRunResponseBodyMessagesContentStructViewParts();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructViewParts setAppend(Boolean append) {
this.append = append;
return this;
}
public Boolean getAppend() {
return this.append;
}
public CreateRunResponseBodyMessagesContentStructViewParts setDataPart(CreateRunResponseBodyMessagesContentStructViewPartsDataPart dataPart) {
this.dataPart = dataPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructViewPartsDataPart getDataPart() {
return this.dataPart;
}
public CreateRunResponseBodyMessagesContentStructViewParts setFinish(Boolean finish) {
this.finish = finish;
return this;
}
public Boolean getFinish() {
return this.finish;
}
public CreateRunResponseBodyMessagesContentStructViewParts setPartDesc(String partDesc) {
this.partDesc = partDesc;
return this;
}
public String getPartDesc() {
return this.partDesc;
}
public CreateRunResponseBodyMessagesContentStructViewParts setPartId(String partId) {
this.partId = partId;
return this;
}
public String getPartId() {
return this.partId;
}
public CreateRunResponseBodyMessagesContentStructViewParts setReasonPart(CreateRunResponseBodyMessagesContentStructViewPartsReasonPart reasonPart) {
this.reasonPart = reasonPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReasonPart getReasonPart() {
return this.reasonPart;
}
public CreateRunResponseBodyMessagesContentStructViewParts setRecommendPart(CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart recommendPart) {
this.recommendPart = recommendPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructViewPartsRecommendPart getRecommendPart() {
return this.recommendPart;
}
public CreateRunResponseBodyMessagesContentStructViewParts setReferencePart(CreateRunResponseBodyMessagesContentStructViewPartsReferencePart referencePart) {
this.referencePart = referencePart;
return this;
}
public CreateRunResponseBodyMessagesContentStructViewPartsReferencePart getReferencePart() {
return this.referencePart;
}
public CreateRunResponseBodyMessagesContentStructViewParts setTextPart(CreateRunResponseBodyMessagesContentStructViewPartsTextPart textPart) {
this.textPart = textPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructViewPartsTextPart getTextPart() {
return this.textPart;
}
public CreateRunResponseBodyMessagesContentStructViewParts setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateRunResponseBodyMessagesContentStructView extends TeaModel {
@NameInMap("parts")
public java.util.List<CreateRunResponseBodyMessagesContentStructViewParts> parts;
public static CreateRunResponseBodyMessagesContentStructView build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructView self = new CreateRunResponseBodyMessagesContentStructView();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructView setParts(java.util.List<CreateRunResponseBodyMessagesContentStructViewParts> parts) {
this.parts = parts;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructViewParts> getParts() {
return this.parts;
}
}
public static class CreateRunResponseBodyMessagesContentText extends TeaModel {
/**
* <strong>example:</strong>
* <p>你好!</p>
*/
@NameInMap("value")
public String value;
public static CreateRunResponseBodyMessagesContentText build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentText self = new CreateRunResponseBodyMessagesContentText();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentText setValue(String value) {
this.value = value;
return this;
}
public String getValue() {
return this.value;
}
}
public static class CreateRunResponseBodyMessagesContent extends TeaModel {
@NameInMap("cardCallback")
public CreateRunResponseBodyMessagesContentCardCallback cardCallback;
@NameInMap("dingCard")
public CreateRunResponseBodyMessagesContentDingCard dingCard;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dingNormalCard")
public CreateRunResponseBodyMessagesContentDingNormalCard dingNormalCard;
@NameInMap("markdown")
public CreateRunResponseBodyMessagesContentMarkdown markdown;
@NameInMap("structView")
public CreateRunResponseBodyMessagesContentStructView structView;
@NameInMap("text")
public CreateRunResponseBodyMessagesContentText text;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>枚举字段,可为:text,markdown,cardCallback,dingCard,agentArtifact,dingNormalCard</p>
*/
@NameInMap("type")
public String type;
public static CreateRunResponseBodyMessagesContent build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContent self = new CreateRunResponseBodyMessagesContent();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContent setCardCallback(CreateRunResponseBodyMessagesContentCardCallback cardCallback) {
this.cardCallback = cardCallback;
return this;
}
public CreateRunResponseBodyMessagesContentCardCallback getCardCallback() {
return this.cardCallback;
}
public CreateRunResponseBodyMessagesContent setDingCard(CreateRunResponseBodyMessagesContentDingCard dingCard) {
this.dingCard = dingCard;
return this;
}
public CreateRunResponseBodyMessagesContentDingCard getDingCard() {
return this.dingCard;
}
public CreateRunResponseBodyMessagesContent setDingNormalCard(CreateRunResponseBodyMessagesContentDingNormalCard dingNormalCard) {
this.dingNormalCard = dingNormalCard;
return this;
}
public CreateRunResponseBodyMessagesContentDingNormalCard getDingNormalCard() {
return this.dingNormalCard;
}
public CreateRunResponseBodyMessagesContent setMarkdown(CreateRunResponseBodyMessagesContentMarkdown markdown) {
this.markdown = markdown;
return this;
}
public CreateRunResponseBodyMessagesContentMarkdown getMarkdown() {
return this.markdown;
}
public CreateRunResponseBodyMessagesContent setStructView(CreateRunResponseBodyMessagesContentStructView structView) {
this.structView = structView;
return this;
}
public CreateRunResponseBodyMessagesContentStructView getStructView() {
return this.structView;
}
public CreateRunResponseBodyMessagesContent setText(CreateRunResponseBodyMessagesContentText text) {
this.text = text;
return this;
}
public CreateRunResponseBodyMessagesContentText getText() {
return this.text;
}
public CreateRunResponseBodyMessagesContent setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsDataPart extends TeaModel {
@NameInMap("data")
public Object data;
public static CreateRunResponseBodyMessagesContentStructPartsDataPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsDataPart self = new CreateRunResponseBodyMessagesContentStructPartsDataPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsDataPart setData(Object data) {
this.data = data;
return this;
}
public Object getData() {
return this.data;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsReasonPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("reason")
public String reason;
public static CreateRunResponseBodyMessagesContentStructPartsReasonPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsReasonPart self = new CreateRunResponseBodyMessagesContentStructPartsReasonPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsReasonPart setReason(String reason) {
this.reason = reason;
return this;
}
public String getReason() {
return this.reason;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends extends TeaModel {
@NameInMap("mobileUrl")
public String mobileUrl;
@NameInMap("text")
public String text;
@NameInMap("url")
public String url;
public static CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends self = new CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends setMobileUrl(String mobileUrl) {
this.mobileUrl = mobileUrl;
return this;
}
public String getMobileUrl() {
return this.mobileUrl;
}
public CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
public CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsRecommendPart extends TeaModel {
@NameInMap("recommends")
public java.util.List<CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends> recommends;
public static CreateRunResponseBodyMessagesContentStructPartsRecommendPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsRecommendPart self = new CreateRunResponseBodyMessagesContentStructPartsRecommendPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsRecommendPart setRecommends(java.util.List<CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends> recommends) {
this.recommends = recommends;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructPartsRecommendPartRecommends> getRecommends() {
return this.recommends;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("index")
public String index;
/**
* <strong>example:</strong>
* <p>mcp是....</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>ata</p>
*/
@NameInMap("sourceCode")
public String sourceCode;
@NameInMap("sourceIcon")
public String sourceIcon;
/**
* <strong>example:</strong>
* <p>摘要</p>
*/
@NameInMap("summary")
public String summary;
/**
* <strong>example:</strong>
* <p>《mcp原理介绍》</p>
*/
@NameInMap("title")
public String title;
/**
* <strong>example:</strong>
* <p><a href="https://taobao.com">https://taobao.com</a></p>
*/
@NameInMap("url")
public String url;
public static CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences self = new CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setIndex(String index) {
this.index = index;
return this;
}
public String getIndex() {
return this.index;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setSourceCode(String sourceCode) {
this.sourceCode = sourceCode;
return this;
}
public String getSourceCode() {
return this.sourceCode;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setSourceIcon(String sourceIcon) {
this.sourceIcon = sourceIcon;
return this;
}
public String getSourceIcon() {
return this.sourceIcon;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setSummary(String summary) {
this.summary = summary;
return this;
}
public String getSummary() {
return this.summary;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsReferencePart extends TeaModel {
@NameInMap("references")
public java.util.List<CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences> references;
public static CreateRunResponseBodyMessagesContentStructPartsReferencePart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsReferencePart self = new CreateRunResponseBodyMessagesContentStructPartsReferencePart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePart setReferences(java.util.List<CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences> references) {
this.references = references;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructPartsReferencePartReferences> getReferences() {
return this.references;
}
}
public static class CreateRunResponseBodyMessagesContentStructPartsTextPart extends TeaModel {
/**
* <strong>example:</strong>
* <p>123123</p>
*/
@NameInMap("text")
public String text;
public static CreateRunResponseBodyMessagesContentStructPartsTextPart build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructPartsTextPart self = new CreateRunResponseBodyMessagesContentStructPartsTextPart();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructPartsTextPart setText(String text) {
this.text = text;
return this;
}
public String getText() {
return this.text;
}
}
public static class CreateRunResponseBodyMessagesContentStructParts extends TeaModel {
@NameInMap("append")
public Boolean append;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("dataPart")
public CreateRunResponseBodyMessagesContentStructPartsDataPart dataPart;
@NameInMap("finish")
public Boolean finish;
/**
* <strong>example:</strong>
* <p>这是正文内容部分</p>
*/
@NameInMap("partDesc")
public String partDesc;
/**
* <strong>example:</strong>
* <p>artifactId123</p>
*/
@NameInMap("partId")
public String partId;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("reasonPart")
public CreateRunResponseBodyMessagesContentStructPartsReasonPart reasonPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("recommendPart")
public CreateRunResponseBodyMessagesContentStructPartsRecommendPart recommendPart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("referencePart")
public CreateRunResponseBodyMessagesContentStructPartsReferencePart referencePart;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("textPart")
public CreateRunResponseBodyMessagesContentStructPartsTextPart textPart;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>textPart</p>
*/
@NameInMap("type")
public String type;
public static CreateRunResponseBodyMessagesContentStructParts build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStructParts self = new CreateRunResponseBodyMessagesContentStructParts();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStructParts setAppend(Boolean append) {
this.append = append;
return this;
}
public Boolean getAppend() {
return this.append;
}
public CreateRunResponseBodyMessagesContentStructParts setDataPart(CreateRunResponseBodyMessagesContentStructPartsDataPart dataPart) {
this.dataPart = dataPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructPartsDataPart getDataPart() {
return this.dataPart;
}
public CreateRunResponseBodyMessagesContentStructParts setFinish(Boolean finish) {
this.finish = finish;
return this;
}
public Boolean getFinish() {
return this.finish;
}
public CreateRunResponseBodyMessagesContentStructParts setPartDesc(String partDesc) {
this.partDesc = partDesc;
return this;
}
public String getPartDesc() {
return this.partDesc;
}
public CreateRunResponseBodyMessagesContentStructParts setPartId(String partId) {
this.partId = partId;
return this;
}
public String getPartId() {
return this.partId;
}
public CreateRunResponseBodyMessagesContentStructParts setReasonPart(CreateRunResponseBodyMessagesContentStructPartsReasonPart reasonPart) {
this.reasonPart = reasonPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructPartsReasonPart getReasonPart() {
return this.reasonPart;
}
public CreateRunResponseBodyMessagesContentStructParts setRecommendPart(CreateRunResponseBodyMessagesContentStructPartsRecommendPart recommendPart) {
this.recommendPart = recommendPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructPartsRecommendPart getRecommendPart() {
return this.recommendPart;
}
public CreateRunResponseBodyMessagesContentStructParts setReferencePart(CreateRunResponseBodyMessagesContentStructPartsReferencePart referencePart) {
this.referencePart = referencePart;
return this;
}
public CreateRunResponseBodyMessagesContentStructPartsReferencePart getReferencePart() {
return this.referencePart;
}
public CreateRunResponseBodyMessagesContentStructParts setTextPart(CreateRunResponseBodyMessagesContentStructPartsTextPart textPart) {
this.textPart = textPart;
return this;
}
public CreateRunResponseBodyMessagesContentStructPartsTextPart getTextPart() {
return this.textPart;
}
public CreateRunResponseBodyMessagesContentStructParts setType(String type) {
this.type = type;
return this;
}
public String getType() {
return this.type;
}
}
public static class CreateRunResponseBodyMessagesContentStruct extends TeaModel {
@NameInMap("parts")
public java.util.List<CreateRunResponseBodyMessagesContentStructParts> parts;
public static CreateRunResponseBodyMessagesContentStruct build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessagesContentStruct self = new CreateRunResponseBodyMessagesContentStruct();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessagesContentStruct setParts(java.util.List<CreateRunResponseBodyMessagesContentStructParts> parts) {
this.parts = parts;
return this;
}
public java.util.List<CreateRunResponseBodyMessagesContentStructParts> getParts() {
return this.parts;
}
}
public static class CreateRunResponseBodyMessages extends TeaModel {
@NameInMap("content")
public CreateRunResponseBodyMessagesContent content;
/**
* <strong>example:</strong>
* <p>这是一张小猫钓鱼图</p>
*/
@NameInMap("contentDesc")
public String contentDesc;
@NameInMap("contentStruct")
public CreateRunResponseBodyMessagesContentStruct contentStruct;
/**
* <strong>example:</strong>
* <p>1642448000000</p>
*/
@NameInMap("createAt")
public Long createAt;
/**
* <strong>example:</strong>
* <p>messageId1</p>
*/
@NameInMap("id")
public String id;
/**
* <strong>example:</strong>
* <p>user</p>
*/
@NameInMap("role")
public String role;
/**
* <strong>example:</strong>
* <p>runId1</p>
*/
@NameInMap("runId")
public String runId;
/**
* <strong>example:</strong>
* <p>threadId1</p>
*/
@NameInMap("threadId")
public String threadId;
public static CreateRunResponseBodyMessages build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyMessages self = new CreateRunResponseBodyMessages();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyMessages setContent(CreateRunResponseBodyMessagesContent content) {
this.content = content;
return this;
}
public CreateRunResponseBodyMessagesContent getContent() {
return this.content;
}
public CreateRunResponseBodyMessages setContentDesc(String contentDesc) {
this.contentDesc = contentDesc;
return this;
}
public String getContentDesc() {
return this.contentDesc;
}
public CreateRunResponseBodyMessages setContentStruct(CreateRunResponseBodyMessagesContentStruct contentStruct) {
this.contentStruct = contentStruct;
return this;
}
public CreateRunResponseBodyMessagesContentStruct getContentStruct() {
return this.contentStruct;
}
public CreateRunResponseBodyMessages setCreateAt(Long createAt) {
this.createAt = createAt;
return this;
}
public Long getCreateAt() {
return this.createAt;
}
public CreateRunResponseBodyMessages setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateRunResponseBodyMessages setRole(String role) {
this.role = role;
return this;
}
public String getRole() {
return this.role;
}
public CreateRunResponseBodyMessages setRunId(String runId) {
this.runId = runId;
return this;
}
public String getRunId() {
return this.runId;
}
public CreateRunResponseBodyMessages setThreadId(String threadId) {
this.threadId = threadId;
return this;
}
public String getThreadId() {
return this.threadId;
}
}
public static class CreateRunResponseBodyRun 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 CreateRunResponseBodyRun build(java.util.Map<String, ?> map) throws Exception {
CreateRunResponseBodyRun self = new CreateRunResponseBodyRun();
return TeaModel.build(map, self);
}
public CreateRunResponseBodyRun setCancelledAt(Long cancelledAt) {
this.cancelledAt = cancelledAt;
return this;
}
public Long getCancelledAt() {
return this.cancelledAt;
}
public CreateRunResponseBodyRun setCompletedAt(Long completedAt) {
this.completedAt = completedAt;
return this;
}
public Long getCompletedAt() {
return this.completedAt;
}
public CreateRunResponseBodyRun setCreateAt(Long createAt) {
this.createAt = createAt;
return this;
}
public Long getCreateAt() {
return this.createAt;
}
public CreateRunResponseBodyRun setExpiresAt(Long expiresAt) {
this.expiresAt = expiresAt;
return this;
}
public Long getExpiresAt() {
return this.expiresAt;
}
public CreateRunResponseBodyRun setFailedAt(Long failedAt) {
this.failedAt = failedAt;
return this;
}
public Long getFailedAt() {
return this.failedAt;
}
public CreateRunResponseBodyRun setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateRunResponseBodyRun setLastErrorMsg(String lastErrorMsg) {
this.lastErrorMsg = lastErrorMsg;
return this;
}
public String getLastErrorMsg() {
return this.lastErrorMsg;
}
public CreateRunResponseBodyRun setStartedAt(Long startedAt) {
this.startedAt = startedAt;
return this;
}
public Long getStartedAt() {
return this.startedAt;
}
public CreateRunResponseBodyRun setStatus(String status) {
this.status = status;
return this;
}
public String getStatus() {
return this.status;
}
public CreateRunResponseBodyRun 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/CreateScenegroupHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScenegroupHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateScenegroupHeadersAccountContext accountContext;
public static CreateScenegroupHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupHeaders self = new CreateScenegroupHeaders();
return TeaModel.build(map, self);
}
public CreateScenegroupHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateScenegroupHeaders setAccountContext(CreateScenegroupHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateScenegroupHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateScenegroupHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateScenegroupHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupHeadersAccountContext self = new CreateScenegroupHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateScenegroupHeadersAccountContext 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/CreateScenegroupRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScenegroupRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("AddFriendForbidden")
public Long addFriendForbidden;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("AllMembersCanCreateCalendar")
public Long allMembersCanCreateCalendar;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("AllMembersCanCreateMcsConf")
public Long allMembersCanCreateMcsConf;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("ChatBannedType")
public Long chatBannedType;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("GroupEmailDisabled")
public Long groupEmailDisabled;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("GroupLiveSwitch")
public Long groupLiveSwitch;
/**
* <strong>example:</strong>
* <p>@lADOADma*****QKA</p>
*/
@NameInMap("Icon")
public String icon;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("ManagementType")
public Long managementType;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("MembersToAdminChat")
public Long membersToAdminChat;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("MentionAllAuthority")
public Long mentionAllAuthority;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("OnlyAdminCanDing")
public Long onlyAdminCanDing;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("OnlyAdminCanSetMsgTop")
public Long onlyAdminCanSetMsgTop;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Searchable")
public Long searchable;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("ShowHistoryType")
public Long showHistoryType;
/**
* <strong>example:</strong>
* <p>072*****,013*****</p>
*/
@NameInMap("SubadminIds")
public String subadminIds;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>c354***-<em><strong>-</strong></em>-b4ea-6f1ab***65</p>
*/
@NameInMap("TemplateId")
public String templateId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>测试群</p>
*/
@NameInMap("Title")
public String title;
/**
* <strong>example:</strong>
* <p>072*****,013*****</p>
*/
@NameInMap("UserIds")
public String userIds;
/**
* <strong>example:</strong>
* <p>axcf*-<em><strong><strong>-</strong></strong></em>-23da*</p>
*/
@NameInMap("Uuid")
public String uuid;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("ValidationType")
public Long validationType;
public static CreateScenegroupRequest build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupRequest self = new CreateScenegroupRequest();
return TeaModel.build(map, self);
}
public CreateScenegroupRequest setAddFriendForbidden(Long addFriendForbidden) {
this.addFriendForbidden = addFriendForbidden;
return this;
}
public Long getAddFriendForbidden() {
return this.addFriendForbidden;
}
public CreateScenegroupRequest setAllMembersCanCreateCalendar(Long allMembersCanCreateCalendar) {
this.allMembersCanCreateCalendar = allMembersCanCreateCalendar;
return this;
}
public Long getAllMembersCanCreateCalendar() {
return this.allMembersCanCreateCalendar;
}
public CreateScenegroupRequest setAllMembersCanCreateMcsConf(Long allMembersCanCreateMcsConf) {
this.allMembersCanCreateMcsConf = allMembersCanCreateMcsConf;
return this;
}
public Long getAllMembersCanCreateMcsConf() {
return this.allMembersCanCreateMcsConf;
}
public CreateScenegroupRequest setChatBannedType(Long chatBannedType) {
this.chatBannedType = chatBannedType;
return this;
}
public Long getChatBannedType() {
return this.chatBannedType;
}
public CreateScenegroupRequest setGroupEmailDisabled(Long groupEmailDisabled) {
this.groupEmailDisabled = groupEmailDisabled;
return this;
}
public Long getGroupEmailDisabled() {
return this.groupEmailDisabled;
}
public CreateScenegroupRequest setGroupLiveSwitch(Long groupLiveSwitch) {
this.groupLiveSwitch = groupLiveSwitch;
return this;
}
public Long getGroupLiveSwitch() {
return this.groupLiveSwitch;
}
public CreateScenegroupRequest setIcon(String icon) {
this.icon = icon;
return this;
}
public String getIcon() {
return this.icon;
}
public CreateScenegroupRequest setManagementType(Long managementType) {
this.managementType = managementType;
return this;
}
public Long getManagementType() {
return this.managementType;
}
public CreateScenegroupRequest setMembersToAdminChat(Long membersToAdminChat) {
this.membersToAdminChat = membersToAdminChat;
return this;
}
public Long getMembersToAdminChat() {
return this.membersToAdminChat;
}
public CreateScenegroupRequest setMentionAllAuthority(Long mentionAllAuthority) {
this.mentionAllAuthority = mentionAllAuthority;
return this;
}
public Long getMentionAllAuthority() {
return this.mentionAllAuthority;
}
public CreateScenegroupRequest setOnlyAdminCanDing(Long onlyAdminCanDing) {
this.onlyAdminCanDing = onlyAdminCanDing;
return this;
}
public Long getOnlyAdminCanDing() {
return this.onlyAdminCanDing;
}
public CreateScenegroupRequest setOnlyAdminCanSetMsgTop(Long onlyAdminCanSetMsgTop) {
this.onlyAdminCanSetMsgTop = onlyAdminCanSetMsgTop;
return this;
}
public Long getOnlyAdminCanSetMsgTop() {
return this.onlyAdminCanSetMsgTop;
}
public CreateScenegroupRequest setSearchable(Long searchable) {
this.searchable = searchable;
return this;
}
public Long getSearchable() {
return this.searchable;
}
public CreateScenegroupRequest setShowHistoryType(Long showHistoryType) {
this.showHistoryType = showHistoryType;
return this;
}
public Long getShowHistoryType() {
return this.showHistoryType;
}
public CreateScenegroupRequest setSubadminIds(String subadminIds) {
this.subadminIds = subadminIds;
return this;
}
public String getSubadminIds() {
return this.subadminIds;
}
public CreateScenegroupRequest setTemplateId(String templateId) {
this.templateId = templateId;
return this;
}
public String getTemplateId() {
return this.templateId;
}
public CreateScenegroupRequest setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public CreateScenegroupRequest setUserIds(String userIds) {
this.userIds = userIds;
return this;
}
public String getUserIds() {
return this.userIds;
}
public CreateScenegroupRequest setUuid(String uuid) {
this.uuid = uuid;
return this;
}
public String getUuid() {
return this.uuid;
}
public CreateScenegroupRequest setValidationType(Long validationType) {
this.validationType = validationType;
return this;
}
public Long getValidationType() {
return this.validationType;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateScenegroupResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScenegroupResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateScenegroupResponseBody body;
public static CreateScenegroupResponse build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupResponse self = new CreateScenegroupResponse();
return TeaModel.build(map, self);
}
public CreateScenegroupResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateScenegroupResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateScenegroupResponse setBody(CreateScenegroupResponseBody body) {
this.body = body;
return this;
}
public CreateScenegroupResponseBody 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/CreateScenegroupResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScenegroupResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>cid1324wwwerxxx</p>
*/
@NameInMap("openConversationId")
public String openConversationId;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CreateScenegroupResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupResponseBody self = new CreateScenegroupResponseBody();
return TeaModel.build(map, self);
}
public CreateScenegroupResponseBody setOpenConversationId(String openConversationId) {
this.openConversationId = openConversationId;
return this;
}
public String getOpenConversationId() {
return this.openConversationId;
}
public CreateScenegroupResponseBody 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/CreateScenegroupShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScenegroupShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateScenegroupShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateScenegroupShrinkHeaders self = new CreateScenegroupShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateScenegroupShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateScenegroupShrinkHeaders 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/CreateScheduleConferenceHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateScheduleConferenceHeadersAccountContext accountContext;
public static CreateScheduleConferenceHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceHeaders self = new CreateScheduleConferenceHeaders();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateScheduleConferenceHeaders setAccountContext(CreateScheduleConferenceHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateScheduleConferenceHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateScheduleConferenceHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateScheduleConferenceHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceHeadersAccountContext self = new CreateScheduleConferenceHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceHeadersAccountContext 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/CreateScheduleConferenceRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1687928400000L</p>
*/
@NameInMap("EndTime")
public Long endTime;
@NameInMap("ScheduleConfSettingModel")
public CreateScheduleConferenceRequestScheduleConfSettingModel scheduleConfSettingModel;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1687924800000L</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public CreateScheduleConferenceRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>预约会议标题</p>
*/
@NameInMap("Title")
public String title;
public static CreateScheduleConferenceRequest build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequest self = new CreateScheduleConferenceRequest();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateScheduleConferenceRequest setScheduleConfSettingModel(CreateScheduleConferenceRequestScheduleConfSettingModel scheduleConfSettingModel) {
this.scheduleConfSettingModel = scheduleConfSettingModel;
return this;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel getScheduleConfSettingModel() {
return this.scheduleConfSettingModel;
}
public CreateScheduleConferenceRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateScheduleConferenceRequest setTenantContext(CreateScheduleConferenceRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateScheduleConferenceRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateScheduleConferenceRequest setTitle(String title) {
this.title = title;
return this;
}
public String getTitle() {
return this.title;
}
public static class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends TeaModel {
@NameInMap("IsFollowHost")
public Boolean isFollowHost;
/**
* <strong>example:</strong>
* <p>grid</p>
*/
@NameInMap("Mode")
public String mode;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RecordAutoStart")
public Integer recordAutoStart;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RecordAutoStartType")
public Integer recordAutoStartType;
public static CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting self = new CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting setIsFollowHost(Boolean isFollowHost) {
this.isFollowHost = isFollowHost;
return this;
}
public Boolean getIsFollowHost() {
return this.isFollowHost;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting setMode(String mode) {
this.mode = mode;
return this;
}
public String getMode() {
return this.mode;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting setRecordAutoStart(Integer recordAutoStart) {
this.recordAutoStart = recordAutoStart;
return this;
}
public Integer getRecordAutoStart() {
return this.recordAutoStart;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting setRecordAutoStartType(Integer recordAutoStartType) {
this.recordAutoStartType = recordAutoStartType;
return this;
}
public Integer getRecordAutoStartType() {
return this.recordAutoStartType;
}
}
public static class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("AutoOpenMode")
public Integer autoOpenMode;
/**
* <strong>example:</strong>
* <p>xxx</p>
*/
@NameInMap("CoolAppCode")
public String coolAppCode;
/**
* <strong>example:</strong>
* <p>xxx</p>
*/
@NameInMap("ExtensionAppBizData")
public String extensionAppBizData;
public static CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings self = new CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings setAutoOpenMode(Integer autoOpenMode) {
this.autoOpenMode = autoOpenMode;
return this;
}
public Integer getAutoOpenMode() {
return this.autoOpenMode;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings setCoolAppCode(String coolAppCode) {
this.coolAppCode = coolAppCode;
return this;
}
public String getCoolAppCode() {
return this.coolAppCode;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings setExtensionAppBizData(String extensionAppBizData) {
this.extensionAppBizData = extensionAppBizData;
return this;
}
public String getExtensionAppBizData() {
return this.extensionAppBizData;
}
}
public static class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting extends TeaModel {
/**
* <strong>example:</strong>
* <p>2iPOLbpUNMLzB5LuwggiiqiPwiEiE</p>
*/
@NameInMap("CloudRecordOwnerUserId")
public String cloudRecordOwnerUserId;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("EnableChat")
public Integer enableChat;
@NameInMap("EnableWebAnonymousJoin")
public Boolean enableWebAnonymousJoin;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("JoinBeforeHost")
public Integer joinBeforeHost;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("LockMediaStatusMicMute")
public Integer lockMediaStatusMicMute;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("LockNick")
public Integer lockNick;
@NameInMap("MinutesOwnerUserId")
public String minutesOwnerUserId;
@NameInMap("MoziConfExtensionAppSettings")
public java.util.List<CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings> moziConfExtensionAppSettings;
@NameInMap("PushAllMeetingRecords")
public Boolean pushAllMeetingRecords;
@NameInMap("PushCloudRecordCard")
public Boolean pushCloudRecordCard;
@NameInMap("PushMinutesCard")
public Boolean pushMinutesCard;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("WaitingRoom")
public Integer waitingRoom;
public static CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting self = new CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setCloudRecordOwnerUserId(String cloudRecordOwnerUserId) {
this.cloudRecordOwnerUserId = cloudRecordOwnerUserId;
return this;
}
public String getCloudRecordOwnerUserId() {
return this.cloudRecordOwnerUserId;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setEnableChat(Integer enableChat) {
this.enableChat = enableChat;
return this;
}
public Integer getEnableChat() {
return this.enableChat;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setEnableWebAnonymousJoin(Boolean enableWebAnonymousJoin) {
this.enableWebAnonymousJoin = enableWebAnonymousJoin;
return this;
}
public Boolean getEnableWebAnonymousJoin() {
return this.enableWebAnonymousJoin;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setJoinBeforeHost(Integer joinBeforeHost) {
this.joinBeforeHost = joinBeforeHost;
return this;
}
public Integer getJoinBeforeHost() {
return this.joinBeforeHost;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setLockMediaStatusMicMute(Integer lockMediaStatusMicMute) {
this.lockMediaStatusMicMute = lockMediaStatusMicMute;
return this;
}
public Integer getLockMediaStatusMicMute() {
return this.lockMediaStatusMicMute;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setLockNick(Integer lockNick) {
this.lockNick = lockNick;
return this;
}
public Integer getLockNick() {
return this.lockNick;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setMinutesOwnerUserId(String minutesOwnerUserId) {
this.minutesOwnerUserId = minutesOwnerUserId;
return this;
}
public String getMinutesOwnerUserId() {
return this.minutesOwnerUserId;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setMoziConfExtensionAppSettings(java.util.List<CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings> moziConfExtensionAppSettings) {
this.moziConfExtensionAppSettings = moziConfExtensionAppSettings;
return this;
}
public java.util.List<CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings> getMoziConfExtensionAppSettings() {
return this.moziConfExtensionAppSettings;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setPushAllMeetingRecords(Boolean pushAllMeetingRecords) {
this.pushAllMeetingRecords = pushAllMeetingRecords;
return this;
}
public Boolean getPushAllMeetingRecords() {
return this.pushAllMeetingRecords;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setPushCloudRecordCard(Boolean pushCloudRecordCard) {
this.pushCloudRecordCard = pushCloudRecordCard;
return this;
}
public Boolean getPushCloudRecordCard() {
return this.pushCloudRecordCard;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setPushMinutesCard(Boolean pushMinutesCard) {
this.pushMinutesCard = pushMinutesCard;
return this;
}
public Boolean getPushMinutesCard() {
return this.pushMinutesCard;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting setWaitingRoom(Integer waitingRoom) {
this.waitingRoom = waitingRoom;
return this;
}
public Integer getWaitingRoom() {
return this.waitingRoom;
}
}
public static class CreateScheduleConferenceRequestScheduleConfSettingModel extends TeaModel {
@NameInMap("CohostUserIds")
public java.util.List<String> cohostUserIds;
/**
* <strong>example:</strong>
* <p>dingc02f685fa06381c44ac5d6980864d335</p>
*/
@NameInMap("ConfAllowedCorpId")
public String confAllowedCorpId;
/**
* <strong>example:</strong>
* <p>2iPOLbpUNMLzB5LuwggiiqiPwiEiE</p>
*/
@NameInMap("HostUserId")
public String hostUserId;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("LockRoom")
public Integer lockRoom;
@NameInMap("MoziConfOpenRecordSetting")
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting moziConfOpenRecordSetting;
@NameInMap("MoziConfVirtualExtraSetting")
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting moziConfVirtualExtraSetting;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("MuteOnJoin")
public Integer muteOnJoin;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("ScreenShareForbidden")
public Integer screenShareForbidden;
public static CreateScheduleConferenceRequestScheduleConfSettingModel build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequestScheduleConfSettingModel self = new CreateScheduleConferenceRequestScheduleConfSettingModel();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setCohostUserIds(java.util.List<String> cohostUserIds) {
this.cohostUserIds = cohostUserIds;
return this;
}
public java.util.List<String> getCohostUserIds() {
return this.cohostUserIds;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setConfAllowedCorpId(String confAllowedCorpId) {
this.confAllowedCorpId = confAllowedCorpId;
return this;
}
public String getConfAllowedCorpId() {
return this.confAllowedCorpId;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setHostUserId(String hostUserId) {
this.hostUserId = hostUserId;
return this;
}
public String getHostUserId() {
return this.hostUserId;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setLockRoom(Integer lockRoom) {
this.lockRoom = lockRoom;
return this;
}
public Integer getLockRoom() {
return this.lockRoom;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setMoziConfOpenRecordSetting(CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting moziConfOpenRecordSetting) {
this.moziConfOpenRecordSetting = moziConfOpenRecordSetting;
return this;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting getMoziConfOpenRecordSetting() {
return this.moziConfOpenRecordSetting;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setMoziConfVirtualExtraSetting(CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting moziConfVirtualExtraSetting) {
this.moziConfVirtualExtraSetting = moziConfVirtualExtraSetting;
return this;
}
public CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting getMoziConfVirtualExtraSetting() {
return this.moziConfVirtualExtraSetting;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setMuteOnJoin(Integer muteOnJoin) {
this.muteOnJoin = muteOnJoin;
return this;
}
public Integer getMuteOnJoin() {
return this.muteOnJoin;
}
public CreateScheduleConferenceRequestScheduleConfSettingModel setScreenShareForbidden(Integer screenShareForbidden) {
this.screenShareForbidden = screenShareForbidden;
return this;
}
public Integer getScreenShareForbidden() {
return this.screenShareForbidden;
}
}
public static class CreateScheduleConferenceRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateScheduleConferenceRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceRequestTenantContext self = new CreateScheduleConferenceRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceRequestTenantContext 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/CreateScheduleConferenceResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateScheduleConferenceResponseBody body;
public static CreateScheduleConferenceResponse build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceResponse self = new CreateScheduleConferenceResponse();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateScheduleConferenceResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateScheduleConferenceResponse setBody(CreateScheduleConferenceResponseBody body) {
this.body = body;
return this;
}
public CreateScheduleConferenceResponseBody 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/CreateScheduleConferenceResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>+861234567</p>
*/
@NameInMap("phones")
public java.util.List<String> phones;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>1234567</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>83150xxxxxx</p>
*/
@NameInMap("roomCode")
public String roomCode;
/**
* <strong>example:</strong>
* <p>5c7c9bb1-b256-4dc5-xxxx-xxxxxxxxxxxx</p>
*/
@NameInMap("scheduleConferenceId")
public String scheduleConferenceId;
/**
* <strong>example:</strong>
* <p><a href="https://meeting.dingtalk.com/j/knvMq1ixxxx">https://meeting.dingtalk.com/j/knvMq1ixxxx</a></p>
*/
@NameInMap("url")
public String url;
public static CreateScheduleConferenceResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceResponseBody self = new CreateScheduleConferenceResponseBody();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceResponseBody setPhones(java.util.List<String> phones) {
this.phones = phones;
return this;
}
public java.util.List<String> getPhones() {
return this.phones;
}
public CreateScheduleConferenceResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateScheduleConferenceResponseBody setRoomCode(String roomCode) {
this.roomCode = roomCode;
return this;
}
public String getRoomCode() {
return this.roomCode;
}
public CreateScheduleConferenceResponseBody setScheduleConferenceId(String scheduleConferenceId) {
this.scheduleConferenceId = scheduleConferenceId;
return this;
}
public String getScheduleConferenceId() {
return this.scheduleConferenceId;
}
public CreateScheduleConferenceResponseBody setUrl(String url) {
this.url = url;
return this;
}
public String getUrl() {
return this.url;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateScheduleConferenceShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateScheduleConferenceShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceShrinkHeaders self = new CreateScheduleConferenceShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateScheduleConferenceShrinkHeaders 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/CreateScheduleConferenceShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateScheduleConferenceShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1687928400000L</p>
*/
@NameInMap("EndTime")
public Long endTime;
@NameInMap("ScheduleConfSettingModel")
public String scheduleConfSettingModelShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1687924800000L</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>预约会议标题</p>
*/
@NameInMap("Title")
public String title;
public static CreateScheduleConferenceShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateScheduleConferenceShrinkRequest self = new CreateScheduleConferenceShrinkRequest();
return TeaModel.build(map, self);
}
public CreateScheduleConferenceShrinkRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateScheduleConferenceShrinkRequest setScheduleConfSettingModelShrink(String scheduleConfSettingModelShrink) {
this.scheduleConfSettingModelShrink = scheduleConfSettingModelShrink;
return this;
}
public String getScheduleConfSettingModelShrink() {
return this.scheduleConfSettingModelShrink;
}
public CreateScheduleConferenceShrinkRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateScheduleConferenceShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateScheduleConferenceShrinkRequest 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/CreateSearchDomeHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateSearchDomeHeadersAccountContext accountContext;
public static CreateSearchDomeHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeHeaders self = new CreateSearchDomeHeaders();
return TeaModel.build(map, self);
}
public CreateSearchDomeHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSearchDomeHeaders setAccountContext(CreateSearchDomeHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateSearchDomeHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateSearchDomeHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>ba3a9b612345678d8fedf544ef69d19e</p>
*/
@NameInMap("userToken")
public String userToken;
public static CreateSearchDomeHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeHeadersAccountContext self = new CreateSearchDomeHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateSearchDomeHeadersAccountContext setUserToken(String userToken) {
this.userToken = userToken;
return this;
}
public String getUserToken() {
return this.userToken;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSearchDomeRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("Content")
public String content;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1030</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public CreateSearchDomeRequestTenantContext tenantContext;
@NameInMap("UserIdList")
public java.util.List<String> userIdList;
public static CreateSearchDomeRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeRequest self = new CreateSearchDomeRequest();
return TeaModel.build(map, self);
}
public CreateSearchDomeRequest setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateSearchDomeRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateSearchDomeRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateSearchDomeRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateSearchDomeRequest setTenantContext(CreateSearchDomeRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateSearchDomeRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateSearchDomeRequest setUserIdList(java.util.List<String> userIdList) {
this.userIdList = userIdList;
return this;
}
public java.util.List<String> getUserIdList() {
return this.userIdList;
}
public static class CreateSearchDomeRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateSearchDomeRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeRequestTenantContext self = new CreateSearchDomeRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateSearchDomeRequestTenantContext 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/CreateSearchDomeResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateSearchDomeResponseBody body;
public static CreateSearchDomeResponse build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeResponse self = new CreateSearchDomeResponse();
return TeaModel.build(map, self);
}
public CreateSearchDomeResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateSearchDomeResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateSearchDomeResponse setBody(CreateSearchDomeResponseBody body) {
this.body = body;
return this;
}
public CreateSearchDomeResponseBody 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/CreateSearchDomeResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("arguments")
public java.util.List<?> arguments;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("success")
public Boolean success;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CreateSearchDomeResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeResponseBody self = new CreateSearchDomeResponseBody();
return TeaModel.build(map, self);
}
public CreateSearchDomeResponseBody setArguments(java.util.List<?> arguments) {
this.arguments = arguments;
return this;
}
public java.util.List<?> getArguments() {
return this.arguments;
}
public CreateSearchDomeResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateSearchDomeResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public CreateSearchDomeResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateSearchDomeResponseBody 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/CreateSearchDomeShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateSearchDomeShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeShrinkHeaders self = new CreateSearchDomeShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateSearchDomeShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSearchDomeShrinkHeaders 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/CreateSearchDomeShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchDomeShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("Content")
public String content;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1030</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public String tenantContextShrink;
@NameInMap("UserIdList")
public String userIdListShrink;
public static CreateSearchDomeShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSearchDomeShrinkRequest self = new CreateSearchDomeShrinkRequest();
return TeaModel.build(map, self);
}
public CreateSearchDomeShrinkRequest setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateSearchDomeShrinkRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateSearchDomeShrinkRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateSearchDomeShrinkRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateSearchDomeShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateSearchDomeShrinkRequest setUserIdListShrink(String userIdListShrink) {
this.userIdListShrink = userIdListShrink;
return this;
}
public String getUserIdListShrink() {
return this.userIdListShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSearchKeywordHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateSearchKeywordHeadersAccountContext accountContext;
public static CreateSearchKeywordHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordHeaders self = new CreateSearchKeywordHeaders();
return TeaModel.build(map, self);
}
public CreateSearchKeywordHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSearchKeywordHeaders setAccountContext(CreateSearchKeywordHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateSearchKeywordHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateSearchKeywordHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>ba3a9b612345678d8fedf544ef69d19e</p>
*/
@NameInMap("userToken")
public String userToken;
public static CreateSearchKeywordHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordHeadersAccountContext self = new CreateSearchKeywordHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateSearchKeywordHeadersAccountContext setUserToken(String userToken) {
this.userToken = userToken;
return this;
}
public String getUserToken() {
return this.userToken;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSearchKeywordRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("Content")
public String content;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1028</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public CreateSearchKeywordRequestTenantContext tenantContext;
@NameInMap("UserIdList")
public java.util.List<String> userIdList;
public static CreateSearchKeywordRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordRequest self = new CreateSearchKeywordRequest();
return TeaModel.build(map, self);
}
public CreateSearchKeywordRequest setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateSearchKeywordRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateSearchKeywordRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateSearchKeywordRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateSearchKeywordRequest setTenantContext(CreateSearchKeywordRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateSearchKeywordRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateSearchKeywordRequest setUserIdList(java.util.List<String> userIdList) {
this.userIdList = userIdList;
return this;
}
public java.util.List<String> getUserIdList() {
return this.userIdList;
}
public static class CreateSearchKeywordRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>xxxxxx</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateSearchKeywordRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordRequestTenantContext self = new CreateSearchKeywordRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateSearchKeywordRequestTenantContext 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/CreateSearchKeywordResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateSearchKeywordResponseBody body;
public static CreateSearchKeywordResponse build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordResponse self = new CreateSearchKeywordResponse();
return TeaModel.build(map, self);
}
public CreateSearchKeywordResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateSearchKeywordResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateSearchKeywordResponse setBody(CreateSearchKeywordResponseBody body) {
this.body = body;
return this;
}
public CreateSearchKeywordResponseBody 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/CreateSearchKeywordResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>[]</p>
*/
@NameInMap("arguments")
public java.util.List<?> arguments;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("success")
public Boolean success;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("vendorRequestId")
public String vendorRequestId;
/**
* <strong>example:</strong>
* <p>dingtalk</p>
*/
@NameInMap("vendorType")
public String vendorType;
public static CreateSearchKeywordResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordResponseBody self = new CreateSearchKeywordResponseBody();
return TeaModel.build(map, self);
}
public CreateSearchKeywordResponseBody setArguments(java.util.List<?> arguments) {
this.arguments = arguments;
return this;
}
public java.util.List<?> getArguments() {
return this.arguments;
}
public CreateSearchKeywordResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateSearchKeywordResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public CreateSearchKeywordResponseBody setVendorRequestId(String vendorRequestId) {
this.vendorRequestId = vendorRequestId;
return this;
}
public String getVendorRequestId() {
return this.vendorRequestId;
}
public CreateSearchKeywordResponseBody 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/CreateSearchKeywordShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateSearchKeywordShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordShrinkHeaders self = new CreateSearchKeywordShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateSearchKeywordShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSearchKeywordShrinkHeaders 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/CreateSearchKeywordShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSearchKeywordShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("Content")
public String content;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("EndTime")
public Long endTime;
/**
* <strong>example:</strong>
* <p>1028</p>
*/
@NameInMap("ResId")
public String resId;
/**
* <strong>example:</strong>
* <p>1699265024987</p>
*/
@NameInMap("StartTime")
public Long startTime;
@NameInMap("TenantContext")
public String tenantContextShrink;
@NameInMap("UserIdList")
public String userIdListShrink;
public static CreateSearchKeywordShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSearchKeywordShrinkRequest self = new CreateSearchKeywordShrinkRequest();
return TeaModel.build(map, self);
}
public CreateSearchKeywordShrinkRequest setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateSearchKeywordShrinkRequest setEndTime(Long endTime) {
this.endTime = endTime;
return this;
}
public Long getEndTime() {
return this.endTime;
}
public CreateSearchKeywordShrinkRequest setResId(String resId) {
this.resId = resId;
return this;
}
public String getResId() {
return this.resId;
}
public CreateSearchKeywordShrinkRequest setStartTime(Long startTime) {
this.startTime = startTime;
return this;
}
public Long getStartTime() {
return this.startTime;
}
public CreateSearchKeywordShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateSearchKeywordShrinkRequest setUserIdListShrink(String userIdListShrink) {
this.userIdListShrink = userIdListShrink;
return this;
}
public String getUserIdListShrink() {
return this.userIdListShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSheetHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateSheetHeadersAccountContext accountContext;
public static CreateSheetHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSheetHeaders self = new CreateSheetHeaders();
return TeaModel.build(map, self);
}
public CreateSheetHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSheetHeaders setAccountContext(CreateSheetHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateSheetHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateSheetHeadersAccountContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateSheetHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateSheetHeadersAccountContext self = new CreateSheetHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateSheetHeadersAccountContext 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/CreateSheetRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("TenantContext")
public CreateSheetRequestTenantContext tenantContext;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static CreateSheetRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSheetRequest self = new CreateSheetRequest();
return TeaModel.build(map, self);
}
public CreateSheetRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateSheetRequest setTenantContext(CreateSheetRequestTenantContext tenantContext) {
this.tenantContext = tenantContext;
return this;
}
public CreateSheetRequestTenantContext getTenantContext() {
return this.tenantContext;
}
public CreateSheetRequest setWorkbookId(String workbookId) {
this.workbookId = workbookId;
return this;
}
public String getWorkbookId() {
return this.workbookId;
}
public static class CreateSheetRequestTenantContext extends TeaModel {
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("tenantId")
public String tenantId;
public static CreateSheetRequestTenantContext build(java.util.Map<String, ?> map) throws Exception {
CreateSheetRequestTenantContext self = new CreateSheetRequestTenantContext();
return TeaModel.build(map, self);
}
public CreateSheetRequestTenantContext 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/CreateSheetResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateSheetResponseBody body;
public static CreateSheetResponse build(java.util.Map<String, ?> map) throws Exception {
CreateSheetResponse self = new CreateSheetResponse();
return TeaModel.build(map, self);
}
public CreateSheetResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateSheetResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateSheetResponse setBody(CreateSheetResponseBody body) {
this.body = body;
return this;
}
public CreateSheetResponseBody 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/CreateSheetResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("id")
public String id;
/**
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("name")
public String name;
/**
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>visible</p>
*/
@NameInMap("visibility")
public String visibility;
public static CreateSheetResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateSheetResponseBody self = new CreateSheetResponseBody();
return TeaModel.build(map, self);
}
public CreateSheetResponseBody setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateSheetResponseBody setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateSheetResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CreateSheetResponseBody setVisibility(String visibility) {
this.visibility = visibility;
return this;
}
public String getVisibility() {
return this.visibility;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSheetShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateSheetShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSheetShrinkHeaders self = new CreateSheetShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateSheetShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSheetShrinkHeaders 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/CreateSheetShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSheetShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>Sheet1</p>
*/
@NameInMap("Name")
public String name;
@NameInMap("TenantContext")
public String tenantContextShrink;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>stxxxx</p>
*/
@NameInMap("WorkbookId")
public String workbookId;
public static CreateSheetShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSheetShrinkRequest self = new CreateSheetShrinkRequest();
return TeaModel.build(map, self);
}
public CreateSheetShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateSheetShrinkRequest setTenantContextShrink(String tenantContextShrink) {
this.tenantContextShrink = tenantContextShrink;
return this;
}
public String getTenantContextShrink() {
return this.tenantContextShrink;
}
public CreateSheetShrinkRequest 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/CreateSubscribedCalendarHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public CreateSubscribedCalendarHeadersAccountContext accountContext;
public static CreateSubscribedCalendarHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarHeaders self = new CreateSubscribedCalendarHeaders();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSubscribedCalendarHeaders setAccountContext(CreateSubscribedCalendarHeadersAccountContext accountContext) {
this.accountContext = accountContext;
return this;
}
public CreateSubscribedCalendarHeadersAccountContext getAccountContext() {
return this.accountContext;
}
public static class CreateSubscribedCalendarHeadersAccountContext extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>012345</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateSubscribedCalendarHeadersAccountContext build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarHeadersAccountContext self = new CreateSubscribedCalendarHeadersAccountContext();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarHeadersAccountContext 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/CreateSubscribedCalendarRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarRequest extends TeaModel {
@NameInMap("Description")
public String description;
@NameInMap("Managers")
public java.util.List<String> managers;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("SubscribeScope")
public CreateSubscribedCalendarRequestSubscribeScope subscribeScope;
public static CreateSubscribedCalendarRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarRequest self = new CreateSubscribedCalendarRequest();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateSubscribedCalendarRequest setManagers(java.util.List<String> managers) {
this.managers = managers;
return this;
}
public java.util.List<String> getManagers() {
return this.managers;
}
public CreateSubscribedCalendarRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateSubscribedCalendarRequest setSubscribeScope(CreateSubscribedCalendarRequestSubscribeScope subscribeScope) {
this.subscribeScope = subscribeScope;
return this;
}
public CreateSubscribedCalendarRequestSubscribeScope getSubscribeScope() {
return this.subscribeScope;
}
public static class CreateSubscribedCalendarRequestSubscribeScope extends TeaModel {
@NameInMap("CorpIds")
public java.util.List<String> corpIds;
@NameInMap("OpenConversationIds")
public java.util.List<String> openConversationIds;
@NameInMap("UserIds")
public java.util.List<String> userIds;
public static CreateSubscribedCalendarRequestSubscribeScope build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarRequestSubscribeScope self = new CreateSubscribedCalendarRequestSubscribeScope();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarRequestSubscribeScope setCorpIds(java.util.List<String> corpIds) {
this.corpIds = corpIds;
return this;
}
public java.util.List<String> getCorpIds() {
return this.corpIds;
}
public CreateSubscribedCalendarRequestSubscribeScope setOpenConversationIds(java.util.List<String> openConversationIds) {
this.openConversationIds = openConversationIds;
return this;
}
public java.util.List<String> getOpenConversationIds() {
return this.openConversationIds;
}
public CreateSubscribedCalendarRequestSubscribeScope setUserIds(java.util.List<String> userIds) {
this.userIds = userIds;
return this;
}
public java.util.List<String> getUserIds() {
return this.userIds;
}
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateSubscribedCalendarResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateSubscribedCalendarResponseBody body;
public static CreateSubscribedCalendarResponse build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarResponse self = new CreateSubscribedCalendarResponse();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateSubscribedCalendarResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateSubscribedCalendarResponse setBody(CreateSubscribedCalendarResponseBody body) {
this.body = body;
return this;
}
public CreateSubscribedCalendarResponseBody 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/CreateSubscribedCalendarResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>M5MjkxNDUxQHVzZXJzLmRpbmd0YWxrLmxxxxxxx</p>
*/
@NameInMap("calendarId")
public String calendarId;
/**
* <p>requestId</p>
*
* <strong>example:</strong>
* <p>0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX</p>
*/
@NameInMap("requestId")
public String requestId;
public static CreateSubscribedCalendarResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarResponseBody self = new CreateSubscribedCalendarResponseBody();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarResponseBody setCalendarId(String calendarId) {
this.calendarId = calendarId;
return this;
}
public String getCalendarId() {
return this.calendarId;
}
public CreateSubscribedCalendarResponseBody 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/CreateSubscribedCalendarShrinkHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarShrinkHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("AccountContext")
public String accountContextShrink;
public static CreateSubscribedCalendarShrinkHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarShrinkHeaders self = new CreateSubscribedCalendarShrinkHeaders();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarShrinkHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateSubscribedCalendarShrinkHeaders 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/CreateSubscribedCalendarShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateSubscribedCalendarShrinkRequest extends TeaModel {
@NameInMap("Description")
public String description;
@NameInMap("Managers")
public String managersShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Name")
public String name;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("SubscribeScope")
public String subscribeScopeShrink;
public static CreateSubscribedCalendarShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateSubscribedCalendarShrinkRequest self = new CreateSubscribedCalendarShrinkRequest();
return TeaModel.build(map, self);
}
public CreateSubscribedCalendarShrinkRequest setDescription(String description) {
this.description = description;
return this;
}
public String getDescription() {
return this.description;
}
public CreateSubscribedCalendarShrinkRequest setManagersShrink(String managersShrink) {
this.managersShrink = managersShrink;
return this;
}
public String getManagersShrink() {
return this.managersShrink;
}
public CreateSubscribedCalendarShrinkRequest setName(String name) {
this.name = name;
return this;
}
public String getName() {
return this.name;
}
public CreateSubscribedCalendarShrinkRequest setSubscribeScopeShrink(String subscribeScopeShrink) {
this.subscribeScopeShrink = subscribeScopeShrink;
return this;
}
public String getSubscribeScopeShrink() {
return this.subscribeScopeShrink;
}
}
|
0
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426
|
java-sources/com/aliyun/aliding20230426/2.43.2/com/aliyun/aliding20230426/models/CreateThreadHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aliding20230426.models;
import com.aliyun.tea.*;
public class CreateThreadHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
/**
* <strong>example:</strong>
* <p>123456</p>
*/
@NameInMap("accountId")
public String accountId;
public static CreateThreadHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateThreadHeaders self = new CreateThreadHeaders();
return TeaModel.build(map, self);
}
public CreateThreadHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateThreadHeaders setAccountId(String accountId) {
this.accountId = accountId;
return this;
}
public String getAccountId() {
return this.accountId;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.