client

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDesensitizationRuleRequest

type AddDesensitizationRuleRequest struct {
	FunctionParams  []map[string]*string `json:"FunctionParams,omitempty" xml:"FunctionParams,omitempty" type:"Repeated"`
	FunctionType    *string              `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	RuleDescription *string              `json:"RuleDescription,omitempty" xml:"RuleDescription,omitempty"`
	RuleName        *string              `json:"RuleName,omitempty" xml:"RuleName,omitempty"`
	RuleType        *string              `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
	Tid             *int64               `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddDesensitizationRuleRequest) GoString

func (*AddDesensitizationRuleRequest) SetFunctionParams

func (*AddDesensitizationRuleRequest) SetFunctionType

func (*AddDesensitizationRuleRequest) SetRuleDescription

func (*AddDesensitizationRuleRequest) SetRuleName

func (*AddDesensitizationRuleRequest) SetRuleType

func (*AddDesensitizationRuleRequest) SetTid

func (AddDesensitizationRuleRequest) String

type AddDesensitizationRuleResponse

type AddDesensitizationRuleResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddDesensitizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddDesensitizationRuleResponse) GoString

func (*AddDesensitizationRuleResponse) SetHeaders

func (*AddDesensitizationRuleResponse) SetStatusCode

func (AddDesensitizationRuleResponse) String

type AddDesensitizationRuleResponseBody

type AddDesensitizationRuleResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RuleId       *int32  `json:"RuleId,omitempty" xml:"RuleId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddDesensitizationRuleResponseBody) GoString

func (*AddDesensitizationRuleResponseBody) SetErrorCode

func (*AddDesensitizationRuleResponseBody) SetErrorMessage

func (*AddDesensitizationRuleResponseBody) SetRequestId

func (*AddDesensitizationRuleResponseBody) SetRuleId

func (*AddDesensitizationRuleResponseBody) SetSuccess

func (AddDesensitizationRuleResponseBody) String

type AddLhMembersRequest

type AddLhMembersRequest struct {
	Members    []*AddLhMembersRequestMembers `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	ObjectId   *int64                        `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType *int32                        `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	Tid        *int64                        `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddLhMembersRequest) GoString

func (s AddLhMembersRequest) GoString() string

func (*AddLhMembersRequest) SetMembers

func (*AddLhMembersRequest) SetObjectId

func (s *AddLhMembersRequest) SetObjectId(v int64) *AddLhMembersRequest

func (*AddLhMembersRequest) SetObjectType

func (s *AddLhMembersRequest) SetObjectType(v int32) *AddLhMembersRequest

func (*AddLhMembersRequest) SetTid

func (AddLhMembersRequest) String

func (s AddLhMembersRequest) String() string

type AddLhMembersRequestMembers

type AddLhMembersRequestMembers struct {
	Roles  []*string `json:"Roles,omitempty" xml:"Roles,omitempty" type:"Repeated"`
	UserId *int64    `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (AddLhMembersRequestMembers) GoString

func (s AddLhMembersRequestMembers) GoString() string

func (*AddLhMembersRequestMembers) SetRoles

func (*AddLhMembersRequestMembers) SetUserId

func (AddLhMembersRequestMembers) String

type AddLhMembersResponse

type AddLhMembersResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddLhMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddLhMembersResponse) GoString

func (s AddLhMembersResponse) GoString() string

func (*AddLhMembersResponse) SetBody

func (*AddLhMembersResponse) SetHeaders

func (s *AddLhMembersResponse) SetHeaders(v map[string]*string) *AddLhMembersResponse

func (*AddLhMembersResponse) SetStatusCode

func (s *AddLhMembersResponse) SetStatusCode(v int32) *AddLhMembersResponse

func (AddLhMembersResponse) String

func (s AddLhMembersResponse) String() string

type AddLhMembersResponseBody

type AddLhMembersResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddLhMembersResponseBody) GoString

func (s AddLhMembersResponseBody) GoString() string

func (*AddLhMembersResponseBody) SetErrorCode

func (*AddLhMembersResponseBody) SetErrorMessage

func (*AddLhMembersResponseBody) SetRequestId

func (*AddLhMembersResponseBody) SetSuccess

func (AddLhMembersResponseBody) String

func (s AddLhMembersResponseBody) String() string

type AddLhMembersShrinkRequest

type AddLhMembersShrinkRequest struct {
	MembersShrink *string `json:"Members,omitempty" xml:"Members,omitempty"`
	ObjectId      *int64  `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType    *int32  `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddLhMembersShrinkRequest) GoString

func (s AddLhMembersShrinkRequest) GoString() string

func (*AddLhMembersShrinkRequest) SetMembersShrink

func (*AddLhMembersShrinkRequest) SetObjectId

func (*AddLhMembersShrinkRequest) SetObjectType

func (*AddLhMembersShrinkRequest) SetTid

func (AddLhMembersShrinkRequest) String

func (s AddLhMembersShrinkRequest) String() string

type AddLogicTableRouteConfigRequest

type AddLogicTableRouteConfigRequest struct {
	RouteExpr *string `json:"RouteExpr,omitempty" xml:"RouteExpr,omitempty"`
	RouteKey  *string `json:"RouteKey,omitempty" xml:"RouteKey,omitempty"`
	TableId   *int64  `json:"TableId,omitempty" xml:"TableId,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddLogicTableRouteConfigRequest) GoString

func (*AddLogicTableRouteConfigRequest) SetRouteExpr

func (*AddLogicTableRouteConfigRequest) SetRouteKey

func (*AddLogicTableRouteConfigRequest) SetTableId

func (*AddLogicTableRouteConfigRequest) SetTid

func (AddLogicTableRouteConfigRequest) String

type AddLogicTableRouteConfigResponse

type AddLogicTableRouteConfigResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddLogicTableRouteConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddLogicTableRouteConfigResponse) GoString

func (*AddLogicTableRouteConfigResponse) SetHeaders

func (*AddLogicTableRouteConfigResponse) SetStatusCode

func (AddLogicTableRouteConfigResponse) String

type AddLogicTableRouteConfigResponseBody

type AddLogicTableRouteConfigResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddLogicTableRouteConfigResponseBody) GoString

func (*AddLogicTableRouteConfigResponseBody) SetErrorCode

func (*AddLogicTableRouteConfigResponseBody) SetErrorMessage

func (*AddLogicTableRouteConfigResponseBody) SetRequestId

func (*AddLogicTableRouteConfigResponseBody) SetSuccess

func (AddLogicTableRouteConfigResponseBody) String

type AddTaskFlowEdgesRequest

type AddTaskFlowEdgesRequest struct {
	DagId *int64                          `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Edges []*AddTaskFlowEdgesRequestEdges `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Repeated"`
	Tid   *int64                          `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddTaskFlowEdgesRequest) GoString

func (s AddTaskFlowEdgesRequest) GoString() string

func (*AddTaskFlowEdgesRequest) SetDagId

func (*AddTaskFlowEdgesRequest) SetEdges

func (*AddTaskFlowEdgesRequest) SetTid

func (AddTaskFlowEdgesRequest) String

func (s AddTaskFlowEdgesRequest) String() string

type AddTaskFlowEdgesRequestEdges

type AddTaskFlowEdgesRequestEdges struct {
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
}

func (AddTaskFlowEdgesRequestEdges) GoString

func (s AddTaskFlowEdgesRequestEdges) GoString() string

func (*AddTaskFlowEdgesRequestEdges) SetNodeEnd

func (*AddTaskFlowEdgesRequestEdges) SetNodeFrom

func (AddTaskFlowEdgesRequestEdges) String

type AddTaskFlowEdgesResponse

type AddTaskFlowEdgesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AddTaskFlowEdgesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddTaskFlowEdgesResponse) GoString

func (s AddTaskFlowEdgesResponse) GoString() string

func (*AddTaskFlowEdgesResponse) SetBody

func (*AddTaskFlowEdgesResponse) SetHeaders

func (*AddTaskFlowEdgesResponse) SetStatusCode

func (AddTaskFlowEdgesResponse) String

func (s AddTaskFlowEdgesResponse) String() string

type AddTaskFlowEdgesResponseBody

type AddTaskFlowEdgesResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddTaskFlowEdgesResponseBody) GoString

func (s AddTaskFlowEdgesResponseBody) GoString() string

func (*AddTaskFlowEdgesResponseBody) SetErrorCode

func (*AddTaskFlowEdgesResponseBody) SetErrorMessage

func (*AddTaskFlowEdgesResponseBody) SetRequestId

func (*AddTaskFlowEdgesResponseBody) SetSuccess

func (AddTaskFlowEdgesResponseBody) String

type AddTaskFlowEdgesShrinkRequest

type AddTaskFlowEdgesShrinkRequest struct {
	DagId       *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	EdgesShrink *string `json:"Edges,omitempty" xml:"Edges,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (AddTaskFlowEdgesShrinkRequest) GoString

func (*AddTaskFlowEdgesShrinkRequest) SetDagId

func (*AddTaskFlowEdgesShrinkRequest) SetEdgesShrink

func (*AddTaskFlowEdgesShrinkRequest) SetTid

func (AddTaskFlowEdgesShrinkRequest) String

type ApproveOrderRequest

type ApproveOrderRequest struct {
	ApprovalType       *string `json:"ApprovalType,omitempty" xml:"ApprovalType,omitempty"`
	Comment            *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	WorkflowInstanceId *int64  `json:"WorkflowInstanceId,omitempty" xml:"WorkflowInstanceId,omitempty"`
}

func (ApproveOrderRequest) GoString

func (s ApproveOrderRequest) GoString() string

func (*ApproveOrderRequest) SetApprovalType

func (s *ApproveOrderRequest) SetApprovalType(v string) *ApproveOrderRequest

func (*ApproveOrderRequest) SetComment

func (*ApproveOrderRequest) SetTid

func (*ApproveOrderRequest) SetWorkflowInstanceId

func (s *ApproveOrderRequest) SetWorkflowInstanceId(v int64) *ApproveOrderRequest

func (ApproveOrderRequest) String

func (s ApproveOrderRequest) String() string

type ApproveOrderResponse

type ApproveOrderResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ApproveOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ApproveOrderResponse) GoString

func (s ApproveOrderResponse) GoString() string

func (*ApproveOrderResponse) SetBody

func (*ApproveOrderResponse) SetHeaders

func (s *ApproveOrderResponse) SetHeaders(v map[string]*string) *ApproveOrderResponse

func (*ApproveOrderResponse) SetStatusCode

func (s *ApproveOrderResponse) SetStatusCode(v int32) *ApproveOrderResponse

func (ApproveOrderResponse) String

func (s ApproveOrderResponse) String() string

type ApproveOrderResponseBody

type ApproveOrderResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ApproveOrderResponseBody) GoString

func (s ApproveOrderResponseBody) GoString() string

func (*ApproveOrderResponseBody) SetErrorCode

func (*ApproveOrderResponseBody) SetErrorMessage

func (*ApproveOrderResponseBody) SetRequestId

func (*ApproveOrderResponseBody) SetSuccess

func (ApproveOrderResponseBody) String

func (s ApproveOrderResponseBody) String() string

type BackFillRequest

type BackFillRequest struct {
	Asc               *bool    `json:"Asc,omitempty" xml:"Asc,omitempty"`
	BackFillDate      *string  `json:"BackFillDate,omitempty" xml:"BackFillDate,omitempty"`
	BackFillDateBegin *string  `json:"BackFillDateBegin,omitempty" xml:"BackFillDateBegin,omitempty"`
	BackFillDateEnd   *string  `json:"BackFillDateEnd,omitempty" xml:"BackFillDateEnd,omitempty"`
	DagId             *int64   `json:"DagId,omitempty" xml:"DagId,omitempty"`
	HistoryDagId      *int64   `json:"HistoryDagId,omitempty" xml:"HistoryDagId,omitempty"`
	Interval          *int32   `json:"Interval,omitempty" xml:"Interval,omitempty"`
	IsTriggerSubTree  *bool    `json:"IsTriggerSubTree,omitempty" xml:"IsTriggerSubTree,omitempty"`
	StartNodeIds      []*int64 `json:"StartNodeIds,omitempty" xml:"StartNodeIds,omitempty" type:"Repeated"`
	Tid               *int64   `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (BackFillRequest) GoString

func (s BackFillRequest) GoString() string

func (*BackFillRequest) SetAsc

func (s *BackFillRequest) SetAsc(v bool) *BackFillRequest

func (*BackFillRequest) SetBackFillDate

func (s *BackFillRequest) SetBackFillDate(v string) *BackFillRequest

func (*BackFillRequest) SetBackFillDateBegin

func (s *BackFillRequest) SetBackFillDateBegin(v string) *BackFillRequest

func (*BackFillRequest) SetBackFillDateEnd

func (s *BackFillRequest) SetBackFillDateEnd(v string) *BackFillRequest

func (*BackFillRequest) SetDagId

func (s *BackFillRequest) SetDagId(v int64) *BackFillRequest

func (*BackFillRequest) SetHistoryDagId

func (s *BackFillRequest) SetHistoryDagId(v int64) *BackFillRequest

func (*BackFillRequest) SetInterval

func (s *BackFillRequest) SetInterval(v int32) *BackFillRequest

func (*BackFillRequest) SetIsTriggerSubTree

func (s *BackFillRequest) SetIsTriggerSubTree(v bool) *BackFillRequest

func (*BackFillRequest) SetStartNodeIds

func (s *BackFillRequest) SetStartNodeIds(v []*int64) *BackFillRequest

func (*BackFillRequest) SetTid

func (s *BackFillRequest) SetTid(v int64) *BackFillRequest

func (BackFillRequest) String

func (s BackFillRequest) String() string

type BackFillResponse

type BackFillResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BackFillResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BackFillResponse) GoString

func (s BackFillResponse) GoString() string

func (*BackFillResponse) SetBody

func (*BackFillResponse) SetHeaders

func (s *BackFillResponse) SetHeaders(v map[string]*string) *BackFillResponse

func (*BackFillResponse) SetStatusCode

func (s *BackFillResponse) SetStatusCode(v int32) *BackFillResponse

func (BackFillResponse) String

func (s BackFillResponse) String() string

type BackFillResponseBody

type BackFillResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	NodeId       *int64  `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BackFillResponseBody) GoString

func (s BackFillResponseBody) GoString() string

func (*BackFillResponseBody) SetErrorCode

func (s *BackFillResponseBody) SetErrorCode(v string) *BackFillResponseBody

func (*BackFillResponseBody) SetErrorMessage

func (s *BackFillResponseBody) SetErrorMessage(v string) *BackFillResponseBody

func (*BackFillResponseBody) SetNodeId

func (*BackFillResponseBody) SetRequestId

func (s *BackFillResponseBody) SetRequestId(v string) *BackFillResponseBody

func (*BackFillResponseBody) SetSuccess

func (BackFillResponseBody) String

func (s BackFillResponseBody) String() string

type BackFillShrinkRequest

type BackFillShrinkRequest struct {
	Asc                *bool   `json:"Asc,omitempty" xml:"Asc,omitempty"`
	BackFillDate       *string `json:"BackFillDate,omitempty" xml:"BackFillDate,omitempty"`
	BackFillDateBegin  *string `json:"BackFillDateBegin,omitempty" xml:"BackFillDateBegin,omitempty"`
	BackFillDateEnd    *string `json:"BackFillDateEnd,omitempty" xml:"BackFillDateEnd,omitempty"`
	DagId              *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	HistoryDagId       *int64  `json:"HistoryDagId,omitempty" xml:"HistoryDagId,omitempty"`
	Interval           *int32  `json:"Interval,omitempty" xml:"Interval,omitempty"`
	IsTriggerSubTree   *bool   `json:"IsTriggerSubTree,omitempty" xml:"IsTriggerSubTree,omitempty"`
	StartNodeIdsShrink *string `json:"StartNodeIds,omitempty" xml:"StartNodeIds,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (BackFillShrinkRequest) GoString

func (s BackFillShrinkRequest) GoString() string

func (*BackFillShrinkRequest) SetAsc

func (*BackFillShrinkRequest) SetBackFillDate

func (s *BackFillShrinkRequest) SetBackFillDate(v string) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetBackFillDateBegin

func (s *BackFillShrinkRequest) SetBackFillDateBegin(v string) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetBackFillDateEnd

func (s *BackFillShrinkRequest) SetBackFillDateEnd(v string) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetDagId

func (*BackFillShrinkRequest) SetHistoryDagId

func (s *BackFillShrinkRequest) SetHistoryDagId(v int64) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetInterval

func (*BackFillShrinkRequest) SetIsTriggerSubTree

func (s *BackFillShrinkRequest) SetIsTriggerSubTree(v bool) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetStartNodeIdsShrink

func (s *BackFillShrinkRequest) SetStartNodeIdsShrink(v string) *BackFillShrinkRequest

func (*BackFillShrinkRequest) SetTid

func (BackFillShrinkRequest) String

func (s BackFillShrinkRequest) String() string

type ChangeColumnSecLevelRequest

type ChangeColumnSecLevelRequest struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId       *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	IsLogic    *bool   `json:"IsLogic,omitempty" xml:"IsLogic,omitempty"`
	NewLevel   *string `json:"NewLevel,omitempty" xml:"NewLevel,omitempty"`
	SchemaName *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ChangeColumnSecLevelRequest) GoString

func (s ChangeColumnSecLevelRequest) GoString() string

func (*ChangeColumnSecLevelRequest) SetColumnName

func (*ChangeColumnSecLevelRequest) SetDbId

func (*ChangeColumnSecLevelRequest) SetIsLogic

func (*ChangeColumnSecLevelRequest) SetNewLevel

func (*ChangeColumnSecLevelRequest) SetSchemaName

func (*ChangeColumnSecLevelRequest) SetTableName

func (*ChangeColumnSecLevelRequest) SetTid

func (ChangeColumnSecLevelRequest) String

type ChangeColumnSecLevelResponse

type ChangeColumnSecLevelResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ChangeColumnSecLevelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ChangeColumnSecLevelResponse) GoString

func (s ChangeColumnSecLevelResponse) GoString() string

func (*ChangeColumnSecLevelResponse) SetBody

func (*ChangeColumnSecLevelResponse) SetHeaders

func (*ChangeColumnSecLevelResponse) SetStatusCode

func (ChangeColumnSecLevelResponse) String

type ChangeColumnSecLevelResponseBody

type ChangeColumnSecLevelResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ChangeColumnSecLevelResponseBody) GoString

func (*ChangeColumnSecLevelResponseBody) SetErrorCode

func (*ChangeColumnSecLevelResponseBody) SetErrorMessage

func (*ChangeColumnSecLevelResponseBody) SetRequestId

func (*ChangeColumnSecLevelResponseBody) SetSuccess

func (ChangeColumnSecLevelResponseBody) String

type ChangeLhDagOwnerRequest

type ChangeLhDagOwnerRequest struct {
	DagId       *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	OwnerUserId *int64 `json:"OwnerUserId,omitempty" xml:"OwnerUserId,omitempty"`
	Tid         *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ChangeLhDagOwnerRequest) GoString

func (s ChangeLhDagOwnerRequest) GoString() string

func (*ChangeLhDagOwnerRequest) SetDagId

func (*ChangeLhDagOwnerRequest) SetOwnerUserId

func (*ChangeLhDagOwnerRequest) SetTid

func (ChangeLhDagOwnerRequest) String

func (s ChangeLhDagOwnerRequest) String() string

type ChangeLhDagOwnerResponse

type ChangeLhDagOwnerResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ChangeLhDagOwnerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ChangeLhDagOwnerResponse) GoString

func (s ChangeLhDagOwnerResponse) GoString() string

func (*ChangeLhDagOwnerResponse) SetBody

func (*ChangeLhDagOwnerResponse) SetHeaders

func (*ChangeLhDagOwnerResponse) SetStatusCode

func (ChangeLhDagOwnerResponse) String

func (s ChangeLhDagOwnerResponse) String() string

type ChangeLhDagOwnerResponseBody

type ChangeLhDagOwnerResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ChangeLhDagOwnerResponseBody) GoString

func (s ChangeLhDagOwnerResponseBody) GoString() string

func (*ChangeLhDagOwnerResponseBody) SetErrorCode

func (*ChangeLhDagOwnerResponseBody) SetErrorMessage

func (*ChangeLhDagOwnerResponseBody) SetRequestId

func (*ChangeLhDagOwnerResponseBody) SetSuccess

func (ChangeLhDagOwnerResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddDesensitizationRule

func (client *Client) AddDesensitizationRule(request *AddDesensitizationRuleRequest) (_result *AddDesensitizationRuleResponse, _err error)

func (*Client) AddDesensitizationRuleWithOptions

func (client *Client) AddDesensitizationRuleWithOptions(request *AddDesensitizationRuleRequest, runtime *util.RuntimeOptions) (_result *AddDesensitizationRuleResponse, _err error)

func (*Client) AddLhMembers

func (client *Client) AddLhMembers(request *AddLhMembersRequest) (_result *AddLhMembersResponse, _err error)

func (*Client) AddLhMembersWithOptions

func (client *Client) AddLhMembersWithOptions(tmpReq *AddLhMembersRequest, runtime *util.RuntimeOptions) (_result *AddLhMembersResponse, _err error)

func (*Client) AddLogicTableRouteConfig

func (client *Client) AddLogicTableRouteConfig(request *AddLogicTableRouteConfigRequest) (_result *AddLogicTableRouteConfigResponse, _err error)

func (*Client) AddLogicTableRouteConfigWithOptions

func (client *Client) AddLogicTableRouteConfigWithOptions(request *AddLogicTableRouteConfigRequest, runtime *util.RuntimeOptions) (_result *AddLogicTableRouteConfigResponse, _err error)

func (*Client) AddTaskFlowEdges

func (client *Client) AddTaskFlowEdges(request *AddTaskFlowEdgesRequest) (_result *AddTaskFlowEdgesResponse, _err error)

func (*Client) AddTaskFlowEdgesWithOptions

func (client *Client) AddTaskFlowEdgesWithOptions(tmpReq *AddTaskFlowEdgesRequest, runtime *util.RuntimeOptions) (_result *AddTaskFlowEdgesResponse, _err error)

func (*Client) ApproveOrder

func (client *Client) ApproveOrder(request *ApproveOrderRequest) (_result *ApproveOrderResponse, _err error)

func (*Client) ApproveOrderWithOptions

func (client *Client) ApproveOrderWithOptions(request *ApproveOrderRequest, runtime *util.RuntimeOptions) (_result *ApproveOrderResponse, _err error)

func (*Client) BackFill

func (client *Client) BackFill(request *BackFillRequest) (_result *BackFillResponse, _err error)

func (*Client) BackFillWithOptions

func (client *Client) BackFillWithOptions(tmpReq *BackFillRequest, runtime *util.RuntimeOptions) (_result *BackFillResponse, _err error)

func (*Client) ChangeColumnSecLevel

func (client *Client) ChangeColumnSecLevel(request *ChangeColumnSecLevelRequest) (_result *ChangeColumnSecLevelResponse, _err error)

func (*Client) ChangeColumnSecLevelWithOptions

func (client *Client) ChangeColumnSecLevelWithOptions(request *ChangeColumnSecLevelRequest, runtime *util.RuntimeOptions) (_result *ChangeColumnSecLevelResponse, _err error)

func (*Client) ChangeLhDagOwner

func (client *Client) ChangeLhDagOwner(request *ChangeLhDagOwnerRequest) (_result *ChangeLhDagOwnerResponse, _err error)

func (*Client) ChangeLhDagOwnerWithOptions

func (client *Client) ChangeLhDagOwnerWithOptions(request *ChangeLhDagOwnerRequest, runtime *util.RuntimeOptions) (_result *ChangeLhDagOwnerResponse, _err error)

func (*Client) CloseOrder

func (client *Client) CloseOrder(request *CloseOrderRequest) (_result *CloseOrderResponse, _err error)

func (*Client) CloseOrderWithOptions

func (client *Client) CloseOrderWithOptions(request *CloseOrderRequest, runtime *util.RuntimeOptions) (_result *CloseOrderResponse, _err error)

func (*Client) CreateDataCorrectOrder

func (client *Client) CreateDataCorrectOrder(request *CreateDataCorrectOrderRequest) (_result *CreateDataCorrectOrderResponse, _err error)

func (*Client) CreateDataCorrectOrderWithOptions

func (client *Client) CreateDataCorrectOrderWithOptions(tmpReq *CreateDataCorrectOrderRequest, runtime *util.RuntimeOptions) (_result *CreateDataCorrectOrderResponse, _err error)

func (*Client) CreateDataCronClearOrder

func (client *Client) CreateDataCronClearOrder(request *CreateDataCronClearOrderRequest) (_result *CreateDataCronClearOrderResponse, _err error)

func (*Client) CreateDataCronClearOrderWithOptions

func (client *Client) CreateDataCronClearOrderWithOptions(tmpReq *CreateDataCronClearOrderRequest, runtime *util.RuntimeOptions) (_result *CreateDataCronClearOrderResponse, _err error)

func (*Client) CreateDataImportOrder

func (client *Client) CreateDataImportOrder(request *CreateDataImportOrderRequest) (_result *CreateDataImportOrderResponse, _err error)

func (*Client) CreateDataImportOrderWithOptions

func (client *Client) CreateDataImportOrderWithOptions(tmpReq *CreateDataImportOrderRequest, runtime *util.RuntimeOptions) (_result *CreateDataImportOrderResponse, _err error)

func (*Client) CreateFreeLockCorrectOrder

func (client *Client) CreateFreeLockCorrectOrder(request *CreateFreeLockCorrectOrderRequest) (_result *CreateFreeLockCorrectOrderResponse, _err error)

func (*Client) CreateFreeLockCorrectOrderWithOptions

func (client *Client) CreateFreeLockCorrectOrderWithOptions(tmpReq *CreateFreeLockCorrectOrderRequest, runtime *util.RuntimeOptions) (_result *CreateFreeLockCorrectOrderResponse, _err error)

func (*Client) CreateLakeHouseSpace

func (client *Client) CreateLakeHouseSpace(request *CreateLakeHouseSpaceRequest) (_result *CreateLakeHouseSpaceResponse, _err error)

func (*Client) CreateLakeHouseSpaceWithOptions

func (client *Client) CreateLakeHouseSpaceWithOptions(request *CreateLakeHouseSpaceRequest, runtime *util.RuntimeOptions) (_result *CreateLakeHouseSpaceResponse, _err error)

func (*Client) CreateLogicDatabase

func (client *Client) CreateLogicDatabase(request *CreateLogicDatabaseRequest) (_result *CreateLogicDatabaseResponse, _err error)

func (*Client) CreateLogicDatabaseWithOptions

func (client *Client) CreateLogicDatabaseWithOptions(tmpReq *CreateLogicDatabaseRequest, runtime *util.RuntimeOptions) (_result *CreateLogicDatabaseResponse, _err error)

func (*Client) CreateOrder

func (client *Client) CreateOrder(request *CreateOrderRequest) (_result *CreateOrderResponse, _err error)

func (*Client) CreateOrderWithOptions

func (client *Client) CreateOrderWithOptions(tmpReq *CreateOrderRequest, runtime *util.RuntimeOptions) (_result *CreateOrderResponse, _err error)

func (*Client) CreateProxy

func (client *Client) CreateProxy(request *CreateProxyRequest) (_result *CreateProxyResponse, _err error)

func (*Client) CreateProxyAccess

func (client *Client) CreateProxyAccess(request *CreateProxyAccessRequest) (_result *CreateProxyAccessResponse, _err error)

func (*Client) CreateProxyAccessWithOptions

func (client *Client) CreateProxyAccessWithOptions(request *CreateProxyAccessRequest, runtime *util.RuntimeOptions) (_result *CreateProxyAccessResponse, _err error)

func (*Client) CreateProxyWithOptions

func (client *Client) CreateProxyWithOptions(request *CreateProxyRequest, runtime *util.RuntimeOptions) (_result *CreateProxyResponse, _err error)

func (*Client) CreatePublishGroupTask

func (client *Client) CreatePublishGroupTask(request *CreatePublishGroupTaskRequest) (_result *CreatePublishGroupTaskResponse, _err error)

func (*Client) CreatePublishGroupTaskWithOptions

func (client *Client) CreatePublishGroupTaskWithOptions(request *CreatePublishGroupTaskRequest, runtime *util.RuntimeOptions) (_result *CreatePublishGroupTaskResponse, _err error)

func (*Client) CreateSQLReviewOrder

func (client *Client) CreateSQLReviewOrder(request *CreateSQLReviewOrderRequest) (_result *CreateSQLReviewOrderResponse, _err error)

func (*Client) CreateSQLReviewOrderWithOptions

func (client *Client) CreateSQLReviewOrderWithOptions(tmpReq *CreateSQLReviewOrderRequest, runtime *util.RuntimeOptions) (_result *CreateSQLReviewOrderResponse, _err error)

func (*Client) CreateScenario

func (client *Client) CreateScenario(request *CreateScenarioRequest) (_result *CreateScenarioResponse, _err error)

func (*Client) CreateScenarioWithOptions

func (client *Client) CreateScenarioWithOptions(request *CreateScenarioRequest, runtime *util.RuntimeOptions) (_result *CreateScenarioResponse, _err error)

func (*Client) CreateStandardGroup

func (client *Client) CreateStandardGroup(request *CreateStandardGroupRequest) (_result *CreateStandardGroupResponse, _err error)

func (*Client) CreateStandardGroupWithOptions

func (client *Client) CreateStandardGroupWithOptions(request *CreateStandardGroupRequest, runtime *util.RuntimeOptions) (_result *CreateStandardGroupResponse, _err error)

func (*Client) CreateStructSyncOrder

func (client *Client) CreateStructSyncOrder(request *CreateStructSyncOrderRequest) (_result *CreateStructSyncOrderResponse, _err error)

func (*Client) CreateStructSyncOrderWithOptions

func (client *Client) CreateStructSyncOrderWithOptions(tmpReq *CreateStructSyncOrderRequest, runtime *util.RuntimeOptions) (_result *CreateStructSyncOrderResponse, _err error)

func (*Client) CreateTask

func (client *Client) CreateTask(request *CreateTaskRequest) (_result *CreateTaskResponse, _err error)

func (*Client) CreateTaskFlow

func (client *Client) CreateTaskFlow(request *CreateTaskFlowRequest) (_result *CreateTaskFlowResponse, _err error)

func (*Client) CreateTaskFlowWithOptions

func (client *Client) CreateTaskFlowWithOptions(request *CreateTaskFlowRequest, runtime *util.RuntimeOptions) (_result *CreateTaskFlowResponse, _err error)

func (*Client) CreateTaskWithOptions

func (client *Client) CreateTaskWithOptions(request *CreateTaskRequest, runtime *util.RuntimeOptions) (_result *CreateTaskResponse, _err error)

func (*Client) CreateUploadFileJob

func (client *Client) CreateUploadFileJob(request *CreateUploadFileJobRequest) (_result *CreateUploadFileJobResponse, _err error)

func (*Client) CreateUploadFileJobWithOptions

func (client *Client) CreateUploadFileJobWithOptions(request *CreateUploadFileJobRequest, runtime *util.RuntimeOptions) (_result *CreateUploadFileJobResponse, _err error)

func (*Client) CreateUploadOSSFileJob

func (client *Client) CreateUploadOSSFileJob(request *CreateUploadOSSFileJobRequest) (_result *CreateUploadOSSFileJobResponse, _err error)

func (*Client) CreateUploadOSSFileJobWithOptions

func (client *Client) CreateUploadOSSFileJobWithOptions(tmpReq *CreateUploadOSSFileJobRequest, runtime *util.RuntimeOptions) (_result *CreateUploadOSSFileJobResponse, _err error)

func (*Client) DeleteInstance

func (client *Client) DeleteInstance(request *DeleteInstanceRequest) (_result *DeleteInstanceResponse, _err error)

func (*Client) DeleteInstanceWithOptions

func (client *Client) DeleteInstanceWithOptions(request *DeleteInstanceRequest, runtime *util.RuntimeOptions) (_result *DeleteInstanceResponse, _err error)

func (*Client) DeleteLakeHouseSpace

func (client *Client) DeleteLakeHouseSpace(request *DeleteLakeHouseSpaceRequest) (_result *DeleteLakeHouseSpaceResponse, _err error)

func (*Client) DeleteLakeHouseSpaceWithOptions

func (client *Client) DeleteLakeHouseSpaceWithOptions(request *DeleteLakeHouseSpaceRequest, runtime *util.RuntimeOptions) (_result *DeleteLakeHouseSpaceResponse, _err error)

func (*Client) DeleteLhMembers

func (client *Client) DeleteLhMembers(request *DeleteLhMembersRequest) (_result *DeleteLhMembersResponse, _err error)

func (*Client) DeleteLhMembersWithOptions

func (client *Client) DeleteLhMembersWithOptions(tmpReq *DeleteLhMembersRequest, runtime *util.RuntimeOptions) (_result *DeleteLhMembersResponse, _err error)

func (*Client) DeleteLogicDatabase

func (client *Client) DeleteLogicDatabase(request *DeleteLogicDatabaseRequest) (_result *DeleteLogicDatabaseResponse, _err error)

func (*Client) DeleteLogicDatabaseWithOptions

func (client *Client) DeleteLogicDatabaseWithOptions(request *DeleteLogicDatabaseRequest, runtime *util.RuntimeOptions) (_result *DeleteLogicDatabaseResponse, _err error)

func (*Client) DeleteLogicTableRouteConfig

func (client *Client) DeleteLogicTableRouteConfig(request *DeleteLogicTableRouteConfigRequest) (_result *DeleteLogicTableRouteConfigResponse, _err error)

func (*Client) DeleteLogicTableRouteConfigWithOptions

func (client *Client) DeleteLogicTableRouteConfigWithOptions(request *DeleteLogicTableRouteConfigRequest, runtime *util.RuntimeOptions) (_result *DeleteLogicTableRouteConfigResponse, _err error)

func (*Client) DeleteProxy

func (client *Client) DeleteProxy(request *DeleteProxyRequest) (_result *DeleteProxyResponse, _err error)

func (*Client) DeleteProxyAccess

func (client *Client) DeleteProxyAccess(request *DeleteProxyAccessRequest) (_result *DeleteProxyAccessResponse, _err error)

func (*Client) DeleteProxyAccessWithOptions

func (client *Client) DeleteProxyAccessWithOptions(request *DeleteProxyAccessRequest, runtime *util.RuntimeOptions) (_result *DeleteProxyAccessResponse, _err error)

func (*Client) DeleteProxyWithOptions

func (client *Client) DeleteProxyWithOptions(request *DeleteProxyRequest, runtime *util.RuntimeOptions) (_result *DeleteProxyResponse, _err error)

func (*Client) DeleteScenario

func (client *Client) DeleteScenario(request *DeleteScenarioRequest) (_result *DeleteScenarioResponse, _err error)

func (*Client) DeleteScenarioWithOptions

func (client *Client) DeleteScenarioWithOptions(request *DeleteScenarioRequest, runtime *util.RuntimeOptions) (_result *DeleteScenarioResponse, _err error)

func (*Client) DeleteTask

func (client *Client) DeleteTask(request *DeleteTaskRequest) (_result *DeleteTaskResponse, _err error)

func (*Client) DeleteTaskFlow

func (client *Client) DeleteTaskFlow(request *DeleteTaskFlowRequest) (_result *DeleteTaskFlowResponse, _err error)

func (*Client) DeleteTaskFlowEdgesByCondition

func (client *Client) DeleteTaskFlowEdgesByCondition(request *DeleteTaskFlowEdgesByConditionRequest) (_result *DeleteTaskFlowEdgesByConditionResponse, _err error)

func (*Client) DeleteTaskFlowEdgesByConditionWithOptions

func (client *Client) DeleteTaskFlowEdgesByConditionWithOptions(request *DeleteTaskFlowEdgesByConditionRequest, runtime *util.RuntimeOptions) (_result *DeleteTaskFlowEdgesByConditionResponse, _err error)

func (*Client) DeleteTaskFlowWithOptions

func (client *Client) DeleteTaskFlowWithOptions(request *DeleteTaskFlowRequest, runtime *util.RuntimeOptions) (_result *DeleteTaskFlowResponse, _err error)

func (*Client) DeleteTaskWithOptions

func (client *Client) DeleteTaskWithOptions(request *DeleteTaskRequest, runtime *util.RuntimeOptions) (_result *DeleteTaskResponse, _err error)

func (*Client) DeleteUser

func (client *Client) DeleteUser(request *DeleteUserRequest) (_result *DeleteUserResponse, _err error)

func (*Client) DeleteUserWithOptions

func (client *Client) DeleteUserWithOptions(request *DeleteUserRequest, runtime *util.RuntimeOptions) (_result *DeleteUserResponse, _err error)

func (*Client) DisableUser

func (client *Client) DisableUser(request *DisableUserRequest) (_result *DisableUserResponse, _err error)

func (*Client) DisableUserWithOptions

func (client *Client) DisableUserWithOptions(request *DisableUserRequest, runtime *util.RuntimeOptions) (_result *DisableUserResponse, _err error)

func (*Client) EditLogicDatabase

func (client *Client) EditLogicDatabase(request *EditLogicDatabaseRequest) (_result *EditLogicDatabaseResponse, _err error)

func (*Client) EditLogicDatabaseWithOptions

func (client *Client) EditLogicDatabaseWithOptions(tmpReq *EditLogicDatabaseRequest, runtime *util.RuntimeOptions) (_result *EditLogicDatabaseResponse, _err error)

func (*Client) EnableUser

func (client *Client) EnableUser(request *EnableUserRequest) (_result *EnableUserResponse, _err error)

func (*Client) EnableUserWithOptions

func (client *Client) EnableUserWithOptions(request *EnableUserRequest, runtime *util.RuntimeOptions) (_result *EnableUserResponse, _err error)

func (*Client) ExecuteDataCorrect

func (client *Client) ExecuteDataCorrect(request *ExecuteDataCorrectRequest) (_result *ExecuteDataCorrectResponse, _err error)

func (*Client) ExecuteDataCorrectWithOptions

func (client *Client) ExecuteDataCorrectWithOptions(tmpReq *ExecuteDataCorrectRequest, runtime *util.RuntimeOptions) (_result *ExecuteDataCorrectResponse, _err error)

func (*Client) ExecuteDataExport

func (client *Client) ExecuteDataExport(request *ExecuteDataExportRequest) (_result *ExecuteDataExportResponse, _err error)

func (*Client) ExecuteDataExportWithOptions

func (client *Client) ExecuteDataExportWithOptions(tmpReq *ExecuteDataExportRequest, runtime *util.RuntimeOptions) (_result *ExecuteDataExportResponse, _err error)

func (*Client) ExecuteScript

func (client *Client) ExecuteScript(request *ExecuteScriptRequest) (_result *ExecuteScriptResponse, _err error)

func (*Client) ExecuteScriptWithOptions

func (client *Client) ExecuteScriptWithOptions(request *ExecuteScriptRequest, runtime *util.RuntimeOptions) (_result *ExecuteScriptResponse, _err error)

func (*Client) ExecuteStructSync

func (client *Client) ExecuteStructSync(request *ExecuteStructSyncRequest) (_result *ExecuteStructSyncResponse, _err error)

func (*Client) ExecuteStructSyncWithOptions

func (client *Client) ExecuteStructSyncWithOptions(request *ExecuteStructSyncRequest, runtime *util.RuntimeOptions) (_result *ExecuteStructSyncResponse, _err error)

func (*Client) GetApprovalDetail

func (client *Client) GetApprovalDetail(request *GetApprovalDetailRequest) (_result *GetApprovalDetailResponse, _err error)

func (*Client) GetApprovalDetailWithOptions

func (client *Client) GetApprovalDetailWithOptions(request *GetApprovalDetailRequest, runtime *util.RuntimeOptions) (_result *GetApprovalDetailResponse, _err error)

func (*Client) GetDBTaskSQLJobLog

func (client *Client) GetDBTaskSQLJobLog(request *GetDBTaskSQLJobLogRequest) (_result *GetDBTaskSQLJobLogResponse, _err error)

func (*Client) GetDBTaskSQLJobLogWithOptions

func (client *Client) GetDBTaskSQLJobLogWithOptions(request *GetDBTaskSQLJobLogRequest, runtime *util.RuntimeOptions) (_result *GetDBTaskSQLJobLogResponse, _err error)

func (*Client) GetDBTopology

func (client *Client) GetDBTopology(request *GetDBTopologyRequest) (_result *GetDBTopologyResponse, _err error)

func (*Client) GetDBTopologyWithOptions

func (client *Client) GetDBTopologyWithOptions(request *GetDBTopologyRequest, runtime *util.RuntimeOptions) (_result *GetDBTopologyResponse, _err error)

func (*Client) GetDataCorrectBackupFiles

func (client *Client) GetDataCorrectBackupFiles(request *GetDataCorrectBackupFilesRequest) (_result *GetDataCorrectBackupFilesResponse, _err error)

func (*Client) GetDataCorrectBackupFilesWithOptions

func (client *Client) GetDataCorrectBackupFilesWithOptions(tmpReq *GetDataCorrectBackupFilesRequest, runtime *util.RuntimeOptions) (_result *GetDataCorrectBackupFilesResponse, _err error)

func (*Client) GetDataCorrectOrderDetail

func (client *Client) GetDataCorrectOrderDetail(request *GetDataCorrectOrderDetailRequest) (_result *GetDataCorrectOrderDetailResponse, _err error)

func (*Client) GetDataCorrectOrderDetailWithOptions

func (client *Client) GetDataCorrectOrderDetailWithOptions(request *GetDataCorrectOrderDetailRequest, runtime *util.RuntimeOptions) (_result *GetDataCorrectOrderDetailResponse, _err error)

func (*Client) GetDataCorrectSQLFile

func (client *Client) GetDataCorrectSQLFile(request *GetDataCorrectSQLFileRequest) (_result *GetDataCorrectSQLFileResponse, _err error)

func (*Client) GetDataCorrectSQLFileWithOptions

func (client *Client) GetDataCorrectSQLFileWithOptions(request *GetDataCorrectSQLFileRequest, runtime *util.RuntimeOptions) (_result *GetDataCorrectSQLFileResponse, _err error)

func (*Client) GetDataCorrectTaskDetail

func (client *Client) GetDataCorrectTaskDetail(request *GetDataCorrectTaskDetailRequest) (_result *GetDataCorrectTaskDetailResponse, _err error)

func (*Client) GetDataCorrectTaskDetailWithOptions

func (client *Client) GetDataCorrectTaskDetailWithOptions(request *GetDataCorrectTaskDetailRequest, runtime *util.RuntimeOptions) (_result *GetDataCorrectTaskDetailResponse, _err error)

func (*Client) GetDataCronClearTaskDetailList

func (client *Client) GetDataCronClearTaskDetailList(request *GetDataCronClearTaskDetailListRequest) (_result *GetDataCronClearTaskDetailListResponse, _err error)

func (*Client) GetDataCronClearTaskDetailListWithOptions

func (client *Client) GetDataCronClearTaskDetailListWithOptions(request *GetDataCronClearTaskDetailListRequest, runtime *util.RuntimeOptions) (_result *GetDataCronClearTaskDetailListResponse, _err error)

func (*Client) GetDataExportDownloadURL

func (client *Client) GetDataExportDownloadURL(request *GetDataExportDownloadURLRequest) (_result *GetDataExportDownloadURLResponse, _err error)

func (*Client) GetDataExportDownloadURLWithOptions

func (client *Client) GetDataExportDownloadURLWithOptions(request *GetDataExportDownloadURLRequest, runtime *util.RuntimeOptions) (_result *GetDataExportDownloadURLResponse, _err error)

func (*Client) GetDataExportOrderDetail

func (client *Client) GetDataExportOrderDetail(request *GetDataExportOrderDetailRequest) (_result *GetDataExportOrderDetailResponse, _err error)

func (*Client) GetDataExportOrderDetailWithOptions

func (client *Client) GetDataExportOrderDetailWithOptions(request *GetDataExportOrderDetailRequest, runtime *util.RuntimeOptions) (_result *GetDataExportOrderDetailResponse, _err error)

func (*Client) GetDatabase

func (client *Client) GetDatabase(request *GetDatabaseRequest) (_result *GetDatabaseResponse, _err error)

func (*Client) GetDatabaseWithOptions

func (client *Client) GetDatabaseWithOptions(request *GetDatabaseRequest, runtime *util.RuntimeOptions) (_result *GetDatabaseResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetInstance

func (client *Client) GetInstance(request *GetInstanceRequest) (_result *GetInstanceResponse, _err error)

func (*Client) GetInstanceWithOptions

func (client *Client) GetInstanceWithOptions(request *GetInstanceRequest, runtime *util.RuntimeOptions) (_result *GetInstanceResponse, _err error)

func (*Client) GetIntervalLimitOfSLA

func (client *Client) GetIntervalLimitOfSLA(request *GetIntervalLimitOfSLARequest) (_result *GetIntervalLimitOfSLAResponse, _err error)

func (*Client) GetIntervalLimitOfSLAWithOptions

func (client *Client) GetIntervalLimitOfSLAWithOptions(request *GetIntervalLimitOfSLARequest, runtime *util.RuntimeOptions) (_result *GetIntervalLimitOfSLAResponse, _err error)

func (*Client) GetLhSpaceByName

func (client *Client) GetLhSpaceByName(request *GetLhSpaceByNameRequest) (_result *GetLhSpaceByNameResponse, _err error)

func (*Client) GetLhSpaceByNameWithOptions

func (client *Client) GetLhSpaceByNameWithOptions(request *GetLhSpaceByNameRequest, runtime *util.RuntimeOptions) (_result *GetLhSpaceByNameResponse, _err error)

func (*Client) GetLogicDatabase

func (client *Client) GetLogicDatabase(request *GetLogicDatabaseRequest) (_result *GetLogicDatabaseResponse, _err error)

func (*Client) GetLogicDatabaseWithOptions

func (client *Client) GetLogicDatabaseWithOptions(request *GetLogicDatabaseRequest, runtime *util.RuntimeOptions) (_result *GetLogicDatabaseResponse, _err error)

func (*Client) GetMetaTableColumn

func (client *Client) GetMetaTableColumn(request *GetMetaTableColumnRequest) (_result *GetMetaTableColumnResponse, _err error)

func (*Client) GetMetaTableColumnWithOptions

func (client *Client) GetMetaTableColumnWithOptions(request *GetMetaTableColumnRequest, runtime *util.RuntimeOptions) (_result *GetMetaTableColumnResponse, _err error)

func (*Client) GetMetaTableDetailInfo

func (client *Client) GetMetaTableDetailInfo(request *GetMetaTableDetailInfoRequest) (_result *GetMetaTableDetailInfoResponse, _err error)

func (*Client) GetMetaTableDetailInfoWithOptions

func (client *Client) GetMetaTableDetailInfoWithOptions(request *GetMetaTableDetailInfoRequest, runtime *util.RuntimeOptions) (_result *GetMetaTableDetailInfoResponse, _err error)

func (*Client) GetOpLog

func (client *Client) GetOpLog(request *GetOpLogRequest) (_result *GetOpLogResponse, _err error)

func (*Client) GetOpLogWithOptions

func (client *Client) GetOpLogWithOptions(request *GetOpLogRequest, runtime *util.RuntimeOptions) (_result *GetOpLogResponse, _err error)

func (*Client) GetOrderBaseInfo

func (client *Client) GetOrderBaseInfo(request *GetOrderBaseInfoRequest) (_result *GetOrderBaseInfoResponse, _err error)

func (*Client) GetOrderBaseInfoWithOptions

func (client *Client) GetOrderBaseInfoWithOptions(request *GetOrderBaseInfoRequest, runtime *util.RuntimeOptions) (_result *GetOrderBaseInfoResponse, _err error)

func (*Client) GetOwnerApplyOrderDetail

func (client *Client) GetOwnerApplyOrderDetail(request *GetOwnerApplyOrderDetailRequest) (_result *GetOwnerApplyOrderDetailResponse, _err error)

func (*Client) GetOwnerApplyOrderDetailWithOptions

func (client *Client) GetOwnerApplyOrderDetailWithOptions(request *GetOwnerApplyOrderDetailRequest, runtime *util.RuntimeOptions) (_result *GetOwnerApplyOrderDetailResponse, _err error)

func (*Client) GetPermApplyOrderDetail

func (client *Client) GetPermApplyOrderDetail(request *GetPermApplyOrderDetailRequest) (_result *GetPermApplyOrderDetailResponse, _err error)

func (*Client) GetPermApplyOrderDetailWithOptions

func (client *Client) GetPermApplyOrderDetailWithOptions(request *GetPermApplyOrderDetailRequest, runtime *util.RuntimeOptions) (_result *GetPermApplyOrderDetailResponse, _err error)

func (*Client) GetPhysicalDatabase

func (client *Client) GetPhysicalDatabase(request *GetPhysicalDatabaseRequest) (_result *GetPhysicalDatabaseResponse, _err error)

func (*Client) GetPhysicalDatabaseWithOptions

func (client *Client) GetPhysicalDatabaseWithOptions(request *GetPhysicalDatabaseRequest, runtime *util.RuntimeOptions) (_result *GetPhysicalDatabaseResponse, _err error)

func (*Client) GetProxy

func (client *Client) GetProxy(request *GetProxyRequest) (_result *GetProxyResponse, _err error)

func (*Client) GetProxyWithOptions

func (client *Client) GetProxyWithOptions(request *GetProxyRequest, runtime *util.RuntimeOptions) (_result *GetProxyResponse, _err error)

func (*Client) GetRuleNumLimitOfSLA

func (client *Client) GetRuleNumLimitOfSLA(request *GetRuleNumLimitOfSLARequest) (_result *GetRuleNumLimitOfSLAResponse, _err error)

func (*Client) GetRuleNumLimitOfSLAWithOptions

func (client *Client) GetRuleNumLimitOfSLAWithOptions(request *GetRuleNumLimitOfSLARequest, runtime *util.RuntimeOptions) (_result *GetRuleNumLimitOfSLAResponse, _err error)

func (*Client) GetSQLReviewCheckResultStatus

func (client *Client) GetSQLReviewCheckResultStatus(request *GetSQLReviewCheckResultStatusRequest) (_result *GetSQLReviewCheckResultStatusResponse, _err error)

func (*Client) GetSQLReviewCheckResultStatusWithOptions

func (client *Client) GetSQLReviewCheckResultStatusWithOptions(request *GetSQLReviewCheckResultStatusRequest, runtime *util.RuntimeOptions) (_result *GetSQLReviewCheckResultStatusResponse, _err error)

func (*Client) GetSQLReviewOptimizeDetail

func (client *Client) GetSQLReviewOptimizeDetail(request *GetSQLReviewOptimizeDetailRequest) (_result *GetSQLReviewOptimizeDetailResponse, _err error)

func (*Client) GetSQLReviewOptimizeDetailWithOptions

func (client *Client) GetSQLReviewOptimizeDetailWithOptions(request *GetSQLReviewOptimizeDetailRequest, runtime *util.RuntimeOptions) (_result *GetSQLReviewOptimizeDetailResponse, _err error)

func (*Client) GetStructSyncExecSqlDetail

func (client *Client) GetStructSyncExecSqlDetail(request *GetStructSyncExecSqlDetailRequest) (_result *GetStructSyncExecSqlDetailResponse, _err error)

func (*Client) GetStructSyncExecSqlDetailWithOptions

func (client *Client) GetStructSyncExecSqlDetailWithOptions(request *GetStructSyncExecSqlDetailRequest, runtime *util.RuntimeOptions) (_result *GetStructSyncExecSqlDetailResponse, _err error)

func (*Client) GetStructSyncJobAnalyzeResult

func (client *Client) GetStructSyncJobAnalyzeResult(request *GetStructSyncJobAnalyzeResultRequest) (_result *GetStructSyncJobAnalyzeResultResponse, _err error)

func (*Client) GetStructSyncJobAnalyzeResultWithOptions

func (client *Client) GetStructSyncJobAnalyzeResultWithOptions(request *GetStructSyncJobAnalyzeResultRequest, runtime *util.RuntimeOptions) (_result *GetStructSyncJobAnalyzeResultResponse, _err error)

func (*Client) GetStructSyncJobDetail

func (client *Client) GetStructSyncJobDetail(request *GetStructSyncJobDetailRequest) (_result *GetStructSyncJobDetailResponse, _err error)

func (*Client) GetStructSyncJobDetailWithOptions

func (client *Client) GetStructSyncJobDetailWithOptions(request *GetStructSyncJobDetailRequest, runtime *util.RuntimeOptions) (_result *GetStructSyncJobDetailResponse, _err error)

func (*Client) GetStructSyncOrderDetail

func (client *Client) GetStructSyncOrderDetail(request *GetStructSyncOrderDetailRequest) (_result *GetStructSyncOrderDetailResponse, _err error)

func (*Client) GetStructSyncOrderDetailWithOptions

func (client *Client) GetStructSyncOrderDetailWithOptions(request *GetStructSyncOrderDetailRequest, runtime *util.RuntimeOptions) (_result *GetStructSyncOrderDetailResponse, _err error)

func (*Client) GetTableDBTopology

func (client *Client) GetTableDBTopology(request *GetTableDBTopologyRequest) (_result *GetTableDBTopologyResponse, _err error)

func (*Client) GetTableDBTopologyWithOptions

func (client *Client) GetTableDBTopologyWithOptions(request *GetTableDBTopologyRequest, runtime *util.RuntimeOptions) (_result *GetTableDBTopologyResponse, _err error)

func (*Client) GetTableTopology

func (client *Client) GetTableTopology(request *GetTableTopologyRequest) (_result *GetTableTopologyResponse, _err error)

func (*Client) GetTableTopologyWithOptions

func (client *Client) GetTableTopologyWithOptions(request *GetTableTopologyRequest, runtime *util.RuntimeOptions) (_result *GetTableTopologyResponse, _err error)

func (*Client) GetTask

func (client *Client) GetTask(request *GetTaskRequest) (_result *GetTaskResponse, _err error)

func (*Client) GetTaskFlowGraph

func (client *Client) GetTaskFlowGraph(request *GetTaskFlowGraphRequest) (_result *GetTaskFlowGraphResponse, _err error)

func (*Client) GetTaskFlowGraphWithOptions

func (client *Client) GetTaskFlowGraphWithOptions(request *GetTaskFlowGraphRequest, runtime *util.RuntimeOptions) (_result *GetTaskFlowGraphResponse, _err error)

func (*Client) GetTaskFlowNotification

func (client *Client) GetTaskFlowNotification(request *GetTaskFlowNotificationRequest) (_result *GetTaskFlowNotificationResponse, _err error)

func (*Client) GetTaskFlowNotificationWithOptions

func (client *Client) GetTaskFlowNotificationWithOptions(request *GetTaskFlowNotificationRequest, runtime *util.RuntimeOptions) (_result *GetTaskFlowNotificationResponse, _err error)

func (*Client) GetTaskInstanceRelation

func (client *Client) GetTaskInstanceRelation(request *GetTaskInstanceRelationRequest) (_result *GetTaskInstanceRelationResponse, _err error)

func (*Client) GetTaskInstanceRelationWithOptions

func (client *Client) GetTaskInstanceRelationWithOptions(request *GetTaskInstanceRelationRequest, runtime *util.RuntimeOptions) (_result *GetTaskInstanceRelationResponse, _err error)

func (*Client) GetTaskWithOptions

func (client *Client) GetTaskWithOptions(request *GetTaskRequest, runtime *util.RuntimeOptions) (_result *GetTaskResponse, _err error)

func (*Client) GetUser

func (client *Client) GetUser(request *GetUserRequest) (_result *GetUserResponse, _err error)

func (*Client) GetUserActiveTenant

func (client *Client) GetUserActiveTenant(request *GetUserActiveTenantRequest) (_result *GetUserActiveTenantResponse, _err error)

func (*Client) GetUserActiveTenantWithOptions

func (client *Client) GetUserActiveTenantWithOptions(request *GetUserActiveTenantRequest, runtime *util.RuntimeOptions) (_result *GetUserActiveTenantResponse, _err error)

func (*Client) GetUserUploadFileJob

func (client *Client) GetUserUploadFileJob(request *GetUserUploadFileJobRequest) (_result *GetUserUploadFileJobResponse, _err error)

func (*Client) GetUserUploadFileJobWithOptions

func (client *Client) GetUserUploadFileJobWithOptions(request *GetUserUploadFileJobRequest, runtime *util.RuntimeOptions) (_result *GetUserUploadFileJobResponse, _err error)

func (*Client) GetUserWithOptions

func (client *Client) GetUserWithOptions(request *GetUserRequest, runtime *util.RuntimeOptions) (_result *GetUserResponse, _err error)

func (*Client) GrantUserPermission

func (client *Client) GrantUserPermission(request *GrantUserPermissionRequest) (_result *GrantUserPermissionResponse, _err error)

func (*Client) GrantUserPermissionWithOptions

func (client *Client) GrantUserPermissionWithOptions(request *GrantUserPermissionRequest, runtime *util.RuntimeOptions) (_result *GrantUserPermissionResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) InspectProxyAccessSecret

func (client *Client) InspectProxyAccessSecret(request *InspectProxyAccessSecretRequest) (_result *InspectProxyAccessSecretResponse, _err error)

func (*Client) InspectProxyAccessSecretWithOptions

func (client *Client) InspectProxyAccessSecretWithOptions(request *InspectProxyAccessSecretRequest, runtime *util.RuntimeOptions) (_result *InspectProxyAccessSecretResponse, _err error)

func (*Client) ListColumns

func (client *Client) ListColumns(request *ListColumnsRequest) (_result *ListColumnsResponse, _err error)

func (*Client) ListColumnsWithOptions

func (client *Client) ListColumnsWithOptions(request *ListColumnsRequest, runtime *util.RuntimeOptions) (_result *ListColumnsResponse, _err error)

func (*Client) ListDAGVersions

func (client *Client) ListDAGVersions(request *ListDAGVersionsRequest) (_result *ListDAGVersionsResponse, _err error)

func (*Client) ListDAGVersionsWithOptions

func (client *Client) ListDAGVersionsWithOptions(request *ListDAGVersionsRequest, runtime *util.RuntimeOptions) (_result *ListDAGVersionsResponse, _err error)

func (*Client) ListDBTaskSQLJob

func (client *Client) ListDBTaskSQLJob(request *ListDBTaskSQLJobRequest) (_result *ListDBTaskSQLJobResponse, _err error)

func (*Client) ListDBTaskSQLJobDetail

func (client *Client) ListDBTaskSQLJobDetail(request *ListDBTaskSQLJobDetailRequest) (_result *ListDBTaskSQLJobDetailResponse, _err error)

func (*Client) ListDBTaskSQLJobDetailWithOptions

func (client *Client) ListDBTaskSQLJobDetailWithOptions(request *ListDBTaskSQLJobDetailRequest, runtime *util.RuntimeOptions) (_result *ListDBTaskSQLJobDetailResponse, _err error)

func (*Client) ListDBTaskSQLJobWithOptions

func (client *Client) ListDBTaskSQLJobWithOptions(request *ListDBTaskSQLJobRequest, runtime *util.RuntimeOptions) (_result *ListDBTaskSQLJobResponse, _err error)

func (*Client) ListDDLPublishRecords

func (client *Client) ListDDLPublishRecords(request *ListDDLPublishRecordsRequest) (_result *ListDDLPublishRecordsResponse, _err error)

func (*Client) ListDDLPublishRecordsWithOptions

func (client *Client) ListDDLPublishRecordsWithOptions(request *ListDDLPublishRecordsRequest, runtime *util.RuntimeOptions) (_result *ListDDLPublishRecordsResponse, _err error)

func (*Client) ListDataCorrectPreCheckDB

func (client *Client) ListDataCorrectPreCheckDB(request *ListDataCorrectPreCheckDBRequest) (_result *ListDataCorrectPreCheckDBResponse, _err error)

func (*Client) ListDataCorrectPreCheckDBWithOptions

func (client *Client) ListDataCorrectPreCheckDBWithOptions(request *ListDataCorrectPreCheckDBRequest, runtime *util.RuntimeOptions) (_result *ListDataCorrectPreCheckDBResponse, _err error)

func (*Client) ListDataCorrectPreCheckSQL

func (client *Client) ListDataCorrectPreCheckSQL(request *ListDataCorrectPreCheckSQLRequest) (_result *ListDataCorrectPreCheckSQLResponse, _err error)

func (*Client) ListDataCorrectPreCheckSQLWithOptions

func (client *Client) ListDataCorrectPreCheckSQLWithOptions(request *ListDataCorrectPreCheckSQLRequest, runtime *util.RuntimeOptions) (_result *ListDataCorrectPreCheckSQLResponse, _err error)

func (*Client) ListDatabaseUserPermssions

func (client *Client) ListDatabaseUserPermssions(request *ListDatabaseUserPermssionsRequest) (_result *ListDatabaseUserPermssionsResponse, _err error)

func (*Client) ListDatabaseUserPermssionsWithOptions

func (client *Client) ListDatabaseUserPermssionsWithOptions(request *ListDatabaseUserPermssionsRequest, runtime *util.RuntimeOptions) (_result *ListDatabaseUserPermssionsResponse, _err error)

func (*Client) ListDatabases

func (client *Client) ListDatabases(request *ListDatabasesRequest) (_result *ListDatabasesResponse, _err error)

func (*Client) ListDatabasesWithOptions

func (client *Client) ListDatabasesWithOptions(request *ListDatabasesRequest, runtime *util.RuntimeOptions) (_result *ListDatabasesResponse, _err error)

func (*Client) ListDefaultSLARules

func (client *Client) ListDefaultSLARules(request *ListDefaultSLARulesRequest) (_result *ListDefaultSLARulesResponse, _err error)

func (*Client) ListDefaultSLARulesWithOptions

func (client *Client) ListDefaultSLARulesWithOptions(request *ListDefaultSLARulesRequest, runtime *util.RuntimeOptions) (_result *ListDefaultSLARulesResponse, _err error)

func (*Client) ListDesensitizationRule

func (client *Client) ListDesensitizationRule(request *ListDesensitizationRuleRequest) (_result *ListDesensitizationRuleResponse, _err error)

func (*Client) ListDesensitizationRuleWithOptions

func (client *Client) ListDesensitizationRuleWithOptions(request *ListDesensitizationRuleRequest, runtime *util.RuntimeOptions) (_result *ListDesensitizationRuleResponse, _err error)

func (*Client) ListIndexes

func (client *Client) ListIndexes(request *ListIndexesRequest) (_result *ListIndexesResponse, _err error)

func (*Client) ListIndexesWithOptions

func (client *Client) ListIndexesWithOptions(request *ListIndexesRequest, runtime *util.RuntimeOptions) (_result *ListIndexesResponse, _err error)

func (*Client) ListInstanceLoginAuditLog

func (client *Client) ListInstanceLoginAuditLog(request *ListInstanceLoginAuditLogRequest) (_result *ListInstanceLoginAuditLogResponse, _err error)

func (*Client) ListInstanceLoginAuditLogWithOptions

func (client *Client) ListInstanceLoginAuditLogWithOptions(request *ListInstanceLoginAuditLogRequest, runtime *util.RuntimeOptions) (_result *ListInstanceLoginAuditLogResponse, _err error)

func (*Client) ListInstanceUserPermissions

func (client *Client) ListInstanceUserPermissions(request *ListInstanceUserPermissionsRequest) (_result *ListInstanceUserPermissionsResponse, _err error)

func (*Client) ListInstanceUserPermissionsWithOptions

func (client *Client) ListInstanceUserPermissionsWithOptions(request *ListInstanceUserPermissionsRequest, runtime *util.RuntimeOptions) (_result *ListInstanceUserPermissionsResponse, _err error)

func (*Client) ListInstances

func (client *Client) ListInstances(request *ListInstancesRequest) (_result *ListInstancesResponse, _err error)

func (*Client) ListInstancesWithOptions

func (client *Client) ListInstancesWithOptions(request *ListInstancesRequest, runtime *util.RuntimeOptions) (_result *ListInstancesResponse, _err error)

func (*Client) ListLhTaskFlowAndScenario

func (client *Client) ListLhTaskFlowAndScenario(request *ListLhTaskFlowAndScenarioRequest) (_result *ListLhTaskFlowAndScenarioResponse, _err error)

func (*Client) ListLhTaskFlowAndScenarioWithOptions

func (client *Client) ListLhTaskFlowAndScenarioWithOptions(request *ListLhTaskFlowAndScenarioRequest, runtime *util.RuntimeOptions) (_result *ListLhTaskFlowAndScenarioResponse, _err error)

func (*Client) ListLogicDatabases

func (client *Client) ListLogicDatabases(request *ListLogicDatabasesRequest) (_result *ListLogicDatabasesResponse, _err error)

func (*Client) ListLogicDatabasesWithOptions

func (client *Client) ListLogicDatabasesWithOptions(request *ListLogicDatabasesRequest, runtime *util.RuntimeOptions) (_result *ListLogicDatabasesResponse, _err error)

func (*Client) ListLogicTableRouteConfig

func (client *Client) ListLogicTableRouteConfig(request *ListLogicTableRouteConfigRequest) (_result *ListLogicTableRouteConfigResponse, _err error)

func (*Client) ListLogicTableRouteConfigWithOptions

func (client *Client) ListLogicTableRouteConfigWithOptions(request *ListLogicTableRouteConfigRequest, runtime *util.RuntimeOptions) (_result *ListLogicTableRouteConfigResponse, _err error)

func (*Client) ListLogicTables

func (client *Client) ListLogicTables(request *ListLogicTablesRequest) (_result *ListLogicTablesResponse, _err error)

func (*Client) ListLogicTablesWithOptions

func (client *Client) ListLogicTablesWithOptions(request *ListLogicTablesRequest, runtime *util.RuntimeOptions) (_result *ListLogicTablesResponse, _err error)

func (*Client) ListOrders

func (client *Client) ListOrders(request *ListOrdersRequest) (_result *ListOrdersResponse, _err error)

func (*Client) ListOrdersWithOptions

func (client *Client) ListOrdersWithOptions(request *ListOrdersRequest, runtime *util.RuntimeOptions) (_result *ListOrdersResponse, _err error)

func (*Client) ListProxies

func (client *Client) ListProxies(request *ListProxiesRequest) (_result *ListProxiesResponse, _err error)

func (*Client) ListProxiesWithOptions

func (client *Client) ListProxiesWithOptions(request *ListProxiesRequest, runtime *util.RuntimeOptions) (_result *ListProxiesResponse, _err error)

func (*Client) ListProxyAccesses

func (client *Client) ListProxyAccesses(request *ListProxyAccessesRequest) (_result *ListProxyAccessesResponse, _err error)

func (*Client) ListProxyAccessesWithOptions

func (client *Client) ListProxyAccessesWithOptions(request *ListProxyAccessesRequest, runtime *util.RuntimeOptions) (_result *ListProxyAccessesResponse, _err error)

func (*Client) ListProxySQLExecAuditLog

func (client *Client) ListProxySQLExecAuditLog(request *ListProxySQLExecAuditLogRequest) (_result *ListProxySQLExecAuditLogResponse, _err error)

func (*Client) ListProxySQLExecAuditLogWithOptions

func (client *Client) ListProxySQLExecAuditLogWithOptions(request *ListProxySQLExecAuditLogRequest, runtime *util.RuntimeOptions) (_result *ListProxySQLExecAuditLogResponse, _err error)

func (*Client) ListSLARules

func (client *Client) ListSLARules(request *ListSLARulesRequest) (_result *ListSLARulesResponse, _err error)

func (*Client) ListSLARulesWithOptions

func (client *Client) ListSLARulesWithOptions(request *ListSLARulesRequest, runtime *util.RuntimeOptions) (_result *ListSLARulesResponse, _err error)

func (*Client) ListSQLExecAuditLog

func (client *Client) ListSQLExecAuditLog(request *ListSQLExecAuditLogRequest) (_result *ListSQLExecAuditLogResponse, _err error)

func (*Client) ListSQLExecAuditLogWithOptions

func (client *Client) ListSQLExecAuditLogWithOptions(request *ListSQLExecAuditLogRequest, runtime *util.RuntimeOptions) (_result *ListSQLExecAuditLogResponse, _err error)

func (*Client) ListSQLReviewOriginSQL

func (client *Client) ListSQLReviewOriginSQL(request *ListSQLReviewOriginSQLRequest) (_result *ListSQLReviewOriginSQLResponse, _err error)

func (*Client) ListSQLReviewOriginSQLWithOptions

func (client *Client) ListSQLReviewOriginSQLWithOptions(tmpReq *ListSQLReviewOriginSQLRequest, runtime *util.RuntimeOptions) (_result *ListSQLReviewOriginSQLResponse, _err error)

func (*Client) ListScenarios

func (client *Client) ListScenarios(request *ListScenariosRequest) (_result *ListScenariosResponse, _err error)

func (*Client) ListScenariosWithOptions

func (client *Client) ListScenariosWithOptions(request *ListScenariosRequest, runtime *util.RuntimeOptions) (_result *ListScenariosResponse, _err error)

func (*Client) ListSensitiveColumns

func (client *Client) ListSensitiveColumns(request *ListSensitiveColumnsRequest) (_result *ListSensitiveColumnsResponse, _err error)

func (*Client) ListSensitiveColumnsDetail

func (client *Client) ListSensitiveColumnsDetail(request *ListSensitiveColumnsDetailRequest) (_result *ListSensitiveColumnsDetailResponse, _err error)

func (*Client) ListSensitiveColumnsDetailWithOptions

func (client *Client) ListSensitiveColumnsDetailWithOptions(request *ListSensitiveColumnsDetailRequest, runtime *util.RuntimeOptions) (_result *ListSensitiveColumnsDetailResponse, _err error)

func (*Client) ListSensitiveColumnsWithOptions

func (client *Client) ListSensitiveColumnsWithOptions(request *ListSensitiveColumnsRequest, runtime *util.RuntimeOptions) (_result *ListSensitiveColumnsResponse, _err error)

func (*Client) ListSensitiveDataAuditLog

func (client *Client) ListSensitiveDataAuditLog(request *ListSensitiveDataAuditLogRequest) (_result *ListSensitiveDataAuditLogResponse, _err error)

func (*Client) ListSensitiveDataAuditLogWithOptions

func (client *Client) ListSensitiveDataAuditLogWithOptions(request *ListSensitiveDataAuditLogRequest, runtime *util.RuntimeOptions) (_result *ListSensitiveDataAuditLogResponse, _err error)

func (*Client) ListStandardGroups

func (client *Client) ListStandardGroups(request *ListStandardGroupsRequest) (_result *ListStandardGroupsResponse, _err error)

func (*Client) ListStandardGroupsWithOptions

func (client *Client) ListStandardGroupsWithOptions(request *ListStandardGroupsRequest, runtime *util.RuntimeOptions) (_result *ListStandardGroupsResponse, _err error)

func (*Client) ListTables

func (client *Client) ListTables(request *ListTablesRequest) (_result *ListTablesResponse, _err error)

func (*Client) ListTablesWithOptions

func (client *Client) ListTablesWithOptions(request *ListTablesRequest, runtime *util.RuntimeOptions) (_result *ListTablesResponse, _err error)

func (*Client) ListTaskFlow

func (client *Client) ListTaskFlow(request *ListTaskFlowRequest) (_result *ListTaskFlowResponse, _err error)

func (*Client) ListTaskFlowConstants

func (client *Client) ListTaskFlowConstants(request *ListTaskFlowConstantsRequest) (_result *ListTaskFlowConstantsResponse, _err error)

func (*Client) ListTaskFlowConstantsWithOptions

func (client *Client) ListTaskFlowConstantsWithOptions(request *ListTaskFlowConstantsRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowConstantsResponse, _err error)

func (*Client) ListTaskFlowCooperators

func (client *Client) ListTaskFlowCooperators(request *ListTaskFlowCooperatorsRequest) (_result *ListTaskFlowCooperatorsResponse, _err error)

func (*Client) ListTaskFlowCooperatorsWithOptions

func (client *Client) ListTaskFlowCooperatorsWithOptions(request *ListTaskFlowCooperatorsRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowCooperatorsResponse, _err error)

func (*Client) ListTaskFlowEdgesByCondition

func (client *Client) ListTaskFlowEdgesByCondition(request *ListTaskFlowEdgesByConditionRequest) (_result *ListTaskFlowEdgesByConditionResponse, _err error)

func (*Client) ListTaskFlowEdgesByConditionWithOptions

func (client *Client) ListTaskFlowEdgesByConditionWithOptions(request *ListTaskFlowEdgesByConditionRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowEdgesByConditionResponse, _err error)

func (*Client) ListTaskFlowInstance

func (client *Client) ListTaskFlowInstance(request *ListTaskFlowInstanceRequest) (_result *ListTaskFlowInstanceResponse, _err error)

func (*Client) ListTaskFlowInstanceWithOptions

func (client *Client) ListTaskFlowInstanceWithOptions(request *ListTaskFlowInstanceRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowInstanceResponse, _err error)

func (*Client) ListTaskFlowTimeVariables

func (client *Client) ListTaskFlowTimeVariables(request *ListTaskFlowTimeVariablesRequest) (_result *ListTaskFlowTimeVariablesResponse, _err error)

func (*Client) ListTaskFlowTimeVariablesWithOptions

func (client *Client) ListTaskFlowTimeVariablesWithOptions(request *ListTaskFlowTimeVariablesRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowTimeVariablesResponse, _err error)

func (*Client) ListTaskFlowWithOptions

func (client *Client) ListTaskFlowWithOptions(request *ListTaskFlowRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowResponse, _err error)

func (*Client) ListTaskFlowsByPage

func (client *Client) ListTaskFlowsByPage(request *ListTaskFlowsByPageRequest) (_result *ListTaskFlowsByPageResponse, _err error)

func (*Client) ListTaskFlowsByPageWithOptions

func (client *Client) ListTaskFlowsByPageWithOptions(request *ListTaskFlowsByPageRequest, runtime *util.RuntimeOptions) (_result *ListTaskFlowsByPageResponse, _err error)

func (*Client) ListTasksInTaskFlow

func (client *Client) ListTasksInTaskFlow(request *ListTasksInTaskFlowRequest) (_result *ListTasksInTaskFlowResponse, _err error)

func (*Client) ListTasksInTaskFlowWithOptions

func (client *Client) ListTasksInTaskFlowWithOptions(request *ListTasksInTaskFlowRequest, runtime *util.RuntimeOptions) (_result *ListTasksInTaskFlowResponse, _err error)

func (*Client) ListUserPermissions

func (client *Client) ListUserPermissions(request *ListUserPermissionsRequest) (_result *ListUserPermissionsResponse, _err error)

func (*Client) ListUserPermissionsWithOptions

func (client *Client) ListUserPermissionsWithOptions(request *ListUserPermissionsRequest, runtime *util.RuntimeOptions) (_result *ListUserPermissionsResponse, _err error)

func (*Client) ListUserTenants

func (client *Client) ListUserTenants(request *ListUserTenantsRequest) (_result *ListUserTenantsResponse, _err error)

func (*Client) ListUserTenantsWithOptions

func (client *Client) ListUserTenantsWithOptions(request *ListUserTenantsRequest, runtime *util.RuntimeOptions) (_result *ListUserTenantsResponse, _err error)

func (*Client) ListUsers

func (client *Client) ListUsers(request *ListUsersRequest) (_result *ListUsersResponse, _err error)

func (*Client) ListUsersWithOptions

func (client *Client) ListUsersWithOptions(request *ListUsersRequest, runtime *util.RuntimeOptions) (_result *ListUsersResponse, _err error)

func (*Client) ListWorkFlowNodes

func (client *Client) ListWorkFlowNodes(request *ListWorkFlowNodesRequest) (_result *ListWorkFlowNodesResponse, _err error)

func (*Client) ListWorkFlowNodesWithOptions

func (client *Client) ListWorkFlowNodesWithOptions(request *ListWorkFlowNodesRequest, runtime *util.RuntimeOptions) (_result *ListWorkFlowNodesResponse, _err error)

func (*Client) ListWorkFlowTemplates

func (client *Client) ListWorkFlowTemplates(request *ListWorkFlowTemplatesRequest) (_result *ListWorkFlowTemplatesResponse, _err error)

func (*Client) ListWorkFlowTemplatesWithOptions

func (client *Client) ListWorkFlowTemplatesWithOptions(request *ListWorkFlowTemplatesRequest, runtime *util.RuntimeOptions) (_result *ListWorkFlowTemplatesResponse, _err error)

func (*Client) MakeTaskFlowInstanceSuccess

func (client *Client) MakeTaskFlowInstanceSuccess(request *MakeTaskFlowInstanceSuccessRequest) (_result *MakeTaskFlowInstanceSuccessResponse, _err error)

func (*Client) MakeTaskFlowInstanceSuccessWithOptions

func (client *Client) MakeTaskFlowInstanceSuccessWithOptions(request *MakeTaskFlowInstanceSuccessRequest, runtime *util.RuntimeOptions) (_result *MakeTaskFlowInstanceSuccessResponse, _err error)

func (*Client) ModifyDataCorrectExecSQL

func (client *Client) ModifyDataCorrectExecSQL(request *ModifyDataCorrectExecSQLRequest) (_result *ModifyDataCorrectExecSQLResponse, _err error)

func (*Client) ModifyDataCorrectExecSQLWithOptions

func (client *Client) ModifyDataCorrectExecSQLWithOptions(request *ModifyDataCorrectExecSQLRequest, runtime *util.RuntimeOptions) (_result *ModifyDataCorrectExecSQLResponse, _err error)

func (*Client) ModifyDesensitizationStrategy

func (client *Client) ModifyDesensitizationStrategy(request *ModifyDesensitizationStrategyRequest) (_result *ModifyDesensitizationStrategyResponse, _err error)

func (*Client) ModifyDesensitizationStrategyWithOptions

func (client *Client) ModifyDesensitizationStrategyWithOptions(request *ModifyDesensitizationStrategyRequest, runtime *util.RuntimeOptions) (_result *ModifyDesensitizationStrategyResponse, _err error)

func (*Client) MoveTaskFlowToScenario

func (client *Client) MoveTaskFlowToScenario(request *MoveTaskFlowToScenarioRequest) (_result *MoveTaskFlowToScenarioResponse, _err error)

func (*Client) MoveTaskFlowToScenarioWithOptions

func (client *Client) MoveTaskFlowToScenarioWithOptions(request *MoveTaskFlowToScenarioRequest, runtime *util.RuntimeOptions) (_result *MoveTaskFlowToScenarioResponse, _err error)

func (*Client) OfflineTaskFlow

func (client *Client) OfflineTaskFlow(request *OfflineTaskFlowRequest) (_result *OfflineTaskFlowResponse, _err error)

func (*Client) OfflineTaskFlowWithOptions

func (client *Client) OfflineTaskFlowWithOptions(request *OfflineTaskFlowRequest, runtime *util.RuntimeOptions) (_result *OfflineTaskFlowResponse, _err error)

func (*Client) PauseDataCorrectSQLJob

func (client *Client) PauseDataCorrectSQLJob(request *PauseDataCorrectSQLJobRequest) (_result *PauseDataCorrectSQLJobResponse, _err error)

func (*Client) PauseDataCorrectSQLJobWithOptions

func (client *Client) PauseDataCorrectSQLJobWithOptions(request *PauseDataCorrectSQLJobRequest, runtime *util.RuntimeOptions) (_result *PauseDataCorrectSQLJobResponse, _err error)

func (*Client) PublishAndDeployTaskFlow

func (client *Client) PublishAndDeployTaskFlow(request *PublishAndDeployTaskFlowRequest) (_result *PublishAndDeployTaskFlowResponse, _err error)

func (*Client) PublishAndDeployTaskFlowWithOptions

func (client *Client) PublishAndDeployTaskFlowWithOptions(request *PublishAndDeployTaskFlowRequest, runtime *util.RuntimeOptions) (_result *PublishAndDeployTaskFlowResponse, _err error)

func (*Client) ReDeployLhDagVersion

func (client *Client) ReDeployLhDagVersion(request *ReDeployLhDagVersionRequest) (_result *ReDeployLhDagVersionResponse, _err error)

func (*Client) ReDeployLhDagVersionWithOptions

func (client *Client) ReDeployLhDagVersionWithOptions(request *ReDeployLhDagVersionRequest, runtime *util.RuntimeOptions) (_result *ReDeployLhDagVersionResponse, _err error)

func (*Client) ReRunTaskFlowInstance

func (client *Client) ReRunTaskFlowInstance(request *ReRunTaskFlowInstanceRequest) (_result *ReRunTaskFlowInstanceResponse, _err error)

func (*Client) ReRunTaskFlowInstanceWithOptions

func (client *Client) ReRunTaskFlowInstanceWithOptions(request *ReRunTaskFlowInstanceRequest, runtime *util.RuntimeOptions) (_result *ReRunTaskFlowInstanceResponse, _err error)

func (*Client) RegisterInstance

func (client *Client) RegisterInstance(request *RegisterInstanceRequest) (_result *RegisterInstanceResponse, _err error)

func (*Client) RegisterInstanceWithOptions

func (client *Client) RegisterInstanceWithOptions(request *RegisterInstanceRequest, runtime *util.RuntimeOptions) (_result *RegisterInstanceResponse, _err error)

func (*Client) RegisterUser

func (client *Client) RegisterUser(request *RegisterUserRequest) (_result *RegisterUserResponse, _err error)

func (*Client) RegisterUserWithOptions

func (client *Client) RegisterUserWithOptions(request *RegisterUserRequest, runtime *util.RuntimeOptions) (_result *RegisterUserResponse, _err error)

func (*Client) RestartDataCorrectSQLJob

func (client *Client) RestartDataCorrectSQLJob(request *RestartDataCorrectSQLJobRequest) (_result *RestartDataCorrectSQLJobResponse, _err error)

func (*Client) RestartDataCorrectSQLJobWithOptions

func (client *Client) RestartDataCorrectSQLJobWithOptions(request *RestartDataCorrectSQLJobRequest, runtime *util.RuntimeOptions) (_result *RestartDataCorrectSQLJobResponse, _err error)

func (*Client) ResumeTaskFlowInstance

func (client *Client) ResumeTaskFlowInstance(request *ResumeTaskFlowInstanceRequest) (_result *ResumeTaskFlowInstanceResponse, _err error)

func (*Client) ResumeTaskFlowInstanceWithOptions

func (client *Client) ResumeTaskFlowInstanceWithOptions(request *ResumeTaskFlowInstanceRequest, runtime *util.RuntimeOptions) (_result *ResumeTaskFlowInstanceResponse, _err error)

func (*Client) RetryDataCorrectPreCheck

func (client *Client) RetryDataCorrectPreCheck(request *RetryDataCorrectPreCheckRequest) (_result *RetryDataCorrectPreCheckResponse, _err error)

func (*Client) RetryDataCorrectPreCheckWithOptions

func (client *Client) RetryDataCorrectPreCheckWithOptions(request *RetryDataCorrectPreCheckRequest, runtime *util.RuntimeOptions) (_result *RetryDataCorrectPreCheckResponse, _err error)

func (*Client) RevokeUserPermission

func (client *Client) RevokeUserPermission(request *RevokeUserPermissionRequest) (_result *RevokeUserPermissionResponse, _err error)

func (*Client) RevokeUserPermissionWithOptions

func (client *Client) RevokeUserPermissionWithOptions(request *RevokeUserPermissionRequest, runtime *util.RuntimeOptions) (_result *RevokeUserPermissionResponse, _err error)

func (*Client) SearchDatabase

func (client *Client) SearchDatabase(request *SearchDatabaseRequest) (_result *SearchDatabaseResponse, _err error)

func (*Client) SearchDatabaseWithOptions

func (client *Client) SearchDatabaseWithOptions(request *SearchDatabaseRequest, runtime *util.RuntimeOptions) (_result *SearchDatabaseResponse, _err error)

func (*Client) SearchTable

func (client *Client) SearchTable(request *SearchTableRequest) (_result *SearchTableResponse, _err error)

func (*Client) SearchTableWithOptions

func (client *Client) SearchTableWithOptions(request *SearchTableRequest, runtime *util.RuntimeOptions) (_result *SearchTableResponse, _err error)

func (*Client) SetOwners

func (client *Client) SetOwners(request *SetOwnersRequest) (_result *SetOwnersResponse, _err error)

func (*Client) SetOwnersWithOptions

func (client *Client) SetOwnersWithOptions(request *SetOwnersRequest, runtime *util.RuntimeOptions) (_result *SetOwnersResponse, _err error)

func (*Client) StopTaskFlowInstance

func (client *Client) StopTaskFlowInstance(request *StopTaskFlowInstanceRequest) (_result *StopTaskFlowInstanceResponse, _err error)

func (*Client) StopTaskFlowInstanceWithOptions

func (client *Client) StopTaskFlowInstanceWithOptions(request *StopTaskFlowInstanceRequest, runtime *util.RuntimeOptions) (_result *StopTaskFlowInstanceResponse, _err error)

func (*Client) SubmitOrderApproval

func (client *Client) SubmitOrderApproval(request *SubmitOrderApprovalRequest) (_result *SubmitOrderApprovalResponse, _err error)

func (*Client) SubmitOrderApprovalWithOptions

func (client *Client) SubmitOrderApprovalWithOptions(request *SubmitOrderApprovalRequest, runtime *util.RuntimeOptions) (_result *SubmitOrderApprovalResponse, _err error)

func (*Client) SubmitStructSyncOrderApproval

func (client *Client) SubmitStructSyncOrderApproval(request *SubmitStructSyncOrderApprovalRequest) (_result *SubmitStructSyncOrderApprovalResponse, _err error)

func (*Client) SubmitStructSyncOrderApprovalWithOptions

func (client *Client) SubmitStructSyncOrderApprovalWithOptions(request *SubmitStructSyncOrderApprovalRequest, runtime *util.RuntimeOptions) (_result *SubmitStructSyncOrderApprovalResponse, _err error)

func (*Client) SuspendTaskFlowInstance

func (client *Client) SuspendTaskFlowInstance(request *SuspendTaskFlowInstanceRequest) (_result *SuspendTaskFlowInstanceResponse, _err error)

func (*Client) SuspendTaskFlowInstanceWithOptions

func (client *Client) SuspendTaskFlowInstanceWithOptions(request *SuspendTaskFlowInstanceRequest, runtime *util.RuntimeOptions) (_result *SuspendTaskFlowInstanceResponse, _err error)

func (*Client) SyncDatabaseMeta

func (client *Client) SyncDatabaseMeta(request *SyncDatabaseMetaRequest) (_result *SyncDatabaseMetaResponse, _err error)

func (*Client) SyncDatabaseMetaWithOptions

func (client *Client) SyncDatabaseMetaWithOptions(request *SyncDatabaseMetaRequest, runtime *util.RuntimeOptions) (_result *SyncDatabaseMetaResponse, _err error)

func (*Client) SyncInstanceMeta

func (client *Client) SyncInstanceMeta(request *SyncInstanceMetaRequest) (_result *SyncInstanceMetaResponse, _err error)

func (*Client) SyncInstanceMetaWithOptions

func (client *Client) SyncInstanceMetaWithOptions(request *SyncInstanceMetaRequest, runtime *util.RuntimeOptions) (_result *SyncInstanceMetaResponse, _err error)

func (*Client) UpdateInstance

func (client *Client) UpdateInstance(request *UpdateInstanceRequest) (_result *UpdateInstanceResponse, _err error)

func (*Client) UpdateInstanceWithOptions

func (client *Client) UpdateInstanceWithOptions(request *UpdateInstanceRequest, runtime *util.RuntimeOptions) (_result *UpdateInstanceResponse, _err error)

func (*Client) UpdateSLARules

func (client *Client) UpdateSLARules(request *UpdateSLARulesRequest) (_result *UpdateSLARulesResponse, _err error)

func (*Client) UpdateSLARulesWithOptions

func (client *Client) UpdateSLARulesWithOptions(tmpReq *UpdateSLARulesRequest, runtime *util.RuntimeOptions) (_result *UpdateSLARulesResponse, _err error)

func (*Client) UpdateScenario

func (client *Client) UpdateScenario(request *UpdateScenarioRequest) (_result *UpdateScenarioResponse, _err error)

func (*Client) UpdateScenarioWithOptions

func (client *Client) UpdateScenarioWithOptions(request *UpdateScenarioRequest, runtime *util.RuntimeOptions) (_result *UpdateScenarioResponse, _err error)

func (*Client) UpdateTaskConfig

func (client *Client) UpdateTaskConfig(request *UpdateTaskConfigRequest) (_result *UpdateTaskConfigResponse, _err error)

func (*Client) UpdateTaskConfigWithOptions

func (client *Client) UpdateTaskConfigWithOptions(request *UpdateTaskConfigRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskConfigResponse, _err error)

func (*Client) UpdateTaskContent

func (client *Client) UpdateTaskContent(request *UpdateTaskContentRequest) (_result *UpdateTaskContentResponse, _err error)

func (*Client) UpdateTaskContentWithOptions

func (client *Client) UpdateTaskContentWithOptions(request *UpdateTaskContentRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskContentResponse, _err error)

func (*Client) UpdateTaskFlowConstants

func (client *Client) UpdateTaskFlowConstants(request *UpdateTaskFlowConstantsRequest) (_result *UpdateTaskFlowConstantsResponse, _err error)

func (*Client) UpdateTaskFlowConstantsWithOptions

func (client *Client) UpdateTaskFlowConstantsWithOptions(tmpReq *UpdateTaskFlowConstantsRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowConstantsResponse, _err error)

func (*Client) UpdateTaskFlowCooperators

func (client *Client) UpdateTaskFlowCooperators(request *UpdateTaskFlowCooperatorsRequest) (_result *UpdateTaskFlowCooperatorsResponse, _err error)

func (*Client) UpdateTaskFlowCooperatorsWithOptions

func (client *Client) UpdateTaskFlowCooperatorsWithOptions(tmpReq *UpdateTaskFlowCooperatorsRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowCooperatorsResponse, _err error)

func (*Client) UpdateTaskFlowEdges

func (client *Client) UpdateTaskFlowEdges(request *UpdateTaskFlowEdgesRequest) (_result *UpdateTaskFlowEdgesResponse, _err error)

func (*Client) UpdateTaskFlowEdgesWithOptions

func (client *Client) UpdateTaskFlowEdgesWithOptions(tmpReq *UpdateTaskFlowEdgesRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowEdgesResponse, _err error)

func (*Client) UpdateTaskFlowNameAndDesc

func (client *Client) UpdateTaskFlowNameAndDesc(request *UpdateTaskFlowNameAndDescRequest) (_result *UpdateTaskFlowNameAndDescResponse, _err error)

func (*Client) UpdateTaskFlowNameAndDescWithOptions

func (client *Client) UpdateTaskFlowNameAndDescWithOptions(request *UpdateTaskFlowNameAndDescRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowNameAndDescResponse, _err error)

func (*Client) UpdateTaskFlowNotification

func (client *Client) UpdateTaskFlowNotification(request *UpdateTaskFlowNotificationRequest) (_result *UpdateTaskFlowNotificationResponse, _err error)

func (*Client) UpdateTaskFlowNotificationWithOptions

func (client *Client) UpdateTaskFlowNotificationWithOptions(request *UpdateTaskFlowNotificationRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowNotificationResponse, _err error)

func (*Client) UpdateTaskFlowOwner

func (client *Client) UpdateTaskFlowOwner(request *UpdateTaskFlowOwnerRequest) (_result *UpdateTaskFlowOwnerResponse, _err error)

func (*Client) UpdateTaskFlowOwnerWithOptions

func (client *Client) UpdateTaskFlowOwnerWithOptions(request *UpdateTaskFlowOwnerRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowOwnerResponse, _err error)

func (*Client) UpdateTaskFlowRelations

func (client *Client) UpdateTaskFlowRelations(request *UpdateTaskFlowRelationsRequest) (_result *UpdateTaskFlowRelationsResponse, _err error)

func (*Client) UpdateTaskFlowRelationsWithOptions

func (client *Client) UpdateTaskFlowRelationsWithOptions(tmpReq *UpdateTaskFlowRelationsRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowRelationsResponse, _err error)

func (*Client) UpdateTaskFlowSchedule

func (client *Client) UpdateTaskFlowSchedule(request *UpdateTaskFlowScheduleRequest) (_result *UpdateTaskFlowScheduleResponse, _err error)

func (*Client) UpdateTaskFlowScheduleWithOptions

func (client *Client) UpdateTaskFlowScheduleWithOptions(request *UpdateTaskFlowScheduleRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowScheduleResponse, _err error)

func (*Client) UpdateTaskFlowTimeVariables

func (client *Client) UpdateTaskFlowTimeVariables(request *UpdateTaskFlowTimeVariablesRequest) (_result *UpdateTaskFlowTimeVariablesResponse, _err error)

func (*Client) UpdateTaskFlowTimeVariablesWithOptions

func (client *Client) UpdateTaskFlowTimeVariablesWithOptions(request *UpdateTaskFlowTimeVariablesRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskFlowTimeVariablesResponse, _err error)

func (*Client) UpdateTaskName

func (client *Client) UpdateTaskName(request *UpdateTaskNameRequest) (_result *UpdateTaskNameResponse, _err error)

func (*Client) UpdateTaskNameWithOptions

func (client *Client) UpdateTaskNameWithOptions(request *UpdateTaskNameRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskNameResponse, _err error)

func (*Client) UpdateTaskOutput

func (client *Client) UpdateTaskOutput(request *UpdateTaskOutputRequest) (_result *UpdateTaskOutputResponse, _err error)

func (*Client) UpdateTaskOutputWithOptions

func (client *Client) UpdateTaskOutputWithOptions(request *UpdateTaskOutputRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskOutputResponse, _err error)

func (*Client) UpdateTaskTimeVariables

func (client *Client) UpdateTaskTimeVariables(request *UpdateTaskTimeVariablesRequest) (_result *UpdateTaskTimeVariablesResponse, _err error)

func (*Client) UpdateTaskTimeVariablesWithOptions

func (client *Client) UpdateTaskTimeVariablesWithOptions(request *UpdateTaskTimeVariablesRequest, runtime *util.RuntimeOptions) (_result *UpdateTaskTimeVariablesResponse, _err error)

func (*Client) UpdateUser

func (client *Client) UpdateUser(request *UpdateUserRequest) (_result *UpdateUserResponse, _err error)

func (*Client) UpdateUserWithOptions

func (client *Client) UpdateUserWithOptions(request *UpdateUserRequest, runtime *util.RuntimeOptions) (_result *UpdateUserResponse, _err error)

type CloseOrderRequest

type CloseOrderRequest struct {
	CloseReason *string `json:"CloseReason,omitempty" xml:"CloseReason,omitempty"`
	OrderId     *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CloseOrderRequest) GoString

func (s CloseOrderRequest) GoString() string

func (*CloseOrderRequest) SetCloseReason

func (s *CloseOrderRequest) SetCloseReason(v string) *CloseOrderRequest

func (*CloseOrderRequest) SetOrderId

func (s *CloseOrderRequest) SetOrderId(v int64) *CloseOrderRequest

func (*CloseOrderRequest) SetTid

func (CloseOrderRequest) String

func (s CloseOrderRequest) String() string

type CloseOrderResponse

type CloseOrderResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CloseOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CloseOrderResponse) GoString

func (s CloseOrderResponse) GoString() string

func (*CloseOrderResponse) SetBody

func (*CloseOrderResponse) SetHeaders

func (s *CloseOrderResponse) SetHeaders(v map[string]*string) *CloseOrderResponse

func (*CloseOrderResponse) SetStatusCode

func (s *CloseOrderResponse) SetStatusCode(v int32) *CloseOrderResponse

func (CloseOrderResponse) String

func (s CloseOrderResponse) String() string

type CloseOrderResponseBody

type CloseOrderResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CloseOrderResponseBody) GoString

func (s CloseOrderResponseBody) GoString() string

func (*CloseOrderResponseBody) SetErrorCode

func (*CloseOrderResponseBody) SetErrorMessage

func (s *CloseOrderResponseBody) SetErrorMessage(v string) *CloseOrderResponseBody

func (*CloseOrderResponseBody) SetRequestId

func (*CloseOrderResponseBody) SetSuccess

func (CloseOrderResponseBody) String

func (s CloseOrderResponseBody) String() string

type CreateDataCorrectOrderRequest

type CreateDataCorrectOrderRequest struct {
	AttachmentKey   *string                             `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                             `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateDataCorrectOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                            `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                              `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataCorrectOrderRequest) GoString

func (*CreateDataCorrectOrderRequest) SetAttachmentKey

func (*CreateDataCorrectOrderRequest) SetComment

func (*CreateDataCorrectOrderRequest) SetParam

func (*CreateDataCorrectOrderRequest) SetRelatedUserList

func (*CreateDataCorrectOrderRequest) SetTid

func (CreateDataCorrectOrderRequest) String

type CreateDataCorrectOrderRequestParam

type CreateDataCorrectOrderRequestParam struct {
	AttachmentName         *string                                         `json:"AttachmentName,omitempty" xml:"AttachmentName,omitempty"`
	Classify               *string                                         `json:"Classify,omitempty" xml:"Classify,omitempty"`
	DbItemList             []*CreateDataCorrectOrderRequestParamDbItemList `json:"DbItemList,omitempty" xml:"DbItemList,omitempty" type:"Repeated"`
	EstimateAffectRows     *int64                                          `json:"EstimateAffectRows,omitempty" xml:"EstimateAffectRows,omitempty"`
	ExecMode               *string                                         `json:"ExecMode,omitempty" xml:"ExecMode,omitempty"`
	ExecSQL                *string                                         `json:"ExecSQL,omitempty" xml:"ExecSQL,omitempty"`
	RollbackAttachmentName *string                                         `json:"RollbackAttachmentName,omitempty" xml:"RollbackAttachmentName,omitempty"`
	RollbackSQL            *string                                         `json:"RollbackSQL,omitempty" xml:"RollbackSQL,omitempty"`
	RollbackSqlType        *string                                         `json:"RollbackSqlType,omitempty" xml:"RollbackSqlType,omitempty"`
	SqlType                *string                                         `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
}

func (CreateDataCorrectOrderRequestParam) GoString

func (*CreateDataCorrectOrderRequestParam) SetAttachmentName

func (*CreateDataCorrectOrderRequestParam) SetClassify

func (*CreateDataCorrectOrderRequestParam) SetEstimateAffectRows

func (*CreateDataCorrectOrderRequestParam) SetExecMode

func (*CreateDataCorrectOrderRequestParam) SetExecSQL

func (*CreateDataCorrectOrderRequestParam) SetRollbackAttachmentName

func (*CreateDataCorrectOrderRequestParam) SetRollbackSQL

func (*CreateDataCorrectOrderRequestParam) SetRollbackSqlType

func (*CreateDataCorrectOrderRequestParam) SetSqlType

func (CreateDataCorrectOrderRequestParam) String

type CreateDataCorrectOrderRequestParamDbItemList

type CreateDataCorrectOrderRequestParamDbItemList struct {
	DbId  *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic *bool  `json:"Logic,omitempty" xml:"Logic,omitempty"`
}

func (CreateDataCorrectOrderRequestParamDbItemList) GoString

func (*CreateDataCorrectOrderRequestParamDbItemList) SetDbId

func (*CreateDataCorrectOrderRequestParamDbItemList) SetLogic

func (CreateDataCorrectOrderRequestParamDbItemList) String

type CreateDataCorrectOrderResponse

type CreateDataCorrectOrderResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDataCorrectOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDataCorrectOrderResponse) GoString

func (*CreateDataCorrectOrderResponse) SetHeaders

func (*CreateDataCorrectOrderResponse) SetStatusCode

func (CreateDataCorrectOrderResponse) String

type CreateDataCorrectOrderResponseBody

type CreateDataCorrectOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateDataCorrectOrderResponseBody) GoString

func (*CreateDataCorrectOrderResponseBody) SetCreateOrderResult

func (*CreateDataCorrectOrderResponseBody) SetErrorCode

func (*CreateDataCorrectOrderResponseBody) SetErrorMessage

func (*CreateDataCorrectOrderResponseBody) SetRequestId

func (*CreateDataCorrectOrderResponseBody) SetSuccess

func (CreateDataCorrectOrderResponseBody) String

type CreateDataCorrectOrderShrinkRequest

type CreateDataCorrectOrderShrinkRequest struct {
	AttachmentKey         *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataCorrectOrderShrinkRequest) GoString

func (*CreateDataCorrectOrderShrinkRequest) SetAttachmentKey

func (*CreateDataCorrectOrderShrinkRequest) SetComment

func (*CreateDataCorrectOrderShrinkRequest) SetParamShrink

func (*CreateDataCorrectOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateDataCorrectOrderShrinkRequest) SetTid

func (CreateDataCorrectOrderShrinkRequest) String

type CreateDataCronClearOrderRequest

type CreateDataCronClearOrderRequest struct {
	AttachmentKey   *string                               `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                               `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateDataCronClearOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                              `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                                `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataCronClearOrderRequest) GoString

func (*CreateDataCronClearOrderRequest) SetAttachmentKey

func (*CreateDataCronClearOrderRequest) SetComment

func (*CreateDataCronClearOrderRequest) SetRelatedUserList

func (*CreateDataCronClearOrderRequest) SetTid

func (CreateDataCronClearOrderRequest) String

type CreateDataCronClearOrderRequestParam

type CreateDataCronClearOrderRequestParam struct {
	Classify          *string                                                  `json:"Classify,omitempty" xml:"Classify,omitempty"`
	CronClearItemList []*CreateDataCronClearOrderRequestParamCronClearItemList `json:"CronClearItemList,omitempty" xml:"CronClearItemList,omitempty" type:"Repeated"`
	CronFormat        *string                                                  `json:"CronFormat,omitempty" xml:"CronFormat,omitempty"`
	DbItemList        []*CreateDataCronClearOrderRequestParamDbItemList        `json:"DbItemList,omitempty" xml:"DbItemList,omitempty" type:"Repeated"`
	DurationHour      *int64                                                   `json:"DurationHour,omitempty" xml:"DurationHour,omitempty"`
	SpecifyDuration   *bool                                                    `json:"specifyDuration,omitempty" xml:"specifyDuration,omitempty"`
}

func (CreateDataCronClearOrderRequestParam) GoString

func (*CreateDataCronClearOrderRequestParam) SetClassify

func (*CreateDataCronClearOrderRequestParam) SetCronFormat

func (*CreateDataCronClearOrderRequestParam) SetDurationHour

func (*CreateDataCronClearOrderRequestParam) SetSpecifyDuration

func (CreateDataCronClearOrderRequestParam) String

type CreateDataCronClearOrderRequestParamCronClearItemList

type CreateDataCronClearOrderRequestParamCronClearItemList struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	FilterSQL  *string `json:"FilterSQL,omitempty" xml:"FilterSQL,omitempty"`
	RemainDays *int64  `json:"RemainDays,omitempty" xml:"RemainDays,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TimeUnit   *string `json:"TimeUnit,omitempty" xml:"TimeUnit,omitempty"`
}

func (CreateDataCronClearOrderRequestParamCronClearItemList) GoString

func (*CreateDataCronClearOrderRequestParamCronClearItemList) SetColumnName

func (*CreateDataCronClearOrderRequestParamCronClearItemList) SetFilterSQL

func (*CreateDataCronClearOrderRequestParamCronClearItemList) SetRemainDays

func (*CreateDataCronClearOrderRequestParamCronClearItemList) SetTableName

func (*CreateDataCronClearOrderRequestParamCronClearItemList) SetTimeUnit

func (CreateDataCronClearOrderRequestParamCronClearItemList) String

type CreateDataCronClearOrderRequestParamDbItemList

type CreateDataCronClearOrderRequestParamDbItemList struct {
	DbId  *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic *bool  `json:"Logic,omitempty" xml:"Logic,omitempty"`
}

func (CreateDataCronClearOrderRequestParamDbItemList) GoString

func (*CreateDataCronClearOrderRequestParamDbItemList) SetDbId

func (*CreateDataCronClearOrderRequestParamDbItemList) SetLogic

func (CreateDataCronClearOrderRequestParamDbItemList) String

type CreateDataCronClearOrderResponse

type CreateDataCronClearOrderResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDataCronClearOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDataCronClearOrderResponse) GoString

func (*CreateDataCronClearOrderResponse) SetHeaders

func (*CreateDataCronClearOrderResponse) SetStatusCode

func (CreateDataCronClearOrderResponse) String

type CreateDataCronClearOrderResponseBody

type CreateDataCronClearOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateDataCronClearOrderResponseBody) GoString

func (*CreateDataCronClearOrderResponseBody) SetCreateOrderResult

func (*CreateDataCronClearOrderResponseBody) SetErrorCode

func (*CreateDataCronClearOrderResponseBody) SetErrorMessage

func (*CreateDataCronClearOrderResponseBody) SetRequestId

func (*CreateDataCronClearOrderResponseBody) SetSuccess

func (CreateDataCronClearOrderResponseBody) String

type CreateDataCronClearOrderShrinkRequest

type CreateDataCronClearOrderShrinkRequest struct {
	AttachmentKey         *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataCronClearOrderShrinkRequest) GoString

func (*CreateDataCronClearOrderShrinkRequest) SetAttachmentKey

func (*CreateDataCronClearOrderShrinkRequest) SetComment

func (*CreateDataCronClearOrderShrinkRequest) SetParamShrink

func (*CreateDataCronClearOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateDataCronClearOrderShrinkRequest) SetTid

func (CreateDataCronClearOrderShrinkRequest) String

type CreateDataImportOrderRequest

type CreateDataImportOrderRequest struct {
	AttachmentKey   *string                            `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                            `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateDataImportOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                           `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                             `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataImportOrderRequest) GoString

func (s CreateDataImportOrderRequest) GoString() string

func (*CreateDataImportOrderRequest) SetAttachmentKey

func (*CreateDataImportOrderRequest) SetComment

func (*CreateDataImportOrderRequest) SetParam

func (*CreateDataImportOrderRequest) SetRelatedUserList

func (*CreateDataImportOrderRequest) SetTid

func (CreateDataImportOrderRequest) String

type CreateDataImportOrderRequestParam

type CreateDataImportOrderRequestParam struct {
	AttachmentName         *string                                        `json:"AttachmentName,omitempty" xml:"AttachmentName,omitempty"`
	Classify               *string                                        `json:"Classify,omitempty" xml:"Classify,omitempty"`
	CsvFirstRowIsColumnDef *bool                                          `json:"CsvFirstRowIsColumnDef,omitempty" xml:"CsvFirstRowIsColumnDef,omitempty"`
	DbItemList             []*CreateDataImportOrderRequestParamDbItemList `json:"DbItemList,omitempty" xml:"DbItemList,omitempty" type:"Repeated"`
	FileEncoding           *string                                        `json:"FileEncoding,omitempty" xml:"FileEncoding,omitempty"`
	FileType               *string                                        `json:"FileType,omitempty" xml:"FileType,omitempty"`
	IgnoreError            *bool                                          `json:"IgnoreError,omitempty" xml:"IgnoreError,omitempty"`
	ImportMode             *string                                        `json:"ImportMode,omitempty" xml:"ImportMode,omitempty"`
	InsertType             *string                                        `json:"InsertType,omitempty" xml:"InsertType,omitempty"`
	RollbackAttachmentName *string                                        `json:"RollbackAttachmentName,omitempty" xml:"RollbackAttachmentName,omitempty"`
	RollbackSQL            *string                                        `json:"RollbackSQL,omitempty" xml:"RollbackSQL,omitempty"`
	RollbackSqlType        *string                                        `json:"RollbackSqlType,omitempty" xml:"RollbackSqlType,omitempty"`
	TableName              *string                                        `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (CreateDataImportOrderRequestParam) GoString

func (*CreateDataImportOrderRequestParam) SetAttachmentName

func (*CreateDataImportOrderRequestParam) SetClassify

func (*CreateDataImportOrderRequestParam) SetCsvFirstRowIsColumnDef

func (*CreateDataImportOrderRequestParam) SetFileEncoding

func (*CreateDataImportOrderRequestParam) SetFileType

func (*CreateDataImportOrderRequestParam) SetIgnoreError

func (*CreateDataImportOrderRequestParam) SetImportMode

func (*CreateDataImportOrderRequestParam) SetInsertType

func (*CreateDataImportOrderRequestParam) SetRollbackAttachmentName

func (*CreateDataImportOrderRequestParam) SetRollbackSQL

func (*CreateDataImportOrderRequestParam) SetRollbackSqlType

func (*CreateDataImportOrderRequestParam) SetTableName

func (CreateDataImportOrderRequestParam) String

type CreateDataImportOrderRequestParamDbItemList

type CreateDataImportOrderRequestParamDbItemList struct {
	DbId  *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic *bool  `json:"Logic,omitempty" xml:"Logic,omitempty"`
}

func (CreateDataImportOrderRequestParamDbItemList) GoString

func (*CreateDataImportOrderRequestParamDbItemList) SetDbId

func (*CreateDataImportOrderRequestParamDbItemList) SetLogic

func (CreateDataImportOrderRequestParamDbItemList) String

type CreateDataImportOrderResponse

type CreateDataImportOrderResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateDataImportOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateDataImportOrderResponse) GoString

func (*CreateDataImportOrderResponse) SetBody

func (*CreateDataImportOrderResponse) SetHeaders

func (*CreateDataImportOrderResponse) SetStatusCode

func (CreateDataImportOrderResponse) String

type CreateDataImportOrderResponseBody

type CreateDataImportOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateDataImportOrderResponseBody) GoString

func (*CreateDataImportOrderResponseBody) SetCreateOrderResult

func (*CreateDataImportOrderResponseBody) SetErrorCode

func (*CreateDataImportOrderResponseBody) SetErrorMessage

func (*CreateDataImportOrderResponseBody) SetRequestId

func (*CreateDataImportOrderResponseBody) SetSuccess

func (CreateDataImportOrderResponseBody) String

type CreateDataImportOrderShrinkRequest

type CreateDataImportOrderShrinkRequest struct {
	AttachmentKey         *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateDataImportOrderShrinkRequest) GoString

func (*CreateDataImportOrderShrinkRequest) SetAttachmentKey

func (*CreateDataImportOrderShrinkRequest) SetComment

func (*CreateDataImportOrderShrinkRequest) SetParamShrink

func (*CreateDataImportOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateDataImportOrderShrinkRequest) SetTid

func (CreateDataImportOrderShrinkRequest) String

type CreateFreeLockCorrectOrderRequest

type CreateFreeLockCorrectOrderRequest struct {
	AttachmentKey   *string                                 `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                                 `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateFreeLockCorrectOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                                `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                                  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateFreeLockCorrectOrderRequest) GoString

func (*CreateFreeLockCorrectOrderRequest) SetAttachmentKey

func (*CreateFreeLockCorrectOrderRequest) SetComment

func (*CreateFreeLockCorrectOrderRequest) SetRelatedUserList

func (*CreateFreeLockCorrectOrderRequest) SetTid

func (CreateFreeLockCorrectOrderRequest) String

type CreateFreeLockCorrectOrderRequestParam

type CreateFreeLockCorrectOrderRequestParam struct {
	AttachmentName         *string                                             `json:"AttachmentName,omitempty" xml:"AttachmentName,omitempty"`
	Classify               *string                                             `json:"Classify,omitempty" xml:"Classify,omitempty"`
	DbItemList             []*CreateFreeLockCorrectOrderRequestParamDbItemList `json:"DbItemList,omitempty" xml:"DbItemList,omitempty" type:"Repeated"`
	ExecMode               *string                                             `json:"ExecMode,omitempty" xml:"ExecMode,omitempty"`
	ExecSQL                *string                                             `json:"ExecSQL,omitempty" xml:"ExecSQL,omitempty"`
	RollbackAttachmentName *string                                             `json:"RollbackAttachmentName,omitempty" xml:"RollbackAttachmentName,omitempty"`
	RollbackSQL            *string                                             `json:"RollbackSQL,omitempty" xml:"RollbackSQL,omitempty"`
	RollbackSqlType        *string                                             `json:"RollbackSqlType,omitempty" xml:"RollbackSqlType,omitempty"`
	SqlType                *string                                             `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
}

func (CreateFreeLockCorrectOrderRequestParam) GoString

func (*CreateFreeLockCorrectOrderRequestParam) SetAttachmentName

func (*CreateFreeLockCorrectOrderRequestParam) SetClassify

func (*CreateFreeLockCorrectOrderRequestParam) SetExecMode

func (*CreateFreeLockCorrectOrderRequestParam) SetExecSQL

func (*CreateFreeLockCorrectOrderRequestParam) SetRollbackAttachmentName

func (*CreateFreeLockCorrectOrderRequestParam) SetRollbackSQL

func (*CreateFreeLockCorrectOrderRequestParam) SetRollbackSqlType

func (*CreateFreeLockCorrectOrderRequestParam) SetSqlType

func (CreateFreeLockCorrectOrderRequestParam) String

type CreateFreeLockCorrectOrderRequestParamDbItemList

type CreateFreeLockCorrectOrderRequestParamDbItemList struct {
	DbId  *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic *bool  `json:"Logic,omitempty" xml:"Logic,omitempty"`
}

func (CreateFreeLockCorrectOrderRequestParamDbItemList) GoString

func (*CreateFreeLockCorrectOrderRequestParamDbItemList) SetDbId

func (*CreateFreeLockCorrectOrderRequestParamDbItemList) SetLogic

func (CreateFreeLockCorrectOrderRequestParamDbItemList) String

type CreateFreeLockCorrectOrderResponse

type CreateFreeLockCorrectOrderResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFreeLockCorrectOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFreeLockCorrectOrderResponse) GoString

func (*CreateFreeLockCorrectOrderResponse) SetHeaders

func (*CreateFreeLockCorrectOrderResponse) SetStatusCode

func (CreateFreeLockCorrectOrderResponse) String

type CreateFreeLockCorrectOrderResponseBody

type CreateFreeLockCorrectOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFreeLockCorrectOrderResponseBody) GoString

func (*CreateFreeLockCorrectOrderResponseBody) SetCreateOrderResult

func (*CreateFreeLockCorrectOrderResponseBody) SetErrorCode

func (*CreateFreeLockCorrectOrderResponseBody) SetErrorMessage

func (*CreateFreeLockCorrectOrderResponseBody) SetRequestId

func (*CreateFreeLockCorrectOrderResponseBody) SetSuccess

func (CreateFreeLockCorrectOrderResponseBody) String

type CreateFreeLockCorrectOrderShrinkRequest

type CreateFreeLockCorrectOrderShrinkRequest struct {
	AttachmentKey         *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateFreeLockCorrectOrderShrinkRequest) GoString

func (*CreateFreeLockCorrectOrderShrinkRequest) SetAttachmentKey

func (*CreateFreeLockCorrectOrderShrinkRequest) SetComment

func (*CreateFreeLockCorrectOrderShrinkRequest) SetParamShrink

func (*CreateFreeLockCorrectOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateFreeLockCorrectOrderShrinkRequest) SetTid

func (CreateFreeLockCorrectOrderShrinkRequest) String

type CreateLakeHouseSpaceRequest

type CreateLakeHouseSpaceRequest struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DevDbId     *string `json:"DevDbId,omitempty" xml:"DevDbId,omitempty"`
	DwDbType    *string `json:"DwDbType,omitempty" xml:"DwDbType,omitempty"`
	Mode        *string `json:"Mode,omitempty" xml:"Mode,omitempty"`
	ProdDbId    *string `json:"ProdDbId,omitempty" xml:"ProdDbId,omitempty"`
	SpaceConfig *string `json:"SpaceConfig,omitempty" xml:"SpaceConfig,omitempty"`
	SpaceName   *string `json:"SpaceName,omitempty" xml:"SpaceName,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateLakeHouseSpaceRequest) GoString

func (s CreateLakeHouseSpaceRequest) GoString() string

func (*CreateLakeHouseSpaceRequest) SetDescription

func (*CreateLakeHouseSpaceRequest) SetDevDbId

func (*CreateLakeHouseSpaceRequest) SetDwDbType

func (*CreateLakeHouseSpaceRequest) SetMode

func (*CreateLakeHouseSpaceRequest) SetProdDbId

func (*CreateLakeHouseSpaceRequest) SetSpaceConfig

func (*CreateLakeHouseSpaceRequest) SetSpaceName

func (*CreateLakeHouseSpaceRequest) SetTid

func (CreateLakeHouseSpaceRequest) String

type CreateLakeHouseSpaceResponse

type CreateLakeHouseSpaceResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateLakeHouseSpaceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateLakeHouseSpaceResponse) GoString

func (s CreateLakeHouseSpaceResponse) GoString() string

func (*CreateLakeHouseSpaceResponse) SetBody

func (*CreateLakeHouseSpaceResponse) SetHeaders

func (*CreateLakeHouseSpaceResponse) SetStatusCode

func (CreateLakeHouseSpaceResponse) String

type CreateLakeHouseSpaceResponseBody

type CreateLakeHouseSpaceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SpaceId      *int64  `json:"SpaceId,omitempty" xml:"SpaceId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateLakeHouseSpaceResponseBody) GoString

func (*CreateLakeHouseSpaceResponseBody) SetErrorCode

func (*CreateLakeHouseSpaceResponseBody) SetErrorMessage

func (*CreateLakeHouseSpaceResponseBody) SetRequestId

func (*CreateLakeHouseSpaceResponseBody) SetSpaceId

func (*CreateLakeHouseSpaceResponseBody) SetSuccess

func (CreateLakeHouseSpaceResponseBody) String

type CreateLogicDatabaseRequest

type CreateLogicDatabaseRequest struct {
	Alias       *string  `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseIds []*int64 `json:"DatabaseIds,omitempty" xml:"DatabaseIds,omitempty" type:"Repeated"`
	Tid         *int64   `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateLogicDatabaseRequest) GoString

func (s CreateLogicDatabaseRequest) GoString() string

func (*CreateLogicDatabaseRequest) SetAlias

func (*CreateLogicDatabaseRequest) SetDatabaseIds

func (*CreateLogicDatabaseRequest) SetTid

func (CreateLogicDatabaseRequest) String

type CreateLogicDatabaseResponse

type CreateLogicDatabaseResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateLogicDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateLogicDatabaseResponse) GoString

func (s CreateLogicDatabaseResponse) GoString() string

func (*CreateLogicDatabaseResponse) SetBody

func (*CreateLogicDatabaseResponse) SetHeaders

func (*CreateLogicDatabaseResponse) SetStatusCode

func (CreateLogicDatabaseResponse) String

type CreateLogicDatabaseResponseBody

type CreateLogicDatabaseResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LogicDbId    *int64  `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateLogicDatabaseResponseBody) GoString

func (*CreateLogicDatabaseResponseBody) SetErrorCode

func (*CreateLogicDatabaseResponseBody) SetErrorMessage

func (*CreateLogicDatabaseResponseBody) SetLogicDbId

func (*CreateLogicDatabaseResponseBody) SetRequestId

func (*CreateLogicDatabaseResponseBody) SetSuccess

func (CreateLogicDatabaseResponseBody) String

type CreateLogicDatabaseShrinkRequest

type CreateLogicDatabaseShrinkRequest struct {
	Alias             *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseIdsShrink *string `json:"DatabaseIds,omitempty" xml:"DatabaseIds,omitempty"`
	Tid               *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateLogicDatabaseShrinkRequest) GoString

func (*CreateLogicDatabaseShrinkRequest) SetAlias

func (*CreateLogicDatabaseShrinkRequest) SetDatabaseIdsShrink

func (*CreateLogicDatabaseShrinkRequest) SetTid

func (CreateLogicDatabaseShrinkRequest) String

type CreateOrderRequest

type CreateOrderRequest struct {
	AttachmentKey   *string                `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                `json:"Comment,omitempty" xml:"Comment,omitempty"`
	PluginParam     map[string]interface{} `json:"PluginParam,omitempty" xml:"PluginParam,omitempty"`
	PluginType      *string                `json:"PluginType,omitempty" xml:"PluginType,omitempty"`
	RelatedUserList *string                `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid             *int64                 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateOrderRequest) GoString

func (s CreateOrderRequest) GoString() string

func (*CreateOrderRequest) SetAttachmentKey

func (s *CreateOrderRequest) SetAttachmentKey(v string) *CreateOrderRequest

func (*CreateOrderRequest) SetComment

func (s *CreateOrderRequest) SetComment(v string) *CreateOrderRequest

func (*CreateOrderRequest) SetPluginParam

func (s *CreateOrderRequest) SetPluginParam(v map[string]interface{}) *CreateOrderRequest

func (*CreateOrderRequest) SetPluginType

func (s *CreateOrderRequest) SetPluginType(v string) *CreateOrderRequest

func (*CreateOrderRequest) SetRelatedUserList

func (s *CreateOrderRequest) SetRelatedUserList(v string) *CreateOrderRequest

func (*CreateOrderRequest) SetTid

func (CreateOrderRequest) String

func (s CreateOrderRequest) String() string

type CreateOrderResponse

type CreateOrderResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateOrderResponse) GoString

func (s CreateOrderResponse) GoString() string

func (*CreateOrderResponse) SetBody

func (*CreateOrderResponse) SetHeaders

func (s *CreateOrderResponse) SetHeaders(v map[string]*string) *CreateOrderResponse

func (*CreateOrderResponse) SetStatusCode

func (s *CreateOrderResponse) SetStatusCode(v int32) *CreateOrderResponse

func (CreateOrderResponse) String

func (s CreateOrderResponse) String() string

type CreateOrderResponseBody

type CreateOrderResponseBody struct {
	CreateOrderResult *CreateOrderResponseBodyCreateOrderResult `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Struct"`
	ErrorCode         *string                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                   `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateOrderResponseBody) GoString

func (s CreateOrderResponseBody) GoString() string

func (*CreateOrderResponseBody) SetCreateOrderResult

func (*CreateOrderResponseBody) SetErrorCode

func (*CreateOrderResponseBody) SetErrorMessage

func (*CreateOrderResponseBody) SetRequestId

func (*CreateOrderResponseBody) SetSuccess

func (CreateOrderResponseBody) String

func (s CreateOrderResponseBody) String() string

type CreateOrderResponseBodyCreateOrderResult

type CreateOrderResponseBodyCreateOrderResult struct {
	OrderIds []*int64 `json:"OrderIds,omitempty" xml:"OrderIds,omitempty" type:"Repeated"`
}

func (CreateOrderResponseBodyCreateOrderResult) GoString

func (*CreateOrderResponseBodyCreateOrderResult) SetOrderIds

func (CreateOrderResponseBodyCreateOrderResult) String

type CreateOrderShrinkRequest

type CreateOrderShrinkRequest struct {
	AttachmentKey     *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment           *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	PluginParamShrink *string `json:"PluginParam,omitempty" xml:"PluginParam,omitempty"`
	PluginType        *string `json:"PluginType,omitempty" xml:"PluginType,omitempty"`
	RelatedUserList   *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid               *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateOrderShrinkRequest) GoString

func (s CreateOrderShrinkRequest) GoString() string

func (*CreateOrderShrinkRequest) SetAttachmentKey

func (*CreateOrderShrinkRequest) SetComment

func (*CreateOrderShrinkRequest) SetPluginParamShrink

func (s *CreateOrderShrinkRequest) SetPluginParamShrink(v string) *CreateOrderShrinkRequest

func (*CreateOrderShrinkRequest) SetPluginType

func (*CreateOrderShrinkRequest) SetRelatedUserList

func (s *CreateOrderShrinkRequest) SetRelatedUserList(v string) *CreateOrderShrinkRequest

func (*CreateOrderShrinkRequest) SetTid

func (CreateOrderShrinkRequest) String

func (s CreateOrderShrinkRequest) String() string

type CreateProxyAccessRequest

type CreateProxyAccessRequest struct {
	IndepAccount  *string `json:"IndepAccount,omitempty" xml:"IndepAccount,omitempty"`
	IndepPassword *string `json:"IndepPassword,omitempty" xml:"IndepPassword,omitempty"`
	ProxyId       *int64  `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserId        *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (CreateProxyAccessRequest) GoString

func (s CreateProxyAccessRequest) GoString() string

func (*CreateProxyAccessRequest) SetIndepAccount

func (*CreateProxyAccessRequest) SetIndepPassword

func (*CreateProxyAccessRequest) SetProxyId

func (*CreateProxyAccessRequest) SetTid

func (*CreateProxyAccessRequest) SetUserId

func (CreateProxyAccessRequest) String

func (s CreateProxyAccessRequest) String() string

type CreateProxyAccessResponse

type CreateProxyAccessResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateProxyAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateProxyAccessResponse) GoString

func (s CreateProxyAccessResponse) GoString() string

func (*CreateProxyAccessResponse) SetBody

func (*CreateProxyAccessResponse) SetHeaders

func (*CreateProxyAccessResponse) SetStatusCode

func (CreateProxyAccessResponse) String

func (s CreateProxyAccessResponse) String() string

type CreateProxyAccessResponseBody

type CreateProxyAccessResponseBody struct {
	ErrorCode     *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	ProxyAccessId *int64  `json:"ProxyAccessId,omitempty" xml:"ProxyAccessId,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateProxyAccessResponseBody) GoString

func (*CreateProxyAccessResponseBody) SetErrorCode

func (*CreateProxyAccessResponseBody) SetErrorMessage

func (*CreateProxyAccessResponseBody) SetProxyAccessId

func (*CreateProxyAccessResponseBody) SetRequestId

func (*CreateProxyAccessResponseBody) SetSuccess

func (CreateProxyAccessResponseBody) String

type CreateProxyRequest

type CreateProxyRequest struct {
	InstanceId *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Password   *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Username   *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (CreateProxyRequest) GoString

func (s CreateProxyRequest) GoString() string

func (*CreateProxyRequest) SetInstanceId

func (s *CreateProxyRequest) SetInstanceId(v int64) *CreateProxyRequest

func (*CreateProxyRequest) SetPassword

func (s *CreateProxyRequest) SetPassword(v string) *CreateProxyRequest

func (*CreateProxyRequest) SetTid

func (*CreateProxyRequest) SetUsername

func (s *CreateProxyRequest) SetUsername(v string) *CreateProxyRequest

func (CreateProxyRequest) String

func (s CreateProxyRequest) String() string

type CreateProxyResponse

type CreateProxyResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateProxyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateProxyResponse) GoString

func (s CreateProxyResponse) GoString() string

func (*CreateProxyResponse) SetBody

func (*CreateProxyResponse) SetHeaders

func (s *CreateProxyResponse) SetHeaders(v map[string]*string) *CreateProxyResponse

func (*CreateProxyResponse) SetStatusCode

func (s *CreateProxyResponse) SetStatusCode(v int32) *CreateProxyResponse

func (CreateProxyResponse) String

func (s CreateProxyResponse) String() string

type CreateProxyResponseBody

type CreateProxyResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	ProxyId      *int64  `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateProxyResponseBody) GoString

func (s CreateProxyResponseBody) GoString() string

func (*CreateProxyResponseBody) SetErrorCode

func (*CreateProxyResponseBody) SetErrorMessage

func (*CreateProxyResponseBody) SetProxyId

func (*CreateProxyResponseBody) SetRequestId

func (*CreateProxyResponseBody) SetSuccess

func (CreateProxyResponseBody) String

func (s CreateProxyResponseBody) String() string

type CreatePublishGroupTaskRequest

type CreatePublishGroupTaskRequest struct {
	DbId            *int32  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic           *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OrderId         *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PlanTime        *string `json:"PlanTime,omitempty" xml:"PlanTime,omitempty"`
	PublishStrategy *string `json:"PublishStrategy,omitempty" xml:"PublishStrategy,omitempty"`
	Tid             *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreatePublishGroupTaskRequest) GoString

func (*CreatePublishGroupTaskRequest) SetDbId

func (*CreatePublishGroupTaskRequest) SetLogic

func (*CreatePublishGroupTaskRequest) SetOrderId

func (*CreatePublishGroupTaskRequest) SetPlanTime

func (*CreatePublishGroupTaskRequest) SetPublishStrategy

func (*CreatePublishGroupTaskRequest) SetTid

func (CreatePublishGroupTaskRequest) String

type CreatePublishGroupTaskResponse

type CreatePublishGroupTaskResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreatePublishGroupTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreatePublishGroupTaskResponse) GoString

func (*CreatePublishGroupTaskResponse) SetHeaders

func (*CreatePublishGroupTaskResponse) SetStatusCode

func (CreatePublishGroupTaskResponse) String

type CreatePublishGroupTaskResponseBody

type CreatePublishGroupTaskResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskId       *int64  `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (CreatePublishGroupTaskResponseBody) GoString

func (*CreatePublishGroupTaskResponseBody) SetErrorCode

func (*CreatePublishGroupTaskResponseBody) SetErrorMessage

func (*CreatePublishGroupTaskResponseBody) SetRequestId

func (*CreatePublishGroupTaskResponseBody) SetSuccess

func (*CreatePublishGroupTaskResponseBody) SetTaskId

func (CreatePublishGroupTaskResponseBody) String

type CreateSQLReviewOrderRequest

type CreateSQLReviewOrderRequest struct {
	Comment         *string                           `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateSQLReviewOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                          `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                            `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateSQLReviewOrderRequest) GoString

func (s CreateSQLReviewOrderRequest) GoString() string

func (*CreateSQLReviewOrderRequest) SetComment

func (*CreateSQLReviewOrderRequest) SetParam

func (*CreateSQLReviewOrderRequest) SetRelatedUserList

func (s *CreateSQLReviewOrderRequest) SetRelatedUserList(v []*int64) *CreateSQLReviewOrderRequest

func (*CreateSQLReviewOrderRequest) SetTid

func (CreateSQLReviewOrderRequest) String

type CreateSQLReviewOrderRequestParam

type CreateSQLReviewOrderRequestParam struct {
	AttachmentKeyList []*string `json:"AttachmentKeyList,omitempty" xml:"AttachmentKeyList,omitempty" type:"Repeated"`
	DbId              *int64    `json:"DbId,omitempty" xml:"DbId,omitempty"`
	ProjectName       *string   `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (CreateSQLReviewOrderRequestParam) GoString

func (*CreateSQLReviewOrderRequestParam) SetAttachmentKeyList

func (*CreateSQLReviewOrderRequestParam) SetDbId

func (*CreateSQLReviewOrderRequestParam) SetProjectName

func (CreateSQLReviewOrderRequestParam) String

type CreateSQLReviewOrderResponse

type CreateSQLReviewOrderResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSQLReviewOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSQLReviewOrderResponse) GoString

func (s CreateSQLReviewOrderResponse) GoString() string

func (*CreateSQLReviewOrderResponse) SetBody

func (*CreateSQLReviewOrderResponse) SetHeaders

func (*CreateSQLReviewOrderResponse) SetStatusCode

func (CreateSQLReviewOrderResponse) String

type CreateSQLReviewOrderResponseBody

type CreateSQLReviewOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateSQLReviewOrderResponseBody) GoString

func (*CreateSQLReviewOrderResponseBody) SetCreateOrderResult

func (*CreateSQLReviewOrderResponseBody) SetErrorCode

func (*CreateSQLReviewOrderResponseBody) SetErrorMessage

func (*CreateSQLReviewOrderResponseBody) SetRequestId

func (*CreateSQLReviewOrderResponseBody) SetSuccess

func (CreateSQLReviewOrderResponseBody) String

type CreateSQLReviewOrderShrinkRequest

type CreateSQLReviewOrderShrinkRequest struct {
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateSQLReviewOrderShrinkRequest) GoString

func (*CreateSQLReviewOrderShrinkRequest) SetComment

func (*CreateSQLReviewOrderShrinkRequest) SetParamShrink

func (*CreateSQLReviewOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateSQLReviewOrderShrinkRequest) SetTid

func (CreateSQLReviewOrderShrinkRequest) String

type CreateScenarioRequest

type CreateScenarioRequest struct {
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ScenarioName *string `json:"ScenarioName,omitempty" xml:"ScenarioName,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateScenarioRequest) GoString

func (s CreateScenarioRequest) GoString() string

func (*CreateScenarioRequest) SetDescription

func (s *CreateScenarioRequest) SetDescription(v string) *CreateScenarioRequest

func (*CreateScenarioRequest) SetScenarioName

func (s *CreateScenarioRequest) SetScenarioName(v string) *CreateScenarioRequest

func (*CreateScenarioRequest) SetTid

func (CreateScenarioRequest) String

func (s CreateScenarioRequest) String() string

type CreateScenarioResponse

type CreateScenarioResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateScenarioResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateScenarioResponse) GoString

func (s CreateScenarioResponse) GoString() string

func (*CreateScenarioResponse) SetBody

func (*CreateScenarioResponse) SetHeaders

func (*CreateScenarioResponse) SetStatusCode

func (CreateScenarioResponse) String

func (s CreateScenarioResponse) String() string

type CreateScenarioResponseBody

type CreateScenarioResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScenarioId   *int64  `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateScenarioResponseBody) GoString

func (s CreateScenarioResponseBody) GoString() string

func (*CreateScenarioResponseBody) SetErrorCode

func (*CreateScenarioResponseBody) SetErrorMessage

func (*CreateScenarioResponseBody) SetRequestId

func (*CreateScenarioResponseBody) SetScenarioId

func (*CreateScenarioResponseBody) SetSuccess

func (CreateScenarioResponseBody) String

type CreateStandardGroupRequest

type CreateStandardGroupRequest struct {
	DbType      *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupName   *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateStandardGroupRequest) GoString

func (s CreateStandardGroupRequest) GoString() string

func (*CreateStandardGroupRequest) SetDbType

func (*CreateStandardGroupRequest) SetDescription

func (*CreateStandardGroupRequest) SetGroupName

func (*CreateStandardGroupRequest) SetTid

func (CreateStandardGroupRequest) String

type CreateStandardGroupResponse

type CreateStandardGroupResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateStandardGroupResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateStandardGroupResponse) GoString

func (s CreateStandardGroupResponse) GoString() string

func (*CreateStandardGroupResponse) SetBody

func (*CreateStandardGroupResponse) SetHeaders

func (*CreateStandardGroupResponse) SetStatusCode

func (CreateStandardGroupResponse) String

type CreateStandardGroupResponseBody

type CreateStandardGroupResponseBody struct {
	ErrorCode     *string                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId     *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StandardGroup *CreateStandardGroupResponseBodyStandardGroup `json:"StandardGroup,omitempty" xml:"StandardGroup,omitempty" type:"Struct"`
	Success       *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateStandardGroupResponseBody) GoString

func (*CreateStandardGroupResponseBody) SetErrorCode

func (*CreateStandardGroupResponseBody) SetErrorMessage

func (*CreateStandardGroupResponseBody) SetRequestId

func (*CreateStandardGroupResponseBody) SetSuccess

func (CreateStandardGroupResponseBody) String

type CreateStandardGroupResponseBodyStandardGroup

type CreateStandardGroupResponseBodyStandardGroup struct {
	DbType       *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupMode    *string `json:"GroupMode,omitempty" xml:"GroupMode,omitempty"`
	GroupName    *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	LastMenderId *int64  `json:"LastMenderId,omitempty" xml:"LastMenderId,omitempty"`
}

func (CreateStandardGroupResponseBodyStandardGroup) GoString

func (*CreateStandardGroupResponseBodyStandardGroup) SetDbType

func (*CreateStandardGroupResponseBodyStandardGroup) SetDescription

func (*CreateStandardGroupResponseBodyStandardGroup) SetGroupMode

func (*CreateStandardGroupResponseBodyStandardGroup) SetGroupName

func (*CreateStandardGroupResponseBodyStandardGroup) SetLastMenderId

func (CreateStandardGroupResponseBodyStandardGroup) String

type CreateStructSyncOrderRequest

type CreateStructSyncOrderRequest struct {
	AttachmentKey   *string                            `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment         *string                            `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Param           *CreateStructSyncOrderRequestParam `json:"Param,omitempty" xml:"Param,omitempty" type:"Struct"`
	RelatedUserList []*int64                           `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Repeated"`
	Tid             *int64                             `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateStructSyncOrderRequest) GoString

func (s CreateStructSyncOrderRequest) GoString() string

func (*CreateStructSyncOrderRequest) SetAttachmentKey

func (*CreateStructSyncOrderRequest) SetComment

func (*CreateStructSyncOrderRequest) SetParam

func (*CreateStructSyncOrderRequest) SetRelatedUserList

func (*CreateStructSyncOrderRequest) SetTid

func (CreateStructSyncOrderRequest) String

type CreateStructSyncOrderRequestParam

type CreateStructSyncOrderRequestParam struct {
	IgnoreError   *bool                                             `json:"IgnoreError,omitempty" xml:"IgnoreError,omitempty"`
	Source        *CreateStructSyncOrderRequestParamSource          `json:"Source,omitempty" xml:"Source,omitempty" type:"Struct"`
	TableInfoList []*CreateStructSyncOrderRequestParamTableInfoList `json:"TableInfoList,omitempty" xml:"TableInfoList,omitempty" type:"Repeated"`
	Target        *CreateStructSyncOrderRequestParamTarget          `json:"Target,omitempty" xml:"Target,omitempty" type:"Struct"`
}

func (CreateStructSyncOrderRequestParam) GoString

func (*CreateStructSyncOrderRequestParam) SetIgnoreError

func (CreateStructSyncOrderRequestParam) String

type CreateStructSyncOrderRequestParamSource

type CreateStructSyncOrderRequestParamSource struct {
	DbId         *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbSearchName *string `json:"DbSearchName,omitempty" xml:"DbSearchName,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	VersionId    *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreateStructSyncOrderRequestParamSource) GoString

func (*CreateStructSyncOrderRequestParamSource) SetDbId

func (*CreateStructSyncOrderRequestParamSource) SetDbSearchName

func (*CreateStructSyncOrderRequestParamSource) SetLogic

func (*CreateStructSyncOrderRequestParamSource) SetVersionId

func (CreateStructSyncOrderRequestParamSource) String

type CreateStructSyncOrderRequestParamTableInfoList

type CreateStructSyncOrderRequestParamTableInfoList struct {
	SourceTableName *string `json:"SourceTableName,omitempty" xml:"SourceTableName,omitempty"`
	TargetTableName *string `json:"TargetTableName,omitempty" xml:"TargetTableName,omitempty"`
}

func (CreateStructSyncOrderRequestParamTableInfoList) GoString

func (*CreateStructSyncOrderRequestParamTableInfoList) SetSourceTableName

func (*CreateStructSyncOrderRequestParamTableInfoList) SetTargetTableName

func (CreateStructSyncOrderRequestParamTableInfoList) String

type CreateStructSyncOrderRequestParamTarget

type CreateStructSyncOrderRequestParamTarget struct {
	DbId         *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbSearchName *string `json:"DbSearchName,omitempty" xml:"DbSearchName,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	VersionId    *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreateStructSyncOrderRequestParamTarget) GoString

func (*CreateStructSyncOrderRequestParamTarget) SetDbId

func (*CreateStructSyncOrderRequestParamTarget) SetDbSearchName

func (*CreateStructSyncOrderRequestParamTarget) SetLogic

func (*CreateStructSyncOrderRequestParamTarget) SetVersionId

func (CreateStructSyncOrderRequestParamTarget) String

type CreateStructSyncOrderResponse

type CreateStructSyncOrderResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateStructSyncOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateStructSyncOrderResponse) GoString

func (*CreateStructSyncOrderResponse) SetBody

func (*CreateStructSyncOrderResponse) SetHeaders

func (*CreateStructSyncOrderResponse) SetStatusCode

func (CreateStructSyncOrderResponse) String

type CreateStructSyncOrderResponseBody

type CreateStructSyncOrderResponseBody struct {
	CreateOrderResult []*int64 `json:"CreateOrderResult,omitempty" xml:"CreateOrderResult,omitempty" type:"Repeated"`
	ErrorCode         *string  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateStructSyncOrderResponseBody) GoString

func (*CreateStructSyncOrderResponseBody) SetCreateOrderResult

func (*CreateStructSyncOrderResponseBody) SetErrorCode

func (*CreateStructSyncOrderResponseBody) SetErrorMessage

func (*CreateStructSyncOrderResponseBody) SetRequestId

func (*CreateStructSyncOrderResponseBody) SetSuccess

func (CreateStructSyncOrderResponseBody) String

type CreateStructSyncOrderShrinkRequest

type CreateStructSyncOrderShrinkRequest struct {
	AttachmentKey         *string `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	Comment               *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	ParamShrink           *string `json:"Param,omitempty" xml:"Param,omitempty"`
	RelatedUserListShrink *string `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty"`
	Tid                   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateStructSyncOrderShrinkRequest) GoString

func (*CreateStructSyncOrderShrinkRequest) SetAttachmentKey

func (*CreateStructSyncOrderShrinkRequest) SetComment

func (*CreateStructSyncOrderShrinkRequest) SetParamShrink

func (*CreateStructSyncOrderShrinkRequest) SetRelatedUserListShrink

func (*CreateStructSyncOrderShrinkRequest) SetTid

func (CreateStructSyncOrderShrinkRequest) String

type CreateTaskFlowRequest

type CreateTaskFlowRequest struct {
	DagName     *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ScenarioId  *int64  `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (CreateTaskFlowRequest) GoString

func (s CreateTaskFlowRequest) GoString() string

func (*CreateTaskFlowRequest) SetDagName

func (*CreateTaskFlowRequest) SetDescription

func (s *CreateTaskFlowRequest) SetDescription(v string) *CreateTaskFlowRequest

func (*CreateTaskFlowRequest) SetScenarioId

func (s *CreateTaskFlowRequest) SetScenarioId(v int64) *CreateTaskFlowRequest

func (*CreateTaskFlowRequest) SetTid

func (CreateTaskFlowRequest) String

func (s CreateTaskFlowRequest) String() string

type CreateTaskFlowResponse

type CreateTaskFlowResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateTaskFlowResponse) GoString

func (s CreateTaskFlowResponse) GoString() string

func (*CreateTaskFlowResponse) SetBody

func (*CreateTaskFlowResponse) SetHeaders

func (*CreateTaskFlowResponse) SetStatusCode

func (CreateTaskFlowResponse) String

func (s CreateTaskFlowResponse) String() string

type CreateTaskFlowResponseBody

type CreateTaskFlowResponseBody struct {
	DagId        *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateTaskFlowResponseBody) GoString

func (s CreateTaskFlowResponseBody) GoString() string

func (*CreateTaskFlowResponseBody) SetDagId

func (*CreateTaskFlowResponseBody) SetErrorCode

func (*CreateTaskFlowResponseBody) SetErrorMessage

func (*CreateTaskFlowResponseBody) SetRequestId

func (*CreateTaskFlowResponseBody) SetSuccess

func (CreateTaskFlowResponseBody) String

type CreateTaskRequest

type CreateTaskRequest struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	GraphParam    *string `json:"GraphParam,omitempty" xml:"GraphParam,omitempty"`
	NodeContent   *string `json:"NodeContent,omitempty" xml:"NodeContent,omitempty"`
	NodeName      *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeOutput    *string `json:"NodeOutput,omitempty" xml:"NodeOutput,omitempty"`
	NodeType      *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (CreateTaskRequest) GoString

func (s CreateTaskRequest) GoString() string

func (*CreateTaskRequest) SetDagId

func (s *CreateTaskRequest) SetDagId(v int64) *CreateTaskRequest

func (*CreateTaskRequest) SetGraphParam

func (s *CreateTaskRequest) SetGraphParam(v string) *CreateTaskRequest

func (*CreateTaskRequest) SetNodeContent

func (s *CreateTaskRequest) SetNodeContent(v string) *CreateTaskRequest

func (*CreateTaskRequest) SetNodeName

func (s *CreateTaskRequest) SetNodeName(v string) *CreateTaskRequest

func (*CreateTaskRequest) SetNodeOutput

func (s *CreateTaskRequest) SetNodeOutput(v string) *CreateTaskRequest

func (*CreateTaskRequest) SetNodeType

func (s *CreateTaskRequest) SetNodeType(v string) *CreateTaskRequest

func (*CreateTaskRequest) SetTid

func (*CreateTaskRequest) SetTimeVariables

func (s *CreateTaskRequest) SetTimeVariables(v string) *CreateTaskRequest

func (CreateTaskRequest) String

func (s CreateTaskRequest) String() string

type CreateTaskResponse

type CreateTaskResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateTaskResponse) GoString

func (s CreateTaskResponse) GoString() string

func (*CreateTaskResponse) SetBody

func (*CreateTaskResponse) SetHeaders

func (s *CreateTaskResponse) SetHeaders(v map[string]*string) *CreateTaskResponse

func (*CreateTaskResponse) SetStatusCode

func (s *CreateTaskResponse) SetStatusCode(v int32) *CreateTaskResponse

func (CreateTaskResponse) String

func (s CreateTaskResponse) String() string

type CreateTaskResponseBody

type CreateTaskResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	NodeId       *int64  `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateTaskResponseBody) GoString

func (s CreateTaskResponseBody) GoString() string

func (*CreateTaskResponseBody) SetErrorCode

func (*CreateTaskResponseBody) SetErrorMessage

func (s *CreateTaskResponseBody) SetErrorMessage(v string) *CreateTaskResponseBody

func (*CreateTaskResponseBody) SetNodeId

func (*CreateTaskResponseBody) SetRequestId

func (*CreateTaskResponseBody) SetSuccess

func (CreateTaskResponseBody) String

func (s CreateTaskResponseBody) String() string

type CreateUploadFileJobRequest

type CreateUploadFileJobRequest struct {
	FileName   *string `json:"FileName,omitempty" xml:"FileName,omitempty"`
	FileSource *string `json:"FileSource,omitempty" xml:"FileSource,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UploadURL  *string `json:"UploadURL,omitempty" xml:"UploadURL,omitempty"`
}

func (CreateUploadFileJobRequest) GoString

func (s CreateUploadFileJobRequest) GoString() string

func (*CreateUploadFileJobRequest) SetFileName

func (*CreateUploadFileJobRequest) SetFileSource

func (*CreateUploadFileJobRequest) SetTid

func (*CreateUploadFileJobRequest) SetUploadURL

func (CreateUploadFileJobRequest) String

type CreateUploadFileJobResponse

type CreateUploadFileJobResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateUploadFileJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateUploadFileJobResponse) GoString

func (s CreateUploadFileJobResponse) GoString() string

func (*CreateUploadFileJobResponse) SetBody

func (*CreateUploadFileJobResponse) SetHeaders

func (*CreateUploadFileJobResponse) SetStatusCode

func (CreateUploadFileJobResponse) String

type CreateUploadFileJobResponseBody

type CreateUploadFileJobResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	JobKey       *string `json:"JobKey,omitempty" xml:"JobKey,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateUploadFileJobResponseBody) GoString

func (*CreateUploadFileJobResponseBody) SetErrorCode

func (*CreateUploadFileJobResponseBody) SetErrorMessage

func (*CreateUploadFileJobResponseBody) SetJobKey

func (*CreateUploadFileJobResponseBody) SetRequestId

func (*CreateUploadFileJobResponseBody) SetSuccess

func (CreateUploadFileJobResponseBody) String

type CreateUploadOSSFileJobRequest

type CreateUploadOSSFileJobRequest struct {
	FileName     *string                                    `json:"FileName,omitempty" xml:"FileName,omitempty"`
	FileSource   *string                                    `json:"FileSource,omitempty" xml:"FileSource,omitempty"`
	Tid          *int64                                     `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UploadTarget *CreateUploadOSSFileJobRequestUploadTarget `json:"UploadTarget,omitempty" xml:"UploadTarget,omitempty" type:"Struct"`
}

func (CreateUploadOSSFileJobRequest) GoString

func (*CreateUploadOSSFileJobRequest) SetFileName

func (*CreateUploadOSSFileJobRequest) SetFileSource

func (*CreateUploadOSSFileJobRequest) SetTid

func (CreateUploadOSSFileJobRequest) String

type CreateUploadOSSFileJobRequestUploadTarget

type CreateUploadOSSFileJobRequestUploadTarget struct {
	BucketName *string `json:"BucketName,omitempty" xml:"BucketName,omitempty"`
	Endpoint   *string `json:"Endpoint,omitempty" xml:"Endpoint,omitempty"`
	ObjectName *string `json:"ObjectName,omitempty" xml:"ObjectName,omitempty"`
}

func (CreateUploadOSSFileJobRequestUploadTarget) GoString

func (*CreateUploadOSSFileJobRequestUploadTarget) SetBucketName

func (*CreateUploadOSSFileJobRequestUploadTarget) SetEndpoint

func (*CreateUploadOSSFileJobRequestUploadTarget) SetObjectName

func (CreateUploadOSSFileJobRequestUploadTarget) String

type CreateUploadOSSFileJobResponse

type CreateUploadOSSFileJobResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateUploadOSSFileJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateUploadOSSFileJobResponse) GoString

func (*CreateUploadOSSFileJobResponse) SetHeaders

func (*CreateUploadOSSFileJobResponse) SetStatusCode

func (CreateUploadOSSFileJobResponse) String

type CreateUploadOSSFileJobResponseBody

type CreateUploadOSSFileJobResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	JobKey       *string `json:"JobKey,omitempty" xml:"JobKey,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateUploadOSSFileJobResponseBody) GoString

func (*CreateUploadOSSFileJobResponseBody) SetErrorCode

func (*CreateUploadOSSFileJobResponseBody) SetErrorMessage

func (*CreateUploadOSSFileJobResponseBody) SetJobKey

func (*CreateUploadOSSFileJobResponseBody) SetRequestId

func (*CreateUploadOSSFileJobResponseBody) SetSuccess

func (CreateUploadOSSFileJobResponseBody) String

type CreateUploadOSSFileJobShrinkRequest

type CreateUploadOSSFileJobShrinkRequest struct {
	FileName           *string `json:"FileName,omitempty" xml:"FileName,omitempty"`
	FileSource         *string `json:"FileSource,omitempty" xml:"FileSource,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UploadTargetShrink *string `json:"UploadTarget,omitempty" xml:"UploadTarget,omitempty"`
}

func (CreateUploadOSSFileJobShrinkRequest) GoString

func (*CreateUploadOSSFileJobShrinkRequest) SetFileName

func (*CreateUploadOSSFileJobShrinkRequest) SetFileSource

func (*CreateUploadOSSFileJobShrinkRequest) SetTid

func (*CreateUploadOSSFileJobShrinkRequest) SetUploadTargetShrink

func (CreateUploadOSSFileJobShrinkRequest) String

type DeleteInstanceRequest

type DeleteInstanceRequest struct {
	Host *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Port *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	Sid  *string `json:"Sid,omitempty" xml:"Sid,omitempty"`
	Tid  *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteInstanceRequest) GoString

func (s DeleteInstanceRequest) GoString() string

func (*DeleteInstanceRequest) SetHost

func (*DeleteInstanceRequest) SetPort

func (*DeleteInstanceRequest) SetSid

func (*DeleteInstanceRequest) SetTid

func (DeleteInstanceRequest) String

func (s DeleteInstanceRequest) String() string

type DeleteInstanceResponse

type DeleteInstanceResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteInstanceResponse) GoString

func (s DeleteInstanceResponse) GoString() string

func (*DeleteInstanceResponse) SetBody

func (*DeleteInstanceResponse) SetHeaders

func (*DeleteInstanceResponse) SetStatusCode

func (DeleteInstanceResponse) String

func (s DeleteInstanceResponse) String() string

type DeleteInstanceResponseBody

type DeleteInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteInstanceResponseBody) GoString

func (s DeleteInstanceResponseBody) GoString() string

func (*DeleteInstanceResponseBody) SetErrorCode

func (*DeleteInstanceResponseBody) SetErrorMessage

func (*DeleteInstanceResponseBody) SetRequestId

func (*DeleteInstanceResponseBody) SetSuccess

func (DeleteInstanceResponseBody) String

type DeleteLakeHouseSpaceRequest

type DeleteLakeHouseSpaceRequest struct {
	SpaceId *int64 `json:"SpaceId,omitempty" xml:"SpaceId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteLakeHouseSpaceRequest) GoString

func (s DeleteLakeHouseSpaceRequest) GoString() string

func (*DeleteLakeHouseSpaceRequest) SetSpaceId

func (*DeleteLakeHouseSpaceRequest) SetTid

func (DeleteLakeHouseSpaceRequest) String

type DeleteLakeHouseSpaceResponse

type DeleteLakeHouseSpaceResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLakeHouseSpaceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLakeHouseSpaceResponse) GoString

func (s DeleteLakeHouseSpaceResponse) GoString() string

func (*DeleteLakeHouseSpaceResponse) SetBody

func (*DeleteLakeHouseSpaceResponse) SetHeaders

func (*DeleteLakeHouseSpaceResponse) SetStatusCode

func (DeleteLakeHouseSpaceResponse) String

type DeleteLakeHouseSpaceResponseBody

type DeleteLakeHouseSpaceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteLakeHouseSpaceResponseBody) GoString

func (*DeleteLakeHouseSpaceResponseBody) SetErrorCode

func (*DeleteLakeHouseSpaceResponseBody) SetErrorMessage

func (*DeleteLakeHouseSpaceResponseBody) SetRequestId

func (*DeleteLakeHouseSpaceResponseBody) SetSuccess

func (DeleteLakeHouseSpaceResponseBody) String

type DeleteLhMembersRequest

type DeleteLhMembersRequest struct {
	MemberIds  []*int32 `json:"MemberIds,omitempty" xml:"MemberIds,omitempty" type:"Repeated"`
	ObjectId   *int64   `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType *int32   `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	Tid        *int64   `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteLhMembersRequest) GoString

func (s DeleteLhMembersRequest) GoString() string

func (*DeleteLhMembersRequest) SetMemberIds

func (s *DeleteLhMembersRequest) SetMemberIds(v []*int32) *DeleteLhMembersRequest

func (*DeleteLhMembersRequest) SetObjectId

func (*DeleteLhMembersRequest) SetObjectType

func (*DeleteLhMembersRequest) SetTid

func (DeleteLhMembersRequest) String

func (s DeleteLhMembersRequest) String() string

type DeleteLhMembersResponse

type DeleteLhMembersResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLhMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLhMembersResponse) GoString

func (s DeleteLhMembersResponse) GoString() string

func (*DeleteLhMembersResponse) SetBody

func (*DeleteLhMembersResponse) SetHeaders

func (*DeleteLhMembersResponse) SetStatusCode

func (DeleteLhMembersResponse) String

func (s DeleteLhMembersResponse) String() string

type DeleteLhMembersResponseBody

type DeleteLhMembersResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteLhMembersResponseBody) GoString

func (s DeleteLhMembersResponseBody) GoString() string

func (*DeleteLhMembersResponseBody) SetErrorCode

func (*DeleteLhMembersResponseBody) SetErrorMessage

func (*DeleteLhMembersResponseBody) SetRequestId

func (*DeleteLhMembersResponseBody) SetSuccess

func (DeleteLhMembersResponseBody) String

type DeleteLhMembersShrinkRequest

type DeleteLhMembersShrinkRequest struct {
	MemberIdsShrink *string `json:"MemberIds,omitempty" xml:"MemberIds,omitempty"`
	ObjectId        *int64  `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType      *int32  `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	Tid             *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteLhMembersShrinkRequest) GoString

func (s DeleteLhMembersShrinkRequest) GoString() string

func (*DeleteLhMembersShrinkRequest) SetMemberIdsShrink

func (*DeleteLhMembersShrinkRequest) SetObjectId

func (*DeleteLhMembersShrinkRequest) SetObjectType

func (*DeleteLhMembersShrinkRequest) SetTid

func (DeleteLhMembersShrinkRequest) String

type DeleteLogicDatabaseRequest

type DeleteLogicDatabaseRequest struct {
	LogicDbId *int64 `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	Tid       *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteLogicDatabaseRequest) GoString

func (s DeleteLogicDatabaseRequest) GoString() string

func (*DeleteLogicDatabaseRequest) SetLogicDbId

func (*DeleteLogicDatabaseRequest) SetTid

func (DeleteLogicDatabaseRequest) String

type DeleteLogicDatabaseResponse

type DeleteLogicDatabaseResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLogicDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLogicDatabaseResponse) GoString

func (s DeleteLogicDatabaseResponse) GoString() string

func (*DeleteLogicDatabaseResponse) SetBody

func (*DeleteLogicDatabaseResponse) SetHeaders

func (*DeleteLogicDatabaseResponse) SetStatusCode

func (DeleteLogicDatabaseResponse) String

type DeleteLogicDatabaseResponseBody

type DeleteLogicDatabaseResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteLogicDatabaseResponseBody) GoString

func (*DeleteLogicDatabaseResponseBody) SetErrorCode

func (*DeleteLogicDatabaseResponseBody) SetErrorMessage

func (*DeleteLogicDatabaseResponseBody) SetRequestId

func (*DeleteLogicDatabaseResponseBody) SetSuccess

func (DeleteLogicDatabaseResponseBody) String

type DeleteLogicTableRouteConfigRequest

type DeleteLogicTableRouteConfigRequest struct {
	RouteKey *string `json:"RouteKey,omitempty" xml:"RouteKey,omitempty"`
	TableId  *int64  `json:"TableId,omitempty" xml:"TableId,omitempty"`
	Tid      *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteLogicTableRouteConfigRequest) GoString

func (*DeleteLogicTableRouteConfigRequest) SetRouteKey

func (*DeleteLogicTableRouteConfigRequest) SetTableId

func (*DeleteLogicTableRouteConfigRequest) SetTid

func (DeleteLogicTableRouteConfigRequest) String

type DeleteLogicTableRouteConfigResponse

type DeleteLogicTableRouteConfigResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteLogicTableRouteConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteLogicTableRouteConfigResponse) GoString

func (*DeleteLogicTableRouteConfigResponse) SetHeaders

func (*DeleteLogicTableRouteConfigResponse) SetStatusCode

func (DeleteLogicTableRouteConfigResponse) String

type DeleteLogicTableRouteConfigResponseBody

type DeleteLogicTableRouteConfigResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteLogicTableRouteConfigResponseBody) GoString

func (*DeleteLogicTableRouteConfigResponseBody) SetErrorCode

func (*DeleteLogicTableRouteConfigResponseBody) SetErrorMessage

func (*DeleteLogicTableRouteConfigResponseBody) SetRequestId

func (*DeleteLogicTableRouteConfigResponseBody) SetSuccess

func (DeleteLogicTableRouteConfigResponseBody) String

type DeleteProxyAccessRequest

type DeleteProxyAccessRequest struct {
	ProxyAccessId *int64 `json:"ProxyAccessId,omitempty" xml:"ProxyAccessId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteProxyAccessRequest) GoString

func (s DeleteProxyAccessRequest) GoString() string

func (*DeleteProxyAccessRequest) SetProxyAccessId

func (*DeleteProxyAccessRequest) SetTid

func (DeleteProxyAccessRequest) String

func (s DeleteProxyAccessRequest) String() string

type DeleteProxyAccessResponse

type DeleteProxyAccessResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteProxyAccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteProxyAccessResponse) GoString

func (s DeleteProxyAccessResponse) GoString() string

func (*DeleteProxyAccessResponse) SetBody

func (*DeleteProxyAccessResponse) SetHeaders

func (*DeleteProxyAccessResponse) SetStatusCode

func (DeleteProxyAccessResponse) String

func (s DeleteProxyAccessResponse) String() string

type DeleteProxyAccessResponseBody

type DeleteProxyAccessResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteProxyAccessResponseBody) GoString

func (*DeleteProxyAccessResponseBody) SetErrorCode

func (*DeleteProxyAccessResponseBody) SetErrorMessage

func (*DeleteProxyAccessResponseBody) SetRequestId

func (*DeleteProxyAccessResponseBody) SetSuccess

func (DeleteProxyAccessResponseBody) String

type DeleteProxyRequest

type DeleteProxyRequest struct {
	ProxyId *int64 `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteProxyRequest) GoString

func (s DeleteProxyRequest) GoString() string

func (*DeleteProxyRequest) SetProxyId

func (s *DeleteProxyRequest) SetProxyId(v int64) *DeleteProxyRequest

func (*DeleteProxyRequest) SetTid

func (DeleteProxyRequest) String

func (s DeleteProxyRequest) String() string

type DeleteProxyResponse

type DeleteProxyResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteProxyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteProxyResponse) GoString

func (s DeleteProxyResponse) GoString() string

func (*DeleteProxyResponse) SetBody

func (*DeleteProxyResponse) SetHeaders

func (s *DeleteProxyResponse) SetHeaders(v map[string]*string) *DeleteProxyResponse

func (*DeleteProxyResponse) SetStatusCode

func (s *DeleteProxyResponse) SetStatusCode(v int32) *DeleteProxyResponse

func (DeleteProxyResponse) String

func (s DeleteProxyResponse) String() string

type DeleteProxyResponseBody

type DeleteProxyResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteProxyResponseBody) GoString

func (s DeleteProxyResponseBody) GoString() string

func (*DeleteProxyResponseBody) SetErrorCode

func (*DeleteProxyResponseBody) SetErrorMessage

func (*DeleteProxyResponseBody) SetRequestId

func (*DeleteProxyResponseBody) SetSuccess

func (DeleteProxyResponseBody) String

func (s DeleteProxyResponseBody) String() string

type DeleteScenarioRequest

type DeleteScenarioRequest struct {
	ScenarioId *int64 `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteScenarioRequest) GoString

func (s DeleteScenarioRequest) GoString() string

func (*DeleteScenarioRequest) SetScenarioId

func (s *DeleteScenarioRequest) SetScenarioId(v int64) *DeleteScenarioRequest

func (*DeleteScenarioRequest) SetTid

func (DeleteScenarioRequest) String

func (s DeleteScenarioRequest) String() string

type DeleteScenarioResponse

type DeleteScenarioResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteScenarioResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteScenarioResponse) GoString

func (s DeleteScenarioResponse) GoString() string

func (*DeleteScenarioResponse) SetBody

func (*DeleteScenarioResponse) SetHeaders

func (*DeleteScenarioResponse) SetStatusCode

func (DeleteScenarioResponse) String

func (s DeleteScenarioResponse) String() string

type DeleteScenarioResponseBody

type DeleteScenarioResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteScenarioResponseBody) GoString

func (s DeleteScenarioResponseBody) GoString() string

func (*DeleteScenarioResponseBody) SetErrorCode

func (*DeleteScenarioResponseBody) SetErrorMessage

func (*DeleteScenarioResponseBody) SetRequestId

func (*DeleteScenarioResponseBody) SetSuccess

func (DeleteScenarioResponseBody) String

type DeleteTaskFlowEdgesByConditionRequest

type DeleteTaskFlowEdgesByConditionRequest struct {
	DagId    *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
	Tid      *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteTaskFlowEdgesByConditionRequest) GoString

func (*DeleteTaskFlowEdgesByConditionRequest) SetDagId

func (*DeleteTaskFlowEdgesByConditionRequest) SetId

func (*DeleteTaskFlowEdgesByConditionRequest) SetNodeEnd

func (*DeleteTaskFlowEdgesByConditionRequest) SetNodeFrom

func (*DeleteTaskFlowEdgesByConditionRequest) SetTid

func (DeleteTaskFlowEdgesByConditionRequest) String

type DeleteTaskFlowEdgesByConditionResponse

type DeleteTaskFlowEdgesByConditionResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteTaskFlowEdgesByConditionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteTaskFlowEdgesByConditionResponse) GoString

func (*DeleteTaskFlowEdgesByConditionResponse) SetHeaders

func (*DeleteTaskFlowEdgesByConditionResponse) SetStatusCode

func (DeleteTaskFlowEdgesByConditionResponse) String

type DeleteTaskFlowEdgesByConditionResponseBody

type DeleteTaskFlowEdgesByConditionResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTaskFlowEdgesByConditionResponseBody) GoString

func (*DeleteTaskFlowEdgesByConditionResponseBody) SetErrorCode

func (*DeleteTaskFlowEdgesByConditionResponseBody) SetErrorMessage

func (*DeleteTaskFlowEdgesByConditionResponseBody) SetRequestId

func (*DeleteTaskFlowEdgesByConditionResponseBody) SetSuccess

func (DeleteTaskFlowEdgesByConditionResponseBody) String

type DeleteTaskFlowRequest

type DeleteTaskFlowRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteTaskFlowRequest) GoString

func (s DeleteTaskFlowRequest) GoString() string

func (*DeleteTaskFlowRequest) SetDagId

func (*DeleteTaskFlowRequest) SetTid

func (DeleteTaskFlowRequest) String

func (s DeleteTaskFlowRequest) String() string

type DeleteTaskFlowResponse

type DeleteTaskFlowResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteTaskFlowResponse) GoString

func (s DeleteTaskFlowResponse) GoString() string

func (*DeleteTaskFlowResponse) SetBody

func (*DeleteTaskFlowResponse) SetHeaders

func (*DeleteTaskFlowResponse) SetStatusCode

func (DeleteTaskFlowResponse) String

func (s DeleteTaskFlowResponse) String() string

type DeleteTaskFlowResponseBody

type DeleteTaskFlowResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTaskFlowResponseBody) GoString

func (s DeleteTaskFlowResponseBody) GoString() string

func (*DeleteTaskFlowResponseBody) SetErrorCode

func (*DeleteTaskFlowResponseBody) SetErrorMessage

func (*DeleteTaskFlowResponseBody) SetRequestId

func (*DeleteTaskFlowResponseBody) SetSuccess

func (DeleteTaskFlowResponseBody) String

type DeleteTaskRequest

type DeleteTaskRequest struct {
	NodeId *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Tid    *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (DeleteTaskRequest) GoString

func (s DeleteTaskRequest) GoString() string

func (*DeleteTaskRequest) SetNodeId

func (s *DeleteTaskRequest) SetNodeId(v string) *DeleteTaskRequest

func (*DeleteTaskRequest) SetTid

func (DeleteTaskRequest) String

func (s DeleteTaskRequest) String() string

type DeleteTaskResponse

type DeleteTaskResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteTaskResponse) GoString

func (s DeleteTaskResponse) GoString() string

func (*DeleteTaskResponse) SetBody

func (*DeleteTaskResponse) SetHeaders

func (s *DeleteTaskResponse) SetHeaders(v map[string]*string) *DeleteTaskResponse

func (*DeleteTaskResponse) SetStatusCode

func (s *DeleteTaskResponse) SetStatusCode(v int32) *DeleteTaskResponse

func (DeleteTaskResponse) String

func (s DeleteTaskResponse) String() string

type DeleteTaskResponseBody

type DeleteTaskResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteTaskResponseBody) GoString

func (s DeleteTaskResponseBody) GoString() string

func (*DeleteTaskResponseBody) SetErrorCode

func (*DeleteTaskResponseBody) SetErrorMessage

func (s *DeleteTaskResponseBody) SetErrorMessage(v string) *DeleteTaskResponseBody

func (*DeleteTaskResponseBody) SetRequestId

func (*DeleteTaskResponseBody) SetSuccess

func (DeleteTaskResponseBody) String

func (s DeleteTaskResponseBody) String() string

type DeleteUserRequest

type DeleteUserRequest struct {
	Tid *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (DeleteUserRequest) GoString

func (s DeleteUserRequest) GoString() string

func (*DeleteUserRequest) SetTid

func (*DeleteUserRequest) SetUid

func (DeleteUserRequest) String

func (s DeleteUserRequest) String() string

type DeleteUserResponse

type DeleteUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteUserResponse) GoString

func (s DeleteUserResponse) GoString() string

func (*DeleteUserResponse) SetBody

func (*DeleteUserResponse) SetHeaders

func (s *DeleteUserResponse) SetHeaders(v map[string]*string) *DeleteUserResponse

func (*DeleteUserResponse) SetStatusCode

func (s *DeleteUserResponse) SetStatusCode(v int32) *DeleteUserResponse

func (DeleteUserResponse) String

func (s DeleteUserResponse) String() string

type DeleteUserResponseBody

type DeleteUserResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteUserResponseBody) GoString

func (s DeleteUserResponseBody) GoString() string

func (*DeleteUserResponseBody) SetErrorCode

func (*DeleteUserResponseBody) SetErrorMessage

func (s *DeleteUserResponseBody) SetErrorMessage(v string) *DeleteUserResponseBody

func (*DeleteUserResponseBody) SetRequestId

func (*DeleteUserResponseBody) SetSuccess

func (DeleteUserResponseBody) String

func (s DeleteUserResponseBody) String() string

type DisableUserRequest

type DisableUserRequest struct {
	Tid *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (DisableUserRequest) GoString

func (s DisableUserRequest) GoString() string

func (*DisableUserRequest) SetTid

func (*DisableUserRequest) SetUid

func (DisableUserRequest) String

func (s DisableUserRequest) String() string

type DisableUserResponse

type DisableUserResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableUserResponse) GoString

func (s DisableUserResponse) GoString() string

func (*DisableUserResponse) SetBody

func (*DisableUserResponse) SetHeaders

func (s *DisableUserResponse) SetHeaders(v map[string]*string) *DisableUserResponse

func (*DisableUserResponse) SetStatusCode

func (s *DisableUserResponse) SetStatusCode(v int32) *DisableUserResponse

func (DisableUserResponse) String

func (s DisableUserResponse) String() string

type DisableUserResponseBody

type DisableUserResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DisableUserResponseBody) GoString

func (s DisableUserResponseBody) GoString() string

func (*DisableUserResponseBody) SetErrorCode

func (*DisableUserResponseBody) SetErrorMessage

func (*DisableUserResponseBody) SetRequestId

func (*DisableUserResponseBody) SetSuccess

func (DisableUserResponseBody) String

func (s DisableUserResponseBody) String() string

type EditLogicDatabaseRequest

type EditLogicDatabaseRequest struct {
	Alias       *string  `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseIds []*int64 `json:"DatabaseIds,omitempty" xml:"DatabaseIds,omitempty" type:"Repeated"`
	LogicDbId   *int64   `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	Tid         *int64   `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (EditLogicDatabaseRequest) GoString

func (s EditLogicDatabaseRequest) GoString() string

func (*EditLogicDatabaseRequest) SetAlias

func (*EditLogicDatabaseRequest) SetDatabaseIds

func (s *EditLogicDatabaseRequest) SetDatabaseIds(v []*int64) *EditLogicDatabaseRequest

func (*EditLogicDatabaseRequest) SetLogicDbId

func (*EditLogicDatabaseRequest) SetTid

func (EditLogicDatabaseRequest) String

func (s EditLogicDatabaseRequest) String() string

type EditLogicDatabaseResponse

type EditLogicDatabaseResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EditLogicDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EditLogicDatabaseResponse) GoString

func (s EditLogicDatabaseResponse) GoString() string

func (*EditLogicDatabaseResponse) SetBody

func (*EditLogicDatabaseResponse) SetHeaders

func (*EditLogicDatabaseResponse) SetStatusCode

func (EditLogicDatabaseResponse) String

func (s EditLogicDatabaseResponse) String() string

type EditLogicDatabaseResponseBody

type EditLogicDatabaseResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EditLogicDatabaseResponseBody) GoString

func (*EditLogicDatabaseResponseBody) SetErrorCode

func (*EditLogicDatabaseResponseBody) SetErrorMessage

func (*EditLogicDatabaseResponseBody) SetRequestId

func (*EditLogicDatabaseResponseBody) SetSuccess

func (EditLogicDatabaseResponseBody) String

type EditLogicDatabaseShrinkRequest

type EditLogicDatabaseShrinkRequest struct {
	Alias             *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseIdsShrink *string `json:"DatabaseIds,omitempty" xml:"DatabaseIds,omitempty"`
	LogicDbId         *int64  `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	Tid               *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (EditLogicDatabaseShrinkRequest) GoString

func (*EditLogicDatabaseShrinkRequest) SetAlias

func (*EditLogicDatabaseShrinkRequest) SetDatabaseIdsShrink

func (*EditLogicDatabaseShrinkRequest) SetLogicDbId

func (*EditLogicDatabaseShrinkRequest) SetTid

func (EditLogicDatabaseShrinkRequest) String

type EnableUserRequest

type EnableUserRequest struct {
	Tid *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
}

func (EnableUserRequest) GoString

func (s EnableUserRequest) GoString() string

func (*EnableUserRequest) SetTid

func (*EnableUserRequest) SetUid

func (EnableUserRequest) String

func (s EnableUserRequest) String() string

type EnableUserResponse

type EnableUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableUserResponse) GoString

func (s EnableUserResponse) GoString() string

func (*EnableUserResponse) SetBody

func (*EnableUserResponse) SetHeaders

func (s *EnableUserResponse) SetHeaders(v map[string]*string) *EnableUserResponse

func (*EnableUserResponse) SetStatusCode

func (s *EnableUserResponse) SetStatusCode(v int32) *EnableUserResponse

func (EnableUserResponse) String

func (s EnableUserResponse) String() string

type EnableUserResponseBody

type EnableUserResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (EnableUserResponseBody) GoString

func (s EnableUserResponseBody) GoString() string

func (*EnableUserResponseBody) SetErrorCode

func (*EnableUserResponseBody) SetErrorMessage

func (s *EnableUserResponseBody) SetErrorMessage(v string) *EnableUserResponseBody

func (*EnableUserResponseBody) SetRequestId

func (*EnableUserResponseBody) SetSuccess

func (EnableUserResponseBody) String

func (s EnableUserResponseBody) String() string

type ExecuteDataCorrectRequest

type ExecuteDataCorrectRequest struct {
	ActionDetail map[string]interface{} `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId      *int64                 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid          *string                `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteDataCorrectRequest) GoString

func (s ExecuteDataCorrectRequest) GoString() string

func (*ExecuteDataCorrectRequest) SetActionDetail

func (s *ExecuteDataCorrectRequest) SetActionDetail(v map[string]interface{}) *ExecuteDataCorrectRequest

func (*ExecuteDataCorrectRequest) SetOrderId

func (*ExecuteDataCorrectRequest) SetTid

func (ExecuteDataCorrectRequest) String

func (s ExecuteDataCorrectRequest) String() string

type ExecuteDataCorrectResponse

type ExecuteDataCorrectResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExecuteDataCorrectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ExecuteDataCorrectResponse) GoString

func (s ExecuteDataCorrectResponse) GoString() string

func (*ExecuteDataCorrectResponse) SetBody

func (*ExecuteDataCorrectResponse) SetHeaders

func (*ExecuteDataCorrectResponse) SetStatusCode

func (ExecuteDataCorrectResponse) String

type ExecuteDataCorrectResponseBody

type ExecuteDataCorrectResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ExecuteDataCorrectResponseBody) GoString

func (*ExecuteDataCorrectResponseBody) SetErrorCode

func (*ExecuteDataCorrectResponseBody) SetErrorMessage

func (*ExecuteDataCorrectResponseBody) SetRequestId

func (*ExecuteDataCorrectResponseBody) SetSuccess

func (ExecuteDataCorrectResponseBody) String

type ExecuteDataCorrectShrinkRequest

type ExecuteDataCorrectShrinkRequest struct {
	ActionDetailShrink *string `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId            *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid                *string `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteDataCorrectShrinkRequest) GoString

func (*ExecuteDataCorrectShrinkRequest) SetActionDetailShrink

func (*ExecuteDataCorrectShrinkRequest) SetOrderId

func (*ExecuteDataCorrectShrinkRequest) SetTid

func (ExecuteDataCorrectShrinkRequest) String

type ExecuteDataExportRequest

type ExecuteDataExportRequest struct {
	ActionDetail map[string]interface{} `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId      *int64                 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid          *int64                 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteDataExportRequest) GoString

func (s ExecuteDataExportRequest) GoString() string

func (*ExecuteDataExportRequest) SetActionDetail

func (s *ExecuteDataExportRequest) SetActionDetail(v map[string]interface{}) *ExecuteDataExportRequest

func (*ExecuteDataExportRequest) SetOrderId

func (*ExecuteDataExportRequest) SetTid

func (ExecuteDataExportRequest) String

func (s ExecuteDataExportRequest) String() string

type ExecuteDataExportResponse

type ExecuteDataExportResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExecuteDataExportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ExecuteDataExportResponse) GoString

func (s ExecuteDataExportResponse) GoString() string

func (*ExecuteDataExportResponse) SetBody

func (*ExecuteDataExportResponse) SetHeaders

func (*ExecuteDataExportResponse) SetStatusCode

func (ExecuteDataExportResponse) String

func (s ExecuteDataExportResponse) String() string

type ExecuteDataExportResponseBody

type ExecuteDataExportResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ExecuteDataExportResponseBody) GoString

func (*ExecuteDataExportResponseBody) SetErrorCode

func (*ExecuteDataExportResponseBody) SetErrorMessage

func (*ExecuteDataExportResponseBody) SetRequestId

func (*ExecuteDataExportResponseBody) SetSuccess

func (ExecuteDataExportResponseBody) String

type ExecuteDataExportShrinkRequest

type ExecuteDataExportShrinkRequest struct {
	ActionDetailShrink *string `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId            *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteDataExportShrinkRequest) GoString

func (*ExecuteDataExportShrinkRequest) SetActionDetailShrink

func (*ExecuteDataExportShrinkRequest) SetOrderId

func (*ExecuteDataExportShrinkRequest) SetTid

func (ExecuteDataExportShrinkRequest) String

type ExecuteScriptRequest

type ExecuteScriptRequest struct {
	DbId   *int32  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic  *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	Script *string `json:"Script,omitempty" xml:"Script,omitempty"`
	Tid    *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteScriptRequest) GoString

func (s ExecuteScriptRequest) GoString() string

func (*ExecuteScriptRequest) SetDbId

func (*ExecuteScriptRequest) SetLogic

func (*ExecuteScriptRequest) SetScript

func (*ExecuteScriptRequest) SetTid

func (ExecuteScriptRequest) String

func (s ExecuteScriptRequest) String() string

type ExecuteScriptResponse

type ExecuteScriptResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExecuteScriptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ExecuteScriptResponse) GoString

func (s ExecuteScriptResponse) GoString() string

func (*ExecuteScriptResponse) SetBody

func (*ExecuteScriptResponse) SetHeaders

func (*ExecuteScriptResponse) SetStatusCode

func (s *ExecuteScriptResponse) SetStatusCode(v int32) *ExecuteScriptResponse

func (ExecuteScriptResponse) String

func (s ExecuteScriptResponse) String() string

type ExecuteScriptResponseBody

type ExecuteScriptResponseBody struct {
	ErrorCode    *string                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                             `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Results      []*ExecuteScriptResponseBodyResults `json:"Results,omitempty" xml:"Results,omitempty" type:"Repeated"`
	Success      *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ExecuteScriptResponseBody) GoString

func (s ExecuteScriptResponseBody) GoString() string

func (*ExecuteScriptResponseBody) SetErrorCode

func (*ExecuteScriptResponseBody) SetErrorMessage

func (*ExecuteScriptResponseBody) SetRequestId

func (*ExecuteScriptResponseBody) SetResults

func (*ExecuteScriptResponseBody) SetSuccess

func (ExecuteScriptResponseBody) String

func (s ExecuteScriptResponseBody) String() string

type ExecuteScriptResponseBodyResults

type ExecuteScriptResponseBodyResults struct {
	ColumnNames []*string                `json:"ColumnNames,omitempty" xml:"ColumnNames,omitempty" type:"Repeated"`
	Message     *string                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RowCount    *int64                   `json:"RowCount,omitempty" xml:"RowCount,omitempty"`
	Rows        []map[string]interface{} `json:"Rows,omitempty" xml:"Rows,omitempty" type:"Repeated"`
	Success     *bool                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ExecuteScriptResponseBodyResults) GoString

func (*ExecuteScriptResponseBodyResults) SetColumnNames

func (*ExecuteScriptResponseBodyResults) SetMessage

func (*ExecuteScriptResponseBodyResults) SetRowCount

func (*ExecuteScriptResponseBodyResults) SetRows

func (*ExecuteScriptResponseBodyResults) SetSuccess

func (ExecuteScriptResponseBodyResults) String

type ExecuteStructSyncRequest

type ExecuteStructSyncRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ExecuteStructSyncRequest) GoString

func (s ExecuteStructSyncRequest) GoString() string

func (*ExecuteStructSyncRequest) SetOrderId

func (*ExecuteStructSyncRequest) SetTid

func (ExecuteStructSyncRequest) String

func (s ExecuteStructSyncRequest) String() string

type ExecuteStructSyncResponse

type ExecuteStructSyncResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExecuteStructSyncResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ExecuteStructSyncResponse) GoString

func (s ExecuteStructSyncResponse) GoString() string

func (*ExecuteStructSyncResponse) SetBody

func (*ExecuteStructSyncResponse) SetHeaders

func (*ExecuteStructSyncResponse) SetStatusCode

func (ExecuteStructSyncResponse) String

func (s ExecuteStructSyncResponse) String() string

type ExecuteStructSyncResponseBody

type ExecuteStructSyncResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ExecuteStructSyncResponseBody) GoString

func (*ExecuteStructSyncResponseBody) SetErrorCode

func (*ExecuteStructSyncResponseBody) SetErrorMessage

func (*ExecuteStructSyncResponseBody) SetRequestId

func (*ExecuteStructSyncResponseBody) SetSuccess

func (ExecuteStructSyncResponseBody) String

type GetApprovalDetailRequest

type GetApprovalDetailRequest struct {
	Tid                *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
	WorkflowInstanceId *int64 `json:"WorkflowInstanceId,omitempty" xml:"WorkflowInstanceId,omitempty"`
}

func (GetApprovalDetailRequest) GoString

func (s GetApprovalDetailRequest) GoString() string

func (*GetApprovalDetailRequest) SetTid

func (*GetApprovalDetailRequest) SetWorkflowInstanceId

func (s *GetApprovalDetailRequest) SetWorkflowInstanceId(v int64) *GetApprovalDetailRequest

func (GetApprovalDetailRequest) String

func (s GetApprovalDetailRequest) String() string

type GetApprovalDetailResponse

type GetApprovalDetailResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetApprovalDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetApprovalDetailResponse) GoString

func (s GetApprovalDetailResponse) GoString() string

func (*GetApprovalDetailResponse) SetBody

func (*GetApprovalDetailResponse) SetHeaders

func (*GetApprovalDetailResponse) SetStatusCode

func (GetApprovalDetailResponse) String

func (s GetApprovalDetailResponse) String() string

type GetApprovalDetailResponseBody

type GetApprovalDetailResponseBody struct {
	ApprovalDetail *GetApprovalDetailResponseBodyApprovalDetail `json:"ApprovalDetail,omitempty" xml:"ApprovalDetail,omitempty" type:"Struct"`
	ErrorCode      *string                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId      *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetApprovalDetailResponseBody) GoString

func (*GetApprovalDetailResponseBody) SetErrorCode

func (*GetApprovalDetailResponseBody) SetErrorMessage

func (*GetApprovalDetailResponseBody) SetRequestId

func (*GetApprovalDetailResponseBody) SetSuccess

func (GetApprovalDetailResponseBody) String

type GetApprovalDetailResponseBodyApprovalDetail

type GetApprovalDetailResponseBodyApprovalDetail struct {
	AuditId         *int64                                                      `json:"AuditId,omitempty" xml:"AuditId,omitempty"`
	CreateTime      *string                                                     `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	CurrentHandlers *GetApprovalDetailResponseBodyApprovalDetailCurrentHandlers `json:"CurrentHandlers,omitempty" xml:"CurrentHandlers,omitempty" type:"Struct"`
	Description     *string                                                     `json:"Description,omitempty" xml:"Description,omitempty"`
	OrderId         *int64                                                      `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	OrderType       *string                                                     `json:"OrderType,omitempty" xml:"OrderType,omitempty"`
	ReasonList      *GetApprovalDetailResponseBodyApprovalDetailReasonList      `json:"ReasonList,omitempty" xml:"ReasonList,omitempty" type:"Struct"`
	Title           *string                                                     `json:"Title,omitempty" xml:"Title,omitempty"`
	WorkflowInsCode *string                                                     `json:"WorkflowInsCode,omitempty" xml:"WorkflowInsCode,omitempty"`
	WorkflowNodes   *GetApprovalDetailResponseBodyApprovalDetailWorkflowNodes   `json:"WorkflowNodes,omitempty" xml:"WorkflowNodes,omitempty" type:"Struct"`
}

func (GetApprovalDetailResponseBodyApprovalDetail) GoString

func (*GetApprovalDetailResponseBodyApprovalDetail) SetAuditId

func (*GetApprovalDetailResponseBodyApprovalDetail) SetCreateTime

func (*GetApprovalDetailResponseBodyApprovalDetail) SetDescription

func (*GetApprovalDetailResponseBodyApprovalDetail) SetOrderId

func (*GetApprovalDetailResponseBodyApprovalDetail) SetOrderType

func (*GetApprovalDetailResponseBodyApprovalDetail) SetTitle

func (*GetApprovalDetailResponseBodyApprovalDetail) SetWorkflowInsCode

func (GetApprovalDetailResponseBodyApprovalDetail) String

type GetApprovalDetailResponseBodyApprovalDetailCurrentHandlers

type GetApprovalDetailResponseBodyApprovalDetailCurrentHandlers struct {
	CurrentHandler []*GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler `json:"CurrentHandler,omitempty" xml:"CurrentHandler,omitempty" type:"Repeated"`
}

func (GetApprovalDetailResponseBodyApprovalDetailCurrentHandlers) GoString

func (GetApprovalDetailResponseBodyApprovalDetailCurrentHandlers) String

type GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler

type GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler struct {
	Id       *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	NickName *string `json:"NickName,omitempty" xml:"NickName,omitempty"`
}

func (GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler) GoString

func (*GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler) SetId

func (*GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler) SetNickName

func (GetApprovalDetailResponseBodyApprovalDetailCurrentHandlersCurrentHandler) String

type GetApprovalDetailResponseBodyApprovalDetailReasonList

type GetApprovalDetailResponseBodyApprovalDetailReasonList struct {
	Reasons []*string `json:"Reasons,omitempty" xml:"Reasons,omitempty" type:"Repeated"`
}

func (GetApprovalDetailResponseBodyApprovalDetailReasonList) GoString

func (*GetApprovalDetailResponseBodyApprovalDetailReasonList) SetReasons

func (GetApprovalDetailResponseBodyApprovalDetailReasonList) String

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodes

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodes struct {
	WorkflowNode []*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode `json:"WorkflowNode,omitempty" xml:"WorkflowNode,omitempty" type:"Repeated"`
}

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodes) GoString

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodes) String

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode struct {
	AuditUserIdList *GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList `json:"AuditUserIdList,omitempty" xml:"AuditUserIdList,omitempty" type:"Struct"`
	NodeName        *string                                                                              `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	OperateComment  *string                                                                              `json:"OperateComment,omitempty" xml:"OperateComment,omitempty"`
	OperateTime     *string                                                                              `json:"OperateTime,omitempty" xml:"OperateTime,omitempty"`
	OperatorId      *int64                                                                               `json:"OperatorId,omitempty" xml:"OperatorId,omitempty"`
	WorkflowInsCode *string                                                                              `json:"WorkflowInsCode,omitempty" xml:"WorkflowInsCode,omitempty"`
}

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) GoString

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) SetNodeName

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) SetOperateComment

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) SetOperateTime

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) SetOperatorId

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) SetWorkflowInsCode

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNode) String

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList

type GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList struct {
	AuditUserIds []*string `json:"AuditUserIds,omitempty" xml:"AuditUserIds,omitempty" type:"Repeated"`
}

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList) GoString

func (*GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList) SetAuditUserIds

func (GetApprovalDetailResponseBodyApprovalDetailWorkflowNodesWorkflowNodeAuditUserIdList) String

type GetDBTaskSQLJobLogRequest

type GetDBTaskSQLJobLogRequest struct {
	JobId *int64 `json:"JobId,omitempty" xml:"JobId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDBTaskSQLJobLogRequest) GoString

func (s GetDBTaskSQLJobLogRequest) GoString() string

func (*GetDBTaskSQLJobLogRequest) SetJobId

func (*GetDBTaskSQLJobLogRequest) SetTid

func (GetDBTaskSQLJobLogRequest) String

func (s GetDBTaskSQLJobLogRequest) String() string

type GetDBTaskSQLJobLogResponse

type GetDBTaskSQLJobLogResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDBTaskSQLJobLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDBTaskSQLJobLogResponse) GoString

func (s GetDBTaskSQLJobLogResponse) GoString() string

func (*GetDBTaskSQLJobLogResponse) SetBody

func (*GetDBTaskSQLJobLogResponse) SetHeaders

func (*GetDBTaskSQLJobLogResponse) SetStatusCode

func (GetDBTaskSQLJobLogResponse) String

type GetDBTaskSQLJobLogResponseBody

type GetDBTaskSQLJobLogResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	Log          *string `json:"Log,omitempty" xml:"Log,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDBTaskSQLJobLogResponseBody) GoString

func (*GetDBTaskSQLJobLogResponseBody) SetErrorCode

func (*GetDBTaskSQLJobLogResponseBody) SetErrorMessage

func (*GetDBTaskSQLJobLogResponseBody) SetLog

func (*GetDBTaskSQLJobLogResponseBody) SetRequestId

func (*GetDBTaskSQLJobLogResponseBody) SetSuccess

func (GetDBTaskSQLJobLogResponseBody) String

type GetDBTopologyRequest

type GetDBTopologyRequest struct {
	LogicDbId *int64 `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	Tid       *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDBTopologyRequest) GoString

func (s GetDBTopologyRequest) GoString() string

func (*GetDBTopologyRequest) SetLogicDbId

func (s *GetDBTopologyRequest) SetLogicDbId(v int64) *GetDBTopologyRequest

func (*GetDBTopologyRequest) SetTid

func (GetDBTopologyRequest) String

func (s GetDBTopologyRequest) String() string

type GetDBTopologyResponse

type GetDBTopologyResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDBTopologyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDBTopologyResponse) GoString

func (s GetDBTopologyResponse) GoString() string

func (*GetDBTopologyResponse) SetBody

func (*GetDBTopologyResponse) SetHeaders

func (*GetDBTopologyResponse) SetStatusCode

func (s *GetDBTopologyResponse) SetStatusCode(v int32) *GetDBTopologyResponse

func (GetDBTopologyResponse) String

func (s GetDBTopologyResponse) String() string

type GetDBTopologyResponseBody

type GetDBTopologyResponseBody struct {
	DBTopology   *GetDBTopologyResponseBodyDBTopology `json:"DBTopology,omitempty" xml:"DBTopology,omitempty" type:"Struct"`
	ErrorCode    *string                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDBTopologyResponseBody) GoString

func (s GetDBTopologyResponseBody) GoString() string

func (*GetDBTopologyResponseBody) SetDBTopology

func (*GetDBTopologyResponseBody) SetErrorCode

func (*GetDBTopologyResponseBody) SetErrorMessage

func (*GetDBTopologyResponseBody) SetRequestId

func (*GetDBTopologyResponseBody) SetSuccess

func (GetDBTopologyResponseBody) String

func (s GetDBTopologyResponseBody) String() string

type GetDBTopologyResponseBodyDBTopology

type GetDBTopologyResponseBodyDBTopology struct {
	Alias              *string                                                  `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DBTopologyInfoList []*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList `json:"DBTopologyInfoList,omitempty" xml:"DBTopologyInfoList,omitempty" type:"Repeated"`
	DbType             *string                                                  `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType            *string                                                  `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	LogicDbId          *int64                                                   `json:"LogicDbId,omitempty" xml:"LogicDbId,omitempty"`
	LogicDbName        *string                                                  `json:"LogicDbName,omitempty" xml:"LogicDbName,omitempty"`
	SearchName         *string                                                  `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetDBTopologyResponseBodyDBTopology) GoString

func (*GetDBTopologyResponseBodyDBTopology) SetAlias

func (*GetDBTopologyResponseBodyDBTopology) SetDbType

func (*GetDBTopologyResponseBodyDBTopology) SetEnvType

func (*GetDBTopologyResponseBodyDBTopology) SetLogicDbId

func (*GetDBTopologyResponseBodyDBTopology) SetLogicDbName

func (*GetDBTopologyResponseBodyDBTopology) SetSearchName

func (GetDBTopologyResponseBodyDBTopology) String

type GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList

type GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList struct {
	CatalogName        *string `json:"CatalogName,omitempty" xml:"CatalogName,omitempty"`
	DbId               *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType             *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType            *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	InstanceId         *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceResourceId *string `json:"InstanceResourceId,omitempty" xml:"InstanceResourceId,omitempty"`
	InstanceSource     *string `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	RegionId           *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	SchemaName         *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName         *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) GoString

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetCatalogName

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetDbId

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetDbType

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetEnvType

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetInstanceId

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetInstanceResourceId

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetInstanceSource

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetRegionId

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetSchemaName

func (*GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) SetSearchName

func (GetDBTopologyResponseBodyDBTopologyDBTopologyInfoList) String

type GetDataCorrectBackupFilesRequest

type GetDataCorrectBackupFilesRequest struct {
	ActionDetail map[string]interface{} `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId      *int64                 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid          *int64                 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCorrectBackupFilesRequest) GoString

func (*GetDataCorrectBackupFilesRequest) SetActionDetail

func (s *GetDataCorrectBackupFilesRequest) SetActionDetail(v map[string]interface{}) *GetDataCorrectBackupFilesRequest

func (*GetDataCorrectBackupFilesRequest) SetOrderId

func (*GetDataCorrectBackupFilesRequest) SetTid

func (GetDataCorrectBackupFilesRequest) String

type GetDataCorrectBackupFilesResponse

type GetDataCorrectBackupFilesResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataCorrectBackupFilesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataCorrectBackupFilesResponse) GoString

func (*GetDataCorrectBackupFilesResponse) SetHeaders

func (*GetDataCorrectBackupFilesResponse) SetStatusCode

func (GetDataCorrectBackupFilesResponse) String

type GetDataCorrectBackupFilesResponseBody

type GetDataCorrectBackupFilesResponseBody struct {
	DataCorrectBackupFiles *GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles `json:"DataCorrectBackupFiles,omitempty" xml:"DataCorrectBackupFiles,omitempty" type:"Struct"`
	ErrorCode              *string                                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage           *string                                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId              *string                                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                *bool                                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataCorrectBackupFilesResponseBody) GoString

func (*GetDataCorrectBackupFilesResponseBody) SetErrorCode

func (*GetDataCorrectBackupFilesResponseBody) SetErrorMessage

func (*GetDataCorrectBackupFilesResponseBody) SetRequestId

func (*GetDataCorrectBackupFilesResponseBody) SetSuccess

func (GetDataCorrectBackupFilesResponseBody) String

type GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles

type GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles struct {
	FileUrl []*string `json:"FileUrl,omitempty" xml:"FileUrl,omitempty" type:"Repeated"`
}

func (GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles) GoString

func (*GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles) SetFileUrl

func (GetDataCorrectBackupFilesResponseBodyDataCorrectBackupFiles) String

type GetDataCorrectBackupFilesShrinkRequest

type GetDataCorrectBackupFilesShrinkRequest struct {
	ActionDetailShrink *string `json:"ActionDetail,omitempty" xml:"ActionDetail,omitempty"`
	OrderId            *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCorrectBackupFilesShrinkRequest) GoString

func (*GetDataCorrectBackupFilesShrinkRequest) SetActionDetailShrink

func (*GetDataCorrectBackupFilesShrinkRequest) SetOrderId

func (*GetDataCorrectBackupFilesShrinkRequest) SetTid

func (GetDataCorrectBackupFilesShrinkRequest) String

type GetDataCorrectOrderDetailRequest

type GetDataCorrectOrderDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCorrectOrderDetailRequest) GoString

func (*GetDataCorrectOrderDetailRequest) SetOrderId

func (*GetDataCorrectOrderDetailRequest) SetTid

func (GetDataCorrectOrderDetailRequest) String

type GetDataCorrectOrderDetailResponse

type GetDataCorrectOrderDetailResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataCorrectOrderDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataCorrectOrderDetailResponse) GoString

func (*GetDataCorrectOrderDetailResponse) SetHeaders

func (*GetDataCorrectOrderDetailResponse) SetStatusCode

func (GetDataCorrectOrderDetailResponse) String

type GetDataCorrectOrderDetailResponseBody

type GetDataCorrectOrderDetailResponseBody struct {
	DataCorrectOrderDetail *GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail `json:"DataCorrectOrderDetail,omitempty" xml:"DataCorrectOrderDetail,omitempty" type:"Struct"`
	ErrorCode              *string                                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage           *string                                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId              *string                                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                *bool                                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataCorrectOrderDetailResponseBody) GoString

func (*GetDataCorrectOrderDetailResponseBody) SetErrorCode

func (*GetDataCorrectOrderDetailResponseBody) SetErrorMessage

func (*GetDataCorrectOrderDetailResponseBody) SetRequestId

func (*GetDataCorrectOrderDetailResponseBody) SetSuccess

func (GetDataCorrectOrderDetailResponseBody) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail struct {
	DatabaseList   *GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseList   `json:"DatabaseList,omitempty" xml:"DatabaseList,omitempty" type:"Struct"`
	ExecMode       *string                                                                    `json:"ExecMode,omitempty" xml:"ExecMode,omitempty"`
	OrderDetail    *GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail    `json:"OrderDetail,omitempty" xml:"OrderDetail,omitempty" type:"Struct"`
	PreCheckDetail *GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetail `json:"PreCheckDetail,omitempty" xml:"PreCheckDetail,omitempty" type:"Struct"`
	Status         *string                                                                    `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail) GoString

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail) SetExecMode

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail) SetStatus

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetail) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseList

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseList struct {
	Database []*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase `json:"Database,omitempty" xml:"Database,omitempty" type:"Repeated"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseList) GoString

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseList) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase struct {
	DbId       *int32  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType     *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType    *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) GoString

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) SetDbId

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) SetDbType

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) SetEnvType

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) SetLogic

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) SetSearchName

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailDatabaseListDatabase) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail struct {
	ActualAffectRows       *int64  `json:"ActualAffectRows,omitempty" xml:"ActualAffectRows,omitempty"`
	AttachmentName         *string `json:"AttachmentName,omitempty" xml:"AttachmentName,omitempty"`
	Classify               *string `json:"Classify,omitempty" xml:"Classify,omitempty"`
	EstimateAffectRows     *int64  `json:"EstimateAffectRows,omitempty" xml:"EstimateAffectRows,omitempty"`
	ExeSQL                 *string `json:"ExeSQL,omitempty" xml:"ExeSQL,omitempty"`
	IgnoreAffectRows       *bool   `json:"IgnoreAffectRows,omitempty" xml:"IgnoreAffectRows,omitempty"`
	IgnoreAffectRowsReason *string `json:"IgnoreAffectRowsReason,omitempty" xml:"IgnoreAffectRowsReason,omitempty"`
	RbAttachmentName       *string `json:"RbAttachmentName,omitempty" xml:"RbAttachmentName,omitempty"`
	RbSQL                  *string `json:"RbSQL,omitempty" xml:"RbSQL,omitempty"`
	RbSQLType              *string `json:"RbSQLType,omitempty" xml:"RbSQLType,omitempty"`
	SqlType                *string `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) GoString

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetActualAffectRows

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetAttachmentName

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetClassify

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetEstimateAffectRows

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetExeSQL

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetIgnoreAffectRows

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetIgnoreAffectRowsReason

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetRbAttachmentName

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetRbSQL

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetRbSQLType

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) SetSqlType

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetail

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetail struct {
	TaskCheckDO []*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO `json:"TaskCheckDO,omitempty" xml:"TaskCheckDO,omitempty" type:"Repeated"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetail) GoString

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetail) String

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO

type GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO struct {
	CheckStatus *string `json:"CheckStatus,omitempty" xml:"CheckStatus,omitempty"`
	CheckStep   *string `json:"CheckStep,omitempty" xml:"CheckStep,omitempty"`
	UserTip     *string `json:"UserTip,omitempty" xml:"UserTip,omitempty"`
}

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO) GoString

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO) SetCheckStatus

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO) SetCheckStep

func (*GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO) SetUserTip

func (GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailPreCheckDetailTaskCheckDO) String

type GetDataCorrectSQLFileRequest

type GetDataCorrectSQLFileRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCorrectSQLFileRequest) GoString

func (s GetDataCorrectSQLFileRequest) GoString() string

func (*GetDataCorrectSQLFileRequest) SetOrderId

func (*GetDataCorrectSQLFileRequest) SetTid

func (GetDataCorrectSQLFileRequest) String

type GetDataCorrectSQLFileResponse

type GetDataCorrectSQLFileResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataCorrectSQLFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataCorrectSQLFileResponse) GoString

func (*GetDataCorrectSQLFileResponse) SetBody

func (*GetDataCorrectSQLFileResponse) SetHeaders

func (*GetDataCorrectSQLFileResponse) SetStatusCode

func (GetDataCorrectSQLFileResponse) String

type GetDataCorrectSQLFileResponseBody

type GetDataCorrectSQLFileResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	FileUrl      *string `json:"FileUrl,omitempty" xml:"FileUrl,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataCorrectSQLFileResponseBody) GoString

func (*GetDataCorrectSQLFileResponseBody) SetErrorCode

func (*GetDataCorrectSQLFileResponseBody) SetErrorMessage

func (*GetDataCorrectSQLFileResponseBody) SetFileUrl

func (*GetDataCorrectSQLFileResponseBody) SetRequestId

func (*GetDataCorrectSQLFileResponseBody) SetSuccess

func (GetDataCorrectSQLFileResponseBody) String

type GetDataCorrectTaskDetailRequest

type GetDataCorrectTaskDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCorrectTaskDetailRequest) GoString

func (*GetDataCorrectTaskDetailRequest) SetOrderId

func (*GetDataCorrectTaskDetailRequest) SetTid

func (GetDataCorrectTaskDetailRequest) String

type GetDataCorrectTaskDetailResponse

type GetDataCorrectTaskDetailResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataCorrectTaskDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataCorrectTaskDetailResponse) GoString

func (*GetDataCorrectTaskDetailResponse) SetHeaders

func (*GetDataCorrectTaskDetailResponse) SetStatusCode

func (GetDataCorrectTaskDetailResponse) String

type GetDataCorrectTaskDetailResponseBody

type GetDataCorrectTaskDetailResponseBody struct {
	DataCorrectTaskDetail *GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail `json:"DataCorrectTaskDetail,omitempty" xml:"DataCorrectTaskDetail,omitempty" type:"Struct"`
	ErrorCode             *string                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage          *string                                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId             *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success               *bool                                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataCorrectTaskDetailResponseBody) GoString

func (*GetDataCorrectTaskDetailResponseBody) SetErrorCode

func (*GetDataCorrectTaskDetailResponseBody) SetErrorMessage

func (*GetDataCorrectTaskDetailResponseBody) SetRequestId

func (*GetDataCorrectTaskDetailResponseBody) SetSuccess

func (GetDataCorrectTaskDetailResponseBody) String

type GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail

type GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail struct {
	ActualAffectRows *int64  `json:"ActualAffectRows,omitempty" xml:"ActualAffectRows,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DBTaskGroupId    *int64  `json:"DBTaskGroupId,omitempty" xml:"DBTaskGroupId,omitempty"`
	JobStatus        *string `json:"jobStatus,omitempty" xml:"jobStatus,omitempty"`
}

func (GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) GoString

func (*GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) SetActualAffectRows

func (*GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) SetCreateTime

func (*GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) SetDBTaskGroupId

func (*GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) SetJobStatus

func (GetDataCorrectTaskDetailResponseBodyDataCorrectTaskDetail) String

type GetDataCronClearTaskDetailListRequest

type GetDataCronClearTaskDetailListRequest struct {
	OrderId    *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataCronClearTaskDetailListRequest) GoString

func (*GetDataCronClearTaskDetailListRequest) SetOrderId

func (*GetDataCronClearTaskDetailListRequest) SetPageNumber

func (*GetDataCronClearTaskDetailListRequest) SetPageSize

func (*GetDataCronClearTaskDetailListRequest) SetTid

func (GetDataCronClearTaskDetailListRequest) String

type GetDataCronClearTaskDetailListResponse

type GetDataCronClearTaskDetailListResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataCronClearTaskDetailListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataCronClearTaskDetailListResponse) GoString

func (*GetDataCronClearTaskDetailListResponse) SetHeaders

func (*GetDataCronClearTaskDetailListResponse) SetStatusCode

func (GetDataCronClearTaskDetailListResponse) String

type GetDataCronClearTaskDetailListResponseBody

type GetDataCronClearTaskDetailListResponseBody struct {
	DataCronClearTaskDetailList []*GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList `json:"DataCronClearTaskDetailList,omitempty" xml:"DataCronClearTaskDetailList,omitempty" type:"Repeated"`
	ErrorCode                   *string                                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage                *string                                                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId                   *string                                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                     *bool                                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount                  *int64                                                                   `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetDataCronClearTaskDetailListResponseBody) GoString

func (*GetDataCronClearTaskDetailListResponseBody) SetErrorCode

func (*GetDataCronClearTaskDetailListResponseBody) SetErrorMessage

func (*GetDataCronClearTaskDetailListResponseBody) SetRequestId

func (*GetDataCronClearTaskDetailListResponseBody) SetSuccess

func (*GetDataCronClearTaskDetailListResponseBody) SetTotalCount

func (GetDataCronClearTaskDetailListResponseBody) String

type GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList

type GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList struct {
	ActualAffectRows *int64  `json:"ActualAffectRows,omitempty" xml:"ActualAffectRows,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DBTaskGroupId    *int64  `json:"DBTaskGroupId,omitempty" xml:"DBTaskGroupId,omitempty"`
	JobStatus        *string `json:"jobStatus,omitempty" xml:"jobStatus,omitempty"`
}

func (GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) GoString

func (*GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) SetActualAffectRows

func (*GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) SetCreateTime

func (*GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) SetDBTaskGroupId

func (*GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) SetJobStatus

func (GetDataCronClearTaskDetailListResponseBodyDataCronClearTaskDetailList) String

type GetDataExportDownloadURLRequest

type GetDataExportDownloadURLRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataExportDownloadURLRequest) GoString

func (*GetDataExportDownloadURLRequest) SetOrderId

func (*GetDataExportDownloadURLRequest) SetTid

func (GetDataExportDownloadURLRequest) String

type GetDataExportDownloadURLResponse

type GetDataExportDownloadURLResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataExportDownloadURLResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataExportDownloadURLResponse) GoString

func (*GetDataExportDownloadURLResponse) SetHeaders

func (*GetDataExportDownloadURLResponse) SetStatusCode

func (GetDataExportDownloadURLResponse) String

type GetDataExportDownloadURLResponseBody

type GetDataExportDownloadURLResponseBody struct {
	DownloadURLResult *GetDataExportDownloadURLResponseBodyDownloadURLResult `json:"DownloadURLResult,omitempty" xml:"DownloadURLResult,omitempty" type:"Struct"`
	ErrorCode         *string                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataExportDownloadURLResponseBody) GoString

func (*GetDataExportDownloadURLResponseBody) SetErrorCode

func (*GetDataExportDownloadURLResponseBody) SetErrorMessage

func (*GetDataExportDownloadURLResponseBody) SetRequestId

func (*GetDataExportDownloadURLResponseBody) SetSuccess

func (GetDataExportDownloadURLResponseBody) String

type GetDataExportDownloadURLResponseBodyDownloadURLResult

type GetDataExportDownloadURLResponseBodyDownloadURLResult struct {
	HasResult  *bool   `json:"HasResult,omitempty" xml:"HasResult,omitempty"`
	TipMessage *string `json:"TipMessage,omitempty" xml:"TipMessage,omitempty"`
	URL        *string `json:"URL,omitempty" xml:"URL,omitempty"`
}

func (GetDataExportDownloadURLResponseBodyDownloadURLResult) GoString

func (*GetDataExportDownloadURLResponseBodyDownloadURLResult) SetHasResult

func (*GetDataExportDownloadURLResponseBodyDownloadURLResult) SetTipMessage

func (*GetDataExportDownloadURLResponseBodyDownloadURLResult) SetURL

func (GetDataExportDownloadURLResponseBodyDownloadURLResult) String

type GetDataExportOrderDetailRequest

type GetDataExportOrderDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDataExportOrderDetailRequest) GoString

func (*GetDataExportOrderDetailRequest) SetOrderId

func (*GetDataExportOrderDetailRequest) SetTid

func (GetDataExportOrderDetailRequest) String

type GetDataExportOrderDetailResponse

type GetDataExportOrderDetailResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDataExportOrderDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDataExportOrderDetailResponse) GoString

func (*GetDataExportOrderDetailResponse) SetHeaders

func (*GetDataExportOrderDetailResponse) SetStatusCode

func (GetDataExportOrderDetailResponse) String

type GetDataExportOrderDetailResponseBody

type GetDataExportOrderDetailResponseBody struct {
	DataExportOrderDetail *GetDataExportOrderDetailResponseBodyDataExportOrderDetail `json:"DataExportOrderDetail,omitempty" xml:"DataExportOrderDetail,omitempty" type:"Struct"`
	ErrorCode             *string                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage          *string                                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId             *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success               *bool                                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataExportOrderDetailResponseBody) GoString

func (*GetDataExportOrderDetailResponseBody) SetErrorCode

func (*GetDataExportOrderDetailResponseBody) SetErrorMessage

func (*GetDataExportOrderDetailResponseBody) SetRequestId

func (*GetDataExportOrderDetailResponseBody) SetSuccess

func (GetDataExportOrderDetailResponseBody) String

type GetDataExportOrderDetailResponseBodyDataExportOrderDetail

type GetDataExportOrderDetailResponseBodyDataExportOrderDetail struct {
	KeyInfo     *GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo     `json:"KeyInfo,omitempty" xml:"KeyInfo,omitempty" type:"Struct"`
	OrderDetail *GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail `json:"OrderDetail,omitempty" xml:"OrderDetail,omitempty" type:"Struct"`
}

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetail) GoString

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetail) String

type GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo

type GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo struct {
	JobStatus  *string `json:"JobStatus,omitempty" xml:"JobStatus,omitempty"`
	PreCheckId *int64  `json:"PreCheckId,omitempty" xml:"PreCheckId,omitempty"`
}

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo) GoString

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo) SetJobStatus

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo) SetPreCheckId

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetailKeyInfo) String

type GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail

type GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail struct {
	ActualAffectRows       *int64  `json:"ActualAffectRows,omitempty" xml:"ActualAffectRows,omitempty"`
	Classify               *string `json:"Classify,omitempty" xml:"Classify,omitempty"`
	Database               *string `json:"Database,omitempty" xml:"Database,omitempty"`
	DbId                   *int32  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	EnvType                *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	ExeSQL                 *string `json:"ExeSQL,omitempty" xml:"ExeSQL,omitempty"`
	IgnoreAffectRows       *bool   `json:"IgnoreAffectRows,omitempty" xml:"IgnoreAffectRows,omitempty"`
	IgnoreAffectRowsReason *string `json:"IgnoreAffectRowsReason,omitempty" xml:"IgnoreAffectRowsReason,omitempty"`
	Logic                  *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
}

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) GoString

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetActualAffectRows

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetClassify

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetDatabase

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetDbId

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetEnvType

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetExeSQL

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetIgnoreAffectRows

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetIgnoreAffectRowsReason

func (*GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) SetLogic

func (GetDataExportOrderDetailResponseBodyDataExportOrderDetailOrderDetail) String

type GetDatabaseRequest

type GetDatabaseRequest struct {
	Host       *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Port       *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	Sid        *string `json:"Sid,omitempty" xml:"Sid,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetDatabaseRequest) GoString

func (s GetDatabaseRequest) GoString() string

func (*GetDatabaseRequest) SetHost

func (*GetDatabaseRequest) SetPort

func (*GetDatabaseRequest) SetSchemaName

func (s *GetDatabaseRequest) SetSchemaName(v string) *GetDatabaseRequest

func (*GetDatabaseRequest) SetSid

func (*GetDatabaseRequest) SetTid

func (GetDatabaseRequest) String

func (s GetDatabaseRequest) String() string

type GetDatabaseResponse

type GetDatabaseResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetDatabaseResponse) GoString

func (s GetDatabaseResponse) GoString() string

func (*GetDatabaseResponse) SetBody

func (*GetDatabaseResponse) SetHeaders

func (s *GetDatabaseResponse) SetHeaders(v map[string]*string) *GetDatabaseResponse

func (*GetDatabaseResponse) SetStatusCode

func (s *GetDatabaseResponse) SetStatusCode(v int32) *GetDatabaseResponse

func (GetDatabaseResponse) String

func (s GetDatabaseResponse) String() string

type GetDatabaseResponseBody

type GetDatabaseResponseBody struct {
	Database     *GetDatabaseResponseBodyDatabase `json:"Database,omitempty" xml:"Database,omitempty" type:"Struct"`
	ErrorCode    *string                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDatabaseResponseBody) GoString

func (s GetDatabaseResponseBody) GoString() string

func (*GetDatabaseResponseBody) SetDatabase

func (*GetDatabaseResponseBody) SetErrorCode

func (*GetDatabaseResponseBody) SetErrorMessage

func (*GetDatabaseResponseBody) SetRequestId

func (*GetDatabaseResponseBody) SetSuccess

func (GetDatabaseResponseBody) String

func (s GetDatabaseResponseBody) String() string

type GetDatabaseResponseBodyDatabase

type GetDatabaseResponseBodyDatabase struct {
	CatalogName   *string                                       `json:"CatalogName,omitempty" xml:"CatalogName,omitempty"`
	DatabaseId    *string                                       `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbType        *string                                       `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DbaId         *string                                       `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaName       *string                                       `json:"DbaName,omitempty" xml:"DbaName,omitempty"`
	Encoding      *string                                       `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	EnvType       *string                                       `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host          *string                                       `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceId    *string                                       `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	OwnerIdList   *GetDatabaseResponseBodyDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *GetDatabaseResponseBodyDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port          *int32                                        `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName    *string                                       `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                       `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Sid           *string                                       `json:"Sid,omitempty" xml:"Sid,omitempty"`
	State         *string                                       `json:"State,omitempty" xml:"State,omitempty"`
}

func (GetDatabaseResponseBodyDatabase) GoString

func (*GetDatabaseResponseBodyDatabase) SetCatalogName

func (*GetDatabaseResponseBodyDatabase) SetDatabaseId

func (*GetDatabaseResponseBodyDatabase) SetDbType

func (*GetDatabaseResponseBodyDatabase) SetDbaId

func (*GetDatabaseResponseBodyDatabase) SetDbaName

func (*GetDatabaseResponseBodyDatabase) SetEncoding

func (*GetDatabaseResponseBodyDatabase) SetEnvType

func (*GetDatabaseResponseBodyDatabase) SetHost

func (*GetDatabaseResponseBodyDatabase) SetInstanceId

func (*GetDatabaseResponseBodyDatabase) SetPort

func (*GetDatabaseResponseBodyDatabase) SetSchemaName

func (*GetDatabaseResponseBodyDatabase) SetSearchName

func (*GetDatabaseResponseBodyDatabase) SetSid

func (*GetDatabaseResponseBodyDatabase) SetState

func (GetDatabaseResponseBodyDatabase) String

type GetDatabaseResponseBodyDatabaseOwnerIdList

type GetDatabaseResponseBodyDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (GetDatabaseResponseBodyDatabaseOwnerIdList) GoString

func (*GetDatabaseResponseBodyDatabaseOwnerIdList) SetOwnerIds

func (GetDatabaseResponseBodyDatabaseOwnerIdList) String

type GetDatabaseResponseBodyDatabaseOwnerNameList

type GetDatabaseResponseBodyDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (GetDatabaseResponseBodyDatabaseOwnerNameList) GoString

func (*GetDatabaseResponseBodyDatabaseOwnerNameList) SetOwnerNames

func (GetDatabaseResponseBodyDatabaseOwnerNameList) String

type GetInstanceRequest

type GetInstanceRequest struct {
	Host *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Port *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	Sid  *string `json:"Sid,omitempty" xml:"Sid,omitempty"`
	Tid  *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetInstanceRequest) GoString

func (s GetInstanceRequest) GoString() string

func (*GetInstanceRequest) SetHost

func (*GetInstanceRequest) SetPort

func (*GetInstanceRequest) SetSid

func (*GetInstanceRequest) SetTid

func (GetInstanceRequest) String

func (s GetInstanceRequest) String() string

type GetInstanceResponse

type GetInstanceResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetInstanceResponse) GoString

func (s GetInstanceResponse) GoString() string

func (*GetInstanceResponse) SetBody

func (*GetInstanceResponse) SetHeaders

func (s *GetInstanceResponse) SetHeaders(v map[string]*string) *GetInstanceResponse

func (*GetInstanceResponse) SetStatusCode

func (s *GetInstanceResponse) SetStatusCode(v int32) *GetInstanceResponse

func (GetInstanceResponse) String

func (s GetInstanceResponse) String() string

type GetInstanceResponseBody

type GetInstanceResponseBody struct {
	ErrorCode    *string                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	Instance     *GetInstanceResponseBodyInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Struct"`
	RequestId    *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetInstanceResponseBody) GoString

func (s GetInstanceResponseBody) GoString() string

func (*GetInstanceResponseBody) SetErrorCode

func (*GetInstanceResponseBody) SetErrorMessage

func (*GetInstanceResponseBody) SetInstance

func (*GetInstanceResponseBody) SetRequestId

func (*GetInstanceResponseBody) SetSuccess

func (GetInstanceResponseBody) String

func (s GetInstanceResponseBody) String() string

type GetInstanceResponseBodyInstance

type GetInstanceResponseBodyInstance struct {
	DataLinkName     *string                                       `json:"DataLinkName,omitempty" xml:"DataLinkName,omitempty"`
	DatabasePassword *string                                       `json:"DatabasePassword,omitempty" xml:"DatabasePassword,omitempty"`
	DatabaseUser     *string                                       `json:"DatabaseUser,omitempty" xml:"DatabaseUser,omitempty"`
	DbaId            *string                                       `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaNickName      *string                                       `json:"DbaNickName,omitempty" xml:"DbaNickName,omitempty"`
	DdlOnline        *int32                                        `json:"DdlOnline,omitempty" xml:"DdlOnline,omitempty"`
	EcsInstanceId    *string                                       `json:"EcsInstanceId,omitempty" xml:"EcsInstanceId,omitempty"`
	EcsRegion        *string                                       `json:"EcsRegion,omitempty" xml:"EcsRegion,omitempty"`
	EnvType          *string                                       `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	ExportTimeout    *int32                                        `json:"ExportTimeout,omitempty" xml:"ExportTimeout,omitempty"`
	Host             *string                                       `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceAlias    *string                                       `json:"InstanceAlias,omitempty" xml:"InstanceAlias,omitempty"`
	InstanceId       *string                                       `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceSource   *string                                       `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	InstanceType     *string                                       `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	OwnerIdList      *GetInstanceResponseBodyInstanceOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList    *GetInstanceResponseBodyInstanceOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port             *int32                                        `json:"Port,omitempty" xml:"Port,omitempty"`
	QueryTimeout     *int32                                        `json:"QueryTimeout,omitempty" xml:"QueryTimeout,omitempty"`
	SafeRuleId       *string                                       `json:"SafeRuleId,omitempty" xml:"SafeRuleId,omitempty"`
	Sid              *string                                       `json:"Sid,omitempty" xml:"Sid,omitempty"`
	StandardGroup    *GetInstanceResponseBodyInstanceStandardGroup `json:"StandardGroup,omitempty" xml:"StandardGroup,omitempty" type:"Struct"`
	State            *string                                       `json:"State,omitempty" xml:"State,omitempty"`
	UseDsql          *int32                                        `json:"UseDsql,omitempty" xml:"UseDsql,omitempty"`
	VpcId            *string                                       `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (GetInstanceResponseBodyInstance) GoString

func (*GetInstanceResponseBodyInstance) SetDataLinkName

func (*GetInstanceResponseBodyInstance) SetDatabasePassword

func (*GetInstanceResponseBodyInstance) SetDatabaseUser

func (*GetInstanceResponseBodyInstance) SetDbaId

func (*GetInstanceResponseBodyInstance) SetDbaNickName

func (*GetInstanceResponseBodyInstance) SetDdlOnline

func (*GetInstanceResponseBodyInstance) SetEcsInstanceId

func (*GetInstanceResponseBodyInstance) SetEcsRegion

func (*GetInstanceResponseBodyInstance) SetEnvType

func (*GetInstanceResponseBodyInstance) SetExportTimeout

func (*GetInstanceResponseBodyInstance) SetHost

func (*GetInstanceResponseBodyInstance) SetInstanceAlias

func (*GetInstanceResponseBodyInstance) SetInstanceId

func (*GetInstanceResponseBodyInstance) SetInstanceSource

func (*GetInstanceResponseBodyInstance) SetInstanceType

func (*GetInstanceResponseBodyInstance) SetPort

func (*GetInstanceResponseBodyInstance) SetQueryTimeout

func (*GetInstanceResponseBodyInstance) SetSafeRuleId

func (*GetInstanceResponseBodyInstance) SetSid

func (*GetInstanceResponseBodyInstance) SetState

func (*GetInstanceResponseBodyInstance) SetUseDsql

func (*GetInstanceResponseBodyInstance) SetVpcId

func (GetInstanceResponseBodyInstance) String

type GetInstanceResponseBodyInstanceOwnerIdList

type GetInstanceResponseBodyInstanceOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (GetInstanceResponseBodyInstanceOwnerIdList) GoString

func (*GetInstanceResponseBodyInstanceOwnerIdList) SetOwnerIds

func (GetInstanceResponseBodyInstanceOwnerIdList) String

type GetInstanceResponseBodyInstanceOwnerNameList

type GetInstanceResponseBodyInstanceOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (GetInstanceResponseBodyInstanceOwnerNameList) GoString

func (*GetInstanceResponseBodyInstanceOwnerNameList) SetOwnerNames

func (GetInstanceResponseBodyInstanceOwnerNameList) String

type GetInstanceResponseBodyInstanceStandardGroup

type GetInstanceResponseBodyInstanceStandardGroup struct {
	GroupMode *string `json:"GroupMode,omitempty" xml:"GroupMode,omitempty"`
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (GetInstanceResponseBodyInstanceStandardGroup) GoString

func (*GetInstanceResponseBodyInstanceStandardGroup) SetGroupMode

func (*GetInstanceResponseBodyInstanceStandardGroup) SetGroupName

func (GetInstanceResponseBodyInstanceStandardGroup) String

type GetIntervalLimitOfSLARequest

type GetIntervalLimitOfSLARequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetIntervalLimitOfSLARequest) GoString

func (s GetIntervalLimitOfSLARequest) GoString() string

func (*GetIntervalLimitOfSLARequest) SetDagId

func (*GetIntervalLimitOfSLARequest) SetTid

func (GetIntervalLimitOfSLARequest) String

type GetIntervalLimitOfSLAResponse

type GetIntervalLimitOfSLAResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetIntervalLimitOfSLAResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetIntervalLimitOfSLAResponse) GoString

func (*GetIntervalLimitOfSLAResponse) SetBody

func (*GetIntervalLimitOfSLAResponse) SetHeaders

func (*GetIntervalLimitOfSLAResponse) SetStatusCode

func (GetIntervalLimitOfSLAResponse) String

type GetIntervalLimitOfSLAResponseBody

type GetIntervalLimitOfSLAResponseBody struct {
	ErrorCode     *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	IntervalLimit *int32  `json:"IntervalLimit,omitempty" xml:"IntervalLimit,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetIntervalLimitOfSLAResponseBody) GoString

func (*GetIntervalLimitOfSLAResponseBody) SetErrorCode

func (*GetIntervalLimitOfSLAResponseBody) SetErrorMessage

func (*GetIntervalLimitOfSLAResponseBody) SetIntervalLimit

func (*GetIntervalLimitOfSLAResponseBody) SetRequestId

func (*GetIntervalLimitOfSLAResponseBody) SetSuccess

func (GetIntervalLimitOfSLAResponseBody) String

type GetLhSpaceByNameRequest

type GetLhSpaceByNameRequest struct {
	SpaceName *string `json:"SpaceName,omitempty" xml:"SpaceName,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetLhSpaceByNameRequest) GoString

func (s GetLhSpaceByNameRequest) GoString() string

func (*GetLhSpaceByNameRequest) SetSpaceName

func (*GetLhSpaceByNameRequest) SetTid

func (GetLhSpaceByNameRequest) String

func (s GetLhSpaceByNameRequest) String() string

type GetLhSpaceByNameResponse

type GetLhSpaceByNameResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetLhSpaceByNameResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetLhSpaceByNameResponse) GoString

func (s GetLhSpaceByNameResponse) GoString() string

func (*GetLhSpaceByNameResponse) SetBody

func (*GetLhSpaceByNameResponse) SetHeaders

func (*GetLhSpaceByNameResponse) SetStatusCode

func (GetLhSpaceByNameResponse) String

func (s GetLhSpaceByNameResponse) String() string

type GetLhSpaceByNameResponseBody

type GetLhSpaceByNameResponseBody struct {
	ErrorCode      *string                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LakehouseSpace *GetLhSpaceByNameResponseBodyLakehouseSpace `json:"LakehouseSpace,omitempty" xml:"LakehouseSpace,omitempty" type:"Struct"`
	RequestId      *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetLhSpaceByNameResponseBody) GoString

func (s GetLhSpaceByNameResponseBody) GoString() string

func (*GetLhSpaceByNameResponseBody) SetErrorCode

func (*GetLhSpaceByNameResponseBody) SetErrorMessage

func (*GetLhSpaceByNameResponseBody) SetRequestId

func (*GetLhSpaceByNameResponseBody) SetSuccess

func (GetLhSpaceByNameResponseBody) String

type GetLhSpaceByNameResponseBodyLakehouseSpace

type GetLhSpaceByNameResponseBodyLakehouseSpace struct {
	CreatorId   *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	DevDbId     *int32  `json:"DevDbId,omitempty" xml:"DevDbId,omitempty"`
	DwDbType    *string `json:"DwDbType,omitempty" xml:"DwDbType,omitempty"`
	Id          *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	IsDeleted   *bool   `json:"IsDeleted,omitempty" xml:"IsDeleted,omitempty"`
	Mode        *int32  `json:"Mode,omitempty" xml:"Mode,omitempty"`
	ProdDbId    *int32  `json:"ProdDbId,omitempty" xml:"ProdDbId,omitempty"`
	SpaceConfig *string `json:"SpaceConfig,omitempty" xml:"SpaceConfig,omitempty"`
	SpaceName   *string `json:"SpaceName,omitempty" xml:"SpaceName,omitempty"`
	TenantId    *string `json:"TenantId,omitempty" xml:"TenantId,omitempty"`
}

func (GetLhSpaceByNameResponseBodyLakehouseSpace) GoString

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetCreatorId

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetDescription

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetDevDbId

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetDwDbType

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetId

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetIsDeleted

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetMode

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetProdDbId

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetSpaceConfig

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetSpaceName

func (*GetLhSpaceByNameResponseBodyLakehouseSpace) SetTenantId

func (GetLhSpaceByNameResponseBodyLakehouseSpace) String

type GetLogicDatabaseRequest

type GetLogicDatabaseRequest struct {
	DbId *string `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Tid  *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetLogicDatabaseRequest) GoString

func (s GetLogicDatabaseRequest) GoString() string

func (*GetLogicDatabaseRequest) SetDbId

func (*GetLogicDatabaseRequest) SetTid

func (GetLogicDatabaseRequest) String

func (s GetLogicDatabaseRequest) String() string

type GetLogicDatabaseResponse

type GetLogicDatabaseResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetLogicDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetLogicDatabaseResponse) GoString

func (s GetLogicDatabaseResponse) GoString() string

func (*GetLogicDatabaseResponse) SetBody

func (*GetLogicDatabaseResponse) SetHeaders

func (*GetLogicDatabaseResponse) SetStatusCode

func (GetLogicDatabaseResponse) String

func (s GetLogicDatabaseResponse) String() string

type GetLogicDatabaseResponseBody

type GetLogicDatabaseResponseBody struct {
	ErrorCode     *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LogicDatabase *GetLogicDatabaseResponseBodyLogicDatabase `json:"LogicDatabase,omitempty" xml:"LogicDatabase,omitempty" type:"Struct"`
	RequestId     *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetLogicDatabaseResponseBody) GoString

func (s GetLogicDatabaseResponseBody) GoString() string

func (*GetLogicDatabaseResponseBody) SetErrorCode

func (*GetLogicDatabaseResponseBody) SetErrorMessage

func (*GetLogicDatabaseResponseBody) SetRequestId

func (*GetLogicDatabaseResponseBody) SetSuccess

func (GetLogicDatabaseResponseBody) String

type GetLogicDatabaseResponseBodyLogicDatabase

type GetLogicDatabaseResponseBodyLogicDatabase struct {
	Alias         *string                                                 `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseId    *string                                                 `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbType        *string                                                 `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType       *string                                                 `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic         *bool                                                   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIdList   *GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	SchemaName    *string                                                 `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                                 `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetLogicDatabaseResponseBodyLogicDatabase) GoString

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetAlias

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetDatabaseId

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetDbType

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetEnvType

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetLogic

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetSchemaName

func (*GetLogicDatabaseResponseBodyLogicDatabase) SetSearchName

func (GetLogicDatabaseResponseBodyLogicDatabase) String

type GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList

type GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList) GoString

func (*GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList) SetOwnerIds

func (GetLogicDatabaseResponseBodyLogicDatabaseOwnerIdList) String

type GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList

type GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList) GoString

func (*GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList) SetOwnerNames

func (GetLogicDatabaseResponseBodyLogicDatabaseOwnerNameList) String

type GetMetaTableColumnRequest

type GetMetaTableColumnRequest struct {
	TableGuid *string `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetMetaTableColumnRequest) GoString

func (s GetMetaTableColumnRequest) GoString() string

func (*GetMetaTableColumnRequest) SetTableGuid

func (*GetMetaTableColumnRequest) SetTid

func (GetMetaTableColumnRequest) String

func (s GetMetaTableColumnRequest) String() string

type GetMetaTableColumnResponse

type GetMetaTableColumnResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetMetaTableColumnResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMetaTableColumnResponse) GoString

func (s GetMetaTableColumnResponse) GoString() string

func (*GetMetaTableColumnResponse) SetBody

func (*GetMetaTableColumnResponse) SetHeaders

func (*GetMetaTableColumnResponse) SetStatusCode

func (GetMetaTableColumnResponse) String

type GetMetaTableColumnResponseBody

type GetMetaTableColumnResponseBody struct {
	ColumnList   []*GetMetaTableColumnResponseBodyColumnList `json:"ColumnList,omitempty" xml:"ColumnList,omitempty" type:"Repeated"`
	ErrorCode    *string                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMetaTableColumnResponseBody) GoString

func (*GetMetaTableColumnResponseBody) SetErrorCode

func (*GetMetaTableColumnResponseBody) SetErrorMessage

func (*GetMetaTableColumnResponseBody) SetRequestId

func (*GetMetaTableColumnResponseBody) SetSuccess

func (GetMetaTableColumnResponseBody) String

type GetMetaTableColumnResponseBodyColumnList

type GetMetaTableColumnResponseBodyColumnList struct {
	AutoIncrement *bool   `json:"AutoIncrement,omitempty" xml:"AutoIncrement,omitempty"`
	ColumnId      *string `json:"ColumnId,omitempty" xml:"ColumnId,omitempty"`
	ColumnName    *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnType    *string `json:"ColumnType,omitempty" xml:"ColumnType,omitempty"`
	DataLength    *int64  `json:"DataLength,omitempty" xml:"DataLength,omitempty"`
	DataPrecision *int32  `json:"DataPrecision,omitempty" xml:"DataPrecision,omitempty"`
	DataScale     *int32  `json:"DataScale,omitempty" xml:"DataScale,omitempty"`
	Description   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Nullable      *bool   `json:"Nullable,omitempty" xml:"Nullable,omitempty"`
	Position      *int32  `json:"Position,omitempty" xml:"Position,omitempty"`
	PrimaryKey    *string `json:"PrimaryKey,omitempty" xml:"PrimaryKey,omitempty"`
	SecurityLevel *string `json:"SecurityLevel,omitempty" xml:"SecurityLevel,omitempty"`
}

func (GetMetaTableColumnResponseBodyColumnList) GoString

func (*GetMetaTableColumnResponseBodyColumnList) SetAutoIncrement

func (*GetMetaTableColumnResponseBodyColumnList) SetColumnId

func (*GetMetaTableColumnResponseBodyColumnList) SetColumnName

func (*GetMetaTableColumnResponseBodyColumnList) SetColumnType

func (*GetMetaTableColumnResponseBodyColumnList) SetDataLength

func (*GetMetaTableColumnResponseBodyColumnList) SetDataPrecision

func (*GetMetaTableColumnResponseBodyColumnList) SetDataScale

func (*GetMetaTableColumnResponseBodyColumnList) SetDescription

func (*GetMetaTableColumnResponseBodyColumnList) SetNullable

func (*GetMetaTableColumnResponseBodyColumnList) SetPosition

func (*GetMetaTableColumnResponseBodyColumnList) SetPrimaryKey

func (*GetMetaTableColumnResponseBodyColumnList) SetSecurityLevel

func (GetMetaTableColumnResponseBodyColumnList) String

type GetMetaTableDetailInfoRequest

type GetMetaTableDetailInfoRequest struct {
	TableGuid *string `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetMetaTableDetailInfoRequest) GoString

func (*GetMetaTableDetailInfoRequest) SetTableGuid

func (*GetMetaTableDetailInfoRequest) SetTid

func (GetMetaTableDetailInfoRequest) String

type GetMetaTableDetailInfoResponse

type GetMetaTableDetailInfoResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetMetaTableDetailInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetMetaTableDetailInfoResponse) GoString

func (*GetMetaTableDetailInfoResponse) SetHeaders

func (*GetMetaTableDetailInfoResponse) SetStatusCode

func (GetMetaTableDetailInfoResponse) String

type GetMetaTableDetailInfoResponseBody

type GetMetaTableDetailInfoResponseBody struct {
	DetailInfo   *GetMetaTableDetailInfoResponseBodyDetailInfo `json:"DetailInfo,omitempty" xml:"DetailInfo,omitempty" type:"Struct"`
	ErrorCode    *string                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetMetaTableDetailInfoResponseBody) GoString

func (*GetMetaTableDetailInfoResponseBody) SetErrorCode

func (*GetMetaTableDetailInfoResponseBody) SetErrorMessage

func (*GetMetaTableDetailInfoResponseBody) SetRequestId

func (*GetMetaTableDetailInfoResponseBody) SetSuccess

func (GetMetaTableDetailInfoResponseBody) String

type GetMetaTableDetailInfoResponseBodyDetailInfo

type GetMetaTableDetailInfoResponseBodyDetailInfo struct {
	ColumnList []*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList `json:"ColumnList,omitempty" xml:"ColumnList,omitempty" type:"Repeated"`
	IndexList  []*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList  `json:"IndexList,omitempty" xml:"IndexList,omitempty" type:"Repeated"`
}

func (GetMetaTableDetailInfoResponseBodyDetailInfo) GoString

func (GetMetaTableDetailInfoResponseBodyDetailInfo) String

type GetMetaTableDetailInfoResponseBodyDetailInfoColumnList

type GetMetaTableDetailInfoResponseBodyDetailInfoColumnList struct {
	AutoIncrement *bool   `json:"AutoIncrement,omitempty" xml:"AutoIncrement,omitempty"`
	ColumnId      *string `json:"ColumnId,omitempty" xml:"ColumnId,omitempty"`
	ColumnName    *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnType    *string `json:"ColumnType,omitempty" xml:"ColumnType,omitempty"`
	DataLength    *int64  `json:"DataLength,omitempty" xml:"DataLength,omitempty"`
	DataPrecision *int32  `json:"DataPrecision,omitempty" xml:"DataPrecision,omitempty"`
	DataScale     *int32  `json:"DataScale,omitempty" xml:"DataScale,omitempty"`
	Description   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Nullable      *bool   `json:"Nullable,omitempty" xml:"Nullable,omitempty"`
	Position      *string `json:"Position,omitempty" xml:"Position,omitempty"`
}

func (GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) GoString

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetAutoIncrement

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetColumnId

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetColumnName

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetColumnType

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetDataLength

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetDataPrecision

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetDataScale

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetDescription

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetNullable

func (*GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) SetPosition

func (GetMetaTableDetailInfoResponseBodyDetailInfoColumnList) String

type GetMetaTableDetailInfoResponseBodyDetailInfoIndexList

type GetMetaTableDetailInfoResponseBodyDetailInfoIndexList struct {
	IndexColumns []*string `json:"IndexColumns,omitempty" xml:"IndexColumns,omitempty" type:"Repeated"`
	IndexId      *string   `json:"IndexId,omitempty" xml:"IndexId,omitempty"`
	IndexName    *string   `json:"IndexName,omitempty" xml:"IndexName,omitempty"`
	IndexType    *string   `json:"IndexType,omitempty" xml:"IndexType,omitempty"`
	Unique       *bool     `json:"Unique,omitempty" xml:"Unique,omitempty"`
}

func (GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) GoString

func (*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) SetIndexColumns

func (*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) SetIndexId

func (*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) SetIndexName

func (*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) SetIndexType

func (*GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) SetUnique

func (GetMetaTableDetailInfoResponseBodyDetailInfoIndexList) String

type GetOpLogRequest

type GetOpLogRequest struct {
	EndTime    *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Module     *string `json:"Module,omitempty" xml:"Module,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartTime  *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetOpLogRequest) GoString

func (s GetOpLogRequest) GoString() string

func (*GetOpLogRequest) SetEndTime

func (s *GetOpLogRequest) SetEndTime(v string) *GetOpLogRequest

func (*GetOpLogRequest) SetModule

func (s *GetOpLogRequest) SetModule(v string) *GetOpLogRequest

func (*GetOpLogRequest) SetPageNumber

func (s *GetOpLogRequest) SetPageNumber(v int32) *GetOpLogRequest

func (*GetOpLogRequest) SetPageSize

func (s *GetOpLogRequest) SetPageSize(v int32) *GetOpLogRequest

func (*GetOpLogRequest) SetStartTime

func (s *GetOpLogRequest) SetStartTime(v string) *GetOpLogRequest

func (*GetOpLogRequest) SetTid

func (s *GetOpLogRequest) SetTid(v int64) *GetOpLogRequest

func (GetOpLogRequest) String

func (s GetOpLogRequest) String() string

type GetOpLogResponse

type GetOpLogResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOpLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOpLogResponse) GoString

func (s GetOpLogResponse) GoString() string

func (*GetOpLogResponse) SetBody

func (*GetOpLogResponse) SetHeaders

func (s *GetOpLogResponse) SetHeaders(v map[string]*string) *GetOpLogResponse

func (*GetOpLogResponse) SetStatusCode

func (s *GetOpLogResponse) SetStatusCode(v int32) *GetOpLogResponse

func (GetOpLogResponse) String

func (s GetOpLogResponse) String() string

type GetOpLogResponseBody

type GetOpLogResponseBody struct {
	ErrorCode    *string                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                           `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OpLogDetails *GetOpLogResponseBodyOpLogDetails `json:"OpLogDetails,omitempty" xml:"OpLogDetails,omitempty" type:"Struct"`
	RequestId    *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                             `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount   *int64                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetOpLogResponseBody) GoString

func (s GetOpLogResponseBody) GoString() string

func (*GetOpLogResponseBody) SetErrorCode

func (s *GetOpLogResponseBody) SetErrorCode(v string) *GetOpLogResponseBody

func (*GetOpLogResponseBody) SetErrorMessage

func (s *GetOpLogResponseBody) SetErrorMessage(v string) *GetOpLogResponseBody

func (*GetOpLogResponseBody) SetOpLogDetails

func (*GetOpLogResponseBody) SetRequestId

func (s *GetOpLogResponseBody) SetRequestId(v string) *GetOpLogResponseBody

func (*GetOpLogResponseBody) SetSuccess

func (*GetOpLogResponseBody) SetTotalCount

func (s *GetOpLogResponseBody) SetTotalCount(v int64) *GetOpLogResponseBody

func (GetOpLogResponseBody) String

func (s GetOpLogResponseBody) String() string

type GetOpLogResponseBodyOpLogDetails

type GetOpLogResponseBodyOpLogDetails struct {
	OpLogDetail []*GetOpLogResponseBodyOpLogDetailsOpLogDetail `json:"OpLogDetail,omitempty" xml:"OpLogDetail,omitempty" type:"Repeated"`
}

func (GetOpLogResponseBodyOpLogDetails) GoString

func (GetOpLogResponseBodyOpLogDetails) String

type GetOpLogResponseBodyOpLogDetailsOpLogDetail

type GetOpLogResponseBodyOpLogDetailsOpLogDetail struct {
	Database  *string `json:"Database,omitempty" xml:"Database,omitempty"`
	Module    *string `json:"Module,omitempty" xml:"Module,omitempty"`
	OpContent *string `json:"OpContent,omitempty" xml:"OpContent,omitempty"`
	OpTime    *string `json:"OpTime,omitempty" xml:"OpTime,omitempty"`
	OpUserId  *int64  `json:"OpUserId,omitempty" xml:"OpUserId,omitempty"`
	OrderId   *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	UserId    *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserNick  *string `json:"UserNick,omitempty" xml:"UserNick,omitempty"`
}

func (GetOpLogResponseBodyOpLogDetailsOpLogDetail) GoString

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetDatabase

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetModule

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetOpContent

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetOpTime

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetOpUserId

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetOrderId

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetUserId

func (*GetOpLogResponseBodyOpLogDetailsOpLogDetail) SetUserNick

func (GetOpLogResponseBodyOpLogDetailsOpLogDetail) String

type GetOrderBaseInfoRequest

type GetOrderBaseInfoRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetOrderBaseInfoRequest) GoString

func (s GetOrderBaseInfoRequest) GoString() string

func (*GetOrderBaseInfoRequest) SetOrderId

func (*GetOrderBaseInfoRequest) SetTid

func (GetOrderBaseInfoRequest) String

func (s GetOrderBaseInfoRequest) String() string

type GetOrderBaseInfoResponse

type GetOrderBaseInfoResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOrderBaseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOrderBaseInfoResponse) GoString

func (s GetOrderBaseInfoResponse) GoString() string

func (*GetOrderBaseInfoResponse) SetBody

func (*GetOrderBaseInfoResponse) SetHeaders

func (*GetOrderBaseInfoResponse) SetStatusCode

func (GetOrderBaseInfoResponse) String

func (s GetOrderBaseInfoResponse) String() string

type GetOrderBaseInfoResponseBody

type GetOrderBaseInfoResponseBody struct {
	ErrorCode     *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OrderBaseInfo *GetOrderBaseInfoResponseBodyOrderBaseInfo `json:"OrderBaseInfo,omitempty" xml:"OrderBaseInfo,omitempty" type:"Struct"`
	RequestId     *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetOrderBaseInfoResponseBody) GoString

func (s GetOrderBaseInfoResponseBody) GoString() string

func (*GetOrderBaseInfoResponseBody) SetErrorCode

func (*GetOrderBaseInfoResponseBody) SetErrorMessage

func (*GetOrderBaseInfoResponseBody) SetRequestId

func (*GetOrderBaseInfoResponseBody) SetSuccess

func (GetOrderBaseInfoResponseBody) String

type GetOrderBaseInfoResponseBodyOrderBaseInfo

type GetOrderBaseInfoResponseBodyOrderBaseInfo struct {
	Comment             *string                                                       `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Committer           *string                                                       `json:"Committer,omitempty" xml:"Committer,omitempty"`
	CommitterId         *int64                                                        `json:"CommitterId,omitempty" xml:"CommitterId,omitempty"`
	CreateTime          *string                                                       `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastModifyTime      *string                                                       `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	OrderId             *int64                                                        `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PluginType          *string                                                       `json:"PluginType,omitempty" xml:"PluginType,omitempty"`
	RelatedUserList     *GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList     `json:"RelatedUserList,omitempty" xml:"RelatedUserList,omitempty" type:"Struct"`
	RelatedUserNickList *GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList `json:"RelatedUserNickList,omitempty" xml:"RelatedUserNickList,omitempty" type:"Struct"`
	StatusCode          *string                                                       `json:"StatusCode,omitempty" xml:"StatusCode,omitempty"`
	StatusDesc          *string                                                       `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
	WorkflowInstanceId  *int64                                                        `json:"WorkflowInstanceId,omitempty" xml:"WorkflowInstanceId,omitempty"`
	WorkflowStatusDesc  *string                                                       `json:"WorkflowStatusDesc,omitempty" xml:"WorkflowStatusDesc,omitempty"`
}

func (GetOrderBaseInfoResponseBodyOrderBaseInfo) GoString

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetComment

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetCommitter

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetCommitterId

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetCreateTime

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetLastModifyTime

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetOrderId

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetPluginType

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetStatusCode

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetStatusDesc

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetWorkflowInstanceId

func (*GetOrderBaseInfoResponseBodyOrderBaseInfo) SetWorkflowStatusDesc

func (GetOrderBaseInfoResponseBodyOrderBaseInfo) String

type GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList

type GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList struct {
	UserIds []*string `json:"UserIds,omitempty" xml:"UserIds,omitempty" type:"Repeated"`
}

func (GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList) GoString

func (*GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList) SetUserIds

func (GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserList) String

type GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList

type GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList struct {
	UserNicks []*string `json:"UserNicks,omitempty" xml:"UserNicks,omitempty" type:"Repeated"`
}

func (GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList) GoString

func (*GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList) SetUserNicks

func (GetOrderBaseInfoResponseBodyOrderBaseInfoRelatedUserNickList) String

type GetOwnerApplyOrderDetailRequest

type GetOwnerApplyOrderDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetOwnerApplyOrderDetailRequest) GoString

func (*GetOwnerApplyOrderDetailRequest) SetOrderId

func (*GetOwnerApplyOrderDetailRequest) SetTid

func (GetOwnerApplyOrderDetailRequest) String

type GetOwnerApplyOrderDetailResponse

type GetOwnerApplyOrderDetailResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetOwnerApplyOrderDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOwnerApplyOrderDetailResponse) GoString

func (*GetOwnerApplyOrderDetailResponse) SetHeaders

func (*GetOwnerApplyOrderDetailResponse) SetStatusCode

func (GetOwnerApplyOrderDetailResponse) String

type GetOwnerApplyOrderDetailResponseBody

type GetOwnerApplyOrderDetailResponseBody struct {
	ErrorCode             *string                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage          *string                                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OwnerApplyOrderDetail *GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail `json:"OwnerApplyOrderDetail,omitempty" xml:"OwnerApplyOrderDetail,omitempty" type:"Struct"`
	RequestId             *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success               *bool                                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetOwnerApplyOrderDetailResponseBody) GoString

func (*GetOwnerApplyOrderDetailResponseBody) SetErrorCode

func (*GetOwnerApplyOrderDetailResponseBody) SetErrorMessage

func (*GetOwnerApplyOrderDetailResponseBody) SetRequestId

func (*GetOwnerApplyOrderDetailResponseBody) SetSuccess

func (GetOwnerApplyOrderDetailResponseBody) String

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail struct {
	ApplyType *string                                                               `json:"ApplyType,omitempty" xml:"ApplyType,omitempty"`
	Resources []*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"`
}

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail) GoString

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail) SetApplyType

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetail) String

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources struct {
	Logic          *bool                                                                             `json:"Logic,omitempty" xml:"Logic,omitempty"`
	ResourceDetail *GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail `json:"ResourceDetail,omitempty" xml:"ResourceDetail,omitempty" type:"Struct"`
	TargetId       *string                                                                           `json:"TargetId,omitempty" xml:"TargetId,omitempty"`
}

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources) GoString

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources) SetLogic

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources) SetTargetId

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResources) String

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail

type GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail struct {
	DbType         *string   `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType        *string   `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	OwnerIds       []*int64  `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
	OwnerNickNames []*string `json:"OwnerNickNames,omitempty" xml:"OwnerNickNames,omitempty" type:"Repeated"`
	SearchName     *string   `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	TableName      *string   `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) GoString

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetDbType

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetEnvType

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetOwnerIds

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetOwnerNickNames

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetSearchName

func (*GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) SetTableName

func (GetOwnerApplyOrderDetailResponseBodyOwnerApplyOrderDetailResourcesResourceDetail) String

type GetPermApplyOrderDetailRequest

type GetPermApplyOrderDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetPermApplyOrderDetailRequest) GoString

func (*GetPermApplyOrderDetailRequest) SetOrderId

func (*GetPermApplyOrderDetailRequest) SetTid

func (GetPermApplyOrderDetailRequest) String

type GetPermApplyOrderDetailResponse

type GetPermApplyOrderDetailResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPermApplyOrderDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPermApplyOrderDetailResponse) GoString

func (*GetPermApplyOrderDetailResponse) SetHeaders

func (*GetPermApplyOrderDetailResponse) SetStatusCode

func (GetPermApplyOrderDetailResponse) String

type GetPermApplyOrderDetailResponseBody

type GetPermApplyOrderDetailResponseBody struct {
	ErrorCode            *string                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage         *string                                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	PermApplyOrderDetail *GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail `json:"PermApplyOrderDetail,omitempty" xml:"PermApplyOrderDetail,omitempty" type:"Struct"`
	RequestId            *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success              *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetPermApplyOrderDetailResponseBody) GoString

func (*GetPermApplyOrderDetailResponseBody) SetErrorCode

func (*GetPermApplyOrderDetailResponseBody) SetErrorMessage

func (*GetPermApplyOrderDetailResponseBody) SetRequestId

func (*GetPermApplyOrderDetailResponseBody) SetSuccess

func (GetPermApplyOrderDetailResponseBody) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail struct {
	ApplyType *string                                                             `json:"ApplyType,omitempty" xml:"ApplyType,omitempty"`
	PermType  *int64                                                              `json:"PermType,omitempty" xml:"PermType,omitempty"`
	Resources []*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources `json:"Resources,omitempty" xml:"Resources,omitempty" type:"Repeated"`
	Seconds   *int64                                                              `json:"Seconds,omitempty" xml:"Seconds,omitempty"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail) GoString

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail) SetApplyType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail) SetPermType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail) SetSeconds

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetail) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources struct {
	ColumnInfo   *GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo   `json:"ColumnInfo,omitempty" xml:"ColumnInfo,omitempty" type:"Struct"`
	DatabaseInfo *GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo `json:"DatabaseInfo,omitempty" xml:"DatabaseInfo,omitempty" type:"Struct"`
	InstanceInfo *GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo `json:"InstanceInfo,omitempty" xml:"InstanceInfo,omitempty" type:"Struct"`
	TableInfo    *GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo    `json:"TableInfo,omitempty" xml:"TableInfo,omitempty" type:"Struct"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources) GoString

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResources) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo) GoString

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo) SetColumnName

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo) SetTableName

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesColumnInfo) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo struct {
	DbId           *int64    `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType         *string   `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType        *string   `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic          *bool     `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIds       []*int64  `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
	OwnerNickNames []*string `json:"OwnerNickNames,omitempty" xml:"OwnerNickNames,omitempty" type:"Repeated"`
	SearchName     *string   `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) GoString

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetDbId

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetDbType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetEnvType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetLogic

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetOwnerIds

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetOwnerNickNames

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) SetSearchName

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesDatabaseInfo) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo struct {
	DbType        *string   `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DbaId         *int64    `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaNickName   *string   `json:"DbaNickName,omitempty" xml:"DbaNickName,omitempty"`
	EnvType       *string   `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host          *string   `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceId    *string   `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	OwnerIds      []*int64  `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
	OwnerNickName []*string `json:"OwnerNickName,omitempty" xml:"OwnerNickName,omitempty" type:"Repeated"`
	Port          *int64    `json:"Port,omitempty" xml:"Port,omitempty"`
	SearchName    *string   `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) GoString

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetDbType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetDbaId

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetDbaNickName

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetEnvType

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetHost

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetInstanceId

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetOwnerIds

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetOwnerNickName

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetPort

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) SetSearchName

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesInstanceInfo) String

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo

type GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo struct {
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo) GoString

func (*GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo) SetTableName

func (GetPermApplyOrderDetailResponseBodyPermApplyOrderDetailResourcesTableInfo) String

type GetPhysicalDatabaseRequest

type GetPhysicalDatabaseRequest struct {
	DbId *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Tid  *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetPhysicalDatabaseRequest) GoString

func (s GetPhysicalDatabaseRequest) GoString() string

func (*GetPhysicalDatabaseRequest) SetDbId

func (*GetPhysicalDatabaseRequest) SetTid

func (GetPhysicalDatabaseRequest) String

type GetPhysicalDatabaseResponse

type GetPhysicalDatabaseResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPhysicalDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPhysicalDatabaseResponse) GoString

func (s GetPhysicalDatabaseResponse) GoString() string

func (*GetPhysicalDatabaseResponse) SetBody

func (*GetPhysicalDatabaseResponse) SetHeaders

func (*GetPhysicalDatabaseResponse) SetStatusCode

func (GetPhysicalDatabaseResponse) String

type GetPhysicalDatabaseResponseBody

type GetPhysicalDatabaseResponseBody struct {
	Database     *GetPhysicalDatabaseResponseBodyDatabase `json:"Database,omitempty" xml:"Database,omitempty" type:"Struct"`
	ErrorCode    *string                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetPhysicalDatabaseResponseBody) GoString

func (*GetPhysicalDatabaseResponseBody) SetErrorCode

func (*GetPhysicalDatabaseResponseBody) SetErrorMessage

func (*GetPhysicalDatabaseResponseBody) SetRequestId

func (*GetPhysicalDatabaseResponseBody) SetSuccess

func (GetPhysicalDatabaseResponseBody) String

type GetPhysicalDatabaseResponseBodyDatabase

type GetPhysicalDatabaseResponseBodyDatabase struct {
	CatalogName   *string                                               `json:"CatalogName,omitempty" xml:"CatalogName,omitempty"`
	DatabaseId    *string                                               `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbType        *string                                               `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DbaId         *string                                               `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaName       *string                                               `json:"DbaName,omitempty" xml:"DbaName,omitempty"`
	Encoding      *string                                               `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	EnvType       *string                                               `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host          *string                                               `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceId    *string                                               `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	OwnerIdList   *GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port          *int32                                                `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName    *string                                               `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                               `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Sid           *string                                               `json:"Sid,omitempty" xml:"Sid,omitempty"`
	State         *string                                               `json:"State,omitempty" xml:"State,omitempty"`
}

func (GetPhysicalDatabaseResponseBodyDatabase) GoString

func (*GetPhysicalDatabaseResponseBodyDatabase) SetCatalogName

func (*GetPhysicalDatabaseResponseBodyDatabase) SetDatabaseId

func (*GetPhysicalDatabaseResponseBodyDatabase) SetDbType

func (*GetPhysicalDatabaseResponseBodyDatabase) SetDbaId

func (*GetPhysicalDatabaseResponseBodyDatabase) SetDbaName

func (*GetPhysicalDatabaseResponseBodyDatabase) SetEncoding

func (*GetPhysicalDatabaseResponseBodyDatabase) SetEnvType

func (*GetPhysicalDatabaseResponseBodyDatabase) SetHost

func (*GetPhysicalDatabaseResponseBodyDatabase) SetInstanceId

func (*GetPhysicalDatabaseResponseBodyDatabase) SetPort

func (*GetPhysicalDatabaseResponseBodyDatabase) SetSchemaName

func (*GetPhysicalDatabaseResponseBodyDatabase) SetSearchName

func (*GetPhysicalDatabaseResponseBodyDatabase) SetSid

func (*GetPhysicalDatabaseResponseBodyDatabase) SetState

func (GetPhysicalDatabaseResponseBodyDatabase) String

type GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList

type GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList) GoString

func (*GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList) SetOwnerIds

func (GetPhysicalDatabaseResponseBodyDatabaseOwnerIdList) String

type GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList

type GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList) GoString

func (*GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList) SetOwnerNames

func (GetPhysicalDatabaseResponseBodyDatabaseOwnerNameList) String

type GetProxyRequest

type GetProxyRequest struct {
	InstanceId *int64 `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	ProxyId    *int64 `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetProxyRequest) GoString

func (s GetProxyRequest) GoString() string

func (*GetProxyRequest) SetInstanceId

func (s *GetProxyRequest) SetInstanceId(v int64) *GetProxyRequest

func (*GetProxyRequest) SetProxyId

func (s *GetProxyRequest) SetProxyId(v int64) *GetProxyRequest

func (*GetProxyRequest) SetTid

func (s *GetProxyRequest) SetTid(v int64) *GetProxyRequest

func (GetProxyRequest) String

func (s GetProxyRequest) String() string

type GetProxyResponse

type GetProxyResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetProxyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetProxyResponse) GoString

func (s GetProxyResponse) GoString() string

func (*GetProxyResponse) SetBody

func (*GetProxyResponse) SetHeaders

func (s *GetProxyResponse) SetHeaders(v map[string]*string) *GetProxyResponse

func (*GetProxyResponse) SetStatusCode

func (s *GetProxyResponse) SetStatusCode(v int32) *GetProxyResponse

func (GetProxyResponse) String

func (s GetProxyResponse) String() string

type GetProxyResponseBody

type GetProxyResponseBody struct {
	CreatorId     *int64  `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorName   *string `json:"CreatorName,omitempty" xml:"CreatorName,omitempty"`
	ErrorCode     *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	HttpsPort     *int32  `json:"HttpsPort,omitempty" xml:"HttpsPort,omitempty"`
	InstanceId    *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PrivateEnable *bool   `json:"PrivateEnable,omitempty" xml:"PrivateEnable,omitempty"`
	PrivateHost   *string `json:"PrivateHost,omitempty" xml:"PrivateHost,omitempty"`
	ProtocolPort  *int32  `json:"ProtocolPort,omitempty" xml:"ProtocolPort,omitempty"`
	ProtocolType  *string `json:"ProtocolType,omitempty" xml:"ProtocolType,omitempty"`
	ProxyId       *int64  `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	PublicEnable  *bool   `json:"PublicEnable,omitempty" xml:"PublicEnable,omitempty"`
	PublicHost    *string `json:"PublicHost,omitempty" xml:"PublicHost,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetProxyResponseBody) GoString

func (s GetProxyResponseBody) GoString() string

func (*GetProxyResponseBody) SetCreatorId

func (s *GetProxyResponseBody) SetCreatorId(v int64) *GetProxyResponseBody

func (*GetProxyResponseBody) SetCreatorName

func (s *GetProxyResponseBody) SetCreatorName(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetErrorCode

func (s *GetProxyResponseBody) SetErrorCode(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetErrorMessage

func (s *GetProxyResponseBody) SetErrorMessage(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetHttpsPort

func (s *GetProxyResponseBody) SetHttpsPort(v int32) *GetProxyResponseBody

func (*GetProxyResponseBody) SetInstanceId

func (s *GetProxyResponseBody) SetInstanceId(v int64) *GetProxyResponseBody

func (*GetProxyResponseBody) SetPrivateEnable

func (s *GetProxyResponseBody) SetPrivateEnable(v bool) *GetProxyResponseBody

func (*GetProxyResponseBody) SetPrivateHost

func (s *GetProxyResponseBody) SetPrivateHost(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetProtocolPort

func (s *GetProxyResponseBody) SetProtocolPort(v int32) *GetProxyResponseBody

func (*GetProxyResponseBody) SetProtocolType

func (s *GetProxyResponseBody) SetProtocolType(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetProxyId

func (*GetProxyResponseBody) SetPublicEnable

func (s *GetProxyResponseBody) SetPublicEnable(v bool) *GetProxyResponseBody

func (*GetProxyResponseBody) SetPublicHost

func (s *GetProxyResponseBody) SetPublicHost(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetRequestId

func (s *GetProxyResponseBody) SetRequestId(v string) *GetProxyResponseBody

func (*GetProxyResponseBody) SetSuccess

func (GetProxyResponseBody) String

func (s GetProxyResponseBody) String() string

type GetRuleNumLimitOfSLARequest

type GetRuleNumLimitOfSLARequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetRuleNumLimitOfSLARequest) GoString

func (s GetRuleNumLimitOfSLARequest) GoString() string

func (*GetRuleNumLimitOfSLARequest) SetDagId

func (*GetRuleNumLimitOfSLARequest) SetTid

func (GetRuleNumLimitOfSLARequest) String

type GetRuleNumLimitOfSLAResponse

type GetRuleNumLimitOfSLAResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetRuleNumLimitOfSLAResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetRuleNumLimitOfSLAResponse) GoString

func (s GetRuleNumLimitOfSLAResponse) GoString() string

func (*GetRuleNumLimitOfSLAResponse) SetBody

func (*GetRuleNumLimitOfSLAResponse) SetHeaders

func (*GetRuleNumLimitOfSLAResponse) SetStatusCode

func (GetRuleNumLimitOfSLAResponse) String

type GetRuleNumLimitOfSLAResponseBody

type GetRuleNumLimitOfSLAResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RuleNumLimit *int32  `json:"RuleNumLimit,omitempty" xml:"RuleNumLimit,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetRuleNumLimitOfSLAResponseBody) GoString

func (*GetRuleNumLimitOfSLAResponseBody) SetErrorCode

func (*GetRuleNumLimitOfSLAResponseBody) SetErrorMessage

func (*GetRuleNumLimitOfSLAResponseBody) SetRequestId

func (*GetRuleNumLimitOfSLAResponseBody) SetRuleNumLimit

func (*GetRuleNumLimitOfSLAResponseBody) SetSuccess

func (GetRuleNumLimitOfSLAResponseBody) String

type GetSQLReviewCheckResultStatusRequest

type GetSQLReviewCheckResultStatusRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetSQLReviewCheckResultStatusRequest) GoString

func (*GetSQLReviewCheckResultStatusRequest) SetOrderId

func (*GetSQLReviewCheckResultStatusRequest) SetTid

func (GetSQLReviewCheckResultStatusRequest) String

type GetSQLReviewCheckResultStatusResponse

type GetSQLReviewCheckResultStatusResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSQLReviewCheckResultStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSQLReviewCheckResultStatusResponse) GoString

func (*GetSQLReviewCheckResultStatusResponse) SetHeaders

func (*GetSQLReviewCheckResultStatusResponse) SetStatusCode

func (GetSQLReviewCheckResultStatusResponse) String

type GetSQLReviewCheckResultStatusResponseBody

type GetSQLReviewCheckResultStatusResponseBody struct {
	CheckResultStatus *GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus `json:"CheckResultStatus,omitempty" xml:"CheckResultStatus,omitempty" type:"Struct"`
	ErrorCode         *string                                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string                                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool                                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetSQLReviewCheckResultStatusResponseBody) GoString

func (*GetSQLReviewCheckResultStatusResponseBody) SetErrorCode

func (*GetSQLReviewCheckResultStatusResponseBody) SetErrorMessage

func (*GetSQLReviewCheckResultStatusResponseBody) SetRequestId

func (*GetSQLReviewCheckResultStatusResponseBody) SetSuccess

func (GetSQLReviewCheckResultStatusResponseBody) String

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus struct {
	CheckStatusResult *GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult `json:"CheckStatusResult,omitempty" xml:"CheckStatusResult,omitempty" type:"Struct"`
	CheckedCount      *int64                                                                       `json:"CheckedCount,omitempty" xml:"CheckedCount,omitempty"`
	SQLReviewResult   *GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult   `json:"SQLReviewResult,omitempty" xml:"SQLReviewResult,omitempty" type:"Struct"`
	TotalSQLCount     *int64                                                                       `json:"TotalSQLCount,omitempty" xml:"TotalSQLCount,omitempty"`
}

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus) GoString

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus) SetCheckedCount

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus) SetTotalSQLCount

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatus) String

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult struct {
	CheckNotPass *int64 `json:"CheckNotPass,omitempty" xml:"CheckNotPass,omitempty"`
	CheckPass    *int64 `json:"CheckPass,omitempty" xml:"CheckPass,omitempty"`
	ForceNotPass *int64 `json:"ForceNotPass,omitempty" xml:"ForceNotPass,omitempty"`
	ForcePass    *int64 `json:"ForcePass,omitempty" xml:"ForcePass,omitempty"`
	New          *int64 `json:"New,omitempty" xml:"New,omitempty"`
	Unknown      *int64 `json:"Unknown,omitempty" xml:"Unknown,omitempty"`
}

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) GoString

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetCheckNotPass

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetCheckPass

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetForceNotPass

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetForcePass

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetNew

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) SetUnknown

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusCheckStatusResult) String

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult

type GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult struct {
	MustImprove       *int64 `json:"MustImprove,omitempty" xml:"MustImprove,omitempty"`
	PotentialIssue    *int64 `json:"PotentialIssue,omitempty" xml:"PotentialIssue,omitempty"`
	SuggestImprove    *int64 `json:"SuggestImprove,omitempty" xml:"SuggestImprove,omitempty"`
	TableIndexSuggest *int64 `json:"TableIndexSuggest,omitempty" xml:"TableIndexSuggest,omitempty"`
	UseDmsDmlUnlock   *int64 `json:"UseDmsDmlUnlock,omitempty" xml:"UseDmsDmlUnlock,omitempty"`
	UseDmsToolkit     *int64 `json:"UseDmsToolkit,omitempty" xml:"UseDmsToolkit,omitempty"`
}

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) GoString

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetMustImprove

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetPotentialIssue

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetSuggestImprove

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetTableIndexSuggest

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetUseDmsDmlUnlock

func (*GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) SetUseDmsToolkit

func (GetSQLReviewCheckResultStatusResponseBodyCheckResultStatusSQLReviewResult) String

type GetSQLReviewOptimizeDetailRequest

type GetSQLReviewOptimizeDetailRequest struct {
	SQLReviewQueryKey *string `json:"SQLReviewQueryKey,omitempty" xml:"SQLReviewQueryKey,omitempty"`
	Tid               *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetSQLReviewOptimizeDetailRequest) GoString

func (*GetSQLReviewOptimizeDetailRequest) SetSQLReviewQueryKey

func (*GetSQLReviewOptimizeDetailRequest) SetTid

func (GetSQLReviewOptimizeDetailRequest) String

type GetSQLReviewOptimizeDetailResponse

type GetSQLReviewOptimizeDetailResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSQLReviewOptimizeDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSQLReviewOptimizeDetailResponse) GoString

func (*GetSQLReviewOptimizeDetailResponse) SetHeaders

func (*GetSQLReviewOptimizeDetailResponse) SetStatusCode

func (GetSQLReviewOptimizeDetailResponse) String

type GetSQLReviewOptimizeDetailResponseBody

type GetSQLReviewOptimizeDetailResponseBody struct {
	ErrorCode      *string                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                               `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OptimizeDetail *GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail `json:"OptimizeDetail,omitempty" xml:"OptimizeDetail,omitempty" type:"Struct"`
	RequestId      *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetSQLReviewOptimizeDetailResponseBody) GoString

func (*GetSQLReviewOptimizeDetailResponseBody) SetErrorCode

func (*GetSQLReviewOptimizeDetailResponseBody) SetErrorMessage

func (*GetSQLReviewOptimizeDetailResponseBody) SetRequestId

func (*GetSQLReviewOptimizeDetailResponseBody) SetSuccess

func (GetSQLReviewOptimizeDetailResponseBody) String

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail struct {
	DbId          *int32                                                             `json:"DbId,omitempty" xml:"DbId,omitempty"`
	InstanceId    *int32                                                             `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	QualityResult *GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult `json:"QualityResult,omitempty" xml:"QualityResult,omitempty" type:"Struct"`
	QueryKey      *string                                                            `json:"QueryKey,omitempty" xml:"QueryKey,omitempty"`
	SqlType       *string                                                            `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
}

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) GoString

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) SetDbId

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) SetInstanceId

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) SetQueryKey

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) SetSqlType

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetail) String

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult struct {
	ErrorMessage *string                                                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OccurError   *bool                                                                       `json:"OccurError,omitempty" xml:"OccurError,omitempty"`
	Results      []*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults `json:"Results,omitempty" xml:"Results,omitempty" type:"Repeated"`
}

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult) GoString

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult) SetErrorMessage

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult) SetOccurError

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResult) String

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults struct {
	Comments *string                                                                            `json:"Comments,omitempty" xml:"Comments,omitempty"`
	Feedback *string                                                                            `json:"Feedback,omitempty" xml:"Feedback,omitempty"`
	Messages []*string                                                                          `json:"Messages,omitempty" xml:"Messages,omitempty" type:"Repeated"`
	RuleName *string                                                                            `json:"RuleName,omitempty" xml:"RuleName,omitempty"`
	RuleType *string                                                                            `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
	Scripts  []*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts `json:"Scripts,omitempty" xml:"Scripts,omitempty" type:"Repeated"`
}

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) GoString

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) SetComments

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) SetFeedback

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) SetMessages

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) SetRuleName

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) SetRuleType

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResults) String

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts

type GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts struct {
	Content   *string `json:"Content,omitempty" xml:"Content,omitempty"`
	OpType    *string `json:"OpType,omitempty" xml:"OpType,omitempty"`
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts) GoString

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts) SetContent

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts) SetOpType

func (*GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts) SetTableName

func (GetSQLReviewOptimizeDetailResponseBodyOptimizeDetailQualityResultResultsScripts) String

type GetStructSyncExecSqlDetailRequest

type GetStructSyncExecSqlDetailRequest struct {
	OrderId    *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetStructSyncExecSqlDetailRequest) GoString

func (*GetStructSyncExecSqlDetailRequest) SetOrderId

func (*GetStructSyncExecSqlDetailRequest) SetPageNumber

func (*GetStructSyncExecSqlDetailRequest) SetPageSize

func (*GetStructSyncExecSqlDetailRequest) SetTid

func (GetStructSyncExecSqlDetailRequest) String

type GetStructSyncExecSqlDetailResponse

type GetStructSyncExecSqlDetailResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStructSyncExecSqlDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStructSyncExecSqlDetailResponse) GoString

func (*GetStructSyncExecSqlDetailResponse) SetHeaders

func (*GetStructSyncExecSqlDetailResponse) SetStatusCode

func (GetStructSyncExecSqlDetailResponse) String

type GetStructSyncExecSqlDetailResponseBody

type GetStructSyncExecSqlDetailResponseBody struct {
	ErrorCode               *string                                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage            *string                                                        `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId               *string                                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StructSyncExecSqlDetail *GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail `json:"StructSyncExecSqlDetail,omitempty" xml:"StructSyncExecSqlDetail,omitempty" type:"Struct"`
	Success                 *bool                                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetStructSyncExecSqlDetailResponseBody) GoString

func (*GetStructSyncExecSqlDetailResponseBody) SetErrorCode

func (*GetStructSyncExecSqlDetailResponseBody) SetErrorMessage

func (*GetStructSyncExecSqlDetailResponseBody) SetRequestId

func (*GetStructSyncExecSqlDetailResponseBody) SetSuccess

func (GetStructSyncExecSqlDetailResponseBody) String

type GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail

type GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail struct {
	ExecSql       *string `json:"ExecSql,omitempty" xml:"ExecSql,omitempty"`
	TotalSqlCount *int64  `json:"TotalSqlCount,omitempty" xml:"TotalSqlCount,omitempty"`
}

func (GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail) GoString

func (*GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail) SetExecSql

func (*GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail) SetTotalSqlCount

func (GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail) String

type GetStructSyncJobAnalyzeResultRequest

type GetStructSyncJobAnalyzeResultRequest struct {
	CompareType *string `json:"CompareType,omitempty" xml:"CompareType,omitempty"`
	OrderId     *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PageNumber  *int64  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int64  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetStructSyncJobAnalyzeResultRequest) GoString

func (*GetStructSyncJobAnalyzeResultRequest) SetCompareType

func (*GetStructSyncJobAnalyzeResultRequest) SetOrderId

func (*GetStructSyncJobAnalyzeResultRequest) SetPageNumber

func (*GetStructSyncJobAnalyzeResultRequest) SetPageSize

func (*GetStructSyncJobAnalyzeResultRequest) SetTid

func (GetStructSyncJobAnalyzeResultRequest) String

type GetStructSyncJobAnalyzeResultResponse

type GetStructSyncJobAnalyzeResultResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStructSyncJobAnalyzeResultResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStructSyncJobAnalyzeResultResponse) GoString

func (*GetStructSyncJobAnalyzeResultResponse) SetHeaders

func (*GetStructSyncJobAnalyzeResultResponse) SetStatusCode

func (GetStructSyncJobAnalyzeResultResponse) String

type GetStructSyncJobAnalyzeResultResponseBody

type GetStructSyncJobAnalyzeResultResponseBody struct {
	ErrorCode                  *string                                                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage               *string                                                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId                  *string                                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StructSyncJobAnalyzeResult *GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResult `json:"StructSyncJobAnalyzeResult,omitempty" xml:"StructSyncJobAnalyzeResult,omitempty" type:"Struct"`
	Success                    *bool                                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetStructSyncJobAnalyzeResultResponseBody) GoString

func (*GetStructSyncJobAnalyzeResultResponseBody) SetErrorCode

func (*GetStructSyncJobAnalyzeResultResponseBody) SetErrorMessage

func (*GetStructSyncJobAnalyzeResultResponseBody) SetRequestId

func (*GetStructSyncJobAnalyzeResultResponseBody) SetSuccess

func (GetStructSyncJobAnalyzeResultResponseBody) String

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResult

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResult struct {
	ResultList  []*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList  `json:"ResultList,omitempty" xml:"ResultList,omitempty" type:"Repeated"`
	SummaryList []*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList `json:"SummaryList,omitempty" xml:"SummaryList,omitempty" type:"Repeated"`
}

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResult) GoString

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResult) String

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList struct {
	Script          *string `json:"Script,omitempty" xml:"Script,omitempty"`
	SourceTableName *string `json:"SourceTableName,omitempty" xml:"SourceTableName,omitempty"`
	TargetTableName *string `json:"TargetTableName,omitempty" xml:"TargetTableName,omitempty"`
}

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList) GoString

func (*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList) SetScript

func (*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList) SetSourceTableName

func (*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList) SetTargetTableName

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultResultList) String

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList

type GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList struct {
	CompareType *string `json:"CompareType,omitempty" xml:"CompareType,omitempty"`
	Count       *int64  `json:"Count,omitempty" xml:"Count,omitempty"`
}

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList) GoString

func (*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList) SetCompareType

func (*GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList) SetCount

func (GetStructSyncJobAnalyzeResultResponseBodyStructSyncJobAnalyzeResultSummaryList) String

type GetStructSyncJobDetailRequest

type GetStructSyncJobDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetStructSyncJobDetailRequest) GoString

func (*GetStructSyncJobDetailRequest) SetOrderId

func (*GetStructSyncJobDetailRequest) SetTid

func (GetStructSyncJobDetailRequest) String

type GetStructSyncJobDetailResponse

type GetStructSyncJobDetailResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStructSyncJobDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStructSyncJobDetailResponse) GoString

func (*GetStructSyncJobDetailResponse) SetHeaders

func (*GetStructSyncJobDetailResponse) SetStatusCode

func (GetStructSyncJobDetailResponse) String

type GetStructSyncJobDetailResponseBody

type GetStructSyncJobDetailResponseBody struct {
	ErrorCode           *string                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage        *string                                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId           *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StructSyncJobDetail *GetStructSyncJobDetailResponseBodyStructSyncJobDetail `json:"StructSyncJobDetail,omitempty" xml:"StructSyncJobDetail,omitempty" type:"Struct"`
	Success             *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetStructSyncJobDetailResponseBody) GoString

func (*GetStructSyncJobDetailResponseBody) SetErrorCode

func (*GetStructSyncJobDetailResponseBody) SetErrorMessage

func (*GetStructSyncJobDetailResponseBody) SetRequestId

func (*GetStructSyncJobDetailResponseBody) SetSuccess

func (GetStructSyncJobDetailResponseBody) String

type GetStructSyncJobDetailResponseBodyStructSyncJobDetail

type GetStructSyncJobDetailResponseBodyStructSyncJobDetail struct {
	DBTaskGroupId *int64  `json:"DBTaskGroupId,omitempty" xml:"DBTaskGroupId,omitempty"`
	ExecuteCount  *int64  `json:"ExecuteCount,omitempty" xml:"ExecuteCount,omitempty"`
	JobStatus     *string `json:"JobStatus,omitempty" xml:"JobStatus,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	SecurityRule  *string `json:"SecurityRule,omitempty" xml:"SecurityRule,omitempty"`
	SqlCount      *int64  `json:"SqlCount,omitempty" xml:"SqlCount,omitempty"`
	TableAnalyzed *int64  `json:"TableAnalyzed,omitempty" xml:"TableAnalyzed,omitempty"`
	TableCount    *int64  `json:"TableCount,omitempty" xml:"TableCount,omitempty"`
}

func (GetStructSyncJobDetailResponseBodyStructSyncJobDetail) GoString

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetDBTaskGroupId

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetExecuteCount

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetJobStatus

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetMessage

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetSecurityRule

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetSqlCount

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetTableAnalyzed

func (*GetStructSyncJobDetailResponseBodyStructSyncJobDetail) SetTableCount

func (GetStructSyncJobDetailResponseBodyStructSyncJobDetail) String

type GetStructSyncOrderDetailRequest

type GetStructSyncOrderDetailRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetStructSyncOrderDetailRequest) GoString

func (*GetStructSyncOrderDetailRequest) SetOrderId

func (*GetStructSyncOrderDetailRequest) SetTid

func (GetStructSyncOrderDetailRequest) String

type GetStructSyncOrderDetailResponse

type GetStructSyncOrderDetailResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetStructSyncOrderDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetStructSyncOrderDetailResponse) GoString

func (*GetStructSyncOrderDetailResponse) SetHeaders

func (*GetStructSyncOrderDetailResponse) SetStatusCode

func (GetStructSyncOrderDetailResponse) String

type GetStructSyncOrderDetailResponseBody

type GetStructSyncOrderDetailResponseBody struct {
	ErrorCode             *string                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage          *string                                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId             *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StructSyncOrderDetail *GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail `json:"StructSyncOrderDetail,omitempty" xml:"StructSyncOrderDetail,omitempty" type:"Struct"`
	Success               *bool                                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetStructSyncOrderDetailResponseBody) GoString

func (*GetStructSyncOrderDetailResponseBody) SetErrorCode

func (*GetStructSyncOrderDetailResponseBody) SetErrorMessage

func (*GetStructSyncOrderDetailResponseBody) SetRequestId

func (*GetStructSyncOrderDetailResponseBody) SetSuccess

func (GetStructSyncOrderDetailResponseBody) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail struct {
	IgnoreError        *bool                                                                        `json:"IgnoreError,omitempty" xml:"IgnoreError,omitempty"`
	SourceDatabaseInfo *GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo `json:"SourceDatabaseInfo,omitempty" xml:"SourceDatabaseInfo,omitempty" type:"Struct"`
	SourceType         *string                                                                      `json:"SourceType,omitempty" xml:"SourceType,omitempty"`
	SourceVersionInfo  *GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo  `json:"SourceVersionInfo,omitempty" xml:"SourceVersionInfo,omitempty" type:"Struct"`
	TableInfoList      []*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList    `json:"TableInfoList,omitempty" xml:"TableInfoList,omitempty" type:"Repeated"`
	TargetDatabaseInfo *GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo `json:"TargetDatabaseInfo,omitempty" xml:"TargetDatabaseInfo,omitempty" type:"Struct"`
	TargetType         *string                                                                      `json:"TargetType,omitempty" xml:"TargetType,omitempty"`
	TargetVersionInfo  *GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo  `json:"TargetVersionInfo,omitempty" xml:"TargetVersionInfo,omitempty" type:"Struct"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail) SetIgnoreError

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail) SetSourceType

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail) SetTargetType

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetail) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo struct {
	DbId       *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType     *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType    *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) SetDbId

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) SetDbType

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) SetEnvType

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) SetLogic

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) SetSearchName

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceDatabaseInfo) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo struct {
	VersionId *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo) SetVersionId

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailSourceVersionInfo) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList struct {
	SourceTableName *string `json:"SourceTableName,omitempty" xml:"SourceTableName,omitempty"`
	TargetTableName *string `json:"TargetTableName,omitempty" xml:"TargetTableName,omitempty"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList) SetSourceTableName

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList) SetTargetTableName

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTableInfoList) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo struct {
	DbId       *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType     *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType    *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) SetDbId

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) SetDbType

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) SetEnvType

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) SetLogic

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) SetSearchName

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetDatabaseInfo) String

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo

type GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo struct {
	VersionId *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo) GoString

func (*GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo) SetVersionId

func (GetStructSyncOrderDetailResponseBodyStructSyncOrderDetailTargetVersionInfo) String

type GetTableDBTopologyRequest

type GetTableDBTopologyRequest struct {
	TableGuid *string `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTableDBTopologyRequest) GoString

func (s GetTableDBTopologyRequest) GoString() string

func (*GetTableDBTopologyRequest) SetTableGuid

func (*GetTableDBTopologyRequest) SetTid

func (GetTableDBTopologyRequest) String

func (s GetTableDBTopologyRequest) String() string

type GetTableDBTopologyResponse

type GetTableDBTopologyResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTableDBTopologyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTableDBTopologyResponse) GoString

func (s GetTableDBTopologyResponse) GoString() string

func (*GetTableDBTopologyResponse) SetBody

func (*GetTableDBTopologyResponse) SetHeaders

func (*GetTableDBTopologyResponse) SetStatusCode

func (GetTableDBTopologyResponse) String

type GetTableDBTopologyResponseBody

type GetTableDBTopologyResponseBody struct {
	DBTopology   *GetTableDBTopologyResponseBodyDBTopology `json:"DBTopology,omitempty" xml:"DBTopology,omitempty" type:"Struct"`
	ErrorCode    *string                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                   `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetTableDBTopologyResponseBody) GoString

func (*GetTableDBTopologyResponseBody) SetErrorCode

func (*GetTableDBTopologyResponseBody) SetErrorMessage

func (*GetTableDBTopologyResponseBody) SetRequestId

func (*GetTableDBTopologyResponseBody) SetSuccess

func (GetTableDBTopologyResponseBody) String

type GetTableDBTopologyResponseBodyDBTopology

type GetTableDBTopologyResponseBodyDBTopology struct {
	DataSourceList []*GetTableDBTopologyResponseBodyDBTopologyDataSourceList `json:"DataSourceList,omitempty" xml:"DataSourceList,omitempty" type:"Repeated"`
	TableGuid      *string                                                   `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	TableName      *string                                                   `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetTableDBTopologyResponseBodyDBTopology) GoString

func (*GetTableDBTopologyResponseBodyDBTopology) SetTableGuid

func (*GetTableDBTopologyResponseBodyDBTopology) SetTableName

func (GetTableDBTopologyResponseBodyDBTopology) String

type GetTableDBTopologyResponseBodyDBTopologyDataSourceList

type GetTableDBTopologyResponseBodyDBTopologyDataSourceList struct {
	DatabaseList []*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList `json:"DatabaseList,omitempty" xml:"DatabaseList,omitempty" type:"Repeated"`
	DbType       *string                                                               `json:"DbType,omitempty" xml:"DbType,omitempty"`
	Host         *string                                                               `json:"Host,omitempty" xml:"Host,omitempty"`
	Port         *int32                                                                `json:"Port,omitempty" xml:"Port,omitempty"`
	Sid          *string                                                               `json:"Sid,omitempty" xml:"Sid,omitempty"`
}

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceList) GoString

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceList) SetDbType

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceList) SetHost

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceList) SetPort

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceList) SetSid

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceList) String

type GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList

type GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList struct {
	DbId      *string                                                                        `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbName    *string                                                                        `json:"DbName,omitempty" xml:"DbName,omitempty"`
	DbType    *string                                                                        `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType   *string                                                                        `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	TableList []*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList `json:"TableList,omitempty" xml:"TableList,omitempty" type:"Repeated"`
}

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) GoString

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) SetDbId

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) SetDbName

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) SetDbType

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) SetEnvType

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseList) String

type GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList

type GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList struct {
	TableId   *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableType *string `json:"TableType,omitempty" xml:"TableType,omitempty"`
}

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList) GoString

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList) SetTableId

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList) SetTableName

func (*GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList) SetTableType

func (GetTableDBTopologyResponseBodyDBTopologyDataSourceListDatabaseListTableList) String

type GetTableTopologyRequest

type GetTableTopologyRequest struct {
	TableGuid *string `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTableTopologyRequest) GoString

func (s GetTableTopologyRequest) GoString() string

func (*GetTableTopologyRequest) SetTableGuid

func (*GetTableTopologyRequest) SetTid

func (GetTableTopologyRequest) String

func (s GetTableTopologyRequest) String() string

type GetTableTopologyResponse

type GetTableTopologyResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTableTopologyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTableTopologyResponse) GoString

func (s GetTableTopologyResponse) GoString() string

func (*GetTableTopologyResponse) SetBody

func (*GetTableTopologyResponse) SetHeaders

func (*GetTableTopologyResponse) SetStatusCode

func (GetTableTopologyResponse) String

func (s GetTableTopologyResponse) String() string

type GetTableTopologyResponseBody

type GetTableTopologyResponseBody struct {
	ErrorCode     *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId     *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
	TableTopology *GetTableTopologyResponseBodyTableTopology `json:"TableTopology,omitempty" xml:"TableTopology,omitempty" type:"Struct"`
}

func (GetTableTopologyResponseBody) GoString

func (s GetTableTopologyResponseBody) GoString() string

func (*GetTableTopologyResponseBody) SetErrorCode

func (*GetTableTopologyResponseBody) SetErrorMessage

func (*GetTableTopologyResponseBody) SetRequestId

func (*GetTableTopologyResponseBody) SetSuccess

func (GetTableTopologyResponseBody) String

type GetTableTopologyResponseBodyTableTopology

type GetTableTopologyResponseBodyTableTopology struct {
	Logic                 *bool                                                             `json:"Logic,omitempty" xml:"Logic,omitempty"`
	TableGuid             *string                                                           `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	TableName             *string                                                           `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableTopologyInfoList []*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList `json:"TableTopologyInfoList,omitempty" xml:"TableTopologyInfoList,omitempty" type:"Repeated"`
}

func (GetTableTopologyResponseBodyTableTopology) GoString

func (*GetTableTopologyResponseBodyTableTopology) SetLogic

func (*GetTableTopologyResponseBodyTableTopology) SetTableGuid

func (*GetTableTopologyResponseBodyTableTopology) SetTableName

func (GetTableTopologyResponseBodyTableTopology) String

type GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList

type GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList struct {
	DbId               *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbName             *string `json:"DbName,omitempty" xml:"DbName,omitempty"`
	DbSearchName       *string `json:"DbSearchName,omitempty" xml:"DbSearchName,omitempty"`
	DbType             *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	InstanceId         *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceResourceId *string `json:"InstanceResourceId,omitempty" xml:"InstanceResourceId,omitempty"`
	InstanceSource     *string `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	RegionId           *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	TableCount         *int64  `json:"TableCount,omitempty" xml:"TableCount,omitempty"`
	TableNameExpr      *string `json:"TableNameExpr,omitempty" xml:"TableNameExpr,omitempty"`
	TableNameList      *string `json:"TableNameList,omitempty" xml:"TableNameList,omitempty"`
}

func (GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) GoString

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetDbId

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetDbName

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetDbSearchName

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetDbType

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetInstanceId

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetInstanceResourceId

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetInstanceSource

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetRegionId

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetTableCount

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetTableNameExpr

func (*GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) SetTableNameList

func (GetTableTopologyResponseBodyTableTopologyTableTopologyInfoList) String

type GetTaskFlowGraphRequest

type GetTaskFlowGraphRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTaskFlowGraphRequest) GoString

func (s GetTaskFlowGraphRequest) GoString() string

func (*GetTaskFlowGraphRequest) SetDagId

func (*GetTaskFlowGraphRequest) SetTid

func (GetTaskFlowGraphRequest) String

func (s GetTaskFlowGraphRequest) String() string

type GetTaskFlowGraphResponse

type GetTaskFlowGraphResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTaskFlowGraphResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTaskFlowGraphResponse) GoString

func (s GetTaskFlowGraphResponse) GoString() string

func (*GetTaskFlowGraphResponse) SetBody

func (*GetTaskFlowGraphResponse) SetHeaders

func (*GetTaskFlowGraphResponse) SetStatusCode

func (GetTaskFlowGraphResponse) String

func (s GetTaskFlowGraphResponse) String() string

type GetTaskFlowGraphResponseBody

type GetTaskFlowGraphResponseBody struct {
	ErrorCode     *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId     *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskFlowGraph *GetTaskFlowGraphResponseBodyTaskFlowGraph `json:"TaskFlowGraph,omitempty" xml:"TaskFlowGraph,omitempty" type:"Struct"`
}

func (GetTaskFlowGraphResponseBody) GoString

func (s GetTaskFlowGraphResponseBody) GoString() string

func (*GetTaskFlowGraphResponseBody) SetErrorCode

func (*GetTaskFlowGraphResponseBody) SetErrorMessage

func (*GetTaskFlowGraphResponseBody) SetRequestId

func (*GetTaskFlowGraphResponseBody) SetSuccess

func (GetTaskFlowGraphResponseBody) String

type GetTaskFlowGraphResponseBodyTaskFlowGraph

type GetTaskFlowGraphResponseBodyTaskFlowGraph struct {
	CanEdit *bool                                           `json:"CanEdit,omitempty" xml:"CanEdit,omitempty"`
	DagName *string                                         `json:"DagName,omitempty" xml:"DagName,omitempty"`
	Edges   *GetTaskFlowGraphResponseBodyTaskFlowGraphEdges `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Struct"`
	Nodes   *GetTaskFlowGraphResponseBodyTaskFlowGraphNodes `json:"Nodes,omitempty" xml:"Nodes,omitempty" type:"Struct"`
	Status  *int64                                          `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetTaskFlowGraphResponseBodyTaskFlowGraph) GoString

func (*GetTaskFlowGraphResponseBodyTaskFlowGraph) SetCanEdit

func (*GetTaskFlowGraphResponseBodyTaskFlowGraph) SetDagName

func (*GetTaskFlowGraphResponseBodyTaskFlowGraph) SetStatus

func (GetTaskFlowGraphResponseBodyTaskFlowGraph) String

type GetTaskFlowGraphResponseBodyTaskFlowGraphEdges

type GetTaskFlowGraphResponseBodyTaskFlowGraphEdges struct {
	Edge []*GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge `json:"Edge,omitempty" xml:"Edge,omitempty" type:"Repeated"`
}

func (GetTaskFlowGraphResponseBodyTaskFlowGraphEdges) GoString

func (GetTaskFlowGraphResponseBodyTaskFlowGraphEdges) String

type GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge

type GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge struct {
	DagId    *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
}

func (GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) GoString

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) SetDagId

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) SetId

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) SetNodeEnd

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) SetNodeFrom

func (GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge) String

type GetTaskFlowGraphResponseBodyTaskFlowGraphNodes

type GetTaskFlowGraphResponseBodyTaskFlowGraphNodes struct {
	Node []*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode `json:"Node,omitempty" xml:"Node,omitempty" type:"Repeated"`
}

func (GetTaskFlowGraphResponseBodyTaskFlowGraphNodes) GoString

func (GetTaskFlowGraphResponseBodyTaskFlowGraphNodes) String

type GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode

type GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	GraphParam    *string `json:"GraphParam,omitempty" xml:"GraphParam,omitempty"`
	NodeConfig    *string `json:"NodeConfig,omitempty" xml:"NodeConfig,omitempty"`
	NodeContent   *string `json:"NodeContent,omitempty" xml:"NodeContent,omitempty"`
	NodeId        *int64  `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName      *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeType      *int64  `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) GoString

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetDagId

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetGraphParam

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetNodeConfig

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetNodeContent

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetNodeId

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetNodeName

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetNodeType

func (*GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) SetTimeVariables

func (GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode) String

type GetTaskFlowNotificationRequest

type GetTaskFlowNotificationRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTaskFlowNotificationRequest) GoString

func (*GetTaskFlowNotificationRequest) SetDagId

func (*GetTaskFlowNotificationRequest) SetTid

func (GetTaskFlowNotificationRequest) String

type GetTaskFlowNotificationResponse

type GetTaskFlowNotificationResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTaskFlowNotificationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTaskFlowNotificationResponse) GoString

func (*GetTaskFlowNotificationResponse) SetHeaders

func (*GetTaskFlowNotificationResponse) SetStatusCode

func (GetTaskFlowNotificationResponse) String

type GetTaskFlowNotificationResponseBody

type GetTaskFlowNotificationResponseBody struct {
	ErrorCode    *string                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	Notification *GetTaskFlowNotificationResponseBodyNotification `json:"Notification,omitempty" xml:"Notification,omitempty" type:"Struct"`
	RequestId    *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetTaskFlowNotificationResponseBody) GoString

func (*GetTaskFlowNotificationResponseBody) SetErrorCode

func (*GetTaskFlowNotificationResponseBody) SetErrorMessage

func (*GetTaskFlowNotificationResponseBody) SetRequestId

func (*GetTaskFlowNotificationResponseBody) SetSuccess

func (GetTaskFlowNotificationResponseBody) String

type GetTaskFlowNotificationResponseBodyNotification

type GetTaskFlowNotificationResponseBodyNotification struct {
	DagNotificationFail    *bool `json:"DagNotificationFail,omitempty" xml:"DagNotificationFail,omitempty"`
	DagNotificationSla     *bool `json:"DagNotificationSla,omitempty" xml:"DagNotificationSla,omitempty"`
	DagNotificationSuccess *bool `json:"DagNotificationSuccess,omitempty" xml:"DagNotificationSuccess,omitempty"`
}

func (GetTaskFlowNotificationResponseBodyNotification) GoString

func (*GetTaskFlowNotificationResponseBodyNotification) SetDagNotificationFail

func (*GetTaskFlowNotificationResponseBodyNotification) SetDagNotificationSla

func (*GetTaskFlowNotificationResponseBodyNotification) SetDagNotificationSuccess

func (GetTaskFlowNotificationResponseBodyNotification) String

type GetTaskInstanceRelationRequest

type GetTaskInstanceRelationRequest struct {
	DagId         *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64 `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTaskInstanceRelationRequest) GoString

func (*GetTaskInstanceRelationRequest) SetDagId

func (*GetTaskInstanceRelationRequest) SetDagInstanceId

func (*GetTaskInstanceRelationRequest) SetTid

func (GetTaskInstanceRelationRequest) String

type GetTaskInstanceRelationResponse

type GetTaskInstanceRelationResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTaskInstanceRelationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTaskInstanceRelationResponse) GoString

func (*GetTaskInstanceRelationResponse) SetHeaders

func (*GetTaskInstanceRelationResponse) SetStatusCode

func (GetTaskInstanceRelationResponse) String

type GetTaskInstanceRelationResponseBody

type GetTaskInstanceRelationResponseBody struct {
	ErrorCode    *string                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	NodeList     *GetTaskInstanceRelationResponseBodyNodeList `json:"NodeList,omitempty" xml:"NodeList,omitempty" type:"Struct"`
	RequestId    *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetTaskInstanceRelationResponseBody) GoString

func (*GetTaskInstanceRelationResponseBody) SetErrorCode

func (*GetTaskInstanceRelationResponseBody) SetErrorMessage

func (*GetTaskInstanceRelationResponseBody) SetRequestId

func (*GetTaskInstanceRelationResponseBody) SetSuccess

func (GetTaskInstanceRelationResponseBody) String

type GetTaskInstanceRelationResponseBodyNodeList

type GetTaskInstanceRelationResponseBodyNodeList struct {
	Node []*GetTaskInstanceRelationResponseBodyNodeListNode `json:"Node,omitempty" xml:"Node,omitempty" type:"Repeated"`
}

func (GetTaskInstanceRelationResponseBodyNodeList) GoString

func (GetTaskInstanceRelationResponseBodyNodeList) String

type GetTaskInstanceRelationResponseBodyNodeListNode

type GetTaskInstanceRelationResponseBodyNodeListNode struct {
	BusinessTime *string `json:"BusinessTime,omitempty" xml:"BusinessTime,omitempty"`
	EndTime      *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExecuteTime  *int64  `json:"ExecuteTime,omitempty" xml:"ExecuteTime,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Message      *string `json:"Message,omitempty" xml:"Message,omitempty"`
	NodeId       *int64  `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName     *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeType     *int32  `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	Status       *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetTaskInstanceRelationResponseBodyNodeListNode) GoString

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetBusinessTime

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetEndTime

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetExecuteTime

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetId

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetMessage

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetNodeId

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetNodeName

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetNodeType

func (*GetTaskInstanceRelationResponseBodyNodeListNode) SetStatus

func (GetTaskInstanceRelationResponseBodyNodeListNode) String

type GetTaskRequest

type GetTaskRequest struct {
	NodeId *int64 `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Tid    *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetTaskRequest) GoString

func (s GetTaskRequest) GoString() string

func (*GetTaskRequest) SetNodeId

func (s *GetTaskRequest) SetNodeId(v int64) *GetTaskRequest

func (*GetTaskRequest) SetTid

func (s *GetTaskRequest) SetTid(v int64) *GetTaskRequest

func (GetTaskRequest) String

func (s GetTaskRequest) String() string

type GetTaskResponse

type GetTaskResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetTaskResponse) GoString

func (s GetTaskResponse) GoString() string

func (*GetTaskResponse) SetBody

func (*GetTaskResponse) SetHeaders

func (s *GetTaskResponse) SetHeaders(v map[string]*string) *GetTaskResponse

func (*GetTaskResponse) SetStatusCode

func (s *GetTaskResponse) SetStatusCode(v int32) *GetTaskResponse

func (GetTaskResponse) String

func (s GetTaskResponse) String() string

type GetTaskResponseBody

type GetTaskResponseBody struct {
	ErrorCode    *string                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                    `json:"Success,omitempty" xml:"Success,omitempty"`
	Task         *GetTaskResponseBodyTask `json:"Task,omitempty" xml:"Task,omitempty" type:"Struct"`
}

func (GetTaskResponseBody) GoString

func (s GetTaskResponseBody) GoString() string

func (*GetTaskResponseBody) SetErrorCode

func (s *GetTaskResponseBody) SetErrorCode(v string) *GetTaskResponseBody

func (*GetTaskResponseBody) SetErrorMessage

func (s *GetTaskResponseBody) SetErrorMessage(v string) *GetTaskResponseBody

func (*GetTaskResponseBody) SetRequestId

func (s *GetTaskResponseBody) SetRequestId(v string) *GetTaskResponseBody

func (*GetTaskResponseBody) SetSuccess

func (s *GetTaskResponseBody) SetSuccess(v bool) *GetTaskResponseBody

func (*GetTaskResponseBody) SetTask

func (GetTaskResponseBody) String

func (s GetTaskResponseBody) String() string

type GetTaskResponseBodyTask

type GetTaskResponseBodyTask struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	GraphParam    *string `json:"GraphParam,omitempty" xml:"GraphParam,omitempty"`
	NodeConfig    *string `json:"NodeConfig,omitempty" xml:"NodeConfig,omitempty"`
	NodeContent   *string `json:"NodeContent,omitempty" xml:"NodeContent,omitempty"`
	NodeName      *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeOutput    *string `json:"NodeOutput,omitempty" xml:"NodeOutput,omitempty"`
	NodeType      *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (GetTaskResponseBodyTask) GoString

func (s GetTaskResponseBodyTask) GoString() string

func (*GetTaskResponseBodyTask) SetDagId

func (*GetTaskResponseBodyTask) SetGraphParam

func (*GetTaskResponseBodyTask) SetNodeConfig

func (*GetTaskResponseBodyTask) SetNodeContent

func (*GetTaskResponseBodyTask) SetNodeName

func (*GetTaskResponseBodyTask) SetNodeOutput

func (*GetTaskResponseBodyTask) SetNodeType

func (*GetTaskResponseBodyTask) SetTimeVariables

func (s *GetTaskResponseBodyTask) SetTimeVariables(v string) *GetTaskResponseBodyTask

func (GetTaskResponseBodyTask) String

func (s GetTaskResponseBodyTask) String() string

type GetUserActiveTenantRequest

type GetUserActiveTenantRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetUserActiveTenantRequest) GoString

func (s GetUserActiveTenantRequest) GoString() string

func (*GetUserActiveTenantRequest) SetTid

func (GetUserActiveTenantRequest) String

type GetUserActiveTenantResponse

type GetUserActiveTenantResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserActiveTenantResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserActiveTenantResponse) GoString

func (s GetUserActiveTenantResponse) GoString() string

func (*GetUserActiveTenantResponse) SetBody

func (*GetUserActiveTenantResponse) SetHeaders

func (*GetUserActiveTenantResponse) SetStatusCode

func (GetUserActiveTenantResponse) String

type GetUserActiveTenantResponseBody

type GetUserActiveTenantResponseBody struct {
	ErrorCode    *string                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
	Tenant       *GetUserActiveTenantResponseBodyTenant `json:"Tenant,omitempty" xml:"Tenant,omitempty" type:"Struct"`
}

func (GetUserActiveTenantResponseBody) GoString

func (*GetUserActiveTenantResponseBody) SetErrorCode

func (*GetUserActiveTenantResponseBody) SetErrorMessage

func (*GetUserActiveTenantResponseBody) SetRequestId

func (*GetUserActiveTenantResponseBody) SetSuccess

func (GetUserActiveTenantResponseBody) String

type GetUserActiveTenantResponseBodyTenant

type GetUserActiveTenantResponseBodyTenant struct {
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TenantName *string `json:"TenantName,omitempty" xml:"TenantName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetUserActiveTenantResponseBodyTenant) GoString

func (*GetUserActiveTenantResponseBodyTenant) SetStatus

func (*GetUserActiveTenantResponseBodyTenant) SetTenantName

func (*GetUserActiveTenantResponseBodyTenant) SetTid

func (GetUserActiveTenantResponseBodyTenant) String

type GetUserRequest

type GetUserRequest struct {
	Tid    *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid    *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
	UserId *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GetUserRequest) GoString

func (s GetUserRequest) GoString() string

func (*GetUserRequest) SetTid

func (s *GetUserRequest) SetTid(v int64) *GetUserRequest

func (*GetUserRequest) SetUid

func (s *GetUserRequest) SetUid(v string) *GetUserRequest

func (*GetUserRequest) SetUserId

func (s *GetUserRequest) SetUserId(v string) *GetUserRequest

func (GetUserRequest) String

func (s GetUserRequest) String() string

type GetUserResponse

type GetUserResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserResponse) GoString

func (s GetUserResponse) GoString() string

func (*GetUserResponse) SetBody

func (*GetUserResponse) SetHeaders

func (s *GetUserResponse) SetHeaders(v map[string]*string) *GetUserResponse

func (*GetUserResponse) SetStatusCode

func (s *GetUserResponse) SetStatusCode(v int32) *GetUserResponse

func (GetUserResponse) String

func (s GetUserResponse) String() string

type GetUserResponseBody

type GetUserResponseBody struct {
	ErrorCode    *string                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                    `json:"Success,omitempty" xml:"Success,omitempty"`
	User         *GetUserResponseBodyUser `json:"User,omitempty" xml:"User,omitempty" type:"Struct"`
}

func (GetUserResponseBody) GoString

func (s GetUserResponseBody) GoString() string

func (*GetUserResponseBody) SetErrorCode

func (s *GetUserResponseBody) SetErrorCode(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetErrorMessage

func (s *GetUserResponseBody) SetErrorMessage(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetRequestId

func (s *GetUserResponseBody) SetRequestId(v string) *GetUserResponseBody

func (*GetUserResponseBody) SetSuccess

func (s *GetUserResponseBody) SetSuccess(v bool) *GetUserResponseBody

func (*GetUserResponseBody) SetUser

func (GetUserResponseBody) String

func (s GetUserResponseBody) String() string

type GetUserResponseBodyUser

type GetUserResponseBodyUser struct {
	CurExecuteCount  *int64                               `json:"CurExecuteCount,omitempty" xml:"CurExecuteCount,omitempty"`
	CurResultCount   *int64                               `json:"CurResultCount,omitempty" xml:"CurResultCount,omitempty"`
	DingRobot        *string                              `json:"DingRobot,omitempty" xml:"DingRobot,omitempty"`
	Email            *string                              `json:"Email,omitempty" xml:"Email,omitempty"`
	LastLoginTime    *string                              `json:"LastLoginTime,omitempty" xml:"LastLoginTime,omitempty"`
	MaxExecuteCount  *int64                               `json:"MaxExecuteCount,omitempty" xml:"MaxExecuteCount,omitempty"`
	MaxResultCount   *int64                               `json:"MaxResultCount,omitempty" xml:"MaxResultCount,omitempty"`
	Mobile           *string                              `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	NickName         *string                              `json:"NickName,omitempty" xml:"NickName,omitempty"`
	NotificationMode *string                              `json:"NotificationMode,omitempty" xml:"NotificationMode,omitempty"`
	ParentUid        *int64                               `json:"ParentUid,omitempty" xml:"ParentUid,omitempty"`
	RoleIdList       *GetUserResponseBodyUserRoleIdList   `json:"RoleIdList,omitempty" xml:"RoleIdList,omitempty" type:"Struct"`
	RoleNameList     *GetUserResponseBodyUserRoleNameList `json:"RoleNameList,omitempty" xml:"RoleNameList,omitempty" type:"Struct"`
	SignatureMethod  *string                              `json:"SignatureMethod,omitempty" xml:"SignatureMethod,omitempty"`
	State            *string                              `json:"State,omitempty" xml:"State,omitempty"`
	Uid              *string                              `json:"Uid,omitempty" xml:"Uid,omitempty"`
	UserId           *string                              `json:"UserId,omitempty" xml:"UserId,omitempty"`
	Webhook          *string                              `json:"Webhook,omitempty" xml:"Webhook,omitempty"`
}

func (GetUserResponseBodyUser) GoString

func (s GetUserResponseBodyUser) GoString() string

func (*GetUserResponseBodyUser) SetCurExecuteCount

func (s *GetUserResponseBodyUser) SetCurExecuteCount(v int64) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetCurResultCount

func (s *GetUserResponseBodyUser) SetCurResultCount(v int64) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetDingRobot

func (*GetUserResponseBodyUser) SetEmail

func (*GetUserResponseBodyUser) SetLastLoginTime

func (s *GetUserResponseBodyUser) SetLastLoginTime(v string) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetMaxExecuteCount

func (s *GetUserResponseBodyUser) SetMaxExecuteCount(v int64) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetMaxResultCount

func (s *GetUserResponseBodyUser) SetMaxResultCount(v int64) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetMobile

func (*GetUserResponseBodyUser) SetNickName

func (*GetUserResponseBodyUser) SetNotificationMode

func (s *GetUserResponseBodyUser) SetNotificationMode(v string) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetParentUid

func (*GetUserResponseBodyUser) SetRoleIdList

func (*GetUserResponseBodyUser) SetRoleNameList

func (*GetUserResponseBodyUser) SetSignatureMethod

func (s *GetUserResponseBodyUser) SetSignatureMethod(v string) *GetUserResponseBodyUser

func (*GetUserResponseBodyUser) SetState

func (*GetUserResponseBodyUser) SetUid

func (*GetUserResponseBodyUser) SetUserId

func (*GetUserResponseBodyUser) SetWebhook

func (GetUserResponseBodyUser) String

func (s GetUserResponseBodyUser) String() string

type GetUserResponseBodyUserRoleIdList

type GetUserResponseBodyUserRoleIdList struct {
	RoleIds []*int32 `json:"RoleIds,omitempty" xml:"RoleIds,omitempty" type:"Repeated"`
}

func (GetUserResponseBodyUserRoleIdList) GoString

func (*GetUserResponseBodyUserRoleIdList) SetRoleIds

func (GetUserResponseBodyUserRoleIdList) String

type GetUserResponseBodyUserRoleNameList

type GetUserResponseBodyUserRoleNameList struct {
	RoleNames []*string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty" type:"Repeated"`
}

func (GetUserResponseBodyUserRoleNameList) GoString

func (*GetUserResponseBodyUserRoleNameList) SetRoleNames

func (GetUserResponseBodyUserRoleNameList) String

type GetUserUploadFileJobRequest

type GetUserUploadFileJobRequest struct {
	JobKey *string `json:"JobKey,omitempty" xml:"JobKey,omitempty"`
	Tid    *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (GetUserUploadFileJobRequest) GoString

func (s GetUserUploadFileJobRequest) GoString() string

func (*GetUserUploadFileJobRequest) SetJobKey

func (*GetUserUploadFileJobRequest) SetTid

func (GetUserUploadFileJobRequest) String

type GetUserUploadFileJobResponse

type GetUserUploadFileJobResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetUserUploadFileJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetUserUploadFileJobResponse) GoString

func (s GetUserUploadFileJobResponse) GoString() string

func (*GetUserUploadFileJobResponse) SetBody

func (*GetUserUploadFileJobResponse) SetHeaders

func (*GetUserUploadFileJobResponse) SetStatusCode

func (GetUserUploadFileJobResponse) String

type GetUserUploadFileJobResponseBody

type GetUserUploadFileJobResponseBody struct {
	ErrorCode           *string                                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage        *string                                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId           *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success             *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
	UploadFileJobDetail *GetUserUploadFileJobResponseBodyUploadFileJobDetail `json:"UploadFileJobDetail,omitempty" xml:"UploadFileJobDetail,omitempty" type:"Struct"`
}

func (GetUserUploadFileJobResponseBody) GoString

func (*GetUserUploadFileJobResponseBody) SetErrorCode

func (*GetUserUploadFileJobResponseBody) SetErrorMessage

func (*GetUserUploadFileJobResponseBody) SetRequestId

func (*GetUserUploadFileJobResponseBody) SetSuccess

func (GetUserUploadFileJobResponseBody) String

type GetUserUploadFileJobResponseBodyUploadFileJobDetail

type GetUserUploadFileJobResponseBodyUploadFileJobDetail struct {
	AttachmentKey  *string                                                            `json:"AttachmentKey,omitempty" xml:"AttachmentKey,omitempty"`
	FileName       *string                                                            `json:"FileName,omitempty" xml:"FileName,omitempty"`
	FileSize       *int64                                                             `json:"FileSize,omitempty" xml:"FileSize,omitempty"`
	FileSource     *string                                                            `json:"FileSource,omitempty" xml:"FileSource,omitempty"`
	JobKey         *string                                                            `json:"JobKey,omitempty" xml:"JobKey,omitempty"`
	JobStatus      *string                                                            `json:"JobStatus,omitempty" xml:"JobStatus,omitempty"`
	JobStatusDesc  *string                                                            `json:"JobStatusDesc,omitempty" xml:"JobStatusDesc,omitempty"`
	UploadOSSParam *GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam `json:"UploadOSSParam,omitempty" xml:"UploadOSSParam,omitempty" type:"Struct"`
	UploadType     *string                                                            `json:"UploadType,omitempty" xml:"UploadType,omitempty"`
	UploadURL      *string                                                            `json:"UploadURL,omitempty" xml:"UploadURL,omitempty"`
	UploadedSize   *int64                                                             `json:"UploadedSize,omitempty" xml:"UploadedSize,omitempty"`
}

func (GetUserUploadFileJobResponseBodyUploadFileJobDetail) GoString

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetAttachmentKey

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetFileName

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetFileSize

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetFileSource

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetJobKey

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetJobStatus

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetJobStatusDesc

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetUploadType

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetUploadURL

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetail) SetUploadedSize

func (GetUserUploadFileJobResponseBodyUploadFileJobDetail) String

type GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam

type GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam struct {
	BucketName *string `json:"BucketName,omitempty" xml:"BucketName,omitempty"`
	Endpoint   *string `json:"Endpoint,omitempty" xml:"Endpoint,omitempty"`
	ObjectName *string `json:"ObjectName,omitempty" xml:"ObjectName,omitempty"`
}

func (GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam) GoString

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam) SetBucketName

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam) SetEndpoint

func (*GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam) SetObjectName

func (GetUserUploadFileJobResponseBodyUploadFileJobDetailUploadOSSParam) String

type GrantUserPermissionRequest

type GrantUserPermissionRequest struct {
	DbId       *string `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DsType     *string `json:"DsType,omitempty" xml:"DsType,omitempty"`
	ExpireDate *string `json:"ExpireDate,omitempty" xml:"ExpireDate,omitempty"`
	InstanceId *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PermTypes  *string `json:"PermTypes,omitempty" xml:"PermTypes,omitempty"`
	TableId    *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserId     *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (GrantUserPermissionRequest) GoString

func (s GrantUserPermissionRequest) GoString() string

func (*GrantUserPermissionRequest) SetDbId

func (*GrantUserPermissionRequest) SetDsType

func (*GrantUserPermissionRequest) SetExpireDate

func (*GrantUserPermissionRequest) SetInstanceId

func (*GrantUserPermissionRequest) SetLogic

func (*GrantUserPermissionRequest) SetPermTypes

func (*GrantUserPermissionRequest) SetTableId

func (*GrantUserPermissionRequest) SetTableName

func (*GrantUserPermissionRequest) SetTid

func (*GrantUserPermissionRequest) SetUserId

func (GrantUserPermissionRequest) String

type GrantUserPermissionResponse

type GrantUserPermissionResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GrantUserPermissionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GrantUserPermissionResponse) GoString

func (s GrantUserPermissionResponse) GoString() string

func (*GrantUserPermissionResponse) SetBody

func (*GrantUserPermissionResponse) SetHeaders

func (*GrantUserPermissionResponse) SetStatusCode

func (GrantUserPermissionResponse) String

type GrantUserPermissionResponseBody

type GrantUserPermissionResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GrantUserPermissionResponseBody) GoString

func (*GrantUserPermissionResponseBody) SetErrorCode

func (*GrantUserPermissionResponseBody) SetErrorMessage

func (*GrantUserPermissionResponseBody) SetRequestId

func (*GrantUserPermissionResponseBody) SetSuccess

func (GrantUserPermissionResponseBody) String

type InspectProxyAccessSecretRequest

type InspectProxyAccessSecretRequest struct {
	ProxyAccessId *int64 `json:"ProxyAccessId,omitempty" xml:"ProxyAccessId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (InspectProxyAccessSecretRequest) GoString

func (*InspectProxyAccessSecretRequest) SetProxyAccessId

func (*InspectProxyAccessSecretRequest) SetTid

func (InspectProxyAccessSecretRequest) String

type InspectProxyAccessSecretResponse

type InspectProxyAccessSecretResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InspectProxyAccessSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InspectProxyAccessSecretResponse) GoString

func (*InspectProxyAccessSecretResponse) SetHeaders

func (*InspectProxyAccessSecretResponse) SetStatusCode

func (InspectProxyAccessSecretResponse) String

type InspectProxyAccessSecretResponseBody

type InspectProxyAccessSecretResponseBody struct {
	AccessSecret *string `json:"AccessSecret,omitempty" xml:"AccessSecret,omitempty"`
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InspectProxyAccessSecretResponseBody) GoString

func (*InspectProxyAccessSecretResponseBody) SetAccessSecret

func (*InspectProxyAccessSecretResponseBody) SetErrorCode

func (*InspectProxyAccessSecretResponseBody) SetErrorMessage

func (*InspectProxyAccessSecretResponseBody) SetRequestId

func (*InspectProxyAccessSecretResponseBody) SetSuccess

func (InspectProxyAccessSecretResponseBody) String

type ListColumnsRequest

type ListColumnsRequest struct {
	Logic   *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	TableId *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
	Tid     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListColumnsRequest) GoString

func (s ListColumnsRequest) GoString() string

func (*ListColumnsRequest) SetLogic

func (s *ListColumnsRequest) SetLogic(v bool) *ListColumnsRequest

func (*ListColumnsRequest) SetTableId

func (s *ListColumnsRequest) SetTableId(v string) *ListColumnsRequest

func (*ListColumnsRequest) SetTid

func (ListColumnsRequest) String

func (s ListColumnsRequest) String() string

type ListColumnsResponse

type ListColumnsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListColumnsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListColumnsResponse) GoString

func (s ListColumnsResponse) GoString() string

func (*ListColumnsResponse) SetBody

func (*ListColumnsResponse) SetHeaders

func (s *ListColumnsResponse) SetHeaders(v map[string]*string) *ListColumnsResponse

func (*ListColumnsResponse) SetStatusCode

func (s *ListColumnsResponse) SetStatusCode(v int32) *ListColumnsResponse

func (ListColumnsResponse) String

func (s ListColumnsResponse) String() string

type ListColumnsResponseBody

type ListColumnsResponseBody struct {
	ColumnList   *ListColumnsResponseBodyColumnList `json:"ColumnList,omitempty" xml:"ColumnList,omitempty" type:"Struct"`
	ErrorCode    *string                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                            `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListColumnsResponseBody) GoString

func (s ListColumnsResponseBody) GoString() string

func (*ListColumnsResponseBody) SetColumnList

func (*ListColumnsResponseBody) SetErrorCode

func (*ListColumnsResponseBody) SetErrorMessage

func (*ListColumnsResponseBody) SetRequestId

func (*ListColumnsResponseBody) SetSuccess

func (ListColumnsResponseBody) String

func (s ListColumnsResponseBody) String() string

type ListColumnsResponseBodyColumnList

type ListColumnsResponseBodyColumnList struct {
	Column []*ListColumnsResponseBodyColumnListColumn `json:"Column,omitempty" xml:"Column,omitempty" type:"Repeated"`
}

func (ListColumnsResponseBodyColumnList) GoString

func (ListColumnsResponseBodyColumnList) String

type ListColumnsResponseBodyColumnListColumn

type ListColumnsResponseBodyColumnListColumn struct {
	AutoIncrement *bool   `json:"AutoIncrement,omitempty" xml:"AutoIncrement,omitempty"`
	ColumnId      *string `json:"ColumnId,omitempty" xml:"ColumnId,omitempty"`
	ColumnName    *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnType    *string `json:"ColumnType,omitempty" xml:"ColumnType,omitempty"`
	DataLength    *int64  `json:"DataLength,omitempty" xml:"DataLength,omitempty"`
	DataPrecision *int32  `json:"DataPrecision,omitempty" xml:"DataPrecision,omitempty"`
	DataScale     *int32  `json:"DataScale,omitempty" xml:"DataScale,omitempty"`
	DefaultValue  *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	Description   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	FunctionType  *string `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	Nullable      *bool   `json:"Nullable,omitempty" xml:"Nullable,omitempty"`
	SecurityLevel *string `json:"SecurityLevel,omitempty" xml:"SecurityLevel,omitempty"`
	Sensitive     *bool   `json:"Sensitive,omitempty" xml:"Sensitive,omitempty"`
}

func (ListColumnsResponseBodyColumnListColumn) GoString

func (*ListColumnsResponseBodyColumnListColumn) SetAutoIncrement

func (*ListColumnsResponseBodyColumnListColumn) SetColumnId

func (*ListColumnsResponseBodyColumnListColumn) SetColumnName

func (*ListColumnsResponseBodyColumnListColumn) SetColumnType

func (*ListColumnsResponseBodyColumnListColumn) SetDataLength

func (*ListColumnsResponseBodyColumnListColumn) SetDataPrecision

func (*ListColumnsResponseBodyColumnListColumn) SetDataScale

func (*ListColumnsResponseBodyColumnListColumn) SetDefaultValue

func (*ListColumnsResponseBodyColumnListColumn) SetDescription

func (*ListColumnsResponseBodyColumnListColumn) SetFunctionType

func (*ListColumnsResponseBodyColumnListColumn) SetNullable

func (*ListColumnsResponseBodyColumnListColumn) SetSecurityLevel

func (*ListColumnsResponseBodyColumnListColumn) SetSensitive

func (ListColumnsResponseBodyColumnListColumn) String

type ListDAGVersionsRequest

type ListDAGVersionsRequest struct {
	DagId     *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	PageIndex *int32 `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"`
	PageSize  *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid       *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDAGVersionsRequest) GoString

func (s ListDAGVersionsRequest) GoString() string

func (*ListDAGVersionsRequest) SetDagId

func (*ListDAGVersionsRequest) SetPageIndex

func (*ListDAGVersionsRequest) SetPageSize

func (*ListDAGVersionsRequest) SetTid

func (ListDAGVersionsRequest) String

func (s ListDAGVersionsRequest) String() string

type ListDAGVersionsResponse

type ListDAGVersionsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDAGVersionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDAGVersionsResponse) GoString

func (s ListDAGVersionsResponse) GoString() string

func (*ListDAGVersionsResponse) SetBody

func (*ListDAGVersionsResponse) SetHeaders

func (*ListDAGVersionsResponse) SetStatusCode

func (ListDAGVersionsResponse) String

func (s ListDAGVersionsResponse) String() string

type ListDAGVersionsResponseBody

type ListDAGVersionsResponseBody struct {
	DagVersionList *ListDAGVersionsResponseBodyDagVersionList `json:"DagVersionList,omitempty" xml:"DagVersionList,omitempty" type:"Struct"`
	ErrorCode      *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId      *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount     *int32                                     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDAGVersionsResponseBody) GoString

func (s ListDAGVersionsResponseBody) GoString() string

func (*ListDAGVersionsResponseBody) SetErrorCode

func (*ListDAGVersionsResponseBody) SetErrorMessage

func (*ListDAGVersionsResponseBody) SetRequestId

func (*ListDAGVersionsResponseBody) SetSuccess

func (*ListDAGVersionsResponseBody) SetTotalCount

func (ListDAGVersionsResponseBody) String

type ListDAGVersionsResponseBodyDagVersionList

type ListDAGVersionsResponseBodyDagVersionList struct {
	DagVersion []*ListDAGVersionsResponseBodyDagVersionListDagVersion `json:"DagVersion,omitempty" xml:"DagVersion,omitempty" type:"Repeated"`
}

func (ListDAGVersionsResponseBodyDagVersionList) GoString

func (ListDAGVersionsResponseBodyDagVersionList) String

type ListDAGVersionsResponseBodyDagVersionListDagVersion

type ListDAGVersionsResponseBodyDagVersionListDagVersion struct {
	DagName          *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	DagOwnerId       *string `json:"DagOwnerId,omitempty" xml:"DagOwnerId,omitempty"`
	DagOwnerNickName *string `json:"DagOwnerNickName,omitempty" xml:"DagOwnerNickName,omitempty"`
	LastVersionId    *int64  `json:"LastVersionId,omitempty" xml:"LastVersionId,omitempty"`
	VersionComments  *string `json:"VersionComments,omitempty" xml:"VersionComments,omitempty"`
	VersionId        *int64  `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (ListDAGVersionsResponseBodyDagVersionListDagVersion) GoString

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetDagName

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetDagOwnerId

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetDagOwnerNickName

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetLastVersionId

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetVersionComments

func (*ListDAGVersionsResponseBodyDagVersionListDagVersion) SetVersionId

func (ListDAGVersionsResponseBodyDagVersionListDagVersion) String

type ListDBTaskSQLJobDetailRequest

type ListDBTaskSQLJobDetailRequest struct {
	JobId      *int64 `json:"JobId,omitempty" xml:"JobId,omitempty"`
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDBTaskSQLJobDetailRequest) GoString

func (*ListDBTaskSQLJobDetailRequest) SetJobId

func (*ListDBTaskSQLJobDetailRequest) SetPageNumber

func (*ListDBTaskSQLJobDetailRequest) SetPageSize

func (*ListDBTaskSQLJobDetailRequest) SetTid

func (ListDBTaskSQLJobDetailRequest) String

type ListDBTaskSQLJobDetailResponse

type ListDBTaskSQLJobDetailResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDBTaskSQLJobDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDBTaskSQLJobDetailResponse) GoString

func (*ListDBTaskSQLJobDetailResponse) SetHeaders

func (*ListDBTaskSQLJobDetailResponse) SetStatusCode

func (ListDBTaskSQLJobDetailResponse) String

type ListDBTaskSQLJobDetailResponseBody

type ListDBTaskSQLJobDetailResponseBody struct {
	DBTaskSQLJobDetailList []*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList `json:"DBTaskSQLJobDetailList,omitempty" xml:"DBTaskSQLJobDetailList,omitempty" type:"Repeated"`
	ErrorCode              *string                                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage           *string                                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId              *string                                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                *bool                                                       `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount             *int64                                                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDBTaskSQLJobDetailResponseBody) GoString

func (*ListDBTaskSQLJobDetailResponseBody) SetErrorCode

func (*ListDBTaskSQLJobDetailResponseBody) SetErrorMessage

func (*ListDBTaskSQLJobDetailResponseBody) SetRequestId

func (*ListDBTaskSQLJobDetailResponseBody) SetSuccess

func (*ListDBTaskSQLJobDetailResponseBody) SetTotalCount

func (ListDBTaskSQLJobDetailResponseBody) String

type ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList

type ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList struct {
	AffectRows   *int64  `json:"AffectRows,omitempty" xml:"AffectRows,omitempty"`
	CurrentSql   *string `json:"CurrentSql,omitempty" xml:"CurrentSql,omitempty"`
	DbId         *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	EndTime      *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExecuteCount *int64  `json:"ExecuteCount,omitempty" xml:"ExecuteCount,omitempty"`
	JobDetailId  *int64  `json:"JobDetailId,omitempty" xml:"JobDetailId,omitempty"`
	JobId        *int64  `json:"JobId,omitempty" xml:"JobId,omitempty"`
	Log          *string `json:"Log,omitempty" xml:"Log,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	Skip         *bool   `json:"Skip,omitempty" xml:"Skip,omitempty"`
	SqlType      *string `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
	StartTime    *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TimeDelay    *int64  `json:"TimeDelay,omitempty" xml:"TimeDelay,omitempty"`
}

func (ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) GoString

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetAffectRows

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetCurrentSql

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetDbId

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetEndTime

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetExecuteCount

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetJobDetailId

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetJobId

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetLog

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetLogic

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetSkip

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetSqlType

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetStartTime

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetStatus

func (*ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) SetTimeDelay

func (ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList) String

type ListDBTaskSQLJobRequest

type ListDBTaskSQLJobRequest struct {
	DBTaskGroupId *int64 `json:"DBTaskGroupId,omitempty" xml:"DBTaskGroupId,omitempty"`
	PageNumber    *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDBTaskSQLJobRequest) GoString

func (s ListDBTaskSQLJobRequest) GoString() string

func (*ListDBTaskSQLJobRequest) SetDBTaskGroupId

func (s *ListDBTaskSQLJobRequest) SetDBTaskGroupId(v int64) *ListDBTaskSQLJobRequest

func (*ListDBTaskSQLJobRequest) SetPageNumber

func (*ListDBTaskSQLJobRequest) SetPageSize

func (*ListDBTaskSQLJobRequest) SetTid

func (ListDBTaskSQLJobRequest) String

func (s ListDBTaskSQLJobRequest) String() string

type ListDBTaskSQLJobResponse

type ListDBTaskSQLJobResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDBTaskSQLJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDBTaskSQLJobResponse) GoString

func (s ListDBTaskSQLJobResponse) GoString() string

func (*ListDBTaskSQLJobResponse) SetBody

func (*ListDBTaskSQLJobResponse) SetHeaders

func (*ListDBTaskSQLJobResponse) SetStatusCode

func (ListDBTaskSQLJobResponse) String

func (s ListDBTaskSQLJobResponse) String() string

type ListDBTaskSQLJobResponseBody

type ListDBTaskSQLJobResponseBody struct {
	DBTaskSQLJobList []*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList `json:"DBTaskSQLJobList,omitempty" xml:"DBTaskSQLJobList,omitempty" type:"Repeated"`
	ErrorCode        *string                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage     *string                                         `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId        *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount       *int64                                          `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDBTaskSQLJobResponseBody) GoString

func (s ListDBTaskSQLJobResponseBody) GoString() string

func (*ListDBTaskSQLJobResponseBody) SetErrorCode

func (*ListDBTaskSQLJobResponseBody) SetErrorMessage

func (*ListDBTaskSQLJobResponseBody) SetRequestId

func (*ListDBTaskSQLJobResponseBody) SetSuccess

func (*ListDBTaskSQLJobResponseBody) SetTotalCount

func (ListDBTaskSQLJobResponseBody) String

type ListDBTaskSQLJobResponseBodyDBTaskSQLJobList

type ListDBTaskSQLJobResponseBodyDBTaskSQLJobList struct {
	Comment       *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	CreateTime    *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DbId          *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbSearchName  *string `json:"DbSearchName,omitempty" xml:"DbSearchName,omitempty"`
	DbTaskGroupId *int64  `json:"DbTaskGroupId,omitempty" xml:"DbTaskGroupId,omitempty"`
	JobId         *int64  `json:"JobId,omitempty" xml:"JobId,omitempty"`
	JobType       *string `json:"JobType,omitempty" xml:"JobType,omitempty"`
	LastExecTime  *string `json:"LastExecTime,omitempty" xml:"LastExecTime,omitempty"`
	Logic         *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Transactional *bool   `json:"Transactional,omitempty" xml:"Transactional,omitempty"`
}

func (ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) GoString

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetComment

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetCreateTime

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetDbId

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetDbSearchName

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetDbTaskGroupId

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetJobId

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetJobType

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetLastExecTime

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetLogic

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetStatus

func (*ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) SetTransactional

func (ListDBTaskSQLJobResponseBodyDBTaskSQLJobList) String

type ListDDLPublishRecordsRequest

type ListDDLPublishRecordsRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDDLPublishRecordsRequest) GoString

func (s ListDDLPublishRecordsRequest) GoString() string

func (*ListDDLPublishRecordsRequest) SetOrderId

func (*ListDDLPublishRecordsRequest) SetTid

func (ListDDLPublishRecordsRequest) String

type ListDDLPublishRecordsResponse

type ListDDLPublishRecordsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDDLPublishRecordsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDDLPublishRecordsResponse) GoString

func (*ListDDLPublishRecordsResponse) SetBody

func (*ListDDLPublishRecordsResponse) SetHeaders

func (*ListDDLPublishRecordsResponse) SetStatusCode

func (ListDDLPublishRecordsResponse) String

type ListDDLPublishRecordsResponseBody

type ListDDLPublishRecordsResponseBody struct {
	DDLPublishRecordList []*ListDDLPublishRecordsResponseBodyDDLPublishRecordList `json:"DDLPublishRecordList,omitempty" xml:"DDLPublishRecordList,omitempty" type:"Repeated"`
	ErrorCode            *string                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage         *string                                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId            *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success              *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDDLPublishRecordsResponseBody) GoString

func (*ListDDLPublishRecordsResponseBody) SetErrorCode

func (*ListDDLPublishRecordsResponseBody) SetErrorMessage

func (*ListDDLPublishRecordsResponseBody) SetRequestId

func (*ListDDLPublishRecordsResponseBody) SetSuccess

func (ListDDLPublishRecordsResponseBody) String

type ListDDLPublishRecordsResponseBodyDDLPublishRecordList

type ListDDLPublishRecordsResponseBodyDDLPublishRecordList struct {
	AuditExpireTime     *string                                                                     `json:"AuditExpireTime,omitempty" xml:"AuditExpireTime,omitempty"`
	AuditStatus         *string                                                                     `json:"AuditStatus,omitempty" xml:"AuditStatus,omitempty"`
	CreatorId           *int64                                                                      `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	Finality            *bool                                                                       `json:"Finality,omitempty" xml:"Finality,omitempty"`
	FinalityReason      *string                                                                     `json:"FinalityReason,omitempty" xml:"FinalityReason,omitempty"`
	PublishStatus       *string                                                                     `json:"PublishStatus,omitempty" xml:"PublishStatus,omitempty"`
	PublishTaskInfoList []*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList `json:"PublishTaskInfoList,omitempty" xml:"PublishTaskInfoList,omitempty" type:"Repeated"`
	RiskLevel           *string                                                                     `json:"RiskLevel,omitempty" xml:"RiskLevel,omitempty"`
	StatusDesc          *string                                                                     `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
	WorkflowInstanceId  *int64                                                                      `json:"WorkflowInstanceId,omitempty" xml:"WorkflowInstanceId,omitempty"`
}

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordList) GoString

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetAuditExpireTime

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetAuditStatus

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetCreatorId

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetFinality

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetFinalityReason

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetPublishStatus

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetRiskLevel

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetStatusDesc

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordList) SetWorkflowInstanceId

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordList) String

type ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList

type ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList struct {
	DbId            *int64                                                                                    `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic           *bool                                                                                     `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PlanTime        *string                                                                                   `json:"PlanTime,omitempty" xml:"PlanTime,omitempty"`
	PublishJobList  []*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList `json:"PublishJobList,omitempty" xml:"PublishJobList,omitempty" type:"Repeated"`
	PublishStrategy *string                                                                                   `json:"PublishStrategy,omitempty" xml:"PublishStrategy,omitempty"`
	StatusDesc      *string                                                                                   `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
	TaskJobStatus   *string                                                                                   `json:"TaskJobStatus,omitempty" xml:"TaskJobStatus,omitempty"`
}

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) GoString

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetDbId

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetLogic

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetPlanTime

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetPublishStrategy

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetStatusDesc

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) SetTaskJobStatus

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoList) String

type ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList

type ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList struct {
	DBTaskGroupId *int64  `json:"DBTaskGroupId,omitempty" xml:"DBTaskGroupId,omitempty"`
	ExecuteCount  *int64  `json:"ExecuteCount,omitempty" xml:"ExecuteCount,omitempty"`
	Scripts       *string `json:"Scripts,omitempty" xml:"Scripts,omitempty"`
	StatusDesc    *string `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
	TableName     *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TaskJobStatus *string `json:"TaskJobStatus,omitempty" xml:"TaskJobStatus,omitempty"`
}

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) GoString

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) SetDBTaskGroupId

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) SetExecuteCount

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) SetStatusDesc

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) SetTableName

func (*ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) SetTaskJobStatus

func (ListDDLPublishRecordsResponseBodyDDLPublishRecordListPublishTaskInfoListPublishJobList) String

type ListDataCorrectPreCheckDBRequest

type ListDataCorrectPreCheckDBRequest struct {
	OrderId    *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDataCorrectPreCheckDBRequest) GoString

func (*ListDataCorrectPreCheckDBRequest) SetOrderId

func (*ListDataCorrectPreCheckDBRequest) SetPageNumber

func (*ListDataCorrectPreCheckDBRequest) SetPageSize

func (*ListDataCorrectPreCheckDBRequest) SetTid

func (ListDataCorrectPreCheckDBRequest) String

type ListDataCorrectPreCheckDBResponse

type ListDataCorrectPreCheckDBResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDataCorrectPreCheckDBResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDataCorrectPreCheckDBResponse) GoString

func (*ListDataCorrectPreCheckDBResponse) SetHeaders

func (*ListDataCorrectPreCheckDBResponse) SetStatusCode

func (ListDataCorrectPreCheckDBResponse) String

type ListDataCorrectPreCheckDBResponseBody

type ListDataCorrectPreCheckDBResponseBody struct {
	ErrorCode      *string                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	PreCheckDBList []*ListDataCorrectPreCheckDBResponseBodyPreCheckDBList `json:"PreCheckDBList,omitempty" xml:"PreCheckDBList,omitempty" type:"Repeated"`
	RequestId      *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDataCorrectPreCheckDBResponseBody) GoString

func (*ListDataCorrectPreCheckDBResponseBody) SetErrorCode

func (*ListDataCorrectPreCheckDBResponseBody) SetErrorMessage

func (*ListDataCorrectPreCheckDBResponseBody) SetRequestId

func (*ListDataCorrectPreCheckDBResponseBody) SetSuccess

func (ListDataCorrectPreCheckDBResponseBody) String

type ListDataCorrectPreCheckDBResponseBodyPreCheckDBList

type ListDataCorrectPreCheckDBResponseBodyPreCheckDBList struct {
	DbId       *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	SqlNum     *int64  `json:"SqlNum,omitempty" xml:"SqlNum,omitempty"`
}

func (ListDataCorrectPreCheckDBResponseBodyPreCheckDBList) GoString

func (*ListDataCorrectPreCheckDBResponseBodyPreCheckDBList) SetDbId

func (*ListDataCorrectPreCheckDBResponseBodyPreCheckDBList) SetSearchName

func (*ListDataCorrectPreCheckDBResponseBodyPreCheckDBList) SetSqlNum

func (ListDataCorrectPreCheckDBResponseBodyPreCheckDBList) String

type ListDataCorrectPreCheckSQLRequest

type ListDataCorrectPreCheckSQLRequest struct {
	DbId       *int64 `json:"DbId,omitempty" xml:"DbId,omitempty"`
	OrderId    *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDataCorrectPreCheckSQLRequest) GoString

func (*ListDataCorrectPreCheckSQLRequest) SetDbId

func (*ListDataCorrectPreCheckSQLRequest) SetOrderId

func (*ListDataCorrectPreCheckSQLRequest) SetPageNumber

func (*ListDataCorrectPreCheckSQLRequest) SetPageSize

func (*ListDataCorrectPreCheckSQLRequest) SetTid

func (ListDataCorrectPreCheckSQLRequest) String

type ListDataCorrectPreCheckSQLResponse

type ListDataCorrectPreCheckSQLResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDataCorrectPreCheckSQLResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDataCorrectPreCheckSQLResponse) GoString

func (*ListDataCorrectPreCheckSQLResponse) SetHeaders

func (*ListDataCorrectPreCheckSQLResponse) SetStatusCode

func (ListDataCorrectPreCheckSQLResponse) String

type ListDataCorrectPreCheckSQLResponseBody

type ListDataCorrectPreCheckSQLResponseBody struct {
	ErrorCode       *string                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	PreCheckSQLList []*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList `json:"PreCheckSQLList,omitempty" xml:"PreCheckSQLList,omitempty" type:"Repeated"`
	RequestId       *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDataCorrectPreCheckSQLResponseBody) GoString

func (*ListDataCorrectPreCheckSQLResponseBody) SetErrorCode

func (*ListDataCorrectPreCheckSQLResponseBody) SetErrorMessage

func (*ListDataCorrectPreCheckSQLResponseBody) SetRequestId

func (*ListDataCorrectPreCheckSQLResponseBody) SetSuccess

func (ListDataCorrectPreCheckSQLResponseBody) String

type ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList

type ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList struct {
	AffectRows        *int64  `json:"AffectRows,omitempty" xml:"AffectRows,omitempty"`
	CheckSQL          *string `json:"CheckSQL,omitempty" xml:"CheckSQL,omitempty"`
	DbId              *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	SQLReviewQueryKey *string `json:"SQLReviewQueryKey,omitempty" xml:"SQLReviewQueryKey,omitempty"`
	SqlReviewStatus   *string `json:"SqlReviewStatus,omitempty" xml:"SqlReviewStatus,omitempty"`
	SqlType           *string `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
	TableNames        *string `json:"TableNames,omitempty" xml:"TableNames,omitempty"`
}

func (ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) GoString

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetAffectRows

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetCheckSQL

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetDbId

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetSQLReviewQueryKey

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetSqlReviewStatus

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetSqlType

func (*ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) SetTableNames

func (ListDataCorrectPreCheckSQLResponseBodyPreCheckSQLList) String

type ListDatabaseUserPermssionsRequest

type ListDatabaseUserPermssionsRequest struct {
	DbId       *string `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PermType   *string `json:"PermType,omitempty" xml:"PermType,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListDatabaseUserPermssionsRequest) GoString

func (*ListDatabaseUserPermssionsRequest) SetDbId

func (*ListDatabaseUserPermssionsRequest) SetLogic

func (*ListDatabaseUserPermssionsRequest) SetPageNumber

func (*ListDatabaseUserPermssionsRequest) SetPageSize

func (*ListDatabaseUserPermssionsRequest) SetPermType

func (*ListDatabaseUserPermssionsRequest) SetTid

func (*ListDatabaseUserPermssionsRequest) SetUserName

func (ListDatabaseUserPermssionsRequest) String

type ListDatabaseUserPermssionsResponse

type ListDatabaseUserPermssionsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDatabaseUserPermssionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDatabaseUserPermssionsResponse) GoString

func (*ListDatabaseUserPermssionsResponse) SetHeaders

func (*ListDatabaseUserPermssionsResponse) SetStatusCode

func (ListDatabaseUserPermssionsResponse) String

type ListDatabaseUserPermssionsResponseBody

type ListDatabaseUserPermssionsResponseBody struct {
	ErrorCode       *string                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId       *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount      *int64                                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	UserPermissions *ListDatabaseUserPermssionsResponseBodyUserPermissions `json:"UserPermissions,omitempty" xml:"UserPermissions,omitempty" type:"Struct"`
}

func (ListDatabaseUserPermssionsResponseBody) GoString

func (*ListDatabaseUserPermssionsResponseBody) SetErrorCode

func (*ListDatabaseUserPermssionsResponseBody) SetErrorMessage

func (*ListDatabaseUserPermssionsResponseBody) SetRequestId

func (*ListDatabaseUserPermssionsResponseBody) SetSuccess

func (*ListDatabaseUserPermssionsResponseBody) SetTotalCount

func (ListDatabaseUserPermssionsResponseBody) String

type ListDatabaseUserPermssionsResponseBodyUserPermissions

type ListDatabaseUserPermssionsResponseBodyUserPermissions struct {
	UserPermission []*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission `json:"UserPermission,omitempty" xml:"UserPermission,omitempty" type:"Repeated"`
}

func (ListDatabaseUserPermssionsResponseBodyUserPermissions) GoString

func (ListDatabaseUserPermssionsResponseBodyUserPermissions) String

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission struct {
	Alias        *string                                                                         `json:"Alias,omitempty" xml:"Alias,omitempty"`
	ColumnName   *string                                                                         `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId         *string                                                                         `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType       *string                                                                         `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DsType       *string                                                                         `json:"DsType,omitempty" xml:"DsType,omitempty"`
	EnvType      *string                                                                         `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	InstanceId   *string                                                                         `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Logic        *bool                                                                           `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PermDetails  *ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetails `json:"PermDetails,omitempty" xml:"PermDetails,omitempty" type:"Struct"`
	SchemaName   *string                                                                         `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName   *string                                                                         `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	TableId      *string                                                                         `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName    *string                                                                         `json:"TableName,omitempty" xml:"TableName,omitempty"`
	UserId       *string                                                                         `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserNickName *string                                                                         `json:"UserNickName,omitempty" xml:"UserNickName,omitempty"`
}

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) GoString

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetAlias

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetColumnName

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetDbId

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetDbType

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetDsType

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetEnvType

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetInstanceId

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetLogic

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetSchemaName

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetSearchName

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetTableId

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetTableName

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetUserId

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) SetUserNickName

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermission) String

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetails

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetails struct {
	PermDetail []*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail `json:"PermDetail,omitempty" xml:"PermDetail,omitempty" type:"Repeated"`
}

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetails) GoString

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetails) String

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail

type ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail struct {
	CreateDate   *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	ExpireDate   *string `json:"ExpireDate,omitempty" xml:"ExpireDate,omitempty"`
	ExtraData    *string `json:"ExtraData,omitempty" xml:"ExtraData,omitempty"`
	OriginFrom   *string `json:"OriginFrom,omitempty" xml:"OriginFrom,omitempty"`
	PermType     *string `json:"PermType,omitempty" xml:"PermType,omitempty"`
	UserAccessId *string `json:"UserAccessId,omitempty" xml:"UserAccessId,omitempty"`
}

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) GoString

func (*ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetUserAccessId

func (ListDatabaseUserPermssionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) String

type ListDatabasesRequest

type ListDatabasesRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDatabasesRequest) GoString

func (s ListDatabasesRequest) GoString() string

func (*ListDatabasesRequest) SetInstanceId

func (s *ListDatabasesRequest) SetInstanceId(v string) *ListDatabasesRequest

func (*ListDatabasesRequest) SetPageNumber

func (s *ListDatabasesRequest) SetPageNumber(v int32) *ListDatabasesRequest

func (*ListDatabasesRequest) SetPageSize

func (s *ListDatabasesRequest) SetPageSize(v int32) *ListDatabasesRequest

func (*ListDatabasesRequest) SetTid

func (ListDatabasesRequest) String

func (s ListDatabasesRequest) String() string

type ListDatabasesResponse

type ListDatabasesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDatabasesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDatabasesResponse) GoString

func (s ListDatabasesResponse) GoString() string

func (*ListDatabasesResponse) SetBody

func (*ListDatabasesResponse) SetHeaders

func (*ListDatabasesResponse) SetStatusCode

func (s *ListDatabasesResponse) SetStatusCode(v int32) *ListDatabasesResponse

func (ListDatabasesResponse) String

func (s ListDatabasesResponse) String() string

type ListDatabasesResponseBody

type ListDatabasesResponseBody struct {
	DatabaseList *ListDatabasesResponseBodyDatabaseList `json:"DatabaseList,omitempty" xml:"DatabaseList,omitempty" type:"Struct"`
	ErrorCode    *string                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount   *int64                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDatabasesResponseBody) GoString

func (s ListDatabasesResponseBody) GoString() string

func (*ListDatabasesResponseBody) SetDatabaseList

func (*ListDatabasesResponseBody) SetErrorCode

func (*ListDatabasesResponseBody) SetErrorMessage

func (*ListDatabasesResponseBody) SetRequestId

func (*ListDatabasesResponseBody) SetSuccess

func (*ListDatabasesResponseBody) SetTotalCount

func (ListDatabasesResponseBody) String

func (s ListDatabasesResponseBody) String() string

type ListDatabasesResponseBodyDatabaseList

type ListDatabasesResponseBodyDatabaseList struct {
	Database []*ListDatabasesResponseBodyDatabaseListDatabase `json:"Database,omitempty" xml:"Database,omitempty" type:"Repeated"`
}

func (ListDatabasesResponseBodyDatabaseList) GoString

func (ListDatabasesResponseBodyDatabaseList) String

type ListDatabasesResponseBodyDatabaseListDatabase

type ListDatabasesResponseBodyDatabaseListDatabase struct {
	CatalogName   *string                                                     `json:"CatalogName,omitempty" xml:"CatalogName,omitempty"`
	DatabaseId    *string                                                     `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbType        *string                                                     `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DbaId         *string                                                     `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaName       *string                                                     `json:"DbaName,omitempty" xml:"DbaName,omitempty"`
	Encoding      *string                                                     `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	EnvType       *string                                                     `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host          *string                                                     `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceId    *string                                                     `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	OwnerIdList   *ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port          *int32                                                      `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName    *string                                                     `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                                     `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Sid           *string                                                     `json:"Sid,omitempty" xml:"Sid,omitempty"`
	State         *string                                                     `json:"State,omitempty" xml:"State,omitempty"`
}

func (ListDatabasesResponseBodyDatabaseListDatabase) GoString

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetCatalogName

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetDatabaseId

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetDbType

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetDbaId

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetDbaName

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetEncoding

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetEnvType

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetHost

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetInstanceId

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetPort

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetSchemaName

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetSearchName

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetSid

func (*ListDatabasesResponseBodyDatabaseListDatabase) SetState

func (ListDatabasesResponseBodyDatabaseListDatabase) String

type ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList

type ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList) GoString

func (*ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList) SetOwnerIds

func (ListDatabasesResponseBodyDatabaseListDatabaseOwnerIdList) String

type ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList

type ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList) GoString

func (*ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList) SetOwnerNames

func (ListDatabasesResponseBodyDatabaseListDatabaseOwnerNameList) String

type ListDefaultSLARulesRequest

type ListDefaultSLARulesRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDefaultSLARulesRequest) GoString

func (s ListDefaultSLARulesRequest) GoString() string

func (*ListDefaultSLARulesRequest) SetDagId

func (*ListDefaultSLARulesRequest) SetTid

func (ListDefaultSLARulesRequest) String

type ListDefaultSLARulesResponse

type ListDefaultSLARulesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDefaultSLARulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDefaultSLARulesResponse) GoString

func (s ListDefaultSLARulesResponse) GoString() string

func (*ListDefaultSLARulesResponse) SetBody

func (*ListDefaultSLARulesResponse) SetHeaders

func (*ListDefaultSLARulesResponse) SetStatusCode

func (ListDefaultSLARulesResponse) String

type ListDefaultSLARulesResponseBody

type ListDefaultSLARulesResponseBody struct {
	ErrorCode    *string                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SLARuleList  *ListDefaultSLARulesResponseBodySLARuleList `json:"SLARuleList,omitempty" xml:"SLARuleList,omitempty" type:"Struct"`
	Success      *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDefaultSLARulesResponseBody) GoString

func (*ListDefaultSLARulesResponseBody) SetErrorCode

func (*ListDefaultSLARulesResponseBody) SetErrorMessage

func (*ListDefaultSLARulesResponseBody) SetRequestId

func (*ListDefaultSLARulesResponseBody) SetSuccess

func (ListDefaultSLARulesResponseBody) String

type ListDefaultSLARulesResponseBodySLARuleList

type ListDefaultSLARulesResponseBodySLARuleList struct {
	SLARule []*ListDefaultSLARulesResponseBodySLARuleListSLARule `json:"SLARule,omitempty" xml:"SLARule,omitempty" type:"Repeated"`
}

func (ListDefaultSLARulesResponseBodySLARuleList) GoString

func (ListDefaultSLARulesResponseBodySLARuleList) String

type ListDefaultSLARulesResponseBodySLARuleListSLARule

type ListDefaultSLARulesResponseBodySLARuleListSLARule struct {
	DagId           *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Id              *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	IntervalMinutes *int32 `json:"IntervalMinutes,omitempty" xml:"IntervalMinutes,omitempty"`
	NodeId          *int64 `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	RuleType        *int32 `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
}

func (ListDefaultSLARulesResponseBodySLARuleListSLARule) GoString

func (*ListDefaultSLARulesResponseBodySLARuleListSLARule) SetDagId

func (*ListDefaultSLARulesResponseBodySLARuleListSLARule) SetId

func (*ListDefaultSLARulesResponseBodySLARuleListSLARule) SetIntervalMinutes

func (*ListDefaultSLARulesResponseBodySLARuleListSLARule) SetNodeId

func (*ListDefaultSLARulesResponseBodySLARuleListSLARule) SetRuleType

func (ListDefaultSLARulesResponseBodySLARuleListSLARule) String

type ListDesensitizationRuleRequest

type ListDesensitizationRuleRequest struct {
	FuncType   *string `json:"FuncType,omitempty" xml:"FuncType,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RuleId     *int32  `json:"RuleId,omitempty" xml:"RuleId,omitempty"`
	RuleName   *string `json:"RuleName,omitempty" xml:"RuleName,omitempty"`
	RuleType   *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListDesensitizationRuleRequest) GoString

func (*ListDesensitizationRuleRequest) SetFuncType

func (*ListDesensitizationRuleRequest) SetPageNumber

func (*ListDesensitizationRuleRequest) SetPageSize

func (*ListDesensitizationRuleRequest) SetRuleId

func (*ListDesensitizationRuleRequest) SetRuleName

func (*ListDesensitizationRuleRequest) SetRuleType

func (*ListDesensitizationRuleRequest) SetTid

func (ListDesensitizationRuleRequest) String

type ListDesensitizationRuleResponse

type ListDesensitizationRuleResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListDesensitizationRuleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListDesensitizationRuleResponse) GoString

func (*ListDesensitizationRuleResponse) SetHeaders

func (*ListDesensitizationRuleResponse) SetStatusCode

func (ListDesensitizationRuleResponse) String

type ListDesensitizationRuleResponseBody

type ListDesensitizationRuleResponseBody struct {
	DesensitizationRuleList []*ListDesensitizationRuleResponseBodyDesensitizationRuleList `json:"DesensitizationRuleList,omitempty" xml:"DesensitizationRuleList,omitempty" type:"Repeated"`
	ErrorCode               *string                                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage            *string                                                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId               *string                                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                 *bool                                                         `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount              *int32                                                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDesensitizationRuleResponseBody) GoString

func (*ListDesensitizationRuleResponseBody) SetErrorCode

func (*ListDesensitizationRuleResponseBody) SetErrorMessage

func (*ListDesensitizationRuleResponseBody) SetRequestId

func (*ListDesensitizationRuleResponseBody) SetSuccess

func (*ListDesensitizationRuleResponseBody) SetTotalCount

func (ListDesensitizationRuleResponseBody) String

type ListDesensitizationRuleResponseBodyDesensitizationRuleList

type ListDesensitizationRuleResponseBodyDesensitizationRuleList struct {
	FuncParams       *string `json:"FuncParams,omitempty" xml:"FuncParams,omitempty"`
	FuncSample       *string `json:"FuncSample,omitempty" xml:"FuncSample,omitempty"`
	FunctionType     *string `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	LastModifierId   *string `json:"LastModifierId,omitempty" xml:"LastModifierId,omitempty"`
	LastModifierName *string `json:"LastModifierName,omitempty" xml:"LastModifierName,omitempty"`
	ReferenceCount   *int32  `json:"ReferenceCount,omitempty" xml:"ReferenceCount,omitempty"`
	RuleDesc         *string `json:"RuleDesc,omitempty" xml:"RuleDesc,omitempty"`
	RuleId           *int32  `json:"RuleId,omitempty" xml:"RuleId,omitempty"`
	RuleName         *string `json:"RuleName,omitempty" xml:"RuleName,omitempty"`
	RuleType         *string `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
}

func (ListDesensitizationRuleResponseBodyDesensitizationRuleList) GoString

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetFuncParams

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetFuncSample

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetFunctionType

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetLastModifierId

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetLastModifierName

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetReferenceCount

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetRuleDesc

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetRuleId

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetRuleName

func (*ListDesensitizationRuleResponseBodyDesensitizationRuleList) SetRuleType

func (ListDesensitizationRuleResponseBodyDesensitizationRuleList) String

type ListIndexesRequest

type ListIndexesRequest struct {
	Logic   *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	TableId *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
	Tid     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListIndexesRequest) GoString

func (s ListIndexesRequest) GoString() string

func (*ListIndexesRequest) SetLogic

func (s *ListIndexesRequest) SetLogic(v bool) *ListIndexesRequest

func (*ListIndexesRequest) SetTableId

func (s *ListIndexesRequest) SetTableId(v string) *ListIndexesRequest

func (*ListIndexesRequest) SetTid

func (ListIndexesRequest) String

func (s ListIndexesRequest) String() string

type ListIndexesResponse

type ListIndexesResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListIndexesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListIndexesResponse) GoString

func (s ListIndexesResponse) GoString() string

func (*ListIndexesResponse) SetBody

func (*ListIndexesResponse) SetHeaders

func (s *ListIndexesResponse) SetHeaders(v map[string]*string) *ListIndexesResponse

func (*ListIndexesResponse) SetStatusCode

func (s *ListIndexesResponse) SetStatusCode(v int32) *ListIndexesResponse

func (ListIndexesResponse) String

func (s ListIndexesResponse) String() string

type ListIndexesResponseBody

type ListIndexesResponseBody struct {
	ErrorCode    *string                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                           `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	IndexList    *ListIndexesResponseBodyIndexList `json:"IndexList,omitempty" xml:"IndexList,omitempty" type:"Struct"`
	RequestId    *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListIndexesResponseBody) GoString

func (s ListIndexesResponseBody) GoString() string

func (*ListIndexesResponseBody) SetErrorCode

func (*ListIndexesResponseBody) SetErrorMessage

func (*ListIndexesResponseBody) SetIndexList

func (*ListIndexesResponseBody) SetRequestId

func (*ListIndexesResponseBody) SetSuccess

func (ListIndexesResponseBody) String

func (s ListIndexesResponseBody) String() string

type ListIndexesResponseBodyIndexList

type ListIndexesResponseBodyIndexList struct {
	Index []*ListIndexesResponseBodyIndexListIndex `json:"Index,omitempty" xml:"Index,omitempty" type:"Repeated"`
}

func (ListIndexesResponseBodyIndexList) GoString

func (ListIndexesResponseBodyIndexList) String

type ListIndexesResponseBodyIndexListIndex

type ListIndexesResponseBodyIndexListIndex struct {
	IndexComment *string `json:"IndexComment,omitempty" xml:"IndexComment,omitempty"`
	IndexId      *string `json:"IndexId,omitempty" xml:"IndexId,omitempty"`
	IndexName    *string `json:"IndexName,omitempty" xml:"IndexName,omitempty"`
	IndexType    *string `json:"IndexType,omitempty" xml:"IndexType,omitempty"`
	TableId      *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
}

func (ListIndexesResponseBodyIndexListIndex) GoString

func (*ListIndexesResponseBodyIndexListIndex) SetIndexComment

func (*ListIndexesResponseBodyIndexListIndex) SetIndexId

func (*ListIndexesResponseBodyIndexListIndex) SetIndexName

func (*ListIndexesResponseBodyIndexListIndex) SetIndexType

func (*ListIndexesResponseBodyIndexListIndex) SetTableId

func (ListIndexesResponseBodyIndexListIndex) String

type ListInstanceLoginAuditLogRequest

type ListInstanceLoginAuditLogRequest struct {
	EndTime    *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	OpUserName *string `json:"OpUserName,omitempty" xml:"OpUserName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	StartTime  *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListInstanceLoginAuditLogRequest) GoString

func (*ListInstanceLoginAuditLogRequest) SetEndTime

func (*ListInstanceLoginAuditLogRequest) SetOpUserName

func (*ListInstanceLoginAuditLogRequest) SetPageNumber

func (*ListInstanceLoginAuditLogRequest) SetPageSize

func (*ListInstanceLoginAuditLogRequest) SetSearchName

func (*ListInstanceLoginAuditLogRequest) SetStartTime

func (*ListInstanceLoginAuditLogRequest) SetTid

func (ListInstanceLoginAuditLogRequest) String

type ListInstanceLoginAuditLogResponse

type ListInstanceLoginAuditLogResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInstanceLoginAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInstanceLoginAuditLogResponse) GoString

func (*ListInstanceLoginAuditLogResponse) SetHeaders

func (*ListInstanceLoginAuditLogResponse) SetStatusCode

func (ListInstanceLoginAuditLogResponse) String

type ListInstanceLoginAuditLogResponseBody

type ListInstanceLoginAuditLogResponseBody struct {
	ErrorCode                 *string                                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage              *string                                                         `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	InstanceLoginAuditLogList *ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogList `json:"InstanceLoginAuditLogList,omitempty" xml:"InstanceLoginAuditLogList,omitempty" type:"Struct"`
	RequestId                 *string                                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                   *bool                                                           `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount                *int64                                                          `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListInstanceLoginAuditLogResponseBody) GoString

func (*ListInstanceLoginAuditLogResponseBody) SetErrorCode

func (*ListInstanceLoginAuditLogResponseBody) SetErrorMessage

func (*ListInstanceLoginAuditLogResponseBody) SetRequestId

func (*ListInstanceLoginAuditLogResponseBody) SetSuccess

func (*ListInstanceLoginAuditLogResponseBody) SetTotalCount

func (ListInstanceLoginAuditLogResponseBody) String

type ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogList

type ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogList struct {
	InstanceLoginAuditLog []*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog `json:"InstanceLoginAuditLog,omitempty" xml:"InstanceLoginAuditLog,omitempty" type:"Repeated"`
}

func (ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogList) GoString

func (ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogList) String

type ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog

type ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog struct {
	DbUser       *string `json:"DbUser,omitempty" xml:"DbUser,omitempty"`
	InstanceId   *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	OpTime       *string `json:"OpTime,omitempty" xml:"OpTime,omitempty"`
	RequestIp    *string `json:"RequestIp,omitempty" xml:"RequestIp,omitempty"`
	UserId       *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName     *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) GoString

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetDbUser

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetInstanceId

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetInstanceName

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetOpTime

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetRequestIp

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetUserId

func (*ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) SetUserName

func (ListInstanceLoginAuditLogResponseBodyInstanceLoginAuditLogListInstanceLoginAuditLog) String

type ListInstanceUserPermissionsRequest

type ListInstanceUserPermissionsRequest struct {
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserName   *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListInstanceUserPermissionsRequest) GoString

func (*ListInstanceUserPermissionsRequest) SetInstanceId

func (*ListInstanceUserPermissionsRequest) SetPageNumber

func (*ListInstanceUserPermissionsRequest) SetPageSize

func (*ListInstanceUserPermissionsRequest) SetTid

func (*ListInstanceUserPermissionsRequest) SetUserName

func (ListInstanceUserPermissionsRequest) String

type ListInstanceUserPermissionsResponse

type ListInstanceUserPermissionsResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInstanceUserPermissionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInstanceUserPermissionsResponse) GoString

func (*ListInstanceUserPermissionsResponse) SetHeaders

func (*ListInstanceUserPermissionsResponse) SetStatusCode

func (ListInstanceUserPermissionsResponse) String

type ListInstanceUserPermissionsResponseBody

type ListInstanceUserPermissionsResponseBody struct {
	ErrorCode       *string                                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                                 `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId       *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                                   `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount      *int64                                                  `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	UserPermissions *ListInstanceUserPermissionsResponseBodyUserPermissions `json:"UserPermissions,omitempty" xml:"UserPermissions,omitempty" type:"Struct"`
}

func (ListInstanceUserPermissionsResponseBody) GoString

func (*ListInstanceUserPermissionsResponseBody) SetErrorCode

func (*ListInstanceUserPermissionsResponseBody) SetErrorMessage

func (*ListInstanceUserPermissionsResponseBody) SetRequestId

func (*ListInstanceUserPermissionsResponseBody) SetSuccess

func (*ListInstanceUserPermissionsResponseBody) SetTotalCount

func (ListInstanceUserPermissionsResponseBody) String

type ListInstanceUserPermissionsResponseBodyUserPermissions

type ListInstanceUserPermissionsResponseBodyUserPermissions struct {
	UserPermission []*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission `json:"UserPermission,omitempty" xml:"UserPermission,omitempty" type:"Repeated"`
}

func (ListInstanceUserPermissionsResponseBodyUserPermissions) GoString

func (ListInstanceUserPermissionsResponseBodyUserPermissions) String

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission struct {
	InstanceId   *string                                                                          `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PermDetails  *ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails `json:"PermDetails,omitempty" xml:"PermDetails,omitempty" type:"Struct"`
	UserId       *string                                                                          `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserNickName *string                                                                          `json:"UserNickName,omitempty" xml:"UserNickName,omitempty"`
}

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission) GoString

func (*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission) SetInstanceId

func (*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission) SetUserId

func (*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission) SetUserNickName

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermission) String

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails struct {
	PermDetail []*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail `json:"PermDetail,omitempty" xml:"PermDetail,omitempty" type:"Repeated"`
}

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails) GoString

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails) String

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail

type ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail struct {
	CreateDate   *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	ExpireDate   *string `json:"ExpireDate,omitempty" xml:"ExpireDate,omitempty"`
	ExtraData    *string `json:"ExtraData,omitempty" xml:"ExtraData,omitempty"`
	OriginFrom   *string `json:"OriginFrom,omitempty" xml:"OriginFrom,omitempty"`
	PermType     *string `json:"PermType,omitempty" xml:"PermType,omitempty"`
	UserAccessId *string `json:"UserAccessId,omitempty" xml:"UserAccessId,omitempty"`
}

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) GoString

func (*ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetUserAccessId

func (ListInstanceUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) String

type ListInstancesRequest

type ListInstancesRequest struct {
	DbType         *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType        *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	InstanceSource *string `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	InstanceState  *string `json:"InstanceState,omitempty" xml:"InstanceState,omitempty"`
	NetType        *string `json:"NetType,omitempty" xml:"NetType,omitempty"`
	PageNumber     *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SearchKey      *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	Tid            *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListInstancesRequest) GoString

func (s ListInstancesRequest) GoString() string

func (*ListInstancesRequest) SetDbType

func (*ListInstancesRequest) SetEnvType

func (*ListInstancesRequest) SetInstanceSource

func (s *ListInstancesRequest) SetInstanceSource(v string) *ListInstancesRequest

func (*ListInstancesRequest) SetInstanceState

func (s *ListInstancesRequest) SetInstanceState(v string) *ListInstancesRequest

func (*ListInstancesRequest) SetNetType

func (*ListInstancesRequest) SetPageNumber

func (s *ListInstancesRequest) SetPageNumber(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetPageSize

func (s *ListInstancesRequest) SetPageSize(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetSearchKey

func (s *ListInstancesRequest) SetSearchKey(v string) *ListInstancesRequest

func (*ListInstancesRequest) SetTid

func (ListInstancesRequest) String

func (s ListInstancesRequest) String() string

type ListInstancesResponse

type ListInstancesResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListInstancesResponse) GoString

func (s ListInstancesResponse) GoString() string

func (*ListInstancesResponse) SetBody

func (*ListInstancesResponse) SetHeaders

func (*ListInstancesResponse) SetStatusCode

func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse

func (ListInstancesResponse) String

func (s ListInstancesResponse) String() string

type ListInstancesResponseBody

type ListInstancesResponseBody struct {
	ErrorCode    *string                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	InstanceList *ListInstancesResponseBodyInstanceList `json:"InstanceList,omitempty" xml:"InstanceList,omitempty" type:"Struct"`
	RequestId    *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount   *int64                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListInstancesResponseBody) GoString

func (s ListInstancesResponseBody) GoString() string

func (*ListInstancesResponseBody) SetErrorCode

func (*ListInstancesResponseBody) SetErrorMessage

func (*ListInstancesResponseBody) SetInstanceList

func (*ListInstancesResponseBody) SetRequestId

func (*ListInstancesResponseBody) SetSuccess

func (*ListInstancesResponseBody) SetTotalCount

func (ListInstancesResponseBody) String

func (s ListInstancesResponseBody) String() string

type ListInstancesResponseBodyInstanceList

type ListInstancesResponseBodyInstanceList struct {
	Instance []*ListInstancesResponseBodyInstanceListInstance `json:"Instance,omitempty" xml:"Instance,omitempty" type:"Repeated"`
}

func (ListInstancesResponseBodyInstanceList) GoString

func (ListInstancesResponseBodyInstanceList) String

type ListInstancesResponseBodyInstanceListInstance

type ListInstancesResponseBodyInstanceListInstance struct {
	DataLinkName     *string                                                     `json:"DataLinkName,omitempty" xml:"DataLinkName,omitempty"`
	DatabasePassword *string                                                     `json:"DatabasePassword,omitempty" xml:"DatabasePassword,omitempty"`
	DatabaseUser     *string                                                     `json:"DatabaseUser,omitempty" xml:"DatabaseUser,omitempty"`
	DbaId            *string                                                     `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DbaNickName      *string                                                     `json:"DbaNickName,omitempty" xml:"DbaNickName,omitempty"`
	DdlOnline        *int32                                                      `json:"DdlOnline,omitempty" xml:"DdlOnline,omitempty"`
	EcsInstanceId    *string                                                     `json:"EcsInstanceId,omitempty" xml:"EcsInstanceId,omitempty"`
	EcsRegion        *string                                                     `json:"EcsRegion,omitempty" xml:"EcsRegion,omitempty"`
	EnvType          *string                                                     `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	ExportTimeout    *int32                                                      `json:"ExportTimeout,omitempty" xml:"ExportTimeout,omitempty"`
	Host             *string                                                     `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceAlias    *string                                                     `json:"InstanceAlias,omitempty" xml:"InstanceAlias,omitempty"`
	InstanceId       *string                                                     `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceSource   *string                                                     `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	InstanceType     *string                                                     `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	OwnerIdList      *ListInstancesResponseBodyInstanceListInstanceOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList    *ListInstancesResponseBodyInstanceListInstanceOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port             *int32                                                      `json:"Port,omitempty" xml:"Port,omitempty"`
	QueryTimeout     *int32                                                      `json:"QueryTimeout,omitempty" xml:"QueryTimeout,omitempty"`
	SafeRuleId       *string                                                     `json:"SafeRuleId,omitempty" xml:"SafeRuleId,omitempty"`
	Sid              *string                                                     `json:"Sid,omitempty" xml:"Sid,omitempty"`
	StandardGroup    *ListInstancesResponseBodyInstanceListInstanceStandardGroup `json:"StandardGroup,omitempty" xml:"StandardGroup,omitempty" type:"Struct"`
	State            *string                                                     `json:"State,omitempty" xml:"State,omitempty"`
	UseDsql          *int32                                                      `json:"UseDsql,omitempty" xml:"UseDsql,omitempty"`
	VpcId            *string                                                     `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (ListInstancesResponseBodyInstanceListInstance) GoString

func (*ListInstancesResponseBodyInstanceListInstance) SetDataLinkName

func (*ListInstancesResponseBodyInstanceListInstance) SetDatabasePassword

func (*ListInstancesResponseBodyInstanceListInstance) SetDatabaseUser

func (*ListInstancesResponseBodyInstanceListInstance) SetDbaId

func (*ListInstancesResponseBodyInstanceListInstance) SetDbaNickName

func (*ListInstancesResponseBodyInstanceListInstance) SetDdlOnline

func (*ListInstancesResponseBodyInstanceListInstance) SetEcsInstanceId

func (*ListInstancesResponseBodyInstanceListInstance) SetEcsRegion

func (*ListInstancesResponseBodyInstanceListInstance) SetEnvType

func (*ListInstancesResponseBodyInstanceListInstance) SetExportTimeout

func (*ListInstancesResponseBodyInstanceListInstance) SetHost

func (*ListInstancesResponseBodyInstanceListInstance) SetInstanceAlias

func (*ListInstancesResponseBodyInstanceListInstance) SetInstanceId

func (*ListInstancesResponseBodyInstanceListInstance) SetInstanceSource

func (*ListInstancesResponseBodyInstanceListInstance) SetInstanceType

func (*ListInstancesResponseBodyInstanceListInstance) SetPort

func (*ListInstancesResponseBodyInstanceListInstance) SetQueryTimeout

func (*ListInstancesResponseBodyInstanceListInstance) SetSafeRuleId

func (*ListInstancesResponseBodyInstanceListInstance) SetSid

func (*ListInstancesResponseBodyInstanceListInstance) SetState

func (*ListInstancesResponseBodyInstanceListInstance) SetUseDsql

func (*ListInstancesResponseBodyInstanceListInstance) SetVpcId

func (ListInstancesResponseBodyInstanceListInstance) String

type ListInstancesResponseBodyInstanceListInstanceOwnerIdList

type ListInstancesResponseBodyInstanceListInstanceOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (ListInstancesResponseBodyInstanceListInstanceOwnerIdList) GoString

func (*ListInstancesResponseBodyInstanceListInstanceOwnerIdList) SetOwnerIds

func (ListInstancesResponseBodyInstanceListInstanceOwnerIdList) String

type ListInstancesResponseBodyInstanceListInstanceOwnerNameList

type ListInstancesResponseBodyInstanceListInstanceOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (ListInstancesResponseBodyInstanceListInstanceOwnerNameList) GoString

func (*ListInstancesResponseBodyInstanceListInstanceOwnerNameList) SetOwnerNames

func (ListInstancesResponseBodyInstanceListInstanceOwnerNameList) String

type ListInstancesResponseBodyInstanceListInstanceStandardGroup

type ListInstancesResponseBodyInstanceListInstanceStandardGroup struct {
	GroupMode *string `json:"GroupMode,omitempty" xml:"GroupMode,omitempty"`
	GroupName *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
}

func (ListInstancesResponseBodyInstanceListInstanceStandardGroup) GoString

func (*ListInstancesResponseBodyInstanceListInstanceStandardGroup) SetGroupMode

func (*ListInstancesResponseBodyInstanceListInstanceStandardGroup) SetGroupName

func (ListInstancesResponseBodyInstanceListInstanceStandardGroup) String

type ListLhTaskFlowAndScenarioRequest

type ListLhTaskFlowAndScenarioRequest struct {
	SpaceId *int64 `json:"SpaceId,omitempty" xml:"SpaceId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserId  *int64 `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListLhTaskFlowAndScenarioRequest) GoString

func (*ListLhTaskFlowAndScenarioRequest) SetSpaceId

func (*ListLhTaskFlowAndScenarioRequest) SetTid

func (*ListLhTaskFlowAndScenarioRequest) SetUserId

func (ListLhTaskFlowAndScenarioRequest) String

type ListLhTaskFlowAndScenarioResponse

type ListLhTaskFlowAndScenarioResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLhTaskFlowAndScenarioResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLhTaskFlowAndScenarioResponse) GoString

func (*ListLhTaskFlowAndScenarioResponse) SetHeaders

func (*ListLhTaskFlowAndScenarioResponse) SetStatusCode

func (ListLhTaskFlowAndScenarioResponse) String

type ListLhTaskFlowAndScenarioResponseBody

type ListLhTaskFlowAndScenarioResponseBody struct {
	ErrorCode       *string                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                               `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RawDAGList      *ListLhTaskFlowAndScenarioResponseBodyRawDAGList      `json:"RawDAGList,omitempty" xml:"RawDAGList,omitempty" type:"Struct"`
	RequestId       *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScenarioDAGList *ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList `json:"ScenarioDAGList,omitempty" xml:"ScenarioDAGList,omitempty" type:"Struct"`
	Success         *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListLhTaskFlowAndScenarioResponseBody) GoString

func (*ListLhTaskFlowAndScenarioResponseBody) SetErrorCode

func (*ListLhTaskFlowAndScenarioResponseBody) SetErrorMessage

func (*ListLhTaskFlowAndScenarioResponseBody) SetRequestId

func (*ListLhTaskFlowAndScenarioResponseBody) SetSuccess

func (ListLhTaskFlowAndScenarioResponseBody) String

type ListLhTaskFlowAndScenarioResponseBodyRawDAGList

type ListLhTaskFlowAndScenarioResponseBodyRawDAGList struct {
	Dag []*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag `json:"Dag,omitempty" xml:"Dag,omitempty" type:"Repeated"`
}

func (ListLhTaskFlowAndScenarioResponseBodyRawDAGList) GoString

func (ListLhTaskFlowAndScenarioResponseBodyRawDAGList) String

type ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag

type ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag struct {
	CanEdit              *bool   `json:"CanEdit,omitempty" xml:"CanEdit,omitempty"`
	CreatorId            *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorNickName      *string `json:"CreatorNickName,omitempty" xml:"CreatorNickName,omitempty"`
	DagName              *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	DagOwnerId           *string `json:"DagOwnerId,omitempty" xml:"DagOwnerId,omitempty"`
	DagOwnerNickName     *string `json:"DagOwnerNickName,omitempty" xml:"DagOwnerNickName,omitempty"`
	DataFlowId           *int64  `json:"DataFlowId,omitempty" xml:"DataFlowId,omitempty"`
	DemoId               *string `json:"DemoId,omitempty" xml:"DemoId,omitempty"`
	DeployId             *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	Id                   *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	IsDeleted            *bool   `json:"IsDeleted,omitempty" xml:"IsDeleted,omitempty"`
	LatestInstanceStatus *int32  `json:"LatestInstanceStatus,omitempty" xml:"LatestInstanceStatus,omitempty"`
	LatestInstanceTime   *int32  `json:"LatestInstanceTime,omitempty" xml:"LatestInstanceTime,omitempty"`
	ScenarioId           *int64  `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	SpaceId              *int64  `json:"SpaceId,omitempty" xml:"SpaceId,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) GoString

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetCanEdit

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetCreatorId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetCreatorNickName

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDagName

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDagOwnerId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDagOwnerNickName

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDataFlowId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDemoId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetDeployId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetIsDeleted

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetLatestInstanceStatus

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetLatestInstanceTime

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetScenarioId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetSpaceId

func (*ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) SetStatus

func (ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag) String

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList struct {
	ScenarioDAG []*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAG `json:"ScenarioDAG,omitempty" xml:"ScenarioDAG,omitempty" type:"Repeated"`
}

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList) GoString

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList) String

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAG

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAG struct {
	DagList  *ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagList  `json:"DagList,omitempty" xml:"DagList,omitempty" type:"Struct"`
	Scenario *ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario `json:"Scenario,omitempty" xml:"Scenario,omitempty" type:"Struct"`
}

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAG) GoString

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAG) String

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagList

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagList struct {
	Dag []*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag `json:"Dag,omitempty" xml:"Dag,omitempty" type:"Repeated"`
}

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagList) GoString

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagList) String

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag struct {
	CanEdit              *bool   `json:"CanEdit,omitempty" xml:"CanEdit,omitempty"`
	CreatorId            *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorNickName      *string `json:"CreatorNickName,omitempty" xml:"CreatorNickName,omitempty"`
	DagName              *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	DagOwnerId           *string `json:"DagOwnerId,omitempty" xml:"DagOwnerId,omitempty"`
	DagOwnerNickName     *string `json:"DagOwnerNickName,omitempty" xml:"DagOwnerNickName,omitempty"`
	DataFlowId           *int64  `json:"DataFlowId,omitempty" xml:"DataFlowId,omitempty"`
	DemoId               *string `json:"DemoId,omitempty" xml:"DemoId,omitempty"`
	DeployId             *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	Id                   *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	IsDeleted            *bool   `json:"IsDeleted,omitempty" xml:"IsDeleted,omitempty"`
	LatestInstanceStatus *int32  `json:"LatestInstanceStatus,omitempty" xml:"LatestInstanceStatus,omitempty"`
	LatestInstanceTime   *int32  `json:"LatestInstanceTime,omitempty" xml:"LatestInstanceTime,omitempty"`
	ScenarioId           *int64  `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	SpaceId              *int64  `json:"SpaceId,omitempty" xml:"SpaceId,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) GoString

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetCanEdit

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetCreatorId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetCreatorNickName

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDagName

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDagOwnerId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDagOwnerNickName

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDataFlowId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDemoId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetDeployId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetIsDeleted

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetLatestInstanceStatus

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetLatestInstanceTime

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetScenarioId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetSpaceId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) SetStatus

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGDagListDag) String

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario

type ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario struct {
	CreatorId    *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ScenarioName *string `json:"ScenarioName,omitempty" xml:"ScenarioName,omitempty"`
}

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario) GoString

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario) SetCreatorId

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario) SetDescription

func (*ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario) SetScenarioName

func (ListLhTaskFlowAndScenarioResponseBodyScenarioDAGListScenarioDAGScenario) String

type ListLogicDatabasesRequest

type ListLogicDatabasesRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListLogicDatabasesRequest) GoString

func (s ListLogicDatabasesRequest) GoString() string

func (*ListLogicDatabasesRequest) SetPageNumber

func (*ListLogicDatabasesRequest) SetPageSize

func (*ListLogicDatabasesRequest) SetTid

func (ListLogicDatabasesRequest) String

func (s ListLogicDatabasesRequest) String() string

type ListLogicDatabasesResponse

type ListLogicDatabasesResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLogicDatabasesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLogicDatabasesResponse) GoString

func (s ListLogicDatabasesResponse) GoString() string

func (*ListLogicDatabasesResponse) SetBody

func (*ListLogicDatabasesResponse) SetHeaders

func (*ListLogicDatabasesResponse) SetStatusCode

func (ListLogicDatabasesResponse) String

type ListLogicDatabasesResponseBody

type ListLogicDatabasesResponseBody struct {
	ErrorCode         *string                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LogicDatabaseList *ListLogicDatabasesResponseBodyLogicDatabaseList `json:"LogicDatabaseList,omitempty" xml:"LogicDatabaseList,omitempty" type:"Struct"`
	RequestId         *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount        *int64                                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListLogicDatabasesResponseBody) GoString

func (*ListLogicDatabasesResponseBody) SetErrorCode

func (*ListLogicDatabasesResponseBody) SetErrorMessage

func (*ListLogicDatabasesResponseBody) SetRequestId

func (*ListLogicDatabasesResponseBody) SetSuccess

func (*ListLogicDatabasesResponseBody) SetTotalCount

func (ListLogicDatabasesResponseBody) String

type ListLogicDatabasesResponseBodyLogicDatabaseList

type ListLogicDatabasesResponseBodyLogicDatabaseList struct {
	LogicDatabase []*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase `json:"LogicDatabase,omitempty" xml:"LogicDatabase,omitempty" type:"Repeated"`
}

func (ListLogicDatabasesResponseBodyLogicDatabaseList) GoString

func (ListLogicDatabasesResponseBodyLogicDatabaseList) String

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase struct {
	Alias         *string                                                                    `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseId    *string                                                                    `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbType        *string                                                                    `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType       *string                                                                    `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic         *bool                                                                      `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIdList   *ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	SchemaName    *string                                                                    `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                                                    `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
}

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) GoString

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetAlias

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetDatabaseId

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetDbType

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetEnvType

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetLogic

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetSchemaName

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) SetSearchName

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabase) String

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList) GoString

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList) SetOwnerIds

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerIdList) String

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList

type ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList) GoString

func (*ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList) SetOwnerNames

func (ListLogicDatabasesResponseBodyLogicDatabaseListLogicDatabaseOwnerNameList) String

type ListLogicTableRouteConfigRequest

type ListLogicTableRouteConfigRequest struct {
	TableId *int64 `json:"TableId,omitempty" xml:"TableId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListLogicTableRouteConfigRequest) GoString

func (*ListLogicTableRouteConfigRequest) SetTableId

func (*ListLogicTableRouteConfigRequest) SetTid

func (ListLogicTableRouteConfigRequest) String

type ListLogicTableRouteConfigResponse

type ListLogicTableRouteConfigResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLogicTableRouteConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLogicTableRouteConfigResponse) GoString

func (*ListLogicTableRouteConfigResponse) SetHeaders

func (*ListLogicTableRouteConfigResponse) SetStatusCode

func (ListLogicTableRouteConfigResponse) String

type ListLogicTableRouteConfigResponseBody

type ListLogicTableRouteConfigResponseBody struct {
	ErrorCode                 *string                                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage              *string                                                         `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LogicTableRouteConfigList *ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigList `json:"LogicTableRouteConfigList,omitempty" xml:"LogicTableRouteConfigList,omitempty" type:"Struct"`
	RequestId                 *string                                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                   *bool                                                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListLogicTableRouteConfigResponseBody) GoString

func (*ListLogicTableRouteConfigResponseBody) SetErrorCode

func (*ListLogicTableRouteConfigResponseBody) SetErrorMessage

func (*ListLogicTableRouteConfigResponseBody) SetRequestId

func (*ListLogicTableRouteConfigResponseBody) SetSuccess

func (ListLogicTableRouteConfigResponseBody) String

type ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigList

type ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigList struct {
	LogicTableRouteConfig []*ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig `json:"LogicTableRouteConfig,omitempty" xml:"LogicTableRouteConfig,omitempty" type:"Repeated"`
}

func (ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigList) GoString

func (ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigList) String

type ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig

type ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig struct {
	RouteExpr *string `json:"RouteExpr,omitempty" xml:"RouteExpr,omitempty"`
	RouteKey  *string `json:"RouteKey,omitempty" xml:"RouteKey,omitempty"`
	TableId   *int64  `json:"TableId,omitempty" xml:"TableId,omitempty"`
}

func (ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig) GoString

func (*ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig) SetRouteExpr

func (*ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig) SetRouteKey

func (*ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig) SetTableId

func (ListLogicTableRouteConfigResponseBodyLogicTableRouteConfigListLogicTableRouteConfig) String

type ListLogicTablesRequest

type ListLogicTablesRequest struct {
	DatabaseId *string `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ReturnGuid *bool   `json:"ReturnGuid,omitempty" xml:"ReturnGuid,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListLogicTablesRequest) GoString

func (s ListLogicTablesRequest) GoString() string

func (*ListLogicTablesRequest) SetDatabaseId

func (*ListLogicTablesRequest) SetPageNumber

func (*ListLogicTablesRequest) SetPageSize

func (*ListLogicTablesRequest) SetReturnGuid

func (s *ListLogicTablesRequest) SetReturnGuid(v bool) *ListLogicTablesRequest

func (*ListLogicTablesRequest) SetSearchName

func (*ListLogicTablesRequest) SetTid

func (ListLogicTablesRequest) String

func (s ListLogicTablesRequest) String() string

type ListLogicTablesResponse

type ListLogicTablesResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListLogicTablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLogicTablesResponse) GoString

func (s ListLogicTablesResponse) GoString() string

func (*ListLogicTablesResponse) SetBody

func (*ListLogicTablesResponse) SetHeaders

func (*ListLogicTablesResponse) SetStatusCode

func (ListLogicTablesResponse) String

func (s ListLogicTablesResponse) String() string

type ListLogicTablesResponseBody

type ListLogicTablesResponseBody struct {
	ErrorCode      *string                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LogicTableList *ListLogicTablesResponseBodyLogicTableList `json:"LogicTableList,omitempty" xml:"LogicTableList,omitempty" type:"Struct"`
	RequestId      *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount     *int64                                     `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListLogicTablesResponseBody) GoString

func (s ListLogicTablesResponseBody) GoString() string

func (*ListLogicTablesResponseBody) SetErrorCode

func (*ListLogicTablesResponseBody) SetErrorMessage

func (*ListLogicTablesResponseBody) SetRequestId

func (*ListLogicTablesResponseBody) SetSuccess

func (*ListLogicTablesResponseBody) SetTotalCount

func (ListLogicTablesResponseBody) String

type ListLogicTablesResponseBodyLogicTableList

type ListLogicTablesResponseBodyLogicTableList struct {
	LogicTable []*ListLogicTablesResponseBodyLogicTableListLogicTable `json:"LogicTable,omitempty" xml:"LogicTable,omitempty" type:"Repeated"`
}

func (ListLogicTablesResponseBodyLogicTableList) GoString

func (ListLogicTablesResponseBodyLogicTableList) String

type ListLogicTablesResponseBodyLogicTableListLogicTable

type ListLogicTablesResponseBodyLogicTableListLogicTable struct {
	DatabaseId    *string                                                           `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	Logic         *bool                                                             `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIdList   *ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	SchemaName    *string                                                           `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	TableCount    *string                                                           `json:"TableCount,omitempty" xml:"TableCount,omitempty"`
	TableExpr     *string                                                           `json:"TableExpr,omitempty" xml:"TableExpr,omitempty"`
	TableGuid     *string                                                           `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	TableId       *string                                                           `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName     *string                                                           `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListLogicTablesResponseBodyLogicTableListLogicTable) GoString

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetDatabaseId

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetLogic

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetSchemaName

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetTableCount

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetTableExpr

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetTableGuid

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetTableId

func (*ListLogicTablesResponseBodyLogicTableListLogicTable) SetTableName

func (ListLogicTablesResponseBodyLogicTableListLogicTable) String

type ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList

type ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList) GoString

func (*ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList) SetOwnerIds

func (ListLogicTablesResponseBodyLogicTableListLogicTableOwnerIdList) String

type ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList

type ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList) GoString

func (*ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList) SetOwnerNames

func (ListLogicTablesResponseBodyLogicTableListLogicTableOwnerNameList) String

type ListOrdersRequest

type ListOrdersRequest struct {
	EndTime         *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	OrderResultType *string `json:"OrderResultType,omitempty" xml:"OrderResultType,omitempty"`
	OrderStatus     *string `json:"OrderStatus,omitempty" xml:"OrderStatus,omitempty"`
	PageNumber      *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize        *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PluginType      *string `json:"PluginType,omitempty" xml:"PluginType,omitempty"`
	SearchContent   *string `json:"SearchContent,omitempty" xml:"SearchContent,omitempty"`
	SearchDateType  *string `json:"SearchDateType,omitempty" xml:"SearchDateType,omitempty"`
	StartTime       *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tid             *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListOrdersRequest) GoString

func (s ListOrdersRequest) GoString() string

func (*ListOrdersRequest) SetEndTime

func (s *ListOrdersRequest) SetEndTime(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetOrderResultType

func (s *ListOrdersRequest) SetOrderResultType(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetOrderStatus

func (s *ListOrdersRequest) SetOrderStatus(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetPageNumber

func (s *ListOrdersRequest) SetPageNumber(v int32) *ListOrdersRequest

func (*ListOrdersRequest) SetPageSize

func (s *ListOrdersRequest) SetPageSize(v int32) *ListOrdersRequest

func (*ListOrdersRequest) SetPluginType

func (s *ListOrdersRequest) SetPluginType(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetSearchContent

func (s *ListOrdersRequest) SetSearchContent(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetSearchDateType

func (s *ListOrdersRequest) SetSearchDateType(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetStartTime

func (s *ListOrdersRequest) SetStartTime(v string) *ListOrdersRequest

func (*ListOrdersRequest) SetTid

func (ListOrdersRequest) String

func (s ListOrdersRequest) String() string

type ListOrdersResponse

type ListOrdersResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListOrdersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListOrdersResponse) GoString

func (s ListOrdersResponse) GoString() string

func (*ListOrdersResponse) SetBody

func (*ListOrdersResponse) SetHeaders

func (s *ListOrdersResponse) SetHeaders(v map[string]*string) *ListOrdersResponse

func (*ListOrdersResponse) SetStatusCode

func (s *ListOrdersResponse) SetStatusCode(v int32) *ListOrdersResponse

func (ListOrdersResponse) String

func (s ListOrdersResponse) String() string

type ListOrdersResponseBody

type ListOrdersResponseBody struct {
	ErrorCode    *string                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	Orders       *ListOrdersResponseBodyOrders `json:"Orders,omitempty" xml:"Orders,omitempty" type:"Struct"`
	RequestId    *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                         `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount   *int64                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListOrdersResponseBody) GoString

func (s ListOrdersResponseBody) GoString() string

func (*ListOrdersResponseBody) SetErrorCode

func (*ListOrdersResponseBody) SetErrorMessage

func (s *ListOrdersResponseBody) SetErrorMessage(v string) *ListOrdersResponseBody

func (*ListOrdersResponseBody) SetOrders

func (*ListOrdersResponseBody) SetRequestId

func (*ListOrdersResponseBody) SetSuccess

func (*ListOrdersResponseBody) SetTotalCount

func (ListOrdersResponseBody) String

func (s ListOrdersResponseBody) String() string

type ListOrdersResponseBodyOrders

type ListOrdersResponseBodyOrders struct {
	Order []*ListOrdersResponseBodyOrdersOrder `json:"Order,omitempty" xml:"Order,omitempty" type:"Repeated"`
}

func (ListOrdersResponseBodyOrders) GoString

func (s ListOrdersResponseBodyOrders) GoString() string

func (*ListOrdersResponseBodyOrders) SetOrder

func (ListOrdersResponseBodyOrders) String

type ListOrdersResponseBodyOrdersOrder

type ListOrdersResponseBodyOrdersOrder struct {
	Comment        *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	Committer      *string `json:"Committer,omitempty" xml:"Committer,omitempty"`
	CommitterId    *int64  `json:"CommitterId,omitempty" xml:"CommitterId,omitempty"`
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	LastModifyTime *string `json:"LastModifyTime,omitempty" xml:"LastModifyTime,omitempty"`
	OrderId        *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	PluginType     *string `json:"PluginType,omitempty" xml:"PluginType,omitempty"`
	StatusCode     *string `json:"StatusCode,omitempty" xml:"StatusCode,omitempty"`
	StatusDesc     *string `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
}

func (ListOrdersResponseBodyOrdersOrder) GoString

func (*ListOrdersResponseBodyOrdersOrder) SetComment

func (*ListOrdersResponseBodyOrdersOrder) SetCommitter

func (*ListOrdersResponseBodyOrdersOrder) SetCommitterId

func (*ListOrdersResponseBodyOrdersOrder) SetCreateTime

func (*ListOrdersResponseBodyOrdersOrder) SetLastModifyTime

func (*ListOrdersResponseBodyOrdersOrder) SetOrderId

func (*ListOrdersResponseBodyOrdersOrder) SetPluginType

func (*ListOrdersResponseBodyOrdersOrder) SetStatusCode

func (*ListOrdersResponseBodyOrdersOrder) SetStatusDesc

func (ListOrdersResponseBodyOrdersOrder) String

type ListProxiesRequest

type ListProxiesRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListProxiesRequest) GoString

func (s ListProxiesRequest) GoString() string

func (*ListProxiesRequest) SetTid

func (ListProxiesRequest) String

func (s ListProxiesRequest) String() string

type ListProxiesResponse

type ListProxiesResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProxiesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProxiesResponse) GoString

func (s ListProxiesResponse) GoString() string

func (*ListProxiesResponse) SetBody

func (*ListProxiesResponse) SetHeaders

func (s *ListProxiesResponse) SetHeaders(v map[string]*string) *ListProxiesResponse

func (*ListProxiesResponse) SetStatusCode

func (s *ListProxiesResponse) SetStatusCode(v int32) *ListProxiesResponse

func (ListProxiesResponse) String

func (s ListProxiesResponse) String() string

type ListProxiesResponseBody

type ListProxiesResponseBody struct {
	ErrorCode    *string                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                             `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	ProxyList    []*ListProxiesResponseBodyProxyList `json:"ProxyList,omitempty" xml:"ProxyList,omitempty" type:"Repeated"`
	RequestId    *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListProxiesResponseBody) GoString

func (s ListProxiesResponseBody) GoString() string

func (*ListProxiesResponseBody) SetErrorCode

func (*ListProxiesResponseBody) SetErrorMessage

func (*ListProxiesResponseBody) SetProxyList

func (*ListProxiesResponseBody) SetRequestId

func (*ListProxiesResponseBody) SetSuccess

func (ListProxiesResponseBody) String

func (s ListProxiesResponseBody) String() string

type ListProxiesResponseBodyProxyList

type ListProxiesResponseBodyProxyList struct {
	CreatorId     *int64  `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorName   *string `json:"CreatorName,omitempty" xml:"CreatorName,omitempty"`
	HttpsPort     *int32  `json:"HttpsPort,omitempty" xml:"HttpsPort,omitempty"`
	InstanceId    *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	PrivateEnable *bool   `json:"PrivateEnable,omitempty" xml:"PrivateEnable,omitempty"`
	PrivateHost   *string `json:"PrivateHost,omitempty" xml:"PrivateHost,omitempty"`
	ProtocolPort  *int32  `json:"ProtocolPort,omitempty" xml:"ProtocolPort,omitempty"`
	ProtocolType  *string `json:"ProtocolType,omitempty" xml:"ProtocolType,omitempty"`
	ProxyId       *int64  `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	PublicEnable  *bool   `json:"PublicEnable,omitempty" xml:"PublicEnable,omitempty"`
	PublicHost    *string `json:"PublicHost,omitempty" xml:"PublicHost,omitempty"`
}

func (ListProxiesResponseBodyProxyList) GoString

func (*ListProxiesResponseBodyProxyList) SetCreatorId

func (*ListProxiesResponseBodyProxyList) SetCreatorName

func (*ListProxiesResponseBodyProxyList) SetHttpsPort

func (*ListProxiesResponseBodyProxyList) SetInstanceId

func (*ListProxiesResponseBodyProxyList) SetPrivateEnable

func (*ListProxiesResponseBodyProxyList) SetPrivateHost

func (*ListProxiesResponseBodyProxyList) SetProtocolPort

func (*ListProxiesResponseBodyProxyList) SetProtocolType

func (*ListProxiesResponseBodyProxyList) SetProxyId

func (*ListProxiesResponseBodyProxyList) SetPublicEnable

func (*ListProxiesResponseBodyProxyList) SetPublicHost

func (ListProxiesResponseBodyProxyList) String

type ListProxyAccessesRequest

type ListProxyAccessesRequest struct {
	ProxyId *int64 `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListProxyAccessesRequest) GoString

func (s ListProxyAccessesRequest) GoString() string

func (*ListProxyAccessesRequest) SetProxyId

func (*ListProxyAccessesRequest) SetTid

func (ListProxyAccessesRequest) String

func (s ListProxyAccessesRequest) String() string

type ListProxyAccessesResponse

type ListProxyAccessesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProxyAccessesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProxyAccessesResponse) GoString

func (s ListProxyAccessesResponse) GoString() string

func (*ListProxyAccessesResponse) SetBody

func (*ListProxyAccessesResponse) SetHeaders

func (*ListProxyAccessesResponse) SetStatusCode

func (ListProxyAccessesResponse) String

func (s ListProxyAccessesResponse) String() string

type ListProxyAccessesResponseBody

type ListProxyAccessesResponseBody struct {
	ErrorCode       *string                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                         `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	ProxyAccessList []*ListProxyAccessesResponseBodyProxyAccessList `json:"ProxyAccessList,omitempty" xml:"ProxyAccessList,omitempty" type:"Repeated"`
	RequestId       *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListProxyAccessesResponseBody) GoString

func (*ListProxyAccessesResponseBody) SetErrorCode

func (*ListProxyAccessesResponseBody) SetErrorMessage

func (*ListProxyAccessesResponseBody) SetRequestId

func (*ListProxyAccessesResponseBody) SetSuccess

func (ListProxyAccessesResponseBody) String

type ListProxyAccessesResponseBodyProxyAccessList

type ListProxyAccessesResponseBodyProxyAccessList struct {
	AccessId      *string `json:"AccessId,omitempty" xml:"AccessId,omitempty"`
	GmtCreate     *string `json:"GmtCreate,omitempty" xml:"GmtCreate,omitempty"`
	IndepAccount  *string `json:"IndepAccount,omitempty" xml:"IndepAccount,omitempty"`
	InstanceId    *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	OriginInfo    *string `json:"OriginInfo,omitempty" xml:"OriginInfo,omitempty"`
	ProxyAccessId *int64  `json:"ProxyAccessId,omitempty" xml:"ProxyAccessId,omitempty"`
	ProxyId       *int64  `json:"ProxyId,omitempty" xml:"ProxyId,omitempty"`
	UserId        *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName      *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
	UserUid       *string `json:"UserUid,omitempty" xml:"UserUid,omitempty"`
}

func (ListProxyAccessesResponseBodyProxyAccessList) GoString

func (*ListProxyAccessesResponseBodyProxyAccessList) SetAccessId

func (*ListProxyAccessesResponseBodyProxyAccessList) SetGmtCreate

func (*ListProxyAccessesResponseBodyProxyAccessList) SetIndepAccount

func (*ListProxyAccessesResponseBodyProxyAccessList) SetInstanceId

func (*ListProxyAccessesResponseBodyProxyAccessList) SetOriginInfo

func (*ListProxyAccessesResponseBodyProxyAccessList) SetProxyAccessId

func (*ListProxyAccessesResponseBodyProxyAccessList) SetProxyId

func (*ListProxyAccessesResponseBodyProxyAccessList) SetUserId

func (*ListProxyAccessesResponseBodyProxyAccessList) SetUserName

func (*ListProxyAccessesResponseBodyProxyAccessList) SetUserUid

func (ListProxyAccessesResponseBodyProxyAccessList) String

type ListProxySQLExecAuditLogRequest

type ListProxySQLExecAuditLogRequest struct {
	EndTime    *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExecState  *string `json:"ExecState,omitempty" xml:"ExecState,omitempty"`
	OpUserName *string `json:"OpUserName,omitempty" xml:"OpUserName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SQLType    *string `json:"SQLType,omitempty" xml:"SQLType,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	StartTime  *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListProxySQLExecAuditLogRequest) GoString

func (*ListProxySQLExecAuditLogRequest) SetEndTime

func (*ListProxySQLExecAuditLogRequest) SetExecState

func (*ListProxySQLExecAuditLogRequest) SetOpUserName

func (*ListProxySQLExecAuditLogRequest) SetPageNumber

func (*ListProxySQLExecAuditLogRequest) SetPageSize

func (*ListProxySQLExecAuditLogRequest) SetSQLType

func (*ListProxySQLExecAuditLogRequest) SetSearchName

func (*ListProxySQLExecAuditLogRequest) SetStartTime

func (*ListProxySQLExecAuditLogRequest) SetTid

func (ListProxySQLExecAuditLogRequest) String

type ListProxySQLExecAuditLogResponse

type ListProxySQLExecAuditLogResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListProxySQLExecAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProxySQLExecAuditLogResponse) GoString

func (*ListProxySQLExecAuditLogResponse) SetHeaders

func (*ListProxySQLExecAuditLogResponse) SetStatusCode

func (ListProxySQLExecAuditLogResponse) String

type ListProxySQLExecAuditLogResponseBody

type ListProxySQLExecAuditLogResponseBody struct {
	ErrorCode                *string                                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage             *string                                                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	ProxySQLExecAuditLogList *ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList `json:"ProxySQLExecAuditLogList,omitempty" xml:"ProxySQLExecAuditLogList,omitempty" type:"Struct"`
	RequestId                *string                                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success                  *bool                                                         `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount               *int64                                                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListProxySQLExecAuditLogResponseBody) GoString

func (*ListProxySQLExecAuditLogResponseBody) SetErrorCode

func (*ListProxySQLExecAuditLogResponseBody) SetErrorMessage

func (*ListProxySQLExecAuditLogResponseBody) SetRequestId

func (*ListProxySQLExecAuditLogResponseBody) SetSuccess

func (*ListProxySQLExecAuditLogResponseBody) SetTotalCount

func (ListProxySQLExecAuditLogResponseBody) String

type ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList

type ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList struct {
	ProxySQLExecAuditLog []*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog `json:"ProxySQLExecAuditLog,omitempty" xml:"ProxySQLExecAuditLog,omitempty" type:"Repeated"`
}

func (ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList) GoString

func (ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList) String

type ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog

type ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog struct {
	AffectRows   *int64  `json:"AffectRows,omitempty" xml:"AffectRows,omitempty"`
	ElapsedTime  *int64  `json:"ElapsedTime,omitempty" xml:"ElapsedTime,omitempty"`
	ExecState    *string `json:"ExecState,omitempty" xml:"ExecState,omitempty"`
	InstanceId   *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	OpTime       *string `json:"OpTime,omitempty" xml:"OpTime,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	SQL          *string `json:"SQL,omitempty" xml:"SQL,omitempty"`
	SQLType      *string `json:"SQLType,omitempty" xml:"SQLType,omitempty"`
	SchemaName   *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	UserId       *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName     *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) GoString

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetAffectRows

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetElapsedTime

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetExecState

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetInstanceId

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetInstanceName

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetOpTime

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetRemark

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetSQL

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetSQLType

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetSchemaName

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetUserId

func (*ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) SetUserName

func (ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogListProxySQLExecAuditLog) String

type ListSLARulesRequest

type ListSLARulesRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSLARulesRequest) GoString

func (s ListSLARulesRequest) GoString() string

func (*ListSLARulesRequest) SetDagId

func (*ListSLARulesRequest) SetTid

func (ListSLARulesRequest) String

func (s ListSLARulesRequest) String() string

type ListSLARulesResponse

type ListSLARulesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSLARulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSLARulesResponse) GoString

func (s ListSLARulesResponse) GoString() string

func (*ListSLARulesResponse) SetBody

func (*ListSLARulesResponse) SetHeaders

func (s *ListSLARulesResponse) SetHeaders(v map[string]*string) *ListSLARulesResponse

func (*ListSLARulesResponse) SetStatusCode

func (s *ListSLARulesResponse) SetStatusCode(v int32) *ListSLARulesResponse

func (ListSLARulesResponse) String

func (s ListSLARulesResponse) String() string

type ListSLARulesResponseBody

type ListSLARulesResponseBody struct {
	ErrorCode    *string                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SLARuleList  *ListSLARulesResponseBodySLARuleList `json:"SLARuleList,omitempty" xml:"SLARuleList,omitempty" type:"Struct"`
	Success      *bool                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListSLARulesResponseBody) GoString

func (s ListSLARulesResponseBody) GoString() string

func (*ListSLARulesResponseBody) SetErrorCode

func (*ListSLARulesResponseBody) SetErrorMessage

func (*ListSLARulesResponseBody) SetRequestId

func (*ListSLARulesResponseBody) SetSLARuleList

func (*ListSLARulesResponseBody) SetSuccess

func (ListSLARulesResponseBody) String

func (s ListSLARulesResponseBody) String() string

type ListSLARulesResponseBodySLARuleList

type ListSLARulesResponseBodySLARuleList struct {
	SLARule []*ListSLARulesResponseBodySLARuleListSLARule `json:"SLARule,omitempty" xml:"SLARule,omitempty" type:"Repeated"`
}

func (ListSLARulesResponseBodySLARuleList) GoString

func (ListSLARulesResponseBodySLARuleList) String

type ListSLARulesResponseBodySLARuleListSLARule

type ListSLARulesResponseBodySLARuleListSLARule struct {
	DagId           *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Id              *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	IntervalMinutes *int32 `json:"IntervalMinutes,omitempty" xml:"IntervalMinutes,omitempty"`
	NodeId          *int64 `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	RuleType        *int32 `json:"RuleType,omitempty" xml:"RuleType,omitempty"`
}

func (ListSLARulesResponseBodySLARuleListSLARule) GoString

func (*ListSLARulesResponseBodySLARuleListSLARule) SetDagId

func (*ListSLARulesResponseBodySLARuleListSLARule) SetId

func (*ListSLARulesResponseBodySLARuleListSLARule) SetIntervalMinutes

func (*ListSLARulesResponseBodySLARuleListSLARule) SetNodeId

func (*ListSLARulesResponseBodySLARuleListSLARule) SetRuleType

func (ListSLARulesResponseBodySLARuleListSLARule) String

type ListSQLExecAuditLogRequest

type ListSQLExecAuditLogRequest struct {
	EndTime    *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ExecState  *string `json:"ExecState,omitempty" xml:"ExecState,omitempty"`
	OpUserName *string `json:"OpUserName,omitempty" xml:"OpUserName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	SqlType    *string `json:"SqlType,omitempty" xml:"SqlType,omitempty"`
	StartTime  *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSQLExecAuditLogRequest) GoString

func (s ListSQLExecAuditLogRequest) GoString() string

func (*ListSQLExecAuditLogRequest) SetEndTime

func (*ListSQLExecAuditLogRequest) SetExecState

func (*ListSQLExecAuditLogRequest) SetOpUserName

func (*ListSQLExecAuditLogRequest) SetPageNumber

func (*ListSQLExecAuditLogRequest) SetPageSize

func (*ListSQLExecAuditLogRequest) SetSearchName

func (*ListSQLExecAuditLogRequest) SetSqlType

func (*ListSQLExecAuditLogRequest) SetStartTime

func (*ListSQLExecAuditLogRequest) SetTid

func (ListSQLExecAuditLogRequest) String

type ListSQLExecAuditLogResponse

type ListSQLExecAuditLogResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSQLExecAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSQLExecAuditLogResponse) GoString

func (s ListSQLExecAuditLogResponse) GoString() string

func (*ListSQLExecAuditLogResponse) SetBody

func (*ListSQLExecAuditLogResponse) SetHeaders

func (*ListSQLExecAuditLogResponse) SetStatusCode

func (ListSQLExecAuditLogResponse) String

type ListSQLExecAuditLogResponseBody

type ListSQLExecAuditLogResponseBody struct {
	ErrorCode           *string                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage        *string                                             `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId           *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SQLExecAuditLogList *ListSQLExecAuditLogResponseBodySQLExecAuditLogList `json:"SQLExecAuditLogList,omitempty" xml:"SQLExecAuditLogList,omitempty" type:"Struct"`
	Success             *bool                                               `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount          *int64                                              `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSQLExecAuditLogResponseBody) GoString

func (*ListSQLExecAuditLogResponseBody) SetErrorCode

func (*ListSQLExecAuditLogResponseBody) SetErrorMessage

func (*ListSQLExecAuditLogResponseBody) SetRequestId

func (*ListSQLExecAuditLogResponseBody) SetSuccess

func (*ListSQLExecAuditLogResponseBody) SetTotalCount

func (ListSQLExecAuditLogResponseBody) String

type ListSQLExecAuditLogResponseBodySQLExecAuditLogList

type ListSQLExecAuditLogResponseBodySQLExecAuditLogList struct {
	SQLExecAuditLog []*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog `json:"SQLExecAuditLog,omitempty" xml:"SQLExecAuditLog,omitempty" type:"Repeated"`
}

func (ListSQLExecAuditLogResponseBodySQLExecAuditLogList) GoString

func (ListSQLExecAuditLogResponseBodySQLExecAuditLogList) String

type ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog

type ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog struct {
	AffectRows   *int64  `json:"AffectRows,omitempty" xml:"AffectRows,omitempty"`
	DbId         *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	ElapsedTime  *int64  `json:"ElapsedTime,omitempty" xml:"ElapsedTime,omitempty"`
	ExecState    *string `json:"ExecState,omitempty" xml:"ExecState,omitempty"`
	InstanceId   *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceName *string `json:"InstanceName,omitempty" xml:"InstanceName,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OpTime       *string `json:"OpTime,omitempty" xml:"OpTime,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	SQL          *string `json:"SQL,omitempty" xml:"SQL,omitempty"`
	SQLType      *string `json:"SQLType,omitempty" xml:"SQLType,omitempty"`
	SchemaName   *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	UserId       *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName     *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) GoString

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetAffectRows

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetDbId

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetElapsedTime

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetExecState

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetInstanceId

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetInstanceName

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetLogic

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetOpTime

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetRemark

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetSQL

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetSQLType

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetSchemaName

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetUserId

func (*ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) SetUserName

func (ListSQLExecAuditLogResponseBodySQLExecAuditLogListSQLExecAuditLog) String

type ListSQLReviewOriginSQLRequest

type ListSQLReviewOriginSQLRequest struct {
	OrderActionDetail *ListSQLReviewOriginSQLRequestOrderActionDetail `json:"OrderActionDetail,omitempty" xml:"OrderActionDetail,omitempty" type:"Struct"`
	OrderId           *int64                                          `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid               *int64                                          `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSQLReviewOriginSQLRequest) GoString

func (*ListSQLReviewOriginSQLRequest) SetOrderId

func (*ListSQLReviewOriginSQLRequest) SetTid

func (ListSQLReviewOriginSQLRequest) String

type ListSQLReviewOriginSQLRequestOrderActionDetail

type ListSQLReviewOriginSQLRequestOrderActionDetail struct {
	CheckStatusResult *string                                             `json:"CheckStatusResult,omitempty" xml:"CheckStatusResult,omitempty"`
	FileId            *int64                                              `json:"FileId,omitempty" xml:"FileId,omitempty"`
	Page              *ListSQLReviewOriginSQLRequestOrderActionDetailPage `json:"Page,omitempty" xml:"Page,omitempty" type:"Struct"`
	SQLReviewResult   *string                                             `json:"SQLReviewResult,omitempty" xml:"SQLReviewResult,omitempty"`
}

func (ListSQLReviewOriginSQLRequestOrderActionDetail) GoString

func (*ListSQLReviewOriginSQLRequestOrderActionDetail) SetCheckStatusResult

func (*ListSQLReviewOriginSQLRequestOrderActionDetail) SetFileId

func (*ListSQLReviewOriginSQLRequestOrderActionDetail) SetSQLReviewResult

func (ListSQLReviewOriginSQLRequestOrderActionDetail) String

type ListSQLReviewOriginSQLRequestOrderActionDetailPage

type ListSQLReviewOriginSQLRequestOrderActionDetailPage struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListSQLReviewOriginSQLRequestOrderActionDetailPage) GoString

func (*ListSQLReviewOriginSQLRequestOrderActionDetailPage) SetPageNumber

func (*ListSQLReviewOriginSQLRequestOrderActionDetailPage) SetPageSize

func (ListSQLReviewOriginSQLRequestOrderActionDetailPage) String

type ListSQLReviewOriginSQLResponse

type ListSQLReviewOriginSQLResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSQLReviewOriginSQLResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSQLReviewOriginSQLResponse) GoString

func (*ListSQLReviewOriginSQLResponse) SetHeaders

func (*ListSQLReviewOriginSQLResponse) SetStatusCode

func (ListSQLReviewOriginSQLResponse) String

type ListSQLReviewOriginSQLResponseBody

type ListSQLReviewOriginSQLResponseBody struct {
	ErrorCode     *string                                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                            `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	OriginSQLList []*ListSQLReviewOriginSQLResponseBodyOriginSQLList `json:"OriginSQLList,omitempty" xml:"OriginSQLList,omitempty" type:"Repeated"`
	RequestId     *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount    *int32                                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSQLReviewOriginSQLResponseBody) GoString

func (*ListSQLReviewOriginSQLResponseBody) SetErrorCode

func (*ListSQLReviewOriginSQLResponseBody) SetErrorMessage

func (*ListSQLReviewOriginSQLResponseBody) SetRequestId

func (*ListSQLReviewOriginSQLResponseBody) SetSuccess

func (*ListSQLReviewOriginSQLResponseBody) SetTotalCount

func (ListSQLReviewOriginSQLResponseBody) String

type ListSQLReviewOriginSQLResponseBodyOriginSQLList

type ListSQLReviewOriginSQLResponseBodyOriginSQLList struct {
	CheckStatus       *string `json:"CheckStatus,omitempty" xml:"CheckStatus,omitempty"`
	CheckedTime       *string `json:"CheckedTime,omitempty" xml:"CheckedTime,omitempty"`
	FileId            *int64  `json:"FileId,omitempty" xml:"FileId,omitempty"`
	FileName          *string `json:"FileName,omitempty" xml:"FileName,omitempty"`
	ReviewSummary     *string `json:"ReviewSummary,omitempty" xml:"ReviewSummary,omitempty"`
	SQLContent        *string `json:"SQLContent,omitempty" xml:"SQLContent,omitempty"`
	SQLId             *int64  `json:"SQLId,omitempty" xml:"SQLId,omitempty"`
	SQLReviewQueryKey *string `json:"SQLReviewQueryKey,omitempty" xml:"SQLReviewQueryKey,omitempty"`
	SqlHash           *string `json:"SqlHash,omitempty" xml:"SqlHash,omitempty"`
	StatusDesc        *string `json:"StatusDesc,omitempty" xml:"StatusDesc,omitempty"`
}

func (ListSQLReviewOriginSQLResponseBodyOriginSQLList) GoString

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetCheckStatus

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetCheckedTime

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetFileId

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetFileName

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetReviewSummary

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetSQLContent

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetSQLId

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetSQLReviewQueryKey

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetSqlHash

func (*ListSQLReviewOriginSQLResponseBodyOriginSQLList) SetStatusDesc

func (ListSQLReviewOriginSQLResponseBodyOriginSQLList) String

type ListSQLReviewOriginSQLShrinkRequest

type ListSQLReviewOriginSQLShrinkRequest struct {
	OrderActionDetailShrink *string `json:"OrderActionDetail,omitempty" xml:"OrderActionDetail,omitempty"`
	OrderId                 *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid                     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSQLReviewOriginSQLShrinkRequest) GoString

func (*ListSQLReviewOriginSQLShrinkRequest) SetOrderActionDetailShrink

func (*ListSQLReviewOriginSQLShrinkRequest) SetOrderId

func (*ListSQLReviewOriginSQLShrinkRequest) SetTid

func (ListSQLReviewOriginSQLShrinkRequest) String

type ListScenariosRequest

type ListScenariosRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListScenariosRequest) GoString

func (s ListScenariosRequest) GoString() string

func (*ListScenariosRequest) SetTid

func (ListScenariosRequest) String

func (s ListScenariosRequest) String() string

type ListScenariosResponse

type ListScenariosResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListScenariosResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListScenariosResponse) GoString

func (s ListScenariosResponse) GoString() string

func (*ListScenariosResponse) SetBody

func (*ListScenariosResponse) SetHeaders

func (*ListScenariosResponse) SetStatusCode

func (s *ListScenariosResponse) SetStatusCode(v int32) *ListScenariosResponse

func (ListScenariosResponse) String

func (s ListScenariosResponse) String() string

type ListScenariosResponseBody

type ListScenariosResponseBody struct {
	ErrorCode    *string                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ScenarioList []*ListScenariosResponseBodyScenarioList `json:"ScenarioList,omitempty" xml:"ScenarioList,omitempty" type:"Repeated"`
	Success      *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListScenariosResponseBody) GoString

func (s ListScenariosResponseBody) GoString() string

func (*ListScenariosResponseBody) SetErrorCode

func (*ListScenariosResponseBody) SetErrorMessage

func (*ListScenariosResponseBody) SetRequestId

func (*ListScenariosResponseBody) SetScenarioList

func (*ListScenariosResponseBody) SetSuccess

func (ListScenariosResponseBody) String

func (s ListScenariosResponseBody) String() string

type ListScenariosResponseBodyScenarioList

type ListScenariosResponseBodyScenarioList struct {
	CreatorId    *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	ScenarioName *string `json:"ScenarioName,omitempty" xml:"ScenarioName,omitempty"`
}

func (ListScenariosResponseBodyScenarioList) GoString

func (*ListScenariosResponseBodyScenarioList) SetCreatorId

func (*ListScenariosResponseBodyScenarioList) SetDescription

func (*ListScenariosResponseBodyScenarioList) SetId

func (*ListScenariosResponseBodyScenarioList) SetScenarioName

func (ListScenariosResponseBodyScenarioList) String

type ListSensitiveColumnsDetailRequest

type ListSensitiveColumnsDetailRequest struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId       *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic      *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	SchemaName *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSensitiveColumnsDetailRequest) GoString

func (*ListSensitiveColumnsDetailRequest) SetColumnName

func (*ListSensitiveColumnsDetailRequest) SetDbId

func (*ListSensitiveColumnsDetailRequest) SetLogic

func (*ListSensitiveColumnsDetailRequest) SetSchemaName

func (*ListSensitiveColumnsDetailRequest) SetTableName

func (*ListSensitiveColumnsDetailRequest) SetTid

func (ListSensitiveColumnsDetailRequest) String

type ListSensitiveColumnsDetailResponse

type ListSensitiveColumnsDetailResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSensitiveColumnsDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSensitiveColumnsDetailResponse) GoString

func (*ListSensitiveColumnsDetailResponse) SetHeaders

func (*ListSensitiveColumnsDetailResponse) SetStatusCode

func (ListSensitiveColumnsDetailResponse) String

type ListSensitiveColumnsDetailResponseBody

type ListSensitiveColumnsDetailResponseBody struct {
	ErrorCode                  *string                                                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage               *string                                                           `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId                  *string                                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SensitiveColumnsDetailList *ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailList `json:"SensitiveColumnsDetailList,omitempty" xml:"SensitiveColumnsDetailList,omitempty" type:"Struct"`
	Success                    *bool                                                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListSensitiveColumnsDetailResponseBody) GoString

func (*ListSensitiveColumnsDetailResponseBody) SetErrorCode

func (*ListSensitiveColumnsDetailResponseBody) SetErrorMessage

func (*ListSensitiveColumnsDetailResponseBody) SetRequestId

func (*ListSensitiveColumnsDetailResponseBody) SetSuccess

func (ListSensitiveColumnsDetailResponseBody) String

type ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailList

type ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailList struct {
	SensitiveColumnsDetail []*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail `json:"SensitiveColumnsDetail,omitempty" xml:"SensitiveColumnsDetail,omitempty" type:"Repeated"`
}

func (ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailList) GoString

func (ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailList) String

type ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail

type ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail struct {
	ColumnDescription *string `json:"ColumnDescription,omitempty" xml:"ColumnDescription,omitempty"`
	ColumnName        *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnType        *string `json:"ColumnType,omitempty" xml:"ColumnType,omitempty"`
	DbId              *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType            *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType           *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic             *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	SchemaName        *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName        *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	TableName         *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) GoString

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetColumnDescription

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetColumnName

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetColumnType

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetLogic

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetSchemaName

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetSearchName

func (*ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) SetTableName

func (ListSensitiveColumnsDetailResponseBodySensitiveColumnsDetailListSensitiveColumnsDetail) String

type ListSensitiveColumnsRequest

type ListSensitiveColumnsRequest struct {
	ColumnName    *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId          *int64  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic         *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PageNumber    *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SchemaName    *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SecurityLevel *string `json:"SecurityLevel,omitempty" xml:"SecurityLevel,omitempty"`
	TableName     *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSensitiveColumnsRequest) GoString

func (s ListSensitiveColumnsRequest) GoString() string

func (*ListSensitiveColumnsRequest) SetColumnName

func (*ListSensitiveColumnsRequest) SetDbId

func (*ListSensitiveColumnsRequest) SetLogic

func (*ListSensitiveColumnsRequest) SetPageNumber

func (*ListSensitiveColumnsRequest) SetPageSize

func (*ListSensitiveColumnsRequest) SetSchemaName

func (*ListSensitiveColumnsRequest) SetSecurityLevel

func (*ListSensitiveColumnsRequest) SetTableName

func (*ListSensitiveColumnsRequest) SetTid

func (ListSensitiveColumnsRequest) String

type ListSensitiveColumnsResponse

type ListSensitiveColumnsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSensitiveColumnsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSensitiveColumnsResponse) GoString

func (s ListSensitiveColumnsResponse) GoString() string

func (*ListSensitiveColumnsResponse) SetBody

func (*ListSensitiveColumnsResponse) SetHeaders

func (*ListSensitiveColumnsResponse) SetStatusCode

func (ListSensitiveColumnsResponse) String

type ListSensitiveColumnsResponseBody

type ListSensitiveColumnsResponseBody struct {
	ErrorCode           *string                                              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage        *string                                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId           *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SensitiveColumnList *ListSensitiveColumnsResponseBodySensitiveColumnList `json:"SensitiveColumnList,omitempty" xml:"SensitiveColumnList,omitempty" type:"Struct"`
	Success             *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount          *int64                                               `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSensitiveColumnsResponseBody) GoString

func (*ListSensitiveColumnsResponseBody) SetErrorCode

func (*ListSensitiveColumnsResponseBody) SetErrorMessage

func (*ListSensitiveColumnsResponseBody) SetRequestId

func (*ListSensitiveColumnsResponseBody) SetSuccess

func (*ListSensitiveColumnsResponseBody) SetTotalCount

func (ListSensitiveColumnsResponseBody) String

type ListSensitiveColumnsResponseBodySensitiveColumnList

type ListSensitiveColumnsResponseBodySensitiveColumnList struct {
	SensitiveColumn []*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn `json:"SensitiveColumn,omitempty" xml:"SensitiveColumn,omitempty" type:"Repeated"`
}

func (ListSensitiveColumnsResponseBodySensitiveColumnList) GoString

func (ListSensitiveColumnsResponseBodySensitiveColumnList) String

type ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn

type ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn struct {
	ColumnCount   *int64  `json:"ColumnCount,omitempty" xml:"ColumnCount,omitempty"`
	ColumnName    *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	FunctionType  *string `json:"FunctionType,omitempty" xml:"FunctionType,omitempty"`
	SchemaName    *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SecurityLevel *string `json:"SecurityLevel,omitempty" xml:"SecurityLevel,omitempty"`
	TableName     *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) GoString

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetColumnCount

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetColumnName

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetFunctionType

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetSchemaName

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetSecurityLevel

func (*ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) SetTableName

func (ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn) String

type ListSensitiveDataAuditLogRequest

type ListSensitiveDataAuditLogRequest struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbName     *string `json:"DbName,omitempty" xml:"DbName,omitempty"`
	EndTime    *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ModuleName *string `json:"ModuleName,omitempty" xml:"ModuleName,omitempty"`
	OpUserName *string `json:"OpUserName,omitempty" xml:"OpUserName,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartTime  *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListSensitiveDataAuditLogRequest) GoString

func (*ListSensitiveDataAuditLogRequest) SetColumnName

func (*ListSensitiveDataAuditLogRequest) SetDbName

func (*ListSensitiveDataAuditLogRequest) SetEndTime

func (*ListSensitiveDataAuditLogRequest) SetModuleName

func (*ListSensitiveDataAuditLogRequest) SetOpUserName

func (*ListSensitiveDataAuditLogRequest) SetPageNumber

func (*ListSensitiveDataAuditLogRequest) SetPageSize

func (*ListSensitiveDataAuditLogRequest) SetStartTime

func (*ListSensitiveDataAuditLogRequest) SetTableName

func (*ListSensitiveDataAuditLogRequest) SetTid

func (ListSensitiveDataAuditLogRequest) String

type ListSensitiveDataAuditLogResponse

type ListSensitiveDataAuditLogResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSensitiveDataAuditLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSensitiveDataAuditLogResponse) GoString

func (*ListSensitiveDataAuditLogResponse) SetHeaders

func (*ListSensitiveDataAuditLogResponse) SetStatusCode

func (ListSensitiveDataAuditLogResponse) String

type ListSensitiveDataAuditLogResponseBody

type ListSensitiveDataAuditLogResponseBody struct {
	ErrorCode                 *string                                                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage              *string                                                           `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId                 *string                                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SensitiveDataAuditLogList []*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList `json:"SensitiveDataAuditLogList,omitempty" xml:"SensitiveDataAuditLogList,omitempty" type:"Repeated"`
	Success                   *bool                                                             `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount                *int64                                                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSensitiveDataAuditLogResponseBody) GoString

func (*ListSensitiveDataAuditLogResponseBody) SetErrorCode

func (*ListSensitiveDataAuditLogResponseBody) SetErrorMessage

func (*ListSensitiveDataAuditLogResponseBody) SetRequestId

func (*ListSensitiveDataAuditLogResponseBody) SetSuccess

func (*ListSensitiveDataAuditLogResponseBody) SetTotalCount

func (ListSensitiveDataAuditLogResponseBody) String

type ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList

type ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList struct {
	DbDisplayName    *string                                                                           `json:"DbDisplayName,omitempty" xml:"DbDisplayName,omitempty"`
	InstanceId       *int64                                                                            `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	ModuleName       *string                                                                           `json:"ModuleName,omitempty" xml:"ModuleName,omitempty"`
	OpTime           *string                                                                           `json:"OpTime,omitempty" xml:"OpTime,omitempty"`
	SensitiveDataLog []*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog `json:"SensitiveDataLog,omitempty" xml:"SensitiveDataLog,omitempty" type:"Repeated"`
	TargetName       *string                                                                           `json:"TargetName,omitempty" xml:"TargetName,omitempty"`
	UserId           *int64                                                                            `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName         *string                                                                           `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) GoString

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetDbDisplayName

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetInstanceId

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetModuleName

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetOpTime

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetTargetName

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetUserId

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) SetUserName

func (ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogList) String

type ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog

type ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog struct {
	ColumnName           *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	ColumnPermissionType *string `json:"ColumnPermissionType,omitempty" xml:"ColumnPermissionType,omitempty"`
	DesensitizationRule  *string `json:"DesensitizationRule,omitempty" xml:"DesensitizationRule,omitempty"`
	SecurityLevel        *string `json:"SecurityLevel,omitempty" xml:"SecurityLevel,omitempty"`
	TableName            *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) GoString

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) SetColumnName

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) SetColumnPermissionType

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) SetDesensitizationRule

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) SetSecurityLevel

func (*ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) SetTableName

func (ListSensitiveDataAuditLogResponseBodySensitiveDataAuditLogListSensitiveDataLog) String

type ListStandardGroupsRequest

type ListStandardGroupsRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListStandardGroupsRequest) GoString

func (s ListStandardGroupsRequest) GoString() string

func (*ListStandardGroupsRequest) SetTid

func (ListStandardGroupsRequest) String

func (s ListStandardGroupsRequest) String() string

type ListStandardGroupsResponse

type ListStandardGroupsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListStandardGroupsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListStandardGroupsResponse) GoString

func (s ListStandardGroupsResponse) GoString() string

func (*ListStandardGroupsResponse) SetBody

func (*ListStandardGroupsResponse) SetHeaders

func (*ListStandardGroupsResponse) SetStatusCode

func (ListStandardGroupsResponse) String

type ListStandardGroupsResponseBody

type ListStandardGroupsResponseBody struct {
	ErrorCode         *string                                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                            `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	StandardGroupList []*ListStandardGroupsResponseBodyStandardGroupList `json:"StandardGroupList,omitempty" xml:"StandardGroupList,omitempty" type:"Repeated"`
	Success           *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListStandardGroupsResponseBody) GoString

func (*ListStandardGroupsResponseBody) SetErrorCode

func (*ListStandardGroupsResponseBody) SetErrorMessage

func (*ListStandardGroupsResponseBody) SetRequestId

func (*ListStandardGroupsResponseBody) SetSuccess

func (ListStandardGroupsResponseBody) String

type ListStandardGroupsResponseBodyStandardGroupList

type ListStandardGroupsResponseBodyStandardGroupList struct {
	DbType       *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	GroupMode    *string `json:"GroupMode,omitempty" xml:"GroupMode,omitempty"`
	GroupName    *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	LastMenderId *int64  `json:"LastMenderId,omitempty" xml:"LastMenderId,omitempty"`
}

func (ListStandardGroupsResponseBodyStandardGroupList) GoString

func (*ListStandardGroupsResponseBodyStandardGroupList) SetDbType

func (*ListStandardGroupsResponseBodyStandardGroupList) SetDescription

func (*ListStandardGroupsResponseBodyStandardGroupList) SetGroupMode

func (*ListStandardGroupsResponseBodyStandardGroupList) SetGroupName

func (*ListStandardGroupsResponseBodyStandardGroupList) SetLastMenderId

func (ListStandardGroupsResponseBodyStandardGroupList) String

type ListTablesRequest

type ListTablesRequest struct {
	DatabaseId *string `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ReturnGuid *bool   `json:"ReturnGuid,omitempty" xml:"ReturnGuid,omitempty"`
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTablesRequest) GoString

func (s ListTablesRequest) GoString() string

func (*ListTablesRequest) SetDatabaseId

func (s *ListTablesRequest) SetDatabaseId(v string) *ListTablesRequest

func (*ListTablesRequest) SetPageNumber

func (s *ListTablesRequest) SetPageNumber(v int32) *ListTablesRequest

func (*ListTablesRequest) SetPageSize

func (s *ListTablesRequest) SetPageSize(v int32) *ListTablesRequest

func (*ListTablesRequest) SetReturnGuid

func (s *ListTablesRequest) SetReturnGuid(v bool) *ListTablesRequest

func (*ListTablesRequest) SetSearchName

func (s *ListTablesRequest) SetSearchName(v string) *ListTablesRequest

func (*ListTablesRequest) SetTid

func (ListTablesRequest) String

func (s ListTablesRequest) String() string

type ListTablesResponse

type ListTablesResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTablesResponse) GoString

func (s ListTablesResponse) GoString() string

func (*ListTablesResponse) SetBody

func (*ListTablesResponse) SetHeaders

func (s *ListTablesResponse) SetHeaders(v map[string]*string) *ListTablesResponse

func (*ListTablesResponse) SetStatusCode

func (s *ListTablesResponse) SetStatusCode(v int32) *ListTablesResponse

func (ListTablesResponse) String

func (s ListTablesResponse) String() string

type ListTablesResponseBody

type ListTablesResponseBody struct {
	ErrorCode    *string                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
	TableList    *ListTablesResponseBodyTableList `json:"TableList,omitempty" xml:"TableList,omitempty" type:"Struct"`
	TotalCount   *int64                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTablesResponseBody) GoString

func (s ListTablesResponseBody) GoString() string

func (*ListTablesResponseBody) SetErrorCode

func (*ListTablesResponseBody) SetErrorMessage

func (s *ListTablesResponseBody) SetErrorMessage(v string) *ListTablesResponseBody

func (*ListTablesResponseBody) SetRequestId

func (*ListTablesResponseBody) SetSuccess

func (*ListTablesResponseBody) SetTableList

func (*ListTablesResponseBody) SetTotalCount

func (ListTablesResponseBody) String

func (s ListTablesResponseBody) String() string

type ListTablesResponseBodyTableList

type ListTablesResponseBodyTableList struct {
	Table []*ListTablesResponseBodyTableListTable `json:"Table,omitempty" xml:"Table,omitempty" type:"Repeated"`
}

func (ListTablesResponseBodyTableList) GoString

func (*ListTablesResponseBodyTableList) SetTable

func (ListTablesResponseBodyTableList) String

type ListTablesResponseBodyTableListTable

type ListTablesResponseBodyTableListTable struct {
	DatabaseId      *string                                            `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	Description     *string                                            `json:"Description,omitempty" xml:"Description,omitempty"`
	Encoding        *string                                            `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	Engine          *string                                            `json:"Engine,omitempty" xml:"Engine,omitempty"`
	NumRows         *int64                                             `json:"NumRows,omitempty" xml:"NumRows,omitempty"`
	OwnerIdList     *ListTablesResponseBodyTableListTableOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList   *ListTablesResponseBodyTableListTableOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	StoreCapacity   *int64                                             `json:"StoreCapacity,omitempty" xml:"StoreCapacity,omitempty"`
	TableGuid       *string                                            `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	TableId         *string                                            `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName       *string                                            `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableSchemaName *string                                            `json:"TableSchemaName,omitempty" xml:"TableSchemaName,omitempty"`
	TableType       *string                                            `json:"TableType,omitempty" xml:"TableType,omitempty"`
}

func (ListTablesResponseBodyTableListTable) GoString

func (*ListTablesResponseBodyTableListTable) SetDatabaseId

func (*ListTablesResponseBodyTableListTable) SetDescription

func (*ListTablesResponseBodyTableListTable) SetEncoding

func (*ListTablesResponseBodyTableListTable) SetEngine

func (*ListTablesResponseBodyTableListTable) SetNumRows

func (*ListTablesResponseBodyTableListTable) SetStoreCapacity

func (*ListTablesResponseBodyTableListTable) SetTableGuid

func (*ListTablesResponseBodyTableListTable) SetTableId

func (*ListTablesResponseBodyTableListTable) SetTableName

func (*ListTablesResponseBodyTableListTable) SetTableSchemaName

func (*ListTablesResponseBodyTableListTable) SetTableType

func (ListTablesResponseBodyTableListTable) String

type ListTablesResponseBodyTableListTableOwnerIdList

type ListTablesResponseBodyTableListTableOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (ListTablesResponseBodyTableListTableOwnerIdList) GoString

func (*ListTablesResponseBodyTableListTableOwnerIdList) SetOwnerIds

func (ListTablesResponseBodyTableListTableOwnerIdList) String

type ListTablesResponseBodyTableListTableOwnerNameList

type ListTablesResponseBodyTableListTableOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (ListTablesResponseBodyTableListTableOwnerNameList) GoString

func (*ListTablesResponseBodyTableListTableOwnerNameList) SetOwnerNames

func (ListTablesResponseBodyTableListTableOwnerNameList) String

type ListTaskFlowConstantsRequest

type ListTaskFlowConstantsRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowConstantsRequest) GoString

func (s ListTaskFlowConstantsRequest) GoString() string

func (*ListTaskFlowConstantsRequest) SetDagId

func (*ListTaskFlowConstantsRequest) SetTid

func (ListTaskFlowConstantsRequest) String

type ListTaskFlowConstantsResponse

type ListTaskFlowConstantsResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowConstantsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowConstantsResponse) GoString

func (*ListTaskFlowConstantsResponse) SetBody

func (*ListTaskFlowConstantsResponse) SetHeaders

func (*ListTaskFlowConstantsResponse) SetStatusCode

func (ListTaskFlowConstantsResponse) String

type ListTaskFlowConstantsResponseBody

type ListTaskFlowConstantsResponseBody struct {
	DagConstants *ListTaskFlowConstantsResponseBodyDagConstants `json:"DagConstants,omitempty" xml:"DagConstants,omitempty" type:"Struct"`
	ErrorCode    *string                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                        `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListTaskFlowConstantsResponseBody) GoString

func (*ListTaskFlowConstantsResponseBody) SetErrorCode

func (*ListTaskFlowConstantsResponseBody) SetErrorMessage

func (*ListTaskFlowConstantsResponseBody) SetRequestId

func (*ListTaskFlowConstantsResponseBody) SetSuccess

func (ListTaskFlowConstantsResponseBody) String

type ListTaskFlowConstantsResponseBodyDagConstants

type ListTaskFlowConstantsResponseBodyDagConstants struct {
	DagConstant []*ListTaskFlowConstantsResponseBodyDagConstantsDagConstant `json:"DagConstant,omitempty" xml:"DagConstant,omitempty" type:"Repeated"`
}

func (ListTaskFlowConstantsResponseBodyDagConstants) GoString

func (ListTaskFlowConstantsResponseBodyDagConstants) String

type ListTaskFlowConstantsResponseBodyDagConstantsDagConstant

type ListTaskFlowConstantsResponseBodyDagConstantsDagConstant struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListTaskFlowConstantsResponseBodyDagConstantsDagConstant) GoString

func (*ListTaskFlowConstantsResponseBodyDagConstantsDagConstant) SetKey

func (*ListTaskFlowConstantsResponseBodyDagConstantsDagConstant) SetValue

func (ListTaskFlowConstantsResponseBodyDagConstantsDagConstant) String

type ListTaskFlowCooperatorsRequest

type ListTaskFlowCooperatorsRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowCooperatorsRequest) GoString

func (*ListTaskFlowCooperatorsRequest) SetDagId

func (*ListTaskFlowCooperatorsRequest) SetTid

func (ListTaskFlowCooperatorsRequest) String

type ListTaskFlowCooperatorsResponse

type ListTaskFlowCooperatorsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowCooperatorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowCooperatorsResponse) GoString

func (*ListTaskFlowCooperatorsResponse) SetHeaders

func (*ListTaskFlowCooperatorsResponse) SetStatusCode

func (ListTaskFlowCooperatorsResponse) String

type ListTaskFlowCooperatorsResponseBody

type ListTaskFlowCooperatorsResponseBody struct {
	CooperatorList *ListTaskFlowCooperatorsResponseBodyCooperatorList `json:"CooperatorList,omitempty" xml:"CooperatorList,omitempty" type:"Struct"`
	ErrorCode      *string                                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage   *string                                            `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId      *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListTaskFlowCooperatorsResponseBody) GoString

func (*ListTaskFlowCooperatorsResponseBody) SetErrorCode

func (*ListTaskFlowCooperatorsResponseBody) SetErrorMessage

func (*ListTaskFlowCooperatorsResponseBody) SetRequestId

func (*ListTaskFlowCooperatorsResponseBody) SetSuccess

func (ListTaskFlowCooperatorsResponseBody) String

type ListTaskFlowCooperatorsResponseBodyCooperatorList

type ListTaskFlowCooperatorsResponseBodyCooperatorList struct {
	Cooperator []*ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator `json:"Cooperator,omitempty" xml:"Cooperator,omitempty" type:"Repeated"`
}

func (ListTaskFlowCooperatorsResponseBodyCooperatorList) GoString

func (ListTaskFlowCooperatorsResponseBodyCooperatorList) String

type ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator

type ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator struct {
	Email     *string `json:"Email,omitempty" xml:"Email,omitempty"`
	LoginName *string `json:"LoginName,omitempty" xml:"LoginName,omitempty"`
	NickName  *string `json:"NickName,omitempty" xml:"NickName,omitempty"`
}

func (ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator) GoString

func (*ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator) SetEmail

func (*ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator) SetLoginName

func (*ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator) SetNickName

func (ListTaskFlowCooperatorsResponseBodyCooperatorListCooperator) String

type ListTaskFlowEdgesByConditionRequest

type ListTaskFlowEdgesByConditionRequest struct {
	DagId    *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
	Tid      *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowEdgesByConditionRequest) GoString

func (*ListTaskFlowEdgesByConditionRequest) SetDagId

func (*ListTaskFlowEdgesByConditionRequest) SetId

func (*ListTaskFlowEdgesByConditionRequest) SetNodeEnd

func (*ListTaskFlowEdgesByConditionRequest) SetNodeFrom

func (*ListTaskFlowEdgesByConditionRequest) SetTid

func (ListTaskFlowEdgesByConditionRequest) String

type ListTaskFlowEdgesByConditionResponse

type ListTaskFlowEdgesByConditionResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowEdgesByConditionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowEdgesByConditionResponse) GoString

func (*ListTaskFlowEdgesByConditionResponse) SetHeaders

func (*ListTaskFlowEdgesByConditionResponse) SetStatusCode

func (ListTaskFlowEdgesByConditionResponse) String

type ListTaskFlowEdgesByConditionResponseBody

type ListTaskFlowEdgesByConditionResponseBody struct {
	Edges        *ListTaskFlowEdgesByConditionResponseBodyEdges `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Struct"`
	ErrorCode    *string                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                        `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListTaskFlowEdgesByConditionResponseBody) GoString

func (*ListTaskFlowEdgesByConditionResponseBody) SetErrorCode

func (*ListTaskFlowEdgesByConditionResponseBody) SetErrorMessage

func (*ListTaskFlowEdgesByConditionResponseBody) SetRequestId

func (*ListTaskFlowEdgesByConditionResponseBody) SetSuccess

func (ListTaskFlowEdgesByConditionResponseBody) String

type ListTaskFlowEdgesByConditionResponseBodyEdges

type ListTaskFlowEdgesByConditionResponseBodyEdges struct {
	Edge []*ListTaskFlowEdgesByConditionResponseBodyEdgesEdge `json:"Edge,omitempty" xml:"Edge,omitempty" type:"Repeated"`
}

func (ListTaskFlowEdgesByConditionResponseBodyEdges) GoString

func (ListTaskFlowEdgesByConditionResponseBodyEdges) String

type ListTaskFlowEdgesByConditionResponseBodyEdgesEdge

type ListTaskFlowEdgesByConditionResponseBodyEdgesEdge struct {
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
}

func (ListTaskFlowEdgesByConditionResponseBodyEdgesEdge) GoString

func (*ListTaskFlowEdgesByConditionResponseBodyEdgesEdge) SetId

func (*ListTaskFlowEdgesByConditionResponseBodyEdgesEdge) SetNodeEnd

func (*ListTaskFlowEdgesByConditionResponseBodyEdgesEdge) SetNodeFrom

func (ListTaskFlowEdgesByConditionResponseBodyEdgesEdge) String

type ListTaskFlowInstanceRequest

type ListTaskFlowInstanceRequest struct {
	DagId          *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	PageIndex      *int32  `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartTimeBegin *string `json:"StartTimeBegin,omitempty" xml:"StartTimeBegin,omitempty"`
	StartTimeEnd   *string `json:"StartTimeEnd,omitempty" xml:"StartTimeEnd,omitempty"`
	Tid            *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	TriggerType    *int32  `json:"TriggerType,omitempty" xml:"TriggerType,omitempty"`
}

func (ListTaskFlowInstanceRequest) GoString

func (s ListTaskFlowInstanceRequest) GoString() string

func (*ListTaskFlowInstanceRequest) SetDagId

func (*ListTaskFlowInstanceRequest) SetPageIndex

func (*ListTaskFlowInstanceRequest) SetPageSize

func (*ListTaskFlowInstanceRequest) SetStartTimeBegin

func (*ListTaskFlowInstanceRequest) SetStartTimeEnd

func (*ListTaskFlowInstanceRequest) SetTid

func (*ListTaskFlowInstanceRequest) SetTriggerType

func (ListTaskFlowInstanceRequest) String

type ListTaskFlowInstanceResponse

type ListTaskFlowInstanceResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowInstanceResponse) GoString

func (s ListTaskFlowInstanceResponse) GoString() string

func (*ListTaskFlowInstanceResponse) SetBody

func (*ListTaskFlowInstanceResponse) SetHeaders

func (*ListTaskFlowInstanceResponse) SetStatusCode

func (ListTaskFlowInstanceResponse) String

type ListTaskFlowInstanceResponseBody

type ListTaskFlowInstanceResponseBody struct {
	DAGInstanceList *ListTaskFlowInstanceResponseBodyDAGInstanceList `json:"DAGInstanceList,omitempty" xml:"DAGInstanceList,omitempty" type:"Struct"`
	ErrorCode       *string                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId       *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount      *int32                                           `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTaskFlowInstanceResponseBody) GoString

func (*ListTaskFlowInstanceResponseBody) SetErrorCode

func (*ListTaskFlowInstanceResponseBody) SetErrorMessage

func (*ListTaskFlowInstanceResponseBody) SetRequestId

func (*ListTaskFlowInstanceResponseBody) SetSuccess

func (*ListTaskFlowInstanceResponseBody) SetTotalCount

func (ListTaskFlowInstanceResponseBody) String

type ListTaskFlowInstanceResponseBodyDAGInstanceList

type ListTaskFlowInstanceResponseBodyDAGInstanceList struct {
	DAGInstance []*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance `json:"DAGInstance,omitempty" xml:"DAGInstance,omitempty" type:"Repeated"`
}

func (ListTaskFlowInstanceResponseBodyDAGInstanceList) GoString

func (ListTaskFlowInstanceResponseBodyDAGInstanceList) String

type ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance

type ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance struct {
	BusinessTime *string `json:"BusinessTime,omitempty" xml:"BusinessTime,omitempty"`
	DagId        *string `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagName      *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	DagVersion   *string `json:"DagVersion,omitempty" xml:"DagVersion,omitempty"`
	EndTime      *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	HistoryDagId *int64  `json:"HistoryDagId,omitempty" xml:"HistoryDagId,omitempty"`
	Id           *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	Message      *string `json:"Message,omitempty" xml:"Message,omitempty"`
	OwnerName    *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	Status       *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	TriggerType  *int32  `json:"TriggerType,omitempty" xml:"TriggerType,omitempty"`
}

func (ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) GoString

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetBusinessTime

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetDagId

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetDagName

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetDagVersion

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetEndTime

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetHistoryDagId

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetId

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetMessage

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetOwnerName

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetStatus

func (*ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) SetTriggerType

func (ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance) String

type ListTaskFlowRequest

type ListTaskFlowRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowRequest) GoString

func (s ListTaskFlowRequest) GoString() string

func (*ListTaskFlowRequest) SetTid

func (ListTaskFlowRequest) String

func (s ListTaskFlowRequest) String() string

type ListTaskFlowResponse

type ListTaskFlowResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowResponse) GoString

func (s ListTaskFlowResponse) GoString() string

func (*ListTaskFlowResponse) SetBody

func (*ListTaskFlowResponse) SetHeaders

func (s *ListTaskFlowResponse) SetHeaders(v map[string]*string) *ListTaskFlowResponse

func (*ListTaskFlowResponse) SetStatusCode

func (s *ListTaskFlowResponse) SetStatusCode(v int32) *ListTaskFlowResponse

func (ListTaskFlowResponse) String

func (s ListTaskFlowResponse) String() string

type ListTaskFlowResponseBody

type ListTaskFlowResponseBody struct {
	ErrorCode    *string                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                               `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskFlowList *ListTaskFlowResponseBodyTaskFlowList `json:"TaskFlowList,omitempty" xml:"TaskFlowList,omitempty" type:"Struct"`
}

func (ListTaskFlowResponseBody) GoString

func (s ListTaskFlowResponseBody) GoString() string

func (*ListTaskFlowResponseBody) SetErrorCode

func (*ListTaskFlowResponseBody) SetErrorMessage

func (*ListTaskFlowResponseBody) SetRequestId

func (*ListTaskFlowResponseBody) SetSuccess

func (*ListTaskFlowResponseBody) SetTaskFlowList

func (ListTaskFlowResponseBody) String

func (s ListTaskFlowResponseBody) String() string

type ListTaskFlowResponseBodyTaskFlowList

type ListTaskFlowResponseBodyTaskFlowList struct {
	TaskFlow []*ListTaskFlowResponseBodyTaskFlowListTaskFlow `json:"TaskFlow,omitempty" xml:"TaskFlow,omitempty" type:"Repeated"`
}

func (ListTaskFlowResponseBodyTaskFlowList) GoString

func (ListTaskFlowResponseBodyTaskFlowList) String

type ListTaskFlowResponseBodyTaskFlowListTaskFlow

type ListTaskFlowResponseBodyTaskFlowListTaskFlow struct {
	CreatorId            *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorNickName      *string `json:"CreatorNickName,omitempty" xml:"CreatorNickName,omitempty"`
	DagOwnerNickName     *string `json:"DagOwnerNickName,omitempty" xml:"DagOwnerNickName,omitempty"`
	DeployId             *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	Id                   *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	LatestInstanceStatus *int32  `json:"LatestInstanceStatus,omitempty" xml:"LatestInstanceStatus,omitempty"`
	LatestInstanceTime   *string `json:"LatestInstanceTime,omitempty" xml:"LatestInstanceTime,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListTaskFlowResponseBodyTaskFlowListTaskFlow) GoString

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetCreatorId

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetCreatorNickName

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetDagOwnerNickName

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetDeployId

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetId

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetLatestInstanceStatus

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetLatestInstanceTime

func (*ListTaskFlowResponseBodyTaskFlowListTaskFlow) SetStatus

func (ListTaskFlowResponseBodyTaskFlowListTaskFlow) String

type ListTaskFlowTimeVariablesRequest

type ListTaskFlowTimeVariablesRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowTimeVariablesRequest) GoString

func (*ListTaskFlowTimeVariablesRequest) SetDagId

func (*ListTaskFlowTimeVariablesRequest) SetTid

func (ListTaskFlowTimeVariablesRequest) String

type ListTaskFlowTimeVariablesResponse

type ListTaskFlowTimeVariablesResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowTimeVariablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowTimeVariablesResponse) GoString

func (*ListTaskFlowTimeVariablesResponse) SetHeaders

func (*ListTaskFlowTimeVariablesResponse) SetStatusCode

func (ListTaskFlowTimeVariablesResponse) String

type ListTaskFlowTimeVariablesResponseBody

type ListTaskFlowTimeVariablesResponseBody struct {
	ErrorCode     *string                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                             `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId     *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                               `json:"Success,omitempty" xml:"Success,omitempty"`
	TimeVariables *ListTaskFlowTimeVariablesResponseBodyTimeVariables `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty" type:"Struct"`
}

func (ListTaskFlowTimeVariablesResponseBody) GoString

func (*ListTaskFlowTimeVariablesResponseBody) SetErrorCode

func (*ListTaskFlowTimeVariablesResponseBody) SetErrorMessage

func (*ListTaskFlowTimeVariablesResponseBody) SetRequestId

func (*ListTaskFlowTimeVariablesResponseBody) SetSuccess

func (ListTaskFlowTimeVariablesResponseBody) String

type ListTaskFlowTimeVariablesResponseBodyTimeVariables

type ListTaskFlowTimeVariablesResponseBodyTimeVariables struct {
	TimeVariable []*ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable `json:"TimeVariable,omitempty" xml:"TimeVariable,omitempty" type:"Repeated"`
}

func (ListTaskFlowTimeVariablesResponseBodyTimeVariables) GoString

func (ListTaskFlowTimeVariablesResponseBodyTimeVariables) String

type ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable

type ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable struct {
	Name    *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Pattern *string `json:"Pattern,omitempty" xml:"Pattern,omitempty"`
}

func (ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable) GoString

func (*ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable) SetName

func (*ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable) SetPattern

func (ListTaskFlowTimeVariablesResponseBodyTimeVariablesTimeVariable) String

type ListTaskFlowsByPageRequest

type ListTaskFlowsByPageRequest struct {
	PageIndex *int32  `json:"PageIndex,omitempty" xml:"PageIndex,omitempty"`
	PageSize  *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SearchKey *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTaskFlowsByPageRequest) GoString

func (s ListTaskFlowsByPageRequest) GoString() string

func (*ListTaskFlowsByPageRequest) SetPageIndex

func (*ListTaskFlowsByPageRequest) SetPageSize

func (*ListTaskFlowsByPageRequest) SetSearchKey

func (*ListTaskFlowsByPageRequest) SetTid

func (ListTaskFlowsByPageRequest) String

type ListTaskFlowsByPageResponse

type ListTaskFlowsByPageResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTaskFlowsByPageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTaskFlowsByPageResponse) GoString

func (s ListTaskFlowsByPageResponse) GoString() string

func (*ListTaskFlowsByPageResponse) SetBody

func (*ListTaskFlowsByPageResponse) SetHeaders

func (*ListTaskFlowsByPageResponse) SetStatusCode

func (ListTaskFlowsByPageResponse) String

type ListTaskFlowsByPageResponseBody

type ListTaskFlowsByPageResponseBody struct {
	ErrorCode    *string                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
	TaskFlowList *ListTaskFlowsByPageResponseBodyTaskFlowList `json:"TaskFlowList,omitempty" xml:"TaskFlowList,omitempty" type:"Struct"`
	TotalCount   *int32                                       `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTaskFlowsByPageResponseBody) GoString

func (*ListTaskFlowsByPageResponseBody) SetErrorCode

func (*ListTaskFlowsByPageResponseBody) SetErrorMessage

func (*ListTaskFlowsByPageResponseBody) SetRequestId

func (*ListTaskFlowsByPageResponseBody) SetSuccess

func (*ListTaskFlowsByPageResponseBody) SetTotalCount

func (ListTaskFlowsByPageResponseBody) String

type ListTaskFlowsByPageResponseBodyTaskFlowList

type ListTaskFlowsByPageResponseBodyTaskFlowList struct {
	TaskFlow []*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow `json:"TaskFlow,omitempty" xml:"TaskFlow,omitempty" type:"Repeated"`
}

func (ListTaskFlowsByPageResponseBodyTaskFlowList) GoString

func (ListTaskFlowsByPageResponseBodyTaskFlowList) String

type ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow

type ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow struct {
	CreatorId            *string `json:"CreatorId,omitempty" xml:"CreatorId,omitempty"`
	CreatorNickName      *string `json:"CreatorNickName,omitempty" xml:"CreatorNickName,omitempty"`
	DagName              *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	DagOwnerNickName     *string `json:"DagOwnerNickName,omitempty" xml:"DagOwnerNickName,omitempty"`
	DeployId             *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	Description          *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Id                   *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	LatestInstanceStatus *int32  `json:"LatestInstanceStatus,omitempty" xml:"LatestInstanceStatus,omitempty"`
	LatestInstanceTime   *string `json:"LatestInstanceTime,omitempty" xml:"LatestInstanceTime,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) GoString

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetCreatorId

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetCreatorNickName

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetDagName

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetDagOwnerNickName

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetDeployId

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetDescription

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetId

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetLatestInstanceStatus

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetLatestInstanceTime

func (*ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) SetStatus

func (ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow) String

type ListTasksInTaskFlowRequest

type ListTasksInTaskFlowRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListTasksInTaskFlowRequest) GoString

func (s ListTasksInTaskFlowRequest) GoString() string

func (*ListTasksInTaskFlowRequest) SetDagId

func (*ListTasksInTaskFlowRequest) SetTid

func (ListTasksInTaskFlowRequest) String

type ListTasksInTaskFlowResponse

type ListTasksInTaskFlowResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTasksInTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTasksInTaskFlowResponse) GoString

func (s ListTasksInTaskFlowResponse) GoString() string

func (*ListTasksInTaskFlowResponse) SetBody

func (*ListTasksInTaskFlowResponse) SetHeaders

func (*ListTasksInTaskFlowResponse) SetStatusCode

func (ListTasksInTaskFlowResponse) String

type ListTasksInTaskFlowResponseBody

type ListTasksInTaskFlowResponseBody struct {
	ErrorCode    *string                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                               `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
	Tasks        *ListTasksInTaskFlowResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Struct"`
}

func (ListTasksInTaskFlowResponseBody) GoString

func (*ListTasksInTaskFlowResponseBody) SetErrorCode

func (*ListTasksInTaskFlowResponseBody) SetErrorMessage

func (*ListTasksInTaskFlowResponseBody) SetRequestId

func (*ListTasksInTaskFlowResponseBody) SetSuccess

func (ListTasksInTaskFlowResponseBody) String

type ListTasksInTaskFlowResponseBodyTasks

type ListTasksInTaskFlowResponseBodyTasks struct {
	Task []*ListTasksInTaskFlowResponseBodyTasksTask `json:"Task,omitempty" xml:"Task,omitempty" type:"Repeated"`
}

func (ListTasksInTaskFlowResponseBodyTasks) GoString

func (ListTasksInTaskFlowResponseBodyTasks) String

type ListTasksInTaskFlowResponseBodyTasksTask

type ListTasksInTaskFlowResponseBodyTasksTask struct {
	GraphParam    *string `json:"GraphParam,omitempty" xml:"GraphParam,omitempty"`
	NodeConfig    *string `json:"NodeConfig,omitempty" xml:"NodeConfig,omitempty"`
	NodeContent   *string `json:"NodeContent,omitempty" xml:"NodeContent,omitempty"`
	NodeId        *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName      *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeOutput    *string `json:"NodeOutput,omitempty" xml:"NodeOutput,omitempty"`
	NodeType      *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (ListTasksInTaskFlowResponseBodyTasksTask) GoString

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetGraphParam

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeConfig

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeContent

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeId

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeName

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeOutput

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetNodeType

func (*ListTasksInTaskFlowResponseBodyTasksTask) SetTimeVariables

func (ListTasksInTaskFlowResponseBodyTasksTask) String

type ListUserPermissionsRequest

type ListUserPermissionsRequest struct {
	DatabaseName *string `json:"DatabaseName,omitempty" xml:"DatabaseName,omitempty"`
	DbType       *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType      *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	PermType     *string `json:"PermType,omitempty" xml:"PermType,omitempty"`
	SearchKey    *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListUserPermissionsRequest) GoString

func (s ListUserPermissionsRequest) GoString() string

func (*ListUserPermissionsRequest) SetDatabaseName

func (*ListUserPermissionsRequest) SetDbType

func (*ListUserPermissionsRequest) SetEnvType

func (*ListUserPermissionsRequest) SetLogic

func (*ListUserPermissionsRequest) SetPageNumber

func (*ListUserPermissionsRequest) SetPageSize

func (*ListUserPermissionsRequest) SetPermType

func (*ListUserPermissionsRequest) SetSearchKey

func (*ListUserPermissionsRequest) SetTid

func (*ListUserPermissionsRequest) SetUserId

func (ListUserPermissionsRequest) String

type ListUserPermissionsResponse

type ListUserPermissionsResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUserPermissionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserPermissionsResponse) GoString

func (s ListUserPermissionsResponse) GoString() string

func (*ListUserPermissionsResponse) SetBody

func (*ListUserPermissionsResponse) SetHeaders

func (*ListUserPermissionsResponse) SetStatusCode

func (ListUserPermissionsResponse) String

type ListUserPermissionsResponseBody

type ListUserPermissionsResponseBody struct {
	ErrorCode       *string                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                         `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId       *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success         *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount      *int64                                          `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	UserPermissions *ListUserPermissionsResponseBodyUserPermissions `json:"UserPermissions,omitempty" xml:"UserPermissions,omitempty" type:"Struct"`
}

func (ListUserPermissionsResponseBody) GoString

func (*ListUserPermissionsResponseBody) SetErrorCode

func (*ListUserPermissionsResponseBody) SetErrorMessage

func (*ListUserPermissionsResponseBody) SetRequestId

func (*ListUserPermissionsResponseBody) SetSuccess

func (*ListUserPermissionsResponseBody) SetTotalCount

func (ListUserPermissionsResponseBody) String

type ListUserPermissionsResponseBodyUserPermissions

type ListUserPermissionsResponseBodyUserPermissions struct {
	UserPermission []*ListUserPermissionsResponseBodyUserPermissionsUserPermission `json:"UserPermission,omitempty" xml:"UserPermission,omitempty" type:"Repeated"`
}

func (ListUserPermissionsResponseBodyUserPermissions) GoString

func (ListUserPermissionsResponseBodyUserPermissions) String

type ListUserPermissionsResponseBodyUserPermissionsUserPermission

type ListUserPermissionsResponseBodyUserPermissionsUserPermission struct {
	Alias        *string                                                                  `json:"Alias,omitempty" xml:"Alias,omitempty"`
	ColumnName   *string                                                                  `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId         *string                                                                  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DbType       *string                                                                  `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DsType       *string                                                                  `json:"DsType,omitempty" xml:"DsType,omitempty"`
	EnvType      *string                                                                  `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host         *string                                                                  `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceId   *string                                                                  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Logic        *bool                                                                    `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PermDetails  *ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails `json:"PermDetails,omitempty" xml:"PermDetails,omitempty" type:"Struct"`
	Port         *int64                                                                   `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName   *string                                                                  `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName   *string                                                                  `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	TableId      *string                                                                  `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName    *string                                                                  `json:"TableName,omitempty" xml:"TableName,omitempty"`
	UserId       *string                                                                  `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserNickName *string                                                                  `json:"UserNickName,omitempty" xml:"UserNickName,omitempty"`
}

func (ListUserPermissionsResponseBodyUserPermissionsUserPermission) GoString

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetAlias

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetColumnName

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetDbId

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetDbType

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetDsType

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetEnvType

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetHost

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetInstanceId

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetLogic

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetPort

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetSchemaName

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetSearchName

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetTableId

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetTableName

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetUserId

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermission) SetUserNickName

func (ListUserPermissionsResponseBodyUserPermissionsUserPermission) String

type ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails

type ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails struct {
	PermDetail []*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail `json:"PermDetail,omitempty" xml:"PermDetail,omitempty" type:"Repeated"`
}

func (ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails) GoString

func (ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetails) String

type ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail

type ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail struct {
	CreateDate   *string `json:"CreateDate,omitempty" xml:"CreateDate,omitempty"`
	ExpireDate   *string `json:"ExpireDate,omitempty" xml:"ExpireDate,omitempty"`
	ExtraData    *string `json:"ExtraData,omitempty" xml:"ExtraData,omitempty"`
	OriginFrom   *string `json:"OriginFrom,omitempty" xml:"OriginFrom,omitempty"`
	PermType     *string `json:"PermType,omitempty" xml:"PermType,omitempty"`
	UserAccessId *string `json:"UserAccessId,omitempty" xml:"UserAccessId,omitempty"`
}

func (ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) GoString

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetCreateDate

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetExpireDate

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetExtraData

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetOriginFrom

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetPermType

func (*ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) SetUserAccessId

func (ListUserPermissionsResponseBodyUserPermissionsUserPermissionPermDetailsPermDetail) String

type ListUserTenantsRequest

type ListUserTenantsRequest struct {
	Tid *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListUserTenantsRequest) GoString

func (s ListUserTenantsRequest) GoString() string

func (*ListUserTenantsRequest) SetTid

func (ListUserTenantsRequest) String

func (s ListUserTenantsRequest) String() string

type ListUserTenantsResponse

type ListUserTenantsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUserTenantsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUserTenantsResponse) GoString

func (s ListUserTenantsResponse) GoString() string

func (*ListUserTenantsResponse) SetBody

func (*ListUserTenantsResponse) SetHeaders

func (*ListUserTenantsResponse) SetStatusCode

func (ListUserTenantsResponse) String

func (s ListUserTenantsResponse) String() string

type ListUserTenantsResponseBody

type ListUserTenantsResponseBody struct {
	ErrorCode    *string                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
	TenantList   []*ListUserTenantsResponseBodyTenantList `json:"TenantList,omitempty" xml:"TenantList,omitempty" type:"Repeated"`
}

func (ListUserTenantsResponseBody) GoString

func (s ListUserTenantsResponseBody) GoString() string

func (*ListUserTenantsResponseBody) SetErrorCode

func (*ListUserTenantsResponseBody) SetErrorMessage

func (*ListUserTenantsResponseBody) SetRequestId

func (*ListUserTenantsResponseBody) SetSuccess

func (*ListUserTenantsResponseBody) SetTenantList

func (ListUserTenantsResponseBody) String

type ListUserTenantsResponseBodyTenantList

type ListUserTenantsResponseBodyTenantList struct {
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TenantName *string `json:"TenantName,omitempty" xml:"TenantName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListUserTenantsResponseBodyTenantList) GoString

func (*ListUserTenantsResponseBodyTenantList) SetStatus

func (*ListUserTenantsResponseBodyTenantList) SetTenantName

func (*ListUserTenantsResponseBodyTenantList) SetTid

func (ListUserTenantsResponseBodyTenantList) String

type ListUsersRequest

type ListUsersRequest struct {
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Role       *string `json:"Role,omitempty" xml:"Role,omitempty"`
	SearchKey  *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserState  *string `json:"UserState,omitempty" xml:"UserState,omitempty"`
}

func (ListUsersRequest) GoString

func (s ListUsersRequest) GoString() string

func (*ListUsersRequest) SetPageNumber

func (s *ListUsersRequest) SetPageNumber(v int32) *ListUsersRequest

func (*ListUsersRequest) SetPageSize

func (s *ListUsersRequest) SetPageSize(v int32) *ListUsersRequest

func (*ListUsersRequest) SetRole

func (s *ListUsersRequest) SetRole(v string) *ListUsersRequest

func (*ListUsersRequest) SetSearchKey

func (s *ListUsersRequest) SetSearchKey(v string) *ListUsersRequest

func (*ListUsersRequest) SetTid

func (s *ListUsersRequest) SetTid(v int64) *ListUsersRequest

func (*ListUsersRequest) SetUserState

func (s *ListUsersRequest) SetUserState(v string) *ListUsersRequest

func (ListUsersRequest) String

func (s ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListUsersResponse) GoString

func (s ListUsersResponse) GoString() string

func (*ListUsersResponse) SetBody

func (*ListUsersResponse) SetHeaders

func (s *ListUsersResponse) SetHeaders(v map[string]*string) *ListUsersResponse

func (*ListUsersResponse) SetStatusCode

func (s *ListUsersResponse) SetStatusCode(v int32) *ListUsersResponse

func (ListUsersResponse) String

func (s ListUsersResponse) String() string

type ListUsersResponseBody

type ListUsersResponseBody struct {
	ErrorCode    *string                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string                        `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                          `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount   *int64                         `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	UserList     *ListUsersResponseBodyUserList `json:"UserList,omitempty" xml:"UserList,omitempty" type:"Struct"`
}

func (ListUsersResponseBody) GoString

func (s ListUsersResponseBody) GoString() string

func (*ListUsersResponseBody) SetErrorCode

func (*ListUsersResponseBody) SetErrorMessage

func (s *ListUsersResponseBody) SetErrorMessage(v string) *ListUsersResponseBody

func (*ListUsersResponseBody) SetRequestId

func (*ListUsersResponseBody) SetSuccess

func (*ListUsersResponseBody) SetTotalCount

func (s *ListUsersResponseBody) SetTotalCount(v int64) *ListUsersResponseBody

func (*ListUsersResponseBody) SetUserList

func (ListUsersResponseBody) String

func (s ListUsersResponseBody) String() string

type ListUsersResponseBodyUserList

type ListUsersResponseBodyUserList struct {
	User []*ListUsersResponseBodyUserListUser `json:"User,omitempty" xml:"User,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyUserList) GoString

func (*ListUsersResponseBodyUserList) SetUser

func (ListUsersResponseBodyUserList) String

type ListUsersResponseBodyUserListUser

type ListUsersResponseBodyUserListUser struct {
	CurExecuteCount  *int64                                         `json:"CurExecuteCount,omitempty" xml:"CurExecuteCount,omitempty"`
	CurResultCount   *int64                                         `json:"CurResultCount,omitempty" xml:"CurResultCount,omitempty"`
	DingRobot        *string                                        `json:"DingRobot,omitempty" xml:"DingRobot,omitempty"`
	Email            *string                                        `json:"Email,omitempty" xml:"Email,omitempty"`
	LastLoginTime    *string                                        `json:"LastLoginTime,omitempty" xml:"LastLoginTime,omitempty"`
	MaxExecuteCount  *int64                                         `json:"MaxExecuteCount,omitempty" xml:"MaxExecuteCount,omitempty"`
	MaxResultCount   *int64                                         `json:"MaxResultCount,omitempty" xml:"MaxResultCount,omitempty"`
	Mobile           *string                                        `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	NickName         *string                                        `json:"NickName,omitempty" xml:"NickName,omitempty"`
	NotificationMode *string                                        `json:"NotificationMode,omitempty" xml:"NotificationMode,omitempty"`
	ParentUid        *string                                        `json:"ParentUid,omitempty" xml:"ParentUid,omitempty"`
	RoleIdList       *ListUsersResponseBodyUserListUserRoleIdList   `json:"RoleIdList,omitempty" xml:"RoleIdList,omitempty" type:"Struct"`
	RoleNameList     *ListUsersResponseBodyUserListUserRoleNameList `json:"RoleNameList,omitempty" xml:"RoleNameList,omitempty" type:"Struct"`
	SignatureMethod  *string                                        `json:"SignatureMethod,omitempty" xml:"SignatureMethod,omitempty"`
	State            *string                                        `json:"State,omitempty" xml:"State,omitempty"`
	Uid              *string                                        `json:"Uid,omitempty" xml:"Uid,omitempty"`
	UserId           *string                                        `json:"UserId,omitempty" xml:"UserId,omitempty"`
	Webhook          *string                                        `json:"Webhook,omitempty" xml:"Webhook,omitempty"`
}

func (ListUsersResponseBodyUserListUser) GoString

func (*ListUsersResponseBodyUserListUser) SetCurExecuteCount

func (*ListUsersResponseBodyUserListUser) SetCurResultCount

func (*ListUsersResponseBodyUserListUser) SetDingRobot

func (*ListUsersResponseBodyUserListUser) SetEmail

func (*ListUsersResponseBodyUserListUser) SetLastLoginTime

func (*ListUsersResponseBodyUserListUser) SetMaxExecuteCount

func (*ListUsersResponseBodyUserListUser) SetMaxResultCount

func (*ListUsersResponseBodyUserListUser) SetMobile

func (*ListUsersResponseBodyUserListUser) SetNickName

func (*ListUsersResponseBodyUserListUser) SetNotificationMode

func (*ListUsersResponseBodyUserListUser) SetParentUid

func (*ListUsersResponseBodyUserListUser) SetSignatureMethod

func (*ListUsersResponseBodyUserListUser) SetState

func (*ListUsersResponseBodyUserListUser) SetUid

func (*ListUsersResponseBodyUserListUser) SetUserId

func (*ListUsersResponseBodyUserListUser) SetWebhook

func (ListUsersResponseBodyUserListUser) String

type ListUsersResponseBodyUserListUserRoleIdList

type ListUsersResponseBodyUserListUserRoleIdList struct {
	RoleIds []*int32 `json:"RoleIds,omitempty" xml:"RoleIds,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyUserListUserRoleIdList) GoString

func (*ListUsersResponseBodyUserListUserRoleIdList) SetRoleIds

func (ListUsersResponseBodyUserListUserRoleIdList) String

type ListUsersResponseBodyUserListUserRoleNameList

type ListUsersResponseBodyUserListUserRoleNameList struct {
	RoleNames []*string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty" type:"Repeated"`
}

func (ListUsersResponseBodyUserListUserRoleNameList) GoString

func (*ListUsersResponseBodyUserListUserRoleNameList) SetRoleNames

func (ListUsersResponseBodyUserListUserRoleNameList) String

type ListWorkFlowNodesRequest

type ListWorkFlowNodesRequest struct {
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListWorkFlowNodesRequest) GoString

func (s ListWorkFlowNodesRequest) GoString() string

func (*ListWorkFlowNodesRequest) SetSearchName

func (*ListWorkFlowNodesRequest) SetTid

func (ListWorkFlowNodesRequest) String

func (s ListWorkFlowNodesRequest) String() string

type ListWorkFlowNodesResponse

type ListWorkFlowNodesResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListWorkFlowNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListWorkFlowNodesResponse) GoString

func (s ListWorkFlowNodesResponse) GoString() string

func (*ListWorkFlowNodesResponse) SetBody

func (*ListWorkFlowNodesResponse) SetHeaders

func (*ListWorkFlowNodesResponse) SetStatusCode

func (ListWorkFlowNodesResponse) String

func (s ListWorkFlowNodesResponse) String() string

type ListWorkFlowNodesResponseBody

type ListWorkFlowNodesResponseBody struct {
	ErrorCode     *string                                     `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage  *string                                     `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId     *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success       *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
	WorkflowNodes *ListWorkFlowNodesResponseBodyWorkflowNodes `json:"WorkflowNodes,omitempty" xml:"WorkflowNodes,omitempty" type:"Struct"`
}

func (ListWorkFlowNodesResponseBody) GoString

func (*ListWorkFlowNodesResponseBody) SetErrorCode

func (*ListWorkFlowNodesResponseBody) SetErrorMessage

func (*ListWorkFlowNodesResponseBody) SetRequestId

func (*ListWorkFlowNodesResponseBody) SetSuccess

func (ListWorkFlowNodesResponseBody) String

type ListWorkFlowNodesResponseBodyWorkflowNodes

type ListWorkFlowNodesResponseBodyWorkflowNodes struct {
	WorkflowNode []*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode `json:"WorkflowNode,omitempty" xml:"WorkflowNode,omitempty" type:"Repeated"`
}

func (ListWorkFlowNodesResponseBodyWorkflowNodes) GoString

func (ListWorkFlowNodesResponseBodyWorkflowNodes) String

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode struct {
	AuditUsers         *ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsers `json:"AuditUsers,omitempty" xml:"AuditUsers,omitempty" type:"Struct"`
	Comment            *string                                                           `json:"Comment,omitempty" xml:"Comment,omitempty"`
	CreateUserId       *int64                                                            `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	CreateUserNickName *string                                                           `json:"CreateUserNickName,omitempty" xml:"CreateUserNickName,omitempty"`
	NodeId             *int64                                                            `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName           *string                                                           `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeType           *string                                                           `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
}

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) GoString

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetComment

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetCreateUserId

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetCreateUserNickName

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetNodeId

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetNodeName

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) SetNodeType

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNode) String

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsers

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsers struct {
	AuditUser []*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser `json:"AuditUser,omitempty" xml:"AuditUser,omitempty" type:"Repeated"`
}

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsers) GoString

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsers) String

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser

type ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser struct {
	NickName *string `json:"NickName,omitempty" xml:"NickName,omitempty"`
	RealName *string `json:"RealName,omitempty" xml:"RealName,omitempty"`
	UserId   *int64  `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser) GoString

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser) SetNickName

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser) SetRealName

func (*ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser) SetUserId

func (ListWorkFlowNodesResponseBodyWorkflowNodesWorkflowNodeAuditUsersAuditUser) String

type ListWorkFlowTemplatesRequest

type ListWorkFlowTemplatesRequest struct {
	SearchName *string `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ListWorkFlowTemplatesRequest) GoString

func (s ListWorkFlowTemplatesRequest) GoString() string

func (*ListWorkFlowTemplatesRequest) SetSearchName

func (*ListWorkFlowTemplatesRequest) SetTid

func (ListWorkFlowTemplatesRequest) String

type ListWorkFlowTemplatesResponse

type ListWorkFlowTemplatesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListWorkFlowTemplatesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListWorkFlowTemplatesResponse) GoString

func (*ListWorkFlowTemplatesResponse) SetBody

func (*ListWorkFlowTemplatesResponse) SetHeaders

func (*ListWorkFlowTemplatesResponse) SetStatusCode

func (ListWorkFlowTemplatesResponse) String

type ListWorkFlowTemplatesResponseBody

type ListWorkFlowTemplatesResponseBody struct {
	ErrorCode         *string                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage      *string                                             `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId         *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success           *bool                                               `json:"Success,omitempty" xml:"Success,omitempty"`
	WorkFlowTemplates *ListWorkFlowTemplatesResponseBodyWorkFlowTemplates `json:"WorkFlowTemplates,omitempty" xml:"WorkFlowTemplates,omitempty" type:"Struct"`
}

func (ListWorkFlowTemplatesResponseBody) GoString

func (*ListWorkFlowTemplatesResponseBody) SetErrorCode

func (*ListWorkFlowTemplatesResponseBody) SetErrorMessage

func (*ListWorkFlowTemplatesResponseBody) SetRequestId

func (*ListWorkFlowTemplatesResponseBody) SetSuccess

func (ListWorkFlowTemplatesResponseBody) String

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplates

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplates struct {
	WorkFlowTemplate []*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate `json:"WorkFlowTemplate,omitempty" xml:"WorkFlowTemplate,omitempty" type:"Repeated"`
}

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplates) GoString

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplates) String

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate struct {
	Comment       *string                                                                          `json:"Comment,omitempty" xml:"Comment,omitempty"`
	CreateUserId  *int64                                                                           `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	Enabled       *string                                                                          `json:"Enabled,omitempty" xml:"Enabled,omitempty"`
	IsSystem      *int32                                                                           `json:"IsSystem,omitempty" xml:"IsSystem,omitempty"`
	TemplateId    *int64                                                                           `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
	TemplateName  *string                                                                          `json:"TemplateName,omitempty" xml:"TemplateName,omitempty"`
	WorkflowNodes *ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodes `json:"WorkflowNodes,omitempty" xml:"WorkflowNodes,omitempty" type:"Struct"`
}

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) GoString

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetComment

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetCreateUserId

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetEnabled

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetIsSystem

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetTemplateId

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) SetTemplateName

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplate) String

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodes

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodes struct {
	WorkflowNode []*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode `json:"WorkflowNode,omitempty" xml:"WorkflowNode,omitempty" type:"Repeated"`
}

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodes) GoString

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodes) String

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode

type ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode struct {
	Comment      *string `json:"Comment,omitempty" xml:"Comment,omitempty"`
	CreateUserId *int64  `json:"CreateUserId,omitempty" xml:"CreateUserId,omitempty"`
	NodeId       *int64  `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName     *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	NodeType     *string `json:"NodeType,omitempty" xml:"NodeType,omitempty"`
	Position     *int32  `json:"Position,omitempty" xml:"Position,omitempty"`
	TemplateId   *int64  `json:"TemplateId,omitempty" xml:"TemplateId,omitempty"`
}

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode) GoString

func (*ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode) SetCreateUserId

func (ListWorkFlowTemplatesResponseBodyWorkFlowTemplatesWorkFlowTemplateWorkflowNodesWorkflowNode) String

type MakeTaskFlowInstanceSuccessRequest

type MakeTaskFlowInstanceSuccessRequest struct {
	DagId         *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64 `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (MakeTaskFlowInstanceSuccessRequest) GoString

func (*MakeTaskFlowInstanceSuccessRequest) SetDagId

func (*MakeTaskFlowInstanceSuccessRequest) SetDagInstanceId

func (*MakeTaskFlowInstanceSuccessRequest) SetTid

func (MakeTaskFlowInstanceSuccessRequest) String

type MakeTaskFlowInstanceSuccessResponse

type MakeTaskFlowInstanceSuccessResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MakeTaskFlowInstanceSuccessResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MakeTaskFlowInstanceSuccessResponse) GoString

func (*MakeTaskFlowInstanceSuccessResponse) SetHeaders

func (*MakeTaskFlowInstanceSuccessResponse) SetStatusCode

func (MakeTaskFlowInstanceSuccessResponse) String

type MakeTaskFlowInstanceSuccessResponseBody

type MakeTaskFlowInstanceSuccessResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (MakeTaskFlowInstanceSuccessResponseBody) GoString

func (*MakeTaskFlowInstanceSuccessResponseBody) SetErrorCode

func (*MakeTaskFlowInstanceSuccessResponseBody) SetErrorMessage

func (*MakeTaskFlowInstanceSuccessResponseBody) SetRequestId

func (*MakeTaskFlowInstanceSuccessResponseBody) SetSuccess

func (MakeTaskFlowInstanceSuccessResponseBody) String

type ModifyDataCorrectExecSQLRequest

type ModifyDataCorrectExecSQLRequest struct {
	ExecSQL *string `json:"ExecSQL,omitempty" xml:"ExecSQL,omitempty"`
	OrderId *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ModifyDataCorrectExecSQLRequest) GoString

func (*ModifyDataCorrectExecSQLRequest) SetExecSQL

func (*ModifyDataCorrectExecSQLRequest) SetOrderId

func (*ModifyDataCorrectExecSQLRequest) SetTid

func (ModifyDataCorrectExecSQLRequest) String

type ModifyDataCorrectExecSQLResponse

type ModifyDataCorrectExecSQLResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyDataCorrectExecSQLResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyDataCorrectExecSQLResponse) GoString

func (*ModifyDataCorrectExecSQLResponse) SetHeaders

func (*ModifyDataCorrectExecSQLResponse) SetStatusCode

func (ModifyDataCorrectExecSQLResponse) String

type ModifyDataCorrectExecSQLResponseBody

type ModifyDataCorrectExecSQLResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyDataCorrectExecSQLResponseBody) GoString

func (*ModifyDataCorrectExecSQLResponseBody) SetErrorCode

func (*ModifyDataCorrectExecSQLResponseBody) SetErrorMessage

func (*ModifyDataCorrectExecSQLResponseBody) SetRequestId

func (*ModifyDataCorrectExecSQLResponseBody) SetSuccess

func (ModifyDataCorrectExecSQLResponseBody) String

type ModifyDesensitizationStrategyRequest

type ModifyDesensitizationStrategyRequest struct {
	ColumnName *string `json:"ColumnName,omitempty" xml:"ColumnName,omitempty"`
	DbId       *int32  `json:"DbId,omitempty" xml:"DbId,omitempty"`
	IsLogic    *bool   `json:"IsLogic,omitempty" xml:"IsLogic,omitempty"`
	IsReset    *bool   `json:"IsReset,omitempty" xml:"IsReset,omitempty"`
	RuleId     *int32  `json:"RuleId,omitempty" xml:"RuleId,omitempty"`
	SchemaName *string `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	TableName  *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ModifyDesensitizationStrategyRequest) GoString

func (*ModifyDesensitizationStrategyRequest) SetColumnName

func (*ModifyDesensitizationStrategyRequest) SetDbId

func (*ModifyDesensitizationStrategyRequest) SetIsLogic

func (*ModifyDesensitizationStrategyRequest) SetIsReset

func (*ModifyDesensitizationStrategyRequest) SetRuleId

func (*ModifyDesensitizationStrategyRequest) SetSchemaName

func (*ModifyDesensitizationStrategyRequest) SetTableName

func (*ModifyDesensitizationStrategyRequest) SetTid

func (ModifyDesensitizationStrategyRequest) String

type ModifyDesensitizationStrategyResponse

type ModifyDesensitizationStrategyResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ModifyDesensitizationStrategyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ModifyDesensitizationStrategyResponse) GoString

func (*ModifyDesensitizationStrategyResponse) SetHeaders

func (*ModifyDesensitizationStrategyResponse) SetStatusCode

func (ModifyDesensitizationStrategyResponse) String

type ModifyDesensitizationStrategyResponseBody

type ModifyDesensitizationStrategyResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result       *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyDesensitizationStrategyResponseBody) GoString

func (*ModifyDesensitizationStrategyResponseBody) SetErrorCode

func (*ModifyDesensitizationStrategyResponseBody) SetErrorMessage

func (*ModifyDesensitizationStrategyResponseBody) SetRequestId

func (*ModifyDesensitizationStrategyResponseBody) SetResult

func (*ModifyDesensitizationStrategyResponseBody) SetSuccess

func (ModifyDesensitizationStrategyResponseBody) String

type MoveTaskFlowToScenarioRequest

type MoveTaskFlowToScenarioRequest struct {
	DagId      *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	ScenarioId *int64 `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (MoveTaskFlowToScenarioRequest) GoString

func (*MoveTaskFlowToScenarioRequest) SetDagId

func (*MoveTaskFlowToScenarioRequest) SetScenarioId

func (*MoveTaskFlowToScenarioRequest) SetTid

func (MoveTaskFlowToScenarioRequest) String

type MoveTaskFlowToScenarioResponse

type MoveTaskFlowToScenarioResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *MoveTaskFlowToScenarioResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (MoveTaskFlowToScenarioResponse) GoString

func (*MoveTaskFlowToScenarioResponse) SetHeaders

func (*MoveTaskFlowToScenarioResponse) SetStatusCode

func (MoveTaskFlowToScenarioResponse) String

type MoveTaskFlowToScenarioResponseBody

type MoveTaskFlowToScenarioResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (MoveTaskFlowToScenarioResponseBody) GoString

func (*MoveTaskFlowToScenarioResponseBody) SetErrorCode

func (*MoveTaskFlowToScenarioResponseBody) SetErrorMessage

func (*MoveTaskFlowToScenarioResponseBody) SetRequestId

func (*MoveTaskFlowToScenarioResponseBody) SetSuccess

func (MoveTaskFlowToScenarioResponseBody) String

type OfflineTaskFlowRequest

type OfflineTaskFlowRequest struct {
	DagId *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid   *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (OfflineTaskFlowRequest) GoString

func (s OfflineTaskFlowRequest) GoString() string

func (*OfflineTaskFlowRequest) SetDagId

func (*OfflineTaskFlowRequest) SetTid

func (OfflineTaskFlowRequest) String

func (s OfflineTaskFlowRequest) String() string

type OfflineTaskFlowResponse

type OfflineTaskFlowResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *OfflineTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (OfflineTaskFlowResponse) GoString

func (s OfflineTaskFlowResponse) GoString() string

func (*OfflineTaskFlowResponse) SetBody

func (*OfflineTaskFlowResponse) SetHeaders

func (*OfflineTaskFlowResponse) SetStatusCode

func (OfflineTaskFlowResponse) String

func (s OfflineTaskFlowResponse) String() string

type OfflineTaskFlowResponseBody

type OfflineTaskFlowResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (OfflineTaskFlowResponseBody) GoString

func (s OfflineTaskFlowResponseBody) GoString() string

func (*OfflineTaskFlowResponseBody) SetErrorCode

func (*OfflineTaskFlowResponseBody) SetErrorMessage

func (*OfflineTaskFlowResponseBody) SetRequestId

func (*OfflineTaskFlowResponseBody) SetSuccess

func (OfflineTaskFlowResponseBody) String

type PauseDataCorrectSQLJobRequest

type PauseDataCorrectSQLJobRequest struct {
	JobId   *int64  `json:"JobId,omitempty" xml:"JobId,omitempty"`
	OrderId *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Type    *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (PauseDataCorrectSQLJobRequest) GoString

func (*PauseDataCorrectSQLJobRequest) SetJobId

func (*PauseDataCorrectSQLJobRequest) SetOrderId

func (*PauseDataCorrectSQLJobRequest) SetTid

func (*PauseDataCorrectSQLJobRequest) SetType

func (PauseDataCorrectSQLJobRequest) String

type PauseDataCorrectSQLJobResponse

type PauseDataCorrectSQLJobResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PauseDataCorrectSQLJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PauseDataCorrectSQLJobResponse) GoString

func (*PauseDataCorrectSQLJobResponse) SetHeaders

func (*PauseDataCorrectSQLJobResponse) SetStatusCode

func (PauseDataCorrectSQLJobResponse) String

type PauseDataCorrectSQLJobResponseBody

type PauseDataCorrectSQLJobResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (PauseDataCorrectSQLJobResponseBody) GoString

func (*PauseDataCorrectSQLJobResponseBody) SetErrorCode

func (*PauseDataCorrectSQLJobResponseBody) SetErrorMessage

func (*PauseDataCorrectSQLJobResponseBody) SetRequestId

func (*PauseDataCorrectSQLJobResponseBody) SetSuccess

func (PauseDataCorrectSQLJobResponseBody) String

type PublishAndDeployTaskFlowRequest

type PublishAndDeployTaskFlowRequest struct {
	DagId           *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid             *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	VersionComments *string `json:"VersionComments,omitempty" xml:"VersionComments,omitempty"`
}

func (PublishAndDeployTaskFlowRequest) GoString

func (*PublishAndDeployTaskFlowRequest) SetDagId

func (*PublishAndDeployTaskFlowRequest) SetTid

func (*PublishAndDeployTaskFlowRequest) SetVersionComments

func (PublishAndDeployTaskFlowRequest) String

type PublishAndDeployTaskFlowResponse

type PublishAndDeployTaskFlowResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PublishAndDeployTaskFlowResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PublishAndDeployTaskFlowResponse) GoString

func (*PublishAndDeployTaskFlowResponse) SetHeaders

func (*PublishAndDeployTaskFlowResponse) SetStatusCode

func (PublishAndDeployTaskFlowResponse) String

type PublishAndDeployTaskFlowResponseBody

type PublishAndDeployTaskFlowResponseBody struct {
	DeployId     *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (PublishAndDeployTaskFlowResponseBody) GoString

func (*PublishAndDeployTaskFlowResponseBody) SetDeployId

func (*PublishAndDeployTaskFlowResponseBody) SetErrorCode

func (*PublishAndDeployTaskFlowResponseBody) SetErrorMessage

func (*PublishAndDeployTaskFlowResponseBody) SetRequestId

func (*PublishAndDeployTaskFlowResponseBody) SetSuccess

func (PublishAndDeployTaskFlowResponseBody) String

type ReDeployLhDagVersionRequest

type ReDeployLhDagVersionRequest struct {
	DagId      *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagVersion *int64 `json:"DagVersion,omitempty" xml:"DagVersion,omitempty"`
	Tid        *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ReDeployLhDagVersionRequest) GoString

func (s ReDeployLhDagVersionRequest) GoString() string

func (*ReDeployLhDagVersionRequest) SetDagId

func (*ReDeployLhDagVersionRequest) SetDagVersion

func (*ReDeployLhDagVersionRequest) SetTid

func (ReDeployLhDagVersionRequest) String

type ReDeployLhDagVersionResponse

type ReDeployLhDagVersionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReDeployLhDagVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReDeployLhDagVersionResponse) GoString

func (s ReDeployLhDagVersionResponse) GoString() string

func (*ReDeployLhDagVersionResponse) SetBody

func (*ReDeployLhDagVersionResponse) SetHeaders

func (*ReDeployLhDagVersionResponse) SetStatusCode

func (ReDeployLhDagVersionResponse) String

type ReDeployLhDagVersionResponseBody

type ReDeployLhDagVersionResponseBody struct {
	DeployId     *int64  `json:"DeployId,omitempty" xml:"DeployId,omitempty"`
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ReDeployLhDagVersionResponseBody) GoString

func (*ReDeployLhDagVersionResponseBody) SetDeployId

func (*ReDeployLhDagVersionResponseBody) SetErrorCode

func (*ReDeployLhDagVersionResponseBody) SetErrorMessage

func (*ReDeployLhDagVersionResponseBody) SetRequestId

func (*ReDeployLhDagVersionResponseBody) SetSuccess

func (ReDeployLhDagVersionResponseBody) String

type ReRunTaskFlowInstanceRequest

type ReRunTaskFlowInstanceRequest struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64  `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	DagVersion    *string `json:"DagVersion,omitempty" xml:"DagVersion,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ReRunTaskFlowInstanceRequest) GoString

func (s ReRunTaskFlowInstanceRequest) GoString() string

func (*ReRunTaskFlowInstanceRequest) SetDagId

func (*ReRunTaskFlowInstanceRequest) SetDagInstanceId

func (*ReRunTaskFlowInstanceRequest) SetDagVersion

func (*ReRunTaskFlowInstanceRequest) SetTid

func (ReRunTaskFlowInstanceRequest) String

type ReRunTaskFlowInstanceResponse

type ReRunTaskFlowInstanceResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReRunTaskFlowInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReRunTaskFlowInstanceResponse) GoString

func (*ReRunTaskFlowInstanceResponse) SetBody

func (*ReRunTaskFlowInstanceResponse) SetHeaders

func (*ReRunTaskFlowInstanceResponse) SetStatusCode

func (ReRunTaskFlowInstanceResponse) String

type ReRunTaskFlowInstanceResponseBody

type ReRunTaskFlowInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ReRunTaskFlowInstanceResponseBody) GoString

func (*ReRunTaskFlowInstanceResponseBody) SetErrorCode

func (*ReRunTaskFlowInstanceResponseBody) SetErrorMessage

func (*ReRunTaskFlowInstanceResponseBody) SetRequestId

func (*ReRunTaskFlowInstanceResponseBody) SetSuccess

func (ReRunTaskFlowInstanceResponseBody) String

type RegisterInstanceRequest

type RegisterInstanceRequest struct {
	DataLinkName     *string `json:"DataLinkName,omitempty" xml:"DataLinkName,omitempty"`
	DatabasePassword *string `json:"DatabasePassword,omitempty" xml:"DatabasePassword,omitempty"`
	DatabaseUser     *string `json:"DatabaseUser,omitempty" xml:"DatabaseUser,omitempty"`
	DbaUid           *int64  `json:"DbaUid,omitempty" xml:"DbaUid,omitempty"`
	DdlOnline        *int32  `json:"DdlOnline,omitempty" xml:"DdlOnline,omitempty"`
	EcsInstanceId    *string `json:"EcsInstanceId,omitempty" xml:"EcsInstanceId,omitempty"`
	EcsRegion        *string `json:"EcsRegion,omitempty" xml:"EcsRegion,omitempty"`
	EnvType          *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	ExportTimeout    *int32  `json:"ExportTimeout,omitempty" xml:"ExportTimeout,omitempty"`
	Host             *string `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceAlias    *string `json:"InstanceAlias,omitempty" xml:"InstanceAlias,omitempty"`
	InstanceSource   *string `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	InstanceType     *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	NetworkType      *string `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	Port             *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	QueryTimeout     *int32  `json:"QueryTimeout,omitempty" xml:"QueryTimeout,omitempty"`
	SafeRule         *string `json:"SafeRule,omitempty" xml:"SafeRule,omitempty"`
	Sid              *string `json:"Sid,omitempty" xml:"Sid,omitempty"`
	SkipTest         *bool   `json:"SkipTest,omitempty" xml:"SkipTest,omitempty"`
	Tid              *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UseDsql          *int32  `json:"UseDsql,omitempty" xml:"UseDsql,omitempty"`
	VpcId            *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (RegisterInstanceRequest) GoString

func (s RegisterInstanceRequest) GoString() string

func (*RegisterInstanceRequest) SetDataLinkName

func (*RegisterInstanceRequest) SetDatabasePassword

func (s *RegisterInstanceRequest) SetDatabasePassword(v string) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetDatabaseUser

func (*RegisterInstanceRequest) SetDbaUid

func (*RegisterInstanceRequest) SetDdlOnline

func (*RegisterInstanceRequest) SetEcsInstanceId

func (s *RegisterInstanceRequest) SetEcsInstanceId(v string) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetEcsRegion

func (*RegisterInstanceRequest) SetEnvType

func (*RegisterInstanceRequest) SetExportTimeout

func (s *RegisterInstanceRequest) SetExportTimeout(v int32) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetHost

func (*RegisterInstanceRequest) SetInstanceAlias

func (s *RegisterInstanceRequest) SetInstanceAlias(v string) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetInstanceSource

func (s *RegisterInstanceRequest) SetInstanceSource(v string) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetInstanceType

func (*RegisterInstanceRequest) SetNetworkType

func (*RegisterInstanceRequest) SetPort

func (*RegisterInstanceRequest) SetQueryTimeout

func (s *RegisterInstanceRequest) SetQueryTimeout(v int32) *RegisterInstanceRequest

func (*RegisterInstanceRequest) SetSafeRule

func (*RegisterInstanceRequest) SetSid

func (*RegisterInstanceRequest) SetSkipTest

func (*RegisterInstanceRequest) SetTid

func (*RegisterInstanceRequest) SetUseDsql

func (*RegisterInstanceRequest) SetVpcId

func (RegisterInstanceRequest) String

func (s RegisterInstanceRequest) String() string

type RegisterInstanceResponse

type RegisterInstanceResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RegisterInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterInstanceResponse) GoString

func (s RegisterInstanceResponse) GoString() string

func (*RegisterInstanceResponse) SetBody

func (*RegisterInstanceResponse) SetHeaders

func (*RegisterInstanceResponse) SetStatusCode

func (RegisterInstanceResponse) String

func (s RegisterInstanceResponse) String() string

type RegisterInstanceResponseBody

type RegisterInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterInstanceResponseBody) GoString

func (s RegisterInstanceResponseBody) GoString() string

func (*RegisterInstanceResponseBody) SetErrorCode

func (*RegisterInstanceResponseBody) SetErrorMessage

func (*RegisterInstanceResponseBody) SetRequestId

func (*RegisterInstanceResponseBody) SetSuccess

func (RegisterInstanceResponseBody) String

type RegisterUserRequest

type RegisterUserRequest struct {
	Mobile    *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	RoleNames *string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty"`
	Tid       *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid       *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
	UserNick  *string `json:"UserNick,omitempty" xml:"UserNick,omitempty"`
}

func (RegisterUserRequest) GoString

func (s RegisterUserRequest) GoString() string

func (*RegisterUserRequest) SetMobile

func (*RegisterUserRequest) SetRoleNames

func (s *RegisterUserRequest) SetRoleNames(v string) *RegisterUserRequest

func (*RegisterUserRequest) SetTid

func (*RegisterUserRequest) SetUid

func (*RegisterUserRequest) SetUserNick

func (s *RegisterUserRequest) SetUserNick(v string) *RegisterUserRequest

func (RegisterUserRequest) String

func (s RegisterUserRequest) String() string

type RegisterUserResponse

type RegisterUserResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RegisterUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RegisterUserResponse) GoString

func (s RegisterUserResponse) GoString() string

func (*RegisterUserResponse) SetBody

func (*RegisterUserResponse) SetHeaders

func (s *RegisterUserResponse) SetHeaders(v map[string]*string) *RegisterUserResponse

func (*RegisterUserResponse) SetStatusCode

func (s *RegisterUserResponse) SetStatusCode(v int32) *RegisterUserResponse

func (RegisterUserResponse) String

func (s RegisterUserResponse) String() string

type RegisterUserResponseBody

type RegisterUserResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterUserResponseBody) GoString

func (s RegisterUserResponseBody) GoString() string

func (*RegisterUserResponseBody) SetErrorCode

func (*RegisterUserResponseBody) SetErrorMessage

func (*RegisterUserResponseBody) SetRequestId

func (*RegisterUserResponseBody) SetSuccess

func (RegisterUserResponseBody) String

func (s RegisterUserResponseBody) String() string

type RestartDataCorrectSQLJobRequest

type RestartDataCorrectSQLJobRequest struct {
	JobId   *int64  `json:"JobId,omitempty" xml:"JobId,omitempty"`
	OrderId *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Type    *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (RestartDataCorrectSQLJobRequest) GoString

func (*RestartDataCorrectSQLJobRequest) SetJobId

func (*RestartDataCorrectSQLJobRequest) SetOrderId

func (*RestartDataCorrectSQLJobRequest) SetTid

func (*RestartDataCorrectSQLJobRequest) SetType

func (RestartDataCorrectSQLJobRequest) String

type RestartDataCorrectSQLJobResponse

type RestartDataCorrectSQLJobResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RestartDataCorrectSQLJobResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RestartDataCorrectSQLJobResponse) GoString

func (*RestartDataCorrectSQLJobResponse) SetHeaders

func (*RestartDataCorrectSQLJobResponse) SetStatusCode

func (RestartDataCorrectSQLJobResponse) String

type RestartDataCorrectSQLJobResponseBody

type RestartDataCorrectSQLJobResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RestartDataCorrectSQLJobResponseBody) GoString

func (*RestartDataCorrectSQLJobResponseBody) SetErrorCode

func (*RestartDataCorrectSQLJobResponseBody) SetErrorMessage

func (*RestartDataCorrectSQLJobResponseBody) SetRequestId

func (*RestartDataCorrectSQLJobResponseBody) SetSuccess

func (RestartDataCorrectSQLJobResponseBody) String

type ResumeTaskFlowInstanceRequest

type ResumeTaskFlowInstanceRequest struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64  `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	DagVersion    *string `json:"DagVersion,omitempty" xml:"DagVersion,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (ResumeTaskFlowInstanceRequest) GoString

func (*ResumeTaskFlowInstanceRequest) SetDagId

func (*ResumeTaskFlowInstanceRequest) SetDagInstanceId

func (*ResumeTaskFlowInstanceRequest) SetDagVersion

func (*ResumeTaskFlowInstanceRequest) SetTid

func (ResumeTaskFlowInstanceRequest) String

type ResumeTaskFlowInstanceResponse

type ResumeTaskFlowInstanceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ResumeTaskFlowInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResumeTaskFlowInstanceResponse) GoString

func (*ResumeTaskFlowInstanceResponse) SetHeaders

func (*ResumeTaskFlowInstanceResponse) SetStatusCode

func (ResumeTaskFlowInstanceResponse) String

type ResumeTaskFlowInstanceResponseBody

type ResumeTaskFlowInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ResumeTaskFlowInstanceResponseBody) GoString

func (*ResumeTaskFlowInstanceResponseBody) SetErrorCode

func (*ResumeTaskFlowInstanceResponseBody) SetErrorMessage

func (*ResumeTaskFlowInstanceResponseBody) SetRequestId

func (*ResumeTaskFlowInstanceResponseBody) SetSuccess

func (ResumeTaskFlowInstanceResponseBody) String

type RetryDataCorrectPreCheckRequest

type RetryDataCorrectPreCheckRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (RetryDataCorrectPreCheckRequest) GoString

func (*RetryDataCorrectPreCheckRequest) SetOrderId

func (*RetryDataCorrectPreCheckRequest) SetTid

func (RetryDataCorrectPreCheckRequest) String

type RetryDataCorrectPreCheckResponse

type RetryDataCorrectPreCheckResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RetryDataCorrectPreCheckResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RetryDataCorrectPreCheckResponse) GoString

func (*RetryDataCorrectPreCheckResponse) SetHeaders

func (*RetryDataCorrectPreCheckResponse) SetStatusCode

func (RetryDataCorrectPreCheckResponse) String

type RetryDataCorrectPreCheckResponseBody

type RetryDataCorrectPreCheckResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RetryDataCorrectPreCheckResponseBody) GoString

func (*RetryDataCorrectPreCheckResponseBody) SetErrorCode

func (*RetryDataCorrectPreCheckResponseBody) SetErrorMessage

func (*RetryDataCorrectPreCheckResponseBody) SetRequestId

func (*RetryDataCorrectPreCheckResponseBody) SetSuccess

func (RetryDataCorrectPreCheckResponseBody) String

type RevokeUserPermissionRequest

type RevokeUserPermissionRequest struct {
	DbId         *string `json:"DbId,omitempty" xml:"DbId,omitempty"`
	DsType       *string `json:"DsType,omitempty" xml:"DsType,omitempty"`
	InstanceId   *int64  `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Logic        *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	PermTypes    *string `json:"PermTypes,omitempty" xml:"PermTypes,omitempty"`
	TableId      *string `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName    *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UserAccessId *string `json:"UserAccessId,omitempty" xml:"UserAccessId,omitempty"`
	UserId       *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (RevokeUserPermissionRequest) GoString

func (s RevokeUserPermissionRequest) GoString() string

func (*RevokeUserPermissionRequest) SetDbId

func (*RevokeUserPermissionRequest) SetDsType

func (*RevokeUserPermissionRequest) SetInstanceId

func (*RevokeUserPermissionRequest) SetLogic

func (*RevokeUserPermissionRequest) SetPermTypes

func (*RevokeUserPermissionRequest) SetTableId

func (*RevokeUserPermissionRequest) SetTableName

func (*RevokeUserPermissionRequest) SetTid

func (*RevokeUserPermissionRequest) SetUserAccessId

func (*RevokeUserPermissionRequest) SetUserId

func (RevokeUserPermissionRequest) String

type RevokeUserPermissionResponse

type RevokeUserPermissionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RevokeUserPermissionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RevokeUserPermissionResponse) GoString

func (s RevokeUserPermissionResponse) GoString() string

func (*RevokeUserPermissionResponse) SetBody

func (*RevokeUserPermissionResponse) SetHeaders

func (*RevokeUserPermissionResponse) SetStatusCode

func (RevokeUserPermissionResponse) String

type RevokeUserPermissionResponseBody

type RevokeUserPermissionResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RevokeUserPermissionResponseBody) GoString

func (*RevokeUserPermissionResponseBody) SetErrorCode

func (*RevokeUserPermissionResponseBody) SetErrorMessage

func (*RevokeUserPermissionResponseBody) SetRequestId

func (*RevokeUserPermissionResponseBody) SetSuccess

func (RevokeUserPermissionResponseBody) String

type SearchDatabaseRequest

type SearchDatabaseRequest struct {
	DbType       *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType      *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SearchKey    *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	SearchRange  *string `json:"SearchRange,omitempty" xml:"SearchRange,omitempty"`
	SearchTarget *string `json:"SearchTarget,omitempty" xml:"SearchTarget,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SearchDatabaseRequest) GoString

func (s SearchDatabaseRequest) GoString() string

func (*SearchDatabaseRequest) SetDbType

func (*SearchDatabaseRequest) SetEnvType

func (*SearchDatabaseRequest) SetPageNumber

func (s *SearchDatabaseRequest) SetPageNumber(v int32) *SearchDatabaseRequest

func (*SearchDatabaseRequest) SetPageSize

func (*SearchDatabaseRequest) SetSearchKey

func (*SearchDatabaseRequest) SetSearchRange

func (s *SearchDatabaseRequest) SetSearchRange(v string) *SearchDatabaseRequest

func (*SearchDatabaseRequest) SetSearchTarget

func (s *SearchDatabaseRequest) SetSearchTarget(v string) *SearchDatabaseRequest

func (*SearchDatabaseRequest) SetTid

func (SearchDatabaseRequest) String

func (s SearchDatabaseRequest) String() string

type SearchDatabaseResponse

type SearchDatabaseResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchDatabaseResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchDatabaseResponse) GoString

func (s SearchDatabaseResponse) GoString() string

func (*SearchDatabaseResponse) SetBody

func (*SearchDatabaseResponse) SetHeaders

func (*SearchDatabaseResponse) SetStatusCode

func (SearchDatabaseResponse) String

func (s SearchDatabaseResponse) String() string

type SearchDatabaseResponseBody

type SearchDatabaseResponseBody struct {
	ErrorCode          *string                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage       *string                                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId          *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SearchDatabaseList *SearchDatabaseResponseBodySearchDatabaseList `json:"SearchDatabaseList,omitempty" xml:"SearchDatabaseList,omitempty" type:"Struct"`
	Success            *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount         *int64                                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchDatabaseResponseBody) GoString

func (s SearchDatabaseResponseBody) GoString() string

func (*SearchDatabaseResponseBody) SetErrorCode

func (*SearchDatabaseResponseBody) SetErrorMessage

func (*SearchDatabaseResponseBody) SetRequestId

func (*SearchDatabaseResponseBody) SetSuccess

func (*SearchDatabaseResponseBody) SetTotalCount

func (SearchDatabaseResponseBody) String

type SearchDatabaseResponseBodySearchDatabaseList

type SearchDatabaseResponseBodySearchDatabaseList struct {
	SearchDatabase []*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase `json:"SearchDatabase,omitempty" xml:"SearchDatabase,omitempty" type:"Repeated"`
}

func (SearchDatabaseResponseBodySearchDatabaseList) GoString

func (SearchDatabaseResponseBodySearchDatabaseList) String

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabase

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabase struct {
	Alias         *string                                                                  `json:"Alias,omitempty" xml:"Alias,omitempty"`
	DatabaseId    *string                                                                  `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DatalinkName  *string                                                                  `json:"DatalinkName,omitempty" xml:"DatalinkName,omitempty"`
	DbType        *string                                                                  `json:"DbType,omitempty" xml:"DbType,omitempty"`
	DbaId         *string                                                                  `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	Encoding      *string                                                                  `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	EnvType       *string                                                                  `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Host          *string                                                                  `json:"Host,omitempty" xml:"Host,omitempty"`
	Logic         *bool                                                                    `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIdList   *SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList *SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	Port          *int32                                                                   `json:"Port,omitempty" xml:"Port,omitempty"`
	SchemaName    *string                                                                  `json:"SchemaName,omitempty" xml:"SchemaName,omitempty"`
	SearchName    *string                                                                  `json:"SearchName,omitempty" xml:"SearchName,omitempty"`
	Sid           *string                                                                  `json:"Sid,omitempty" xml:"Sid,omitempty"`
}

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) GoString

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetAlias

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetDatabaseId

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetDatalinkName

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetDbType

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetDbaId

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetEncoding

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetEnvType

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetHost

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetLogic

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetPort

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetSchemaName

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetSearchName

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) SetSid

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabase) String

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList) GoString

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList) SetOwnerIds

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerIdList) String

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList

type SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList) GoString

func (*SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList) SetOwnerNames

func (SearchDatabaseResponseBodySearchDatabaseListSearchDatabaseOwnerNameList) String

type SearchTableRequest

type SearchTableRequest struct {
	DbType       *string `json:"DbType,omitempty" xml:"DbType,omitempty"`
	EnvType      *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ReturnGuid   *bool   `json:"ReturnGuid,omitempty" xml:"ReturnGuid,omitempty"`
	SearchKey    *string `json:"SearchKey,omitempty" xml:"SearchKey,omitempty"`
	SearchRange  *string `json:"SearchRange,omitempty" xml:"SearchRange,omitempty"`
	SearchTarget *string `json:"SearchTarget,omitempty" xml:"SearchTarget,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SearchTableRequest) GoString

func (s SearchTableRequest) GoString() string

func (*SearchTableRequest) SetDbType

func (s *SearchTableRequest) SetDbType(v string) *SearchTableRequest

func (*SearchTableRequest) SetEnvType

func (s *SearchTableRequest) SetEnvType(v string) *SearchTableRequest

func (*SearchTableRequest) SetPageNumber

func (s *SearchTableRequest) SetPageNumber(v int32) *SearchTableRequest

func (*SearchTableRequest) SetPageSize

func (s *SearchTableRequest) SetPageSize(v int32) *SearchTableRequest

func (*SearchTableRequest) SetReturnGuid

func (s *SearchTableRequest) SetReturnGuid(v bool) *SearchTableRequest

func (*SearchTableRequest) SetSearchKey

func (s *SearchTableRequest) SetSearchKey(v string) *SearchTableRequest

func (*SearchTableRequest) SetSearchRange

func (s *SearchTableRequest) SetSearchRange(v string) *SearchTableRequest

func (*SearchTableRequest) SetSearchTarget

func (s *SearchTableRequest) SetSearchTarget(v string) *SearchTableRequest

func (*SearchTableRequest) SetTid

func (SearchTableRequest) String

func (s SearchTableRequest) String() string

type SearchTableResponse

type SearchTableResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SearchTableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SearchTableResponse) GoString

func (s SearchTableResponse) GoString() string

func (*SearchTableResponse) SetBody

func (*SearchTableResponse) SetHeaders

func (s *SearchTableResponse) SetHeaders(v map[string]*string) *SearchTableResponse

func (*SearchTableResponse) SetStatusCode

func (s *SearchTableResponse) SetStatusCode(v int32) *SearchTableResponse

func (SearchTableResponse) String

func (s SearchTableResponse) String() string

type SearchTableResponseBody

type SearchTableResponseBody struct {
	ErrorCode       *string                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage    *string                                 `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId       *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SearchTableList *SearchTableResponseBodySearchTableList `json:"SearchTableList,omitempty" xml:"SearchTableList,omitempty" type:"Struct"`
	Success         *bool                                   `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalCount      *int64                                  `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (SearchTableResponseBody) GoString

func (s SearchTableResponseBody) GoString() string

func (*SearchTableResponseBody) SetErrorCode

func (*SearchTableResponseBody) SetErrorMessage

func (*SearchTableResponseBody) SetRequestId

func (*SearchTableResponseBody) SetSearchTableList

func (*SearchTableResponseBody) SetSuccess

func (*SearchTableResponseBody) SetTotalCount

func (SearchTableResponseBody) String

func (s SearchTableResponseBody) String() string

type SearchTableResponseBodySearchTableList

type SearchTableResponseBodySearchTableList struct {
	SearchTable []*SearchTableResponseBodySearchTableListSearchTable `json:"SearchTable,omitempty" xml:"SearchTable,omitempty" type:"Repeated"`
}

func (SearchTableResponseBodySearchTableList) GoString

func (SearchTableResponseBodySearchTableList) String

type SearchTableResponseBodySearchTableListSearchTable

type SearchTableResponseBodySearchTableListSearchTable struct {
	DBSearchName    *string                                                         `json:"DBSearchName,omitempty" xml:"DBSearchName,omitempty"`
	DatabaseId      *string                                                         `json:"DatabaseId,omitempty" xml:"DatabaseId,omitempty"`
	DbName          *string                                                         `json:"DbName,omitempty" xml:"DbName,omitempty"`
	DbType          *string                                                         `json:"DbType,omitempty" xml:"DbType,omitempty"`
	Description     *string                                                         `json:"Description,omitempty" xml:"Description,omitempty"`
	Encoding        *string                                                         `json:"Encoding,omitempty" xml:"Encoding,omitempty"`
	Engine          *string                                                         `json:"Engine,omitempty" xml:"Engine,omitempty"`
	EnvType         *string                                                         `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	Logic           *bool                                                           `json:"Logic,omitempty" xml:"Logic,omitempty"`
	OwnerIdList     *SearchTableResponseBodySearchTableListSearchTableOwnerIdList   `json:"OwnerIdList,omitempty" xml:"OwnerIdList,omitempty" type:"Struct"`
	OwnerNameList   *SearchTableResponseBodySearchTableListSearchTableOwnerNameList `json:"OwnerNameList,omitempty" xml:"OwnerNameList,omitempty" type:"Struct"`
	TableGuid       *string                                                         `json:"TableGuid,omitempty" xml:"TableGuid,omitempty"`
	TableId         *string                                                         `json:"TableId,omitempty" xml:"TableId,omitempty"`
	TableName       *string                                                         `json:"TableName,omitempty" xml:"TableName,omitempty"`
	TableSchemaName *string                                                         `json:"TableSchemaName,omitempty" xml:"TableSchemaName,omitempty"`
}

func (SearchTableResponseBodySearchTableListSearchTable) GoString

func (*SearchTableResponseBodySearchTableListSearchTable) SetDBSearchName

func (*SearchTableResponseBodySearchTableListSearchTable) SetDatabaseId

func (*SearchTableResponseBodySearchTableListSearchTable) SetDbName

func (*SearchTableResponseBodySearchTableListSearchTable) SetDbType

func (*SearchTableResponseBodySearchTableListSearchTable) SetDescription

func (*SearchTableResponseBodySearchTableListSearchTable) SetEncoding

func (*SearchTableResponseBodySearchTableListSearchTable) SetEngine

func (*SearchTableResponseBodySearchTableListSearchTable) SetEnvType

func (*SearchTableResponseBodySearchTableListSearchTable) SetLogic

func (*SearchTableResponseBodySearchTableListSearchTable) SetTableGuid

func (*SearchTableResponseBodySearchTableListSearchTable) SetTableId

func (*SearchTableResponseBodySearchTableListSearchTable) SetTableName

func (*SearchTableResponseBodySearchTableListSearchTable) SetTableSchemaName

func (SearchTableResponseBodySearchTableListSearchTable) String

type SearchTableResponseBodySearchTableListSearchTableOwnerIdList

type SearchTableResponseBodySearchTableListSearchTableOwnerIdList struct {
	OwnerIds []*string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty" type:"Repeated"`
}

func (SearchTableResponseBodySearchTableListSearchTableOwnerIdList) GoString

func (*SearchTableResponseBodySearchTableListSearchTableOwnerIdList) SetOwnerIds

func (SearchTableResponseBodySearchTableListSearchTableOwnerIdList) String

type SearchTableResponseBodySearchTableListSearchTableOwnerNameList

type SearchTableResponseBodySearchTableListSearchTableOwnerNameList struct {
	OwnerNames []*string `json:"OwnerNames,omitempty" xml:"OwnerNames,omitempty" type:"Repeated"`
}

func (SearchTableResponseBodySearchTableListSearchTableOwnerNameList) GoString

func (*SearchTableResponseBodySearchTableListSearchTableOwnerNameList) SetOwnerNames

func (SearchTableResponseBodySearchTableListSearchTableOwnerNameList) String

type SetOwnersRequest

type SetOwnersRequest struct {
	OwnerIds   *string `json:"OwnerIds,omitempty" xml:"OwnerIds,omitempty"`
	OwnerType  *string `json:"OwnerType,omitempty" xml:"OwnerType,omitempty"`
	ResourceId *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SetOwnersRequest) GoString

func (s SetOwnersRequest) GoString() string

func (*SetOwnersRequest) SetOwnerIds

func (s *SetOwnersRequest) SetOwnerIds(v string) *SetOwnersRequest

func (*SetOwnersRequest) SetOwnerType

func (s *SetOwnersRequest) SetOwnerType(v string) *SetOwnersRequest

func (*SetOwnersRequest) SetResourceId

func (s *SetOwnersRequest) SetResourceId(v string) *SetOwnersRequest

func (*SetOwnersRequest) SetTid

func (s *SetOwnersRequest) SetTid(v int64) *SetOwnersRequest

func (SetOwnersRequest) String

func (s SetOwnersRequest) String() string

type SetOwnersResponse

type SetOwnersResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetOwnersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetOwnersResponse) GoString

func (s SetOwnersResponse) GoString() string

func (*SetOwnersResponse) SetBody

func (*SetOwnersResponse) SetHeaders

func (s *SetOwnersResponse) SetHeaders(v map[string]*string) *SetOwnersResponse

func (*SetOwnersResponse) SetStatusCode

func (s *SetOwnersResponse) SetStatusCode(v int32) *SetOwnersResponse

func (SetOwnersResponse) String

func (s SetOwnersResponse) String() string

type SetOwnersResponseBody

type SetOwnersResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SetOwnersResponseBody) GoString

func (s SetOwnersResponseBody) GoString() string

func (*SetOwnersResponseBody) SetErrorCode

func (*SetOwnersResponseBody) SetErrorMessage

func (s *SetOwnersResponseBody) SetErrorMessage(v string) *SetOwnersResponseBody

func (*SetOwnersResponseBody) SetRequestId

func (*SetOwnersResponseBody) SetSuccess

func (SetOwnersResponseBody) String

func (s SetOwnersResponseBody) String() string

type StopTaskFlowInstanceRequest

type StopTaskFlowInstanceRequest struct {
	DagId         *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64 `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (StopTaskFlowInstanceRequest) GoString

func (s StopTaskFlowInstanceRequest) GoString() string

func (*StopTaskFlowInstanceRequest) SetDagId

func (*StopTaskFlowInstanceRequest) SetDagInstanceId

func (*StopTaskFlowInstanceRequest) SetTid

func (StopTaskFlowInstanceRequest) String

type StopTaskFlowInstanceResponse

type StopTaskFlowInstanceResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *StopTaskFlowInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (StopTaskFlowInstanceResponse) GoString

func (s StopTaskFlowInstanceResponse) GoString() string

func (*StopTaskFlowInstanceResponse) SetBody

func (*StopTaskFlowInstanceResponse) SetHeaders

func (*StopTaskFlowInstanceResponse) SetStatusCode

func (StopTaskFlowInstanceResponse) String

type StopTaskFlowInstanceResponseBody

type StopTaskFlowInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (StopTaskFlowInstanceResponseBody) GoString

func (*StopTaskFlowInstanceResponseBody) SetErrorCode

func (*StopTaskFlowInstanceResponseBody) SetErrorMessage

func (*StopTaskFlowInstanceResponseBody) SetRequestId

func (*StopTaskFlowInstanceResponseBody) SetSuccess

func (StopTaskFlowInstanceResponseBody) String

type SubmitOrderApprovalRequest

type SubmitOrderApprovalRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SubmitOrderApprovalRequest) GoString

func (s SubmitOrderApprovalRequest) GoString() string

func (*SubmitOrderApprovalRequest) SetOrderId

func (*SubmitOrderApprovalRequest) SetTid

func (SubmitOrderApprovalRequest) String

type SubmitOrderApprovalResponse

type SubmitOrderApprovalResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SubmitOrderApprovalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SubmitOrderApprovalResponse) GoString

func (s SubmitOrderApprovalResponse) GoString() string

func (*SubmitOrderApprovalResponse) SetBody

func (*SubmitOrderApprovalResponse) SetHeaders

func (*SubmitOrderApprovalResponse) SetStatusCode

func (SubmitOrderApprovalResponse) String

type SubmitOrderApprovalResponseBody

type SubmitOrderApprovalResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SubmitOrderApprovalResponseBody) GoString

func (*SubmitOrderApprovalResponseBody) SetErrorCode

func (*SubmitOrderApprovalResponseBody) SetErrorMessage

func (*SubmitOrderApprovalResponseBody) SetRequestId

func (*SubmitOrderApprovalResponseBody) SetSuccess

func (SubmitOrderApprovalResponseBody) String

type SubmitStructSyncOrderApprovalRequest

type SubmitStructSyncOrderApprovalRequest struct {
	OrderId *int64 `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	Tid     *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SubmitStructSyncOrderApprovalRequest) GoString

func (*SubmitStructSyncOrderApprovalRequest) SetOrderId

func (*SubmitStructSyncOrderApprovalRequest) SetTid

func (SubmitStructSyncOrderApprovalRequest) String

type SubmitStructSyncOrderApprovalResponse

type SubmitStructSyncOrderApprovalResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SubmitStructSyncOrderApprovalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SubmitStructSyncOrderApprovalResponse) GoString

func (*SubmitStructSyncOrderApprovalResponse) SetHeaders

func (*SubmitStructSyncOrderApprovalResponse) SetStatusCode

func (SubmitStructSyncOrderApprovalResponse) String

type SubmitStructSyncOrderApprovalResponseBody

type SubmitStructSyncOrderApprovalResponseBody struct {
	ErrorCode          *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage       *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId          *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success            *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
	WorkflowInstanceId *int64  `json:"WorkflowInstanceId,omitempty" xml:"WorkflowInstanceId,omitempty"`
}

func (SubmitStructSyncOrderApprovalResponseBody) GoString

func (*SubmitStructSyncOrderApprovalResponseBody) SetErrorCode

func (*SubmitStructSyncOrderApprovalResponseBody) SetErrorMessage

func (*SubmitStructSyncOrderApprovalResponseBody) SetRequestId

func (*SubmitStructSyncOrderApprovalResponseBody) SetSuccess

func (*SubmitStructSyncOrderApprovalResponseBody) SetWorkflowInstanceId

func (SubmitStructSyncOrderApprovalResponseBody) String

type SuspendTaskFlowInstanceRequest

type SuspendTaskFlowInstanceRequest struct {
	DagId         *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagInstanceId *int64 `json:"DagInstanceId,omitempty" xml:"DagInstanceId,omitempty"`
	Tid           *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SuspendTaskFlowInstanceRequest) GoString

func (*SuspendTaskFlowInstanceRequest) SetDagId

func (*SuspendTaskFlowInstanceRequest) SetDagInstanceId

func (*SuspendTaskFlowInstanceRequest) SetTid

func (SuspendTaskFlowInstanceRequest) String

type SuspendTaskFlowInstanceResponse

type SuspendTaskFlowInstanceResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SuspendTaskFlowInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SuspendTaskFlowInstanceResponse) GoString

func (*SuspendTaskFlowInstanceResponse) SetHeaders

func (*SuspendTaskFlowInstanceResponse) SetStatusCode

func (SuspendTaskFlowInstanceResponse) String

type SuspendTaskFlowInstanceResponseBody

type SuspendTaskFlowInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SuspendTaskFlowInstanceResponseBody) GoString

func (*SuspendTaskFlowInstanceResponseBody) SetErrorCode

func (*SuspendTaskFlowInstanceResponseBody) SetErrorMessage

func (*SuspendTaskFlowInstanceResponseBody) SetRequestId

func (*SuspendTaskFlowInstanceResponseBody) SetSuccess

func (SuspendTaskFlowInstanceResponseBody) String

type SyncDatabaseMetaRequest

type SyncDatabaseMetaRequest struct {
	DbId  *string `json:"DbId,omitempty" xml:"DbId,omitempty"`
	Logic *bool   `json:"Logic,omitempty" xml:"Logic,omitempty"`
	Tid   *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SyncDatabaseMetaRequest) GoString

func (s SyncDatabaseMetaRequest) GoString() string

func (*SyncDatabaseMetaRequest) SetDbId

func (*SyncDatabaseMetaRequest) SetLogic

func (*SyncDatabaseMetaRequest) SetTid

func (SyncDatabaseMetaRequest) String

func (s SyncDatabaseMetaRequest) String() string

type SyncDatabaseMetaResponse

type SyncDatabaseMetaResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SyncDatabaseMetaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SyncDatabaseMetaResponse) GoString

func (s SyncDatabaseMetaResponse) GoString() string

func (*SyncDatabaseMetaResponse) SetBody

func (*SyncDatabaseMetaResponse) SetHeaders

func (*SyncDatabaseMetaResponse) SetStatusCode

func (SyncDatabaseMetaResponse) String

func (s SyncDatabaseMetaResponse) String() string

type SyncDatabaseMetaResponseBody

type SyncDatabaseMetaResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SyncDatabaseMetaResponseBody) GoString

func (s SyncDatabaseMetaResponseBody) GoString() string

func (*SyncDatabaseMetaResponseBody) SetErrorCode

func (*SyncDatabaseMetaResponseBody) SetErrorMessage

func (*SyncDatabaseMetaResponseBody) SetRequestId

func (*SyncDatabaseMetaResponseBody) SetSuccess

func (SyncDatabaseMetaResponseBody) String

type SyncInstanceMetaRequest

type SyncInstanceMetaRequest struct {
	IgnoreTable *bool   `json:"IgnoreTable,omitempty" xml:"IgnoreTable,omitempty"`
	InstanceId  *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (SyncInstanceMetaRequest) GoString

func (s SyncInstanceMetaRequest) GoString() string

func (*SyncInstanceMetaRequest) SetIgnoreTable

func (*SyncInstanceMetaRequest) SetInstanceId

func (*SyncInstanceMetaRequest) SetTid

func (SyncInstanceMetaRequest) String

func (s SyncInstanceMetaRequest) String() string

type SyncInstanceMetaResponse

type SyncInstanceMetaResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SyncInstanceMetaResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SyncInstanceMetaResponse) GoString

func (s SyncInstanceMetaResponse) GoString() string

func (*SyncInstanceMetaResponse) SetBody

func (*SyncInstanceMetaResponse) SetHeaders

func (*SyncInstanceMetaResponse) SetStatusCode

func (SyncInstanceMetaResponse) String

func (s SyncInstanceMetaResponse) String() string

type SyncInstanceMetaResponseBody

type SyncInstanceMetaResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SyncInstanceMetaResponseBody) GoString

func (s SyncInstanceMetaResponseBody) GoString() string

func (*SyncInstanceMetaResponseBody) SetErrorCode

func (*SyncInstanceMetaResponseBody) SetErrorMessage

func (*SyncInstanceMetaResponseBody) SetRequestId

func (*SyncInstanceMetaResponseBody) SetSuccess

func (SyncInstanceMetaResponseBody) String

type UpdateInstanceRequest

type UpdateInstanceRequest struct {
	DataLinkName     *string `json:"DataLinkName,omitempty" xml:"DataLinkName,omitempty"`
	DatabasePassword *string `json:"DatabasePassword,omitempty" xml:"DatabasePassword,omitempty"`
	DatabaseUser     *string `json:"DatabaseUser,omitempty" xml:"DatabaseUser,omitempty"`
	DbaId            *string `json:"DbaId,omitempty" xml:"DbaId,omitempty"`
	DdlOnline        *int32  `json:"DdlOnline,omitempty" xml:"DdlOnline,omitempty"`
	EcsInstanceId    *string `json:"EcsInstanceId,omitempty" xml:"EcsInstanceId,omitempty"`
	EcsRegion        *string `json:"EcsRegion,omitempty" xml:"EcsRegion,omitempty"`
	EnvType          *string `json:"EnvType,omitempty" xml:"EnvType,omitempty"`
	ExportTimeout    *int32  `json:"ExportTimeout,omitempty" xml:"ExportTimeout,omitempty"`
	Host             *string `json:"Host,omitempty" xml:"Host,omitempty"`
	InstanceAlias    *string `json:"InstanceAlias,omitempty" xml:"InstanceAlias,omitempty"`
	InstanceId       *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	InstanceSource   *string `json:"InstanceSource,omitempty" xml:"InstanceSource,omitempty"`
	InstanceType     *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	Port             *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	QueryTimeout     *int32  `json:"QueryTimeout,omitempty" xml:"QueryTimeout,omitempty"`
	SafeRuleId       *string `json:"SafeRuleId,omitempty" xml:"SafeRuleId,omitempty"`
	Sid              *string `json:"Sid,omitempty" xml:"Sid,omitempty"`
	SkipTest         *bool   `json:"SkipTest,omitempty" xml:"SkipTest,omitempty"`
	Tid              *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	UseDsql          *int32  `json:"UseDsql,omitempty" xml:"UseDsql,omitempty"`
	VpcId            *string `json:"VpcId,omitempty" xml:"VpcId,omitempty"`
}

func (UpdateInstanceRequest) GoString

func (s UpdateInstanceRequest) GoString() string

func (*UpdateInstanceRequest) SetDataLinkName

func (s *UpdateInstanceRequest) SetDataLinkName(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetDatabasePassword

func (s *UpdateInstanceRequest) SetDatabasePassword(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetDatabaseUser

func (s *UpdateInstanceRequest) SetDatabaseUser(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetDbaId

func (*UpdateInstanceRequest) SetDdlOnline

func (*UpdateInstanceRequest) SetEcsInstanceId

func (s *UpdateInstanceRequest) SetEcsInstanceId(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetEcsRegion

func (*UpdateInstanceRequest) SetEnvType

func (*UpdateInstanceRequest) SetExportTimeout

func (s *UpdateInstanceRequest) SetExportTimeout(v int32) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetHost

func (*UpdateInstanceRequest) SetInstanceAlias

func (s *UpdateInstanceRequest) SetInstanceAlias(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetInstanceId

func (s *UpdateInstanceRequest) SetInstanceId(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetInstanceSource

func (s *UpdateInstanceRequest) SetInstanceSource(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetInstanceType

func (s *UpdateInstanceRequest) SetInstanceType(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetPort

func (*UpdateInstanceRequest) SetQueryTimeout

func (s *UpdateInstanceRequest) SetQueryTimeout(v int32) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetSafeRuleId

func (s *UpdateInstanceRequest) SetSafeRuleId(v string) *UpdateInstanceRequest

func (*UpdateInstanceRequest) SetSid

func (*UpdateInstanceRequest) SetSkipTest

func (*UpdateInstanceRequest) SetTid

func (*UpdateInstanceRequest) SetUseDsql

func (*UpdateInstanceRequest) SetVpcId

func (UpdateInstanceRequest) String

func (s UpdateInstanceRequest) String() string

type UpdateInstanceResponse

type UpdateInstanceResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateInstanceResponse) GoString

func (s UpdateInstanceResponse) GoString() string

func (*UpdateInstanceResponse) SetBody

func (*UpdateInstanceResponse) SetHeaders

func (*UpdateInstanceResponse) SetStatusCode

func (UpdateInstanceResponse) String

func (s UpdateInstanceResponse) String() string

type UpdateInstanceResponseBody

type UpdateInstanceResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateInstanceResponseBody) GoString

func (s UpdateInstanceResponseBody) GoString() string

func (*UpdateInstanceResponseBody) SetErrorCode

func (*UpdateInstanceResponseBody) SetErrorMessage

func (*UpdateInstanceResponseBody) SetRequestId

func (*UpdateInstanceResponseBody) SetSuccess

func (UpdateInstanceResponseBody) String

type UpdateSLARulesRequest

type UpdateSLARulesRequest struct {
	DagId       *int64                              `json:"DagId,omitempty" xml:"DagId,omitempty"`
	SlaRuleList []*UpdateSLARulesRequestSlaRuleList `json:"SlaRuleList,omitempty" xml:"SlaRuleList,omitempty" type:"Repeated"`
	Tid         *int64                              `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateSLARulesRequest) GoString

func (s UpdateSLARulesRequest) GoString() string

func (*UpdateSLARulesRequest) SetDagId

func (*UpdateSLARulesRequest) SetSlaRuleList

func (*UpdateSLARulesRequest) SetTid

func (UpdateSLARulesRequest) String

func (s UpdateSLARulesRequest) String() string

type UpdateSLARulesRequestSlaRuleList

type UpdateSLARulesRequestSlaRuleList struct {
	DagId           *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	IntervalMinutes *int32 `json:"IntervalMinutes,omitempty" xml:"IntervalMinutes,omitempty"`
	NodeId          *int64 `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Type            *int32 `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateSLARulesRequestSlaRuleList) GoString

func (*UpdateSLARulesRequestSlaRuleList) SetDagId

func (*UpdateSLARulesRequestSlaRuleList) SetIntervalMinutes

func (*UpdateSLARulesRequestSlaRuleList) SetNodeId

func (*UpdateSLARulesRequestSlaRuleList) SetType

func (UpdateSLARulesRequestSlaRuleList) String

type UpdateSLARulesResponse

type UpdateSLARulesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSLARulesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSLARulesResponse) GoString

func (s UpdateSLARulesResponse) GoString() string

func (*UpdateSLARulesResponse) SetBody

func (*UpdateSLARulesResponse) SetHeaders

func (*UpdateSLARulesResponse) SetStatusCode

func (UpdateSLARulesResponse) String

func (s UpdateSLARulesResponse) String() string

type UpdateSLARulesResponseBody

type UpdateSLARulesResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateSLARulesResponseBody) GoString

func (s UpdateSLARulesResponseBody) GoString() string

func (*UpdateSLARulesResponseBody) SetErrorCode

func (*UpdateSLARulesResponseBody) SetErrorMessage

func (*UpdateSLARulesResponseBody) SetRequestId

func (*UpdateSLARulesResponseBody) SetSuccess

func (UpdateSLARulesResponseBody) String

type UpdateSLARulesShrinkRequest

type UpdateSLARulesShrinkRequest struct {
	DagId             *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	SlaRuleListShrink *string `json:"SlaRuleList,omitempty" xml:"SlaRuleList,omitempty"`
	Tid               *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateSLARulesShrinkRequest) GoString

func (s UpdateSLARulesShrinkRequest) GoString() string

func (*UpdateSLARulesShrinkRequest) SetDagId

func (*UpdateSLARulesShrinkRequest) SetSlaRuleListShrink

func (*UpdateSLARulesShrinkRequest) SetTid

func (UpdateSLARulesShrinkRequest) String

type UpdateScenarioRequest

type UpdateScenarioRequest struct {
	Description  *string `json:"Description,omitempty" xml:"Description,omitempty"`
	ScenarioId   *string `json:"ScenarioId,omitempty" xml:"ScenarioId,omitempty"`
	ScenarioName *string `json:"ScenarioName,omitempty" xml:"ScenarioName,omitempty"`
	Tid          *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateScenarioRequest) GoString

func (s UpdateScenarioRequest) GoString() string

func (*UpdateScenarioRequest) SetDescription

func (s *UpdateScenarioRequest) SetDescription(v string) *UpdateScenarioRequest

func (*UpdateScenarioRequest) SetScenarioId

func (s *UpdateScenarioRequest) SetScenarioId(v string) *UpdateScenarioRequest

func (*UpdateScenarioRequest) SetScenarioName

func (s *UpdateScenarioRequest) SetScenarioName(v string) *UpdateScenarioRequest

func (*UpdateScenarioRequest) SetTid

func (UpdateScenarioRequest) String

func (s UpdateScenarioRequest) String() string

type UpdateScenarioResponse

type UpdateScenarioResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateScenarioResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateScenarioResponse) GoString

func (s UpdateScenarioResponse) GoString() string

func (*UpdateScenarioResponse) SetBody

func (*UpdateScenarioResponse) SetHeaders

func (*UpdateScenarioResponse) SetStatusCode

func (UpdateScenarioResponse) String

func (s UpdateScenarioResponse) String() string

type UpdateScenarioResponseBody

type UpdateScenarioResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateScenarioResponseBody) GoString

func (s UpdateScenarioResponseBody) GoString() string

func (*UpdateScenarioResponseBody) SetErrorCode

func (*UpdateScenarioResponseBody) SetErrorMessage

func (*UpdateScenarioResponseBody) SetRequestId

func (*UpdateScenarioResponseBody) SetSuccess

func (UpdateScenarioResponseBody) String

type UpdateTaskConfigRequest

type UpdateTaskConfigRequest struct {
	NodeConfig *string `json:"NodeConfig,omitempty" xml:"NodeConfig,omitempty"`
	NodeId     *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskConfigRequest) GoString

func (s UpdateTaskConfigRequest) GoString() string

func (*UpdateTaskConfigRequest) SetNodeConfig

func (*UpdateTaskConfigRequest) SetNodeId

func (*UpdateTaskConfigRequest) SetTid

func (UpdateTaskConfigRequest) String

func (s UpdateTaskConfigRequest) String() string

type UpdateTaskConfigResponse

type UpdateTaskConfigResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskConfigResponse) GoString

func (s UpdateTaskConfigResponse) GoString() string

func (*UpdateTaskConfigResponse) SetBody

func (*UpdateTaskConfigResponse) SetHeaders

func (*UpdateTaskConfigResponse) SetStatusCode

func (UpdateTaskConfigResponse) String

func (s UpdateTaskConfigResponse) String() string

type UpdateTaskConfigResponseBody

type UpdateTaskConfigResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskConfigResponseBody) GoString

func (s UpdateTaskConfigResponseBody) GoString() string

func (*UpdateTaskConfigResponseBody) SetErrorCode

func (*UpdateTaskConfigResponseBody) SetErrorMessage

func (*UpdateTaskConfigResponseBody) SetRequestId

func (*UpdateTaskConfigResponseBody) SetSuccess

func (UpdateTaskConfigResponseBody) String

type UpdateTaskContentRequest

type UpdateTaskContentRequest struct {
	NodeContent *string `json:"NodeContent,omitempty" xml:"NodeContent,omitempty"`
	NodeId      *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskContentRequest) GoString

func (s UpdateTaskContentRequest) GoString() string

func (*UpdateTaskContentRequest) SetNodeContent

func (*UpdateTaskContentRequest) SetNodeId

func (*UpdateTaskContentRequest) SetTid

func (UpdateTaskContentRequest) String

func (s UpdateTaskContentRequest) String() string

type UpdateTaskContentResponse

type UpdateTaskContentResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskContentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskContentResponse) GoString

func (s UpdateTaskContentResponse) GoString() string

func (*UpdateTaskContentResponse) SetBody

func (*UpdateTaskContentResponse) SetHeaders

func (*UpdateTaskContentResponse) SetStatusCode

func (UpdateTaskContentResponse) String

func (s UpdateTaskContentResponse) String() string

type UpdateTaskContentResponseBody

type UpdateTaskContentResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskContentResponseBody) GoString

func (*UpdateTaskContentResponseBody) SetErrorCode

func (*UpdateTaskContentResponseBody) SetErrorMessage

func (*UpdateTaskContentResponseBody) SetRequestId

func (*UpdateTaskContentResponseBody) SetSuccess

func (UpdateTaskContentResponseBody) String

type UpdateTaskFlowConstantsRequest

type UpdateTaskFlowConstantsRequest struct {
	DagConstants []*UpdateTaskFlowConstantsRequestDagConstants `json:"DagConstants,omitempty" xml:"DagConstants,omitempty" type:"Repeated"`
	DagId        *int64                                        `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid          *int64                                        `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowConstantsRequest) GoString

func (*UpdateTaskFlowConstantsRequest) SetDagId

func (*UpdateTaskFlowConstantsRequest) SetTid

func (UpdateTaskFlowConstantsRequest) String

type UpdateTaskFlowConstantsRequestDagConstants

type UpdateTaskFlowConstantsRequestDagConstants struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (UpdateTaskFlowConstantsRequestDagConstants) GoString

func (*UpdateTaskFlowConstantsRequestDagConstants) SetKey

func (*UpdateTaskFlowConstantsRequestDagConstants) SetValue

func (UpdateTaskFlowConstantsRequestDagConstants) String

type UpdateTaskFlowConstantsResponse

type UpdateTaskFlowConstantsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowConstantsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowConstantsResponse) GoString

func (*UpdateTaskFlowConstantsResponse) SetHeaders

func (*UpdateTaskFlowConstantsResponse) SetStatusCode

func (UpdateTaskFlowConstantsResponse) String

type UpdateTaskFlowConstantsResponseBody

type UpdateTaskFlowConstantsResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowConstantsResponseBody) GoString

func (*UpdateTaskFlowConstantsResponseBody) SetErrorCode

func (*UpdateTaskFlowConstantsResponseBody) SetErrorMessage

func (*UpdateTaskFlowConstantsResponseBody) SetRequestId

func (*UpdateTaskFlowConstantsResponseBody) SetSuccess

func (UpdateTaskFlowConstantsResponseBody) String

type UpdateTaskFlowConstantsShrinkRequest

type UpdateTaskFlowConstantsShrinkRequest struct {
	DagConstantsShrink *string `json:"DagConstants,omitempty" xml:"DagConstants,omitempty"`
	DagId              *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid                *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowConstantsShrinkRequest) GoString

func (*UpdateTaskFlowConstantsShrinkRequest) SetDagConstantsShrink

func (*UpdateTaskFlowConstantsShrinkRequest) SetDagId

func (*UpdateTaskFlowConstantsShrinkRequest) SetTid

func (UpdateTaskFlowConstantsShrinkRequest) String

type UpdateTaskFlowCooperatorsRequest

type UpdateTaskFlowCooperatorsRequest struct {
	CooperatorIds []*string `json:"CooperatorIds,omitempty" xml:"CooperatorIds,omitempty" type:"Repeated"`
	DagId         *int64    `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid           *int64    `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowCooperatorsRequest) GoString

func (*UpdateTaskFlowCooperatorsRequest) SetCooperatorIds

func (*UpdateTaskFlowCooperatorsRequest) SetDagId

func (*UpdateTaskFlowCooperatorsRequest) SetTid

func (UpdateTaskFlowCooperatorsRequest) String

type UpdateTaskFlowCooperatorsResponse

type UpdateTaskFlowCooperatorsResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowCooperatorsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowCooperatorsResponse) GoString

func (*UpdateTaskFlowCooperatorsResponse) SetHeaders

func (*UpdateTaskFlowCooperatorsResponse) SetStatusCode

func (UpdateTaskFlowCooperatorsResponse) String

type UpdateTaskFlowCooperatorsResponseBody

type UpdateTaskFlowCooperatorsResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowCooperatorsResponseBody) GoString

func (*UpdateTaskFlowCooperatorsResponseBody) SetErrorCode

func (*UpdateTaskFlowCooperatorsResponseBody) SetErrorMessage

func (*UpdateTaskFlowCooperatorsResponseBody) SetRequestId

func (*UpdateTaskFlowCooperatorsResponseBody) SetSuccess

func (UpdateTaskFlowCooperatorsResponseBody) String

type UpdateTaskFlowCooperatorsShrinkRequest

type UpdateTaskFlowCooperatorsShrinkRequest struct {
	CooperatorIdsShrink *string `json:"CooperatorIds,omitempty" xml:"CooperatorIds,omitempty"`
	DagId               *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid                 *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowCooperatorsShrinkRequest) GoString

func (*UpdateTaskFlowCooperatorsShrinkRequest) SetCooperatorIdsShrink

func (*UpdateTaskFlowCooperatorsShrinkRequest) SetDagId

func (*UpdateTaskFlowCooperatorsShrinkRequest) SetTid

func (UpdateTaskFlowCooperatorsShrinkRequest) String

type UpdateTaskFlowEdgesRequest

type UpdateTaskFlowEdgesRequest struct {
	DagId *int64                             `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Edges []*UpdateTaskFlowEdgesRequestEdges `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Repeated"`
	Tid   *int64                             `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowEdgesRequest) GoString

func (s UpdateTaskFlowEdgesRequest) GoString() string

func (*UpdateTaskFlowEdgesRequest) SetDagId

func (*UpdateTaskFlowEdgesRequest) SetEdges

func (*UpdateTaskFlowEdgesRequest) SetTid

func (UpdateTaskFlowEdgesRequest) String

type UpdateTaskFlowEdgesRequestEdges

type UpdateTaskFlowEdgesRequestEdges struct {
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
}

func (UpdateTaskFlowEdgesRequestEdges) GoString

func (*UpdateTaskFlowEdgesRequestEdges) SetId

func (*UpdateTaskFlowEdgesRequestEdges) SetNodeEnd

func (*UpdateTaskFlowEdgesRequestEdges) SetNodeFrom

func (UpdateTaskFlowEdgesRequestEdges) String

type UpdateTaskFlowEdgesResponse

type UpdateTaskFlowEdgesResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowEdgesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowEdgesResponse) GoString

func (s UpdateTaskFlowEdgesResponse) GoString() string

func (*UpdateTaskFlowEdgesResponse) SetBody

func (*UpdateTaskFlowEdgesResponse) SetHeaders

func (*UpdateTaskFlowEdgesResponse) SetStatusCode

func (UpdateTaskFlowEdgesResponse) String

type UpdateTaskFlowEdgesResponseBody

type UpdateTaskFlowEdgesResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowEdgesResponseBody) GoString

func (*UpdateTaskFlowEdgesResponseBody) SetErrorCode

func (*UpdateTaskFlowEdgesResponseBody) SetErrorMessage

func (*UpdateTaskFlowEdgesResponseBody) SetRequestId

func (*UpdateTaskFlowEdgesResponseBody) SetSuccess

func (UpdateTaskFlowEdgesResponseBody) String

type UpdateTaskFlowEdgesShrinkRequest

type UpdateTaskFlowEdgesShrinkRequest struct {
	DagId       *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	EdgesShrink *string `json:"Edges,omitempty" xml:"Edges,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowEdgesShrinkRequest) GoString

func (*UpdateTaskFlowEdgesShrinkRequest) SetDagId

func (*UpdateTaskFlowEdgesShrinkRequest) SetEdgesShrink

func (*UpdateTaskFlowEdgesShrinkRequest) SetTid

func (UpdateTaskFlowEdgesShrinkRequest) String

type UpdateTaskFlowNameAndDescRequest

type UpdateTaskFlowNameAndDescRequest struct {
	DagId       *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagName     *string `json:"DagName,omitempty" xml:"DagName,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowNameAndDescRequest) GoString

func (*UpdateTaskFlowNameAndDescRequest) SetDagId

func (*UpdateTaskFlowNameAndDescRequest) SetDagName

func (*UpdateTaskFlowNameAndDescRequest) SetDescription

func (*UpdateTaskFlowNameAndDescRequest) SetTid

func (UpdateTaskFlowNameAndDescRequest) String

type UpdateTaskFlowNameAndDescResponse

type UpdateTaskFlowNameAndDescResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowNameAndDescResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowNameAndDescResponse) GoString

func (*UpdateTaskFlowNameAndDescResponse) SetHeaders

func (*UpdateTaskFlowNameAndDescResponse) SetStatusCode

func (UpdateTaskFlowNameAndDescResponse) String

type UpdateTaskFlowNameAndDescResponseBody

type UpdateTaskFlowNameAndDescResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowNameAndDescResponseBody) GoString

func (*UpdateTaskFlowNameAndDescResponseBody) SetErrorCode

func (*UpdateTaskFlowNameAndDescResponseBody) SetErrorMessage

func (*UpdateTaskFlowNameAndDescResponseBody) SetRequestId

func (*UpdateTaskFlowNameAndDescResponseBody) SetSuccess

func (UpdateTaskFlowNameAndDescResponseBody) String

type UpdateTaskFlowNotificationRequest

type UpdateTaskFlowNotificationRequest struct {
	DagId                  *int64 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	DagNotificationFail    *bool  `json:"DagNotificationFail,omitempty" xml:"DagNotificationFail,omitempty"`
	DagNotificationSla     *bool  `json:"DagNotificationSla,omitempty" xml:"DagNotificationSla,omitempty"`
	DagNotificationSuccess *bool  `json:"DagNotificationSuccess,omitempty" xml:"DagNotificationSuccess,omitempty"`
	Tid                    *int64 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowNotificationRequest) GoString

func (*UpdateTaskFlowNotificationRequest) SetDagId

func (*UpdateTaskFlowNotificationRequest) SetDagNotificationFail

func (*UpdateTaskFlowNotificationRequest) SetDagNotificationSla

func (*UpdateTaskFlowNotificationRequest) SetDagNotificationSuccess

func (*UpdateTaskFlowNotificationRequest) SetTid

func (UpdateTaskFlowNotificationRequest) String

type UpdateTaskFlowNotificationResponse

type UpdateTaskFlowNotificationResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowNotificationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowNotificationResponse) GoString

func (*UpdateTaskFlowNotificationResponse) SetHeaders

func (*UpdateTaskFlowNotificationResponse) SetStatusCode

func (UpdateTaskFlowNotificationResponse) String

type UpdateTaskFlowNotificationResponseBody

type UpdateTaskFlowNotificationResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowNotificationResponseBody) GoString

func (*UpdateTaskFlowNotificationResponseBody) SetErrorCode

func (*UpdateTaskFlowNotificationResponseBody) SetErrorMessage

func (*UpdateTaskFlowNotificationResponseBody) SetRequestId

func (*UpdateTaskFlowNotificationResponseBody) SetSuccess

func (UpdateTaskFlowNotificationResponseBody) String

type UpdateTaskFlowOwnerRequest

type UpdateTaskFlowOwnerRequest struct {
	DagId      *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	NewOwnerId *string `json:"NewOwnerId,omitempty" xml:"NewOwnerId,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowOwnerRequest) GoString

func (s UpdateTaskFlowOwnerRequest) GoString() string

func (*UpdateTaskFlowOwnerRequest) SetDagId

func (*UpdateTaskFlowOwnerRequest) SetNewOwnerId

func (*UpdateTaskFlowOwnerRequest) SetTid

func (UpdateTaskFlowOwnerRequest) String

type UpdateTaskFlowOwnerResponse

type UpdateTaskFlowOwnerResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowOwnerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowOwnerResponse) GoString

func (s UpdateTaskFlowOwnerResponse) GoString() string

func (*UpdateTaskFlowOwnerResponse) SetBody

func (*UpdateTaskFlowOwnerResponse) SetHeaders

func (*UpdateTaskFlowOwnerResponse) SetStatusCode

func (UpdateTaskFlowOwnerResponse) String

type UpdateTaskFlowOwnerResponseBody

type UpdateTaskFlowOwnerResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowOwnerResponseBody) GoString

func (*UpdateTaskFlowOwnerResponseBody) SetErrorCode

func (*UpdateTaskFlowOwnerResponseBody) SetErrorMessage

func (*UpdateTaskFlowOwnerResponseBody) SetRequestId

func (*UpdateTaskFlowOwnerResponseBody) SetSuccess

func (UpdateTaskFlowOwnerResponseBody) String

type UpdateTaskFlowRelationsRequest

type UpdateTaskFlowRelationsRequest struct {
	DagId *int64                                 `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Edges []*UpdateTaskFlowRelationsRequestEdges `json:"Edges,omitempty" xml:"Edges,omitempty" type:"Repeated"`
	Tid   *int64                                 `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowRelationsRequest) GoString

func (*UpdateTaskFlowRelationsRequest) SetDagId

func (*UpdateTaskFlowRelationsRequest) SetEdges

func (*UpdateTaskFlowRelationsRequest) SetTid

func (UpdateTaskFlowRelationsRequest) String

type UpdateTaskFlowRelationsRequestEdges

type UpdateTaskFlowRelationsRequestEdges struct {
	Id       *int64 `json:"Id,omitempty" xml:"Id,omitempty"`
	NodeEnd  *int64 `json:"NodeEnd,omitempty" xml:"NodeEnd,omitempty"`
	NodeFrom *int64 `json:"NodeFrom,omitempty" xml:"NodeFrom,omitempty"`
}

func (UpdateTaskFlowRelationsRequestEdges) GoString

func (*UpdateTaskFlowRelationsRequestEdges) SetId

func (*UpdateTaskFlowRelationsRequestEdges) SetNodeEnd

func (*UpdateTaskFlowRelationsRequestEdges) SetNodeFrom

func (UpdateTaskFlowRelationsRequestEdges) String

type UpdateTaskFlowRelationsResponse

type UpdateTaskFlowRelationsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowRelationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowRelationsResponse) GoString

func (*UpdateTaskFlowRelationsResponse) SetHeaders

func (*UpdateTaskFlowRelationsResponse) SetStatusCode

func (UpdateTaskFlowRelationsResponse) String

type UpdateTaskFlowRelationsResponseBody

type UpdateTaskFlowRelationsResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowRelationsResponseBody) GoString

func (*UpdateTaskFlowRelationsResponseBody) SetErrorCode

func (*UpdateTaskFlowRelationsResponseBody) SetErrorMessage

func (*UpdateTaskFlowRelationsResponseBody) SetRequestId

func (*UpdateTaskFlowRelationsResponseBody) SetSuccess

func (UpdateTaskFlowRelationsResponseBody) String

type UpdateTaskFlowRelationsShrinkRequest

type UpdateTaskFlowRelationsShrinkRequest struct {
	DagId       *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	EdgesShrink *string `json:"Edges,omitempty" xml:"Edges,omitempty"`
	Tid         *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskFlowRelationsShrinkRequest) GoString

func (*UpdateTaskFlowRelationsShrinkRequest) SetDagId

func (*UpdateTaskFlowRelationsShrinkRequest) SetEdgesShrink

func (*UpdateTaskFlowRelationsShrinkRequest) SetTid

func (UpdateTaskFlowRelationsShrinkRequest) String

type UpdateTaskFlowScheduleRequest

type UpdateTaskFlowScheduleRequest struct {
	CronBeginDate  *string `json:"CronBeginDate,omitempty" xml:"CronBeginDate,omitempty"`
	CronEndDate    *string `json:"CronEndDate,omitempty" xml:"CronEndDate,omitempty"`
	CronStr        *string `json:"CronStr,omitempty" xml:"CronStr,omitempty"`
	CronType       *string `json:"CronType,omitempty" xml:"CronType,omitempty"`
	DagId          *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	ScheduleParam  *string `json:"ScheduleParam,omitempty" xml:"ScheduleParam,omitempty"`
	ScheduleSwitch *bool   `json:"ScheduleSwitch,omitempty" xml:"ScheduleSwitch,omitempty"`
	Tid            *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	TimeZoneId     *string `json:"TimeZoneId,omitempty" xml:"TimeZoneId,omitempty"`
	TriggerType    *string `json:"TriggerType,omitempty" xml:"TriggerType,omitempty"`
}

func (UpdateTaskFlowScheduleRequest) GoString

func (*UpdateTaskFlowScheduleRequest) SetCronBeginDate

func (*UpdateTaskFlowScheduleRequest) SetCronEndDate

func (*UpdateTaskFlowScheduleRequest) SetCronStr

func (*UpdateTaskFlowScheduleRequest) SetCronType

func (*UpdateTaskFlowScheduleRequest) SetDagId

func (*UpdateTaskFlowScheduleRequest) SetScheduleParam

func (*UpdateTaskFlowScheduleRequest) SetScheduleSwitch

func (*UpdateTaskFlowScheduleRequest) SetTid

func (*UpdateTaskFlowScheduleRequest) SetTimeZoneId

func (*UpdateTaskFlowScheduleRequest) SetTriggerType

func (UpdateTaskFlowScheduleRequest) String

type UpdateTaskFlowScheduleResponse

type UpdateTaskFlowScheduleResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowScheduleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowScheduleResponse) GoString

func (*UpdateTaskFlowScheduleResponse) SetHeaders

func (*UpdateTaskFlowScheduleResponse) SetStatusCode

func (UpdateTaskFlowScheduleResponse) String

type UpdateTaskFlowScheduleResponseBody

type UpdateTaskFlowScheduleResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowScheduleResponseBody) GoString

func (*UpdateTaskFlowScheduleResponseBody) SetErrorCode

func (*UpdateTaskFlowScheduleResponseBody) SetErrorMessage

func (*UpdateTaskFlowScheduleResponseBody) SetRequestId

func (*UpdateTaskFlowScheduleResponseBody) SetSuccess

func (UpdateTaskFlowScheduleResponseBody) String

type UpdateTaskFlowTimeVariablesRequest

type UpdateTaskFlowTimeVariablesRequest struct {
	DagId         *int64  `json:"DagId,omitempty" xml:"DagId,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (UpdateTaskFlowTimeVariablesRequest) GoString

func (*UpdateTaskFlowTimeVariablesRequest) SetDagId

func (*UpdateTaskFlowTimeVariablesRequest) SetTid

func (*UpdateTaskFlowTimeVariablesRequest) SetTimeVariables

func (UpdateTaskFlowTimeVariablesRequest) String

type UpdateTaskFlowTimeVariablesResponse

type UpdateTaskFlowTimeVariablesResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskFlowTimeVariablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskFlowTimeVariablesResponse) GoString

func (*UpdateTaskFlowTimeVariablesResponse) SetHeaders

func (*UpdateTaskFlowTimeVariablesResponse) SetStatusCode

func (UpdateTaskFlowTimeVariablesResponse) String

type UpdateTaskFlowTimeVariablesResponseBody

type UpdateTaskFlowTimeVariablesResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskFlowTimeVariablesResponseBody) GoString

func (*UpdateTaskFlowTimeVariablesResponseBody) SetErrorCode

func (*UpdateTaskFlowTimeVariablesResponseBody) SetErrorMessage

func (*UpdateTaskFlowTimeVariablesResponseBody) SetRequestId

func (*UpdateTaskFlowTimeVariablesResponseBody) SetSuccess

func (UpdateTaskFlowTimeVariablesResponseBody) String

type UpdateTaskNameRequest

type UpdateTaskNameRequest struct {
	NodeId   *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeName *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	Tid      *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskNameRequest) GoString

func (s UpdateTaskNameRequest) GoString() string

func (*UpdateTaskNameRequest) SetNodeId

func (*UpdateTaskNameRequest) SetNodeName

func (*UpdateTaskNameRequest) SetTid

func (UpdateTaskNameRequest) String

func (s UpdateTaskNameRequest) String() string

type UpdateTaskNameResponse

type UpdateTaskNameResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskNameResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskNameResponse) GoString

func (s UpdateTaskNameResponse) GoString() string

func (*UpdateTaskNameResponse) SetBody

func (*UpdateTaskNameResponse) SetHeaders

func (*UpdateTaskNameResponse) SetStatusCode

func (UpdateTaskNameResponse) String

func (s UpdateTaskNameResponse) String() string

type UpdateTaskNameResponseBody

type UpdateTaskNameResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskNameResponseBody) GoString

func (s UpdateTaskNameResponseBody) GoString() string

func (*UpdateTaskNameResponseBody) SetErrorCode

func (*UpdateTaskNameResponseBody) SetErrorMessage

func (*UpdateTaskNameResponseBody) SetRequestId

func (*UpdateTaskNameResponseBody) SetSuccess

func (UpdateTaskNameResponseBody) String

type UpdateTaskOutputRequest

type UpdateTaskOutputRequest struct {
	NodeId     *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	NodeOutput *string `json:"NodeOutput,omitempty" xml:"NodeOutput,omitempty"`
	Tid        *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
}

func (UpdateTaskOutputRequest) GoString

func (s UpdateTaskOutputRequest) GoString() string

func (*UpdateTaskOutputRequest) SetNodeId

func (*UpdateTaskOutputRequest) SetNodeOutput

func (*UpdateTaskOutputRequest) SetTid

func (UpdateTaskOutputRequest) String

func (s UpdateTaskOutputRequest) String() string

type UpdateTaskOutputResponse

type UpdateTaskOutputResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskOutputResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskOutputResponse) GoString

func (s UpdateTaskOutputResponse) GoString() string

func (*UpdateTaskOutputResponse) SetBody

func (*UpdateTaskOutputResponse) SetHeaders

func (*UpdateTaskOutputResponse) SetStatusCode

func (UpdateTaskOutputResponse) String

func (s UpdateTaskOutputResponse) String() string

type UpdateTaskOutputResponseBody

type UpdateTaskOutputResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskOutputResponseBody) GoString

func (s UpdateTaskOutputResponseBody) GoString() string

func (*UpdateTaskOutputResponseBody) SetErrorCode

func (*UpdateTaskOutputResponseBody) SetErrorMessage

func (*UpdateTaskOutputResponseBody) SetRequestId

func (*UpdateTaskOutputResponseBody) SetSuccess

func (UpdateTaskOutputResponseBody) String

type UpdateTaskTimeVariablesRequest

type UpdateTaskTimeVariablesRequest struct {
	NodeId        *string `json:"NodeId,omitempty" xml:"NodeId,omitempty"`
	Tid           *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	TimeVariables *string `json:"TimeVariables,omitempty" xml:"TimeVariables,omitempty"`
}

func (UpdateTaskTimeVariablesRequest) GoString

func (*UpdateTaskTimeVariablesRequest) SetNodeId

func (*UpdateTaskTimeVariablesRequest) SetTid

func (*UpdateTaskTimeVariablesRequest) SetTimeVariables

func (UpdateTaskTimeVariablesRequest) String

type UpdateTaskTimeVariablesResponse

type UpdateTaskTimeVariablesResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateTaskTimeVariablesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateTaskTimeVariablesResponse) GoString

func (*UpdateTaskTimeVariablesResponse) SetHeaders

func (*UpdateTaskTimeVariablesResponse) SetStatusCode

func (UpdateTaskTimeVariablesResponse) String

type UpdateTaskTimeVariablesResponseBody

type UpdateTaskTimeVariablesResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateTaskTimeVariablesResponseBody) GoString

func (*UpdateTaskTimeVariablesResponseBody) SetErrorCode

func (*UpdateTaskTimeVariablesResponseBody) SetErrorMessage

func (*UpdateTaskTimeVariablesResponseBody) SetRequestId

func (*UpdateTaskTimeVariablesResponseBody) SetSuccess

func (UpdateTaskTimeVariablesResponseBody) String

type UpdateUserRequest

type UpdateUserRequest struct {
	MaxExecuteCount *int64  `json:"MaxExecuteCount,omitempty" xml:"MaxExecuteCount,omitempty"`
	MaxResultCount  *int64  `json:"MaxResultCount,omitempty" xml:"MaxResultCount,omitempty"`
	Mobile          *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	RoleNames       *string `json:"RoleNames,omitempty" xml:"RoleNames,omitempty"`
	Tid             *int64  `json:"Tid,omitempty" xml:"Tid,omitempty"`
	Uid             *int64  `json:"Uid,omitempty" xml:"Uid,omitempty"`
	UserNick        *string `json:"UserNick,omitempty" xml:"UserNick,omitempty"`
}

func (UpdateUserRequest) GoString

func (s UpdateUserRequest) GoString() string

func (*UpdateUserRequest) SetMaxExecuteCount

func (s *UpdateUserRequest) SetMaxExecuteCount(v int64) *UpdateUserRequest

func (*UpdateUserRequest) SetMaxResultCount

func (s *UpdateUserRequest) SetMaxResultCount(v int64) *UpdateUserRequest

func (*UpdateUserRequest) SetMobile

func (s *UpdateUserRequest) SetMobile(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetRoleNames

func (s *UpdateUserRequest) SetRoleNames(v string) *UpdateUserRequest

func (*UpdateUserRequest) SetTid

func (*UpdateUserRequest) SetUid

func (*UpdateUserRequest) SetUserNick

func (s *UpdateUserRequest) SetUserNick(v string) *UpdateUserRequest

func (UpdateUserRequest) String

func (s UpdateUserRequest) String() string

type UpdateUserResponse

type UpdateUserResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateUserResponse) GoString

func (s UpdateUserResponse) GoString() string

func (*UpdateUserResponse) SetBody

func (*UpdateUserResponse) SetHeaders

func (s *UpdateUserResponse) SetHeaders(v map[string]*string) *UpdateUserResponse

func (*UpdateUserResponse) SetStatusCode

func (s *UpdateUserResponse) SetStatusCode(v int32) *UpdateUserResponse

func (UpdateUserResponse) String

func (s UpdateUserResponse) String() string

type UpdateUserResponseBody

type UpdateUserResponseBody struct {
	ErrorCode    *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMessage *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateUserResponseBody) GoString

func (s UpdateUserResponseBody) GoString() string

func (*UpdateUserResponseBody) SetErrorCode

func (*UpdateUserResponseBody) SetErrorMessage

func (s *UpdateUserResponseBody) SetErrorMessage(v string) *UpdateUserResponseBody

func (*UpdateUserResponseBody) SetRequestId

func (*UpdateUserResponseBody) SetSuccess

func (UpdateUserResponseBody) String

func (s UpdateUserResponseBody) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL