client

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 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 BindProduceAuthorizationRequest

type BindProduceAuthorizationRequest struct {
	AuthorizedUserIds *string `json:"AuthorizedUserIds,omitempty" xml:"AuthorizedUserIds,omitempty"`
	BizId             *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType           *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
}

func (BindProduceAuthorizationRequest) GoString

func (*BindProduceAuthorizationRequest) SetAuthorizedUserIds

func (*BindProduceAuthorizationRequest) SetBizId

func (*BindProduceAuthorizationRequest) SetBizType

func (BindProduceAuthorizationRequest) String

type BindProduceAuthorizationResponse

type BindProduceAuthorizationResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *BindProduceAuthorizationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (BindProduceAuthorizationResponse) GoString

func (*BindProduceAuthorizationResponse) SetHeaders

func (*BindProduceAuthorizationResponse) SetStatusCode

func (BindProduceAuthorizationResponse) String

type BindProduceAuthorizationResponseBody

type BindProduceAuthorizationResponseBody struct {
	Data      *BindProduceAuthorizationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorCode *string                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string                                   `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (BindProduceAuthorizationResponseBody) GoString

func (*BindProduceAuthorizationResponseBody) SetErrorCode

func (*BindProduceAuthorizationResponseBody) SetErrorMsg

func (*BindProduceAuthorizationResponseBody) SetRequestId

func (BindProduceAuthorizationResponseBody) String

type BindProduceAuthorizationResponseBodyData

type BindProduceAuthorizationResponseBodyData struct {
	AuthorizedUserList []*BindProduceAuthorizationResponseBodyDataAuthorizedUserList `json:"AuthorizedUserList,omitempty" xml:"AuthorizedUserList,omitempty" type:"Repeated"`
	Message            *string                                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	Success            *bool                                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BindProduceAuthorizationResponseBodyData) GoString

func (*BindProduceAuthorizationResponseBodyData) SetMessage

func (*BindProduceAuthorizationResponseBodyData) SetSuccess

func (BindProduceAuthorizationResponseBodyData) String

type BindProduceAuthorizationResponseBodyDataAuthorizedUserList

type BindProduceAuthorizationResponseBodyDataAuthorizedUserList struct {
	AccountValidType *int32  `json:"AccountValidType,omitempty" xml:"AccountValidType,omitempty"`
	UserId           *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
	UserName         *string `json:"UserName,omitempty" xml:"UserName,omitempty"`
}

func (BindProduceAuthorizationResponseBodyDataAuthorizedUserList) GoString

func (*BindProduceAuthorizationResponseBodyDataAuthorizedUserList) SetAccountValidType

func (*BindProduceAuthorizationResponseBodyDataAuthorizedUserList) SetUserId

func (*BindProduceAuthorizationResponseBodyDataAuthorizedUserList) SetUserName

func (BindProduceAuthorizationResponseBodyDataAuthorizedUserList) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) BindProduceAuthorization

func (client *Client) BindProduceAuthorization(request *BindProduceAuthorizationRequest) (_result *BindProduceAuthorizationResponse, _err error)

func (*Client) BindProduceAuthorizationWithOptions

func (client *Client) BindProduceAuthorizationWithOptions(request *BindProduceAuthorizationRequest, runtime *util.RuntimeOptions) (_result *BindProduceAuthorizationResponse, _err error)

func (*Client) CloseIntentionForPartner

func (client *Client) CloseIntentionForPartner(request *CloseIntentionForPartnerRequest) (_result *CloseIntentionForPartnerResponse, _err error)

func (*Client) CloseIntentionForPartnerWithOptions

func (client *Client) CloseIntentionForPartnerWithOptions(request *CloseIntentionForPartnerRequest, runtime *util.RuntimeOptions) (_result *CloseIntentionForPartnerResponse, _err error)

func (*Client) CloseUserIntention

func (client *Client) CloseUserIntention(request *CloseUserIntentionRequest) (_result *CloseUserIntentionResponse, _err error)

func (*Client) CloseUserIntentionWithOptions

func (client *Client) CloseUserIntentionWithOptions(request *CloseUserIntentionRequest, runtime *util.RuntimeOptions) (_result *CloseUserIntentionResponse, _err error)

func (*Client) CreateBusinessOpportunity

func (client *Client) CreateBusinessOpportunity(request *CreateBusinessOpportunityRequest) (_result *CreateBusinessOpportunityResponse, _err error)

func (*Client) CreateBusinessOpportunityWithOptions

func (client *Client) CreateBusinessOpportunityWithOptions(request *CreateBusinessOpportunityRequest, runtime *util.RuntimeOptions) (_result *CreateBusinessOpportunityResponse, _err error)

func (*Client) CreateProduceForPartner

func (client *Client) CreateProduceForPartner(request *CreateProduceForPartnerRequest) (_result *CreateProduceForPartnerResponse, _err error)

func (*Client) CreateProduceForPartnerWithOptions

func (client *Client) CreateProduceForPartnerWithOptions(request *CreateProduceForPartnerRequest, runtime *util.RuntimeOptions) (_result *CreateProduceForPartnerResponse, _err error)

func (*Client) DescribePartnerConfig

func (client *Client) DescribePartnerConfig(request *DescribePartnerConfigRequest) (_result *DescribePartnerConfigResponse, _err error)

func (*Client) DescribePartnerConfigWithOptions

func (client *Client) DescribePartnerConfigWithOptions(request *DescribePartnerConfigRequest, runtime *util.RuntimeOptions) (_result *DescribePartnerConfigResponse, _err error)

func (*Client) GenerateUploadFilePolicy

func (client *Client) GenerateUploadFilePolicy(request *GenerateUploadFilePolicyRequest) (_result *GenerateUploadFilePolicyResponse, _err error)

func (*Client) GenerateUploadFilePolicyWithOptions

func (client *Client) GenerateUploadFilePolicyWithOptions(request *GenerateUploadFilePolicyRequest, runtime *util.RuntimeOptions) (_result *GenerateUploadFilePolicyResponse, _err error)

func (*Client) GetAlipayUrl

func (client *Client) GetAlipayUrl(request *GetAlipayUrlRequest) (_result *GetAlipayUrlResponse, _err error)

func (*Client) GetAlipayUrlWithOptions

func (client *Client) GetAlipayUrlWithOptions(request *GetAlipayUrlRequest, runtime *util.RuntimeOptions) (_result *GetAlipayUrlResponse, _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) Init

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

func (*Client) ListIntentionNote

func (client *Client) ListIntentionNote(request *ListIntentionNoteRequest) (_result *ListIntentionNoteResponse, _err error)

func (*Client) ListIntentionNoteWithOptions

func (client *Client) ListIntentionNoteWithOptions(request *ListIntentionNoteRequest, runtime *util.RuntimeOptions) (_result *ListIntentionNoteResponse, _err error)

func (*Client) ListProduceAuthorization

func (client *Client) ListProduceAuthorization(request *ListProduceAuthorizationRequest) (_result *ListProduceAuthorizationResponse, _err error)

func (*Client) ListProduceAuthorizationWithOptions

func (client *Client) ListProduceAuthorizationWithOptions(request *ListProduceAuthorizationRequest, runtime *util.RuntimeOptions) (_result *ListProduceAuthorizationResponse, _err error)

func (*Client) ListUserDetailSolutions

func (client *Client) ListUserDetailSolutions(request *ListUserDetailSolutionsRequest) (_result *ListUserDetailSolutionsResponse, _err error)

func (*Client) ListUserDetailSolutionsWithOptions

func (client *Client) ListUserDetailSolutionsWithOptions(request *ListUserDetailSolutionsRequest, runtime *util.RuntimeOptions) (_result *ListUserDetailSolutionsResponse, _err error)

func (*Client) ListUserIntentionNotes

func (client *Client) ListUserIntentionNotes(request *ListUserIntentionNotesRequest) (_result *ListUserIntentionNotesResponse, _err error)

func (*Client) ListUserIntentionNotesWithOptions

func (client *Client) ListUserIntentionNotesWithOptions(request *ListUserIntentionNotesRequest, runtime *util.RuntimeOptions) (_result *ListUserIntentionNotesResponse, _err error)

func (*Client) ListUserIntentions

func (client *Client) ListUserIntentions(request *ListUserIntentionsRequest) (_result *ListUserIntentionsResponse, _err error)

func (*Client) ListUserIntentionsWithOptions

func (client *Client) ListUserIntentionsWithOptions(request *ListUserIntentionsRequest, runtime *util.RuntimeOptions) (_result *ListUserIntentionsResponse, _err error)

func (*Client) ListUserProduceOperateLogs

func (client *Client) ListUserProduceOperateLogs(request *ListUserProduceOperateLogsRequest) (_result *ListUserProduceOperateLogsResponse, _err error)

func (*Client) ListUserProduceOperateLogsWithOptions

func (client *Client) ListUserProduceOperateLogsWithOptions(request *ListUserProduceOperateLogsRequest, runtime *util.RuntimeOptions) (_result *ListUserProduceOperateLogsResponse, _err error)

func (*Client) ListUserSolutions

func (client *Client) ListUserSolutions(request *ListUserSolutionsRequest) (_result *ListUserSolutionsResponse, _err error)

func (*Client) ListUserSolutionsWithOptions

func (client *Client) ListUserSolutionsWithOptions(tmpReq *ListUserSolutionsRequest, runtime *util.RuntimeOptions) (_result *ListUserSolutionsResponse, _err error)

func (*Client) OperateProduceForPartner

func (client *Client) OperateProduceForPartner(request *OperateProduceForPartnerRequest) (_result *OperateProduceForPartnerResponse, _err error)

func (*Client) OperateProduceForPartnerWithOptions

func (client *Client) OperateProduceForPartnerWithOptions(request *OperateProduceForPartnerRequest, runtime *util.RuntimeOptions) (_result *OperateProduceForPartnerResponse, _err error)

func (*Client) PutMeasureData

func (client *Client) PutMeasureData(request *PutMeasureDataRequest) (_result *PutMeasureDataResponse, _err error)

func (*Client) PutMeasureDataWithOptions

func (client *Client) PutMeasureDataWithOptions(request *PutMeasureDataRequest, runtime *util.RuntimeOptions) (_result *PutMeasureDataResponse, _err error)

func (*Client) PutMeasureReadyFlag

func (client *Client) PutMeasureReadyFlag(request *PutMeasureReadyFlagRequest) (_result *PutMeasureReadyFlagResponse, _err error)

func (*Client) PutMeasureReadyFlagWithOptions

func (client *Client) PutMeasureReadyFlagWithOptions(request *PutMeasureReadyFlagRequest, runtime *util.RuntimeOptions) (_result *PutMeasureReadyFlagResponse, _err error)

func (*Client) QueryAvailableNumbers

func (client *Client) QueryAvailableNumbers(request *QueryAvailableNumbersRequest) (_result *QueryAvailableNumbersResponse, _err error)

func (*Client) QueryAvailableNumbersWithOptions

func (client *Client) QueryAvailableNumbersWithOptions(request *QueryAvailableNumbersRequest, runtime *util.RuntimeOptions) (_result *QueryAvailableNumbersResponse, _err error)

func (*Client) QueryBagRemaining

func (client *Client) QueryBagRemaining(request *QueryBagRemainingRequest) (_result *QueryBagRemainingResponse, _err error)

func (*Client) QueryBagRemainingWithOptions

func (client *Client) QueryBagRemainingWithOptions(request *QueryBagRemainingRequest, runtime *util.RuntimeOptions) (_result *QueryBagRemainingResponse, _err error)

func (*Client) QueryCommodityConfig

func (client *Client) QueryCommodityConfig(request *QueryCommodityConfigRequest) (_result *QueryCommodityConfigResponse, _err error)

func (*Client) QueryCommodityConfigWithOptions

func (client *Client) QueryCommodityConfigWithOptions(request *QueryCommodityConfigRequest, runtime *util.RuntimeOptions) (_result *QueryCommodityConfigResponse, _err error)

func (*Client) QueryInstance

func (client *Client) QueryInstance(request *QueryInstanceRequest) (_result *QueryInstanceResponse, _err error)

func (*Client) QueryInstanceWithOptions

func (client *Client) QueryInstanceWithOptions(request *QueryInstanceRequest, runtime *util.RuntimeOptions) (_result *QueryInstanceResponse, _err error)

func (*Client) QueryPartnerIntentionList

func (client *Client) QueryPartnerIntentionList(request *QueryPartnerIntentionListRequest) (_result *QueryPartnerIntentionListResponse, _err error)

func (*Client) QueryPartnerIntentionListWithOptions

func (client *Client) QueryPartnerIntentionListWithOptions(request *QueryPartnerIntentionListRequest, runtime *util.RuntimeOptions) (_result *QueryPartnerIntentionListResponse, _err error)

func (*Client) QueryPartnerProduceList

func (client *Client) QueryPartnerProduceList(request *QueryPartnerProduceListRequest) (_result *QueryPartnerProduceListResponse, _err error)

func (*Client) QueryPartnerProduceListWithOptions

func (client *Client) QueryPartnerProduceListWithOptions(request *QueryPartnerProduceListRequest, runtime *util.RuntimeOptions) (_result *QueryPartnerProduceListResponse, _err error)

func (*Client) QueryUserNeedAuth

func (client *Client) QueryUserNeedAuth() (_result *QueryUserNeedAuthResponse, _err error)

func (*Client) QueryUserNeedAuthWithOptions

func (client *Client) QueryUserNeedAuthWithOptions(runtime *util.RuntimeOptions) (_result *QueryUserNeedAuthResponse, _err error)

func (*Client) RecordPostBack

func (client *Client) RecordPostBack(request *RecordPostBackRequest) (_result *RecordPostBackResponse, _err error)

func (*Client) RecordPostBackWithOptions

func (client *Client) RecordPostBackWithOptions(request *RecordPostBackRequest, runtime *util.RuntimeOptions) (_result *RecordPostBackResponse, _err error)

func (*Client) RejectSolution

func (client *Client) RejectSolution(request *RejectSolutionRequest) (_result *RejectSolutionResponse, _err error)

func (*Client) RejectSolutionWithOptions

func (client *Client) RejectSolutionWithOptions(request *RejectSolutionRequest, runtime *util.RuntimeOptions) (_result *RejectSolutionResponse, _err error)

func (*Client) RejectUserSolution

func (client *Client) RejectUserSolution(request *RejectUserSolutionRequest) (_result *RejectUserSolutionResponse, _err error)

func (*Client) RejectUserSolutionWithOptions

func (client *Client) RejectUserSolutionWithOptions(request *RejectUserSolutionRequest, runtime *util.RuntimeOptions) (_result *RejectUserSolutionResponse, _err error)

func (*Client) ReleaseProduceAuthorization

func (client *Client) ReleaseProduceAuthorization(request *ReleaseProduceAuthorizationRequest) (_result *ReleaseProduceAuthorizationResponse, _err error)

func (*Client) ReleaseProduceAuthorizationWithOptions

func (client *Client) ReleaseProduceAuthorizationWithOptions(request *ReleaseProduceAuthorizationRequest, runtime *util.RuntimeOptions) (_result *ReleaseProduceAuthorizationResponse, _err error)

func (*Client) StartBackToBackCall

func (client *Client) StartBackToBackCall(request *StartBackToBackCallRequest) (_result *StartBackToBackCallResponse, _err error)

func (*Client) StartBackToBackCallWithOptions

func (client *Client) StartBackToBackCallWithOptions(request *StartBackToBackCallRequest, runtime *util.RuntimeOptions) (_result *StartBackToBackCallResponse, _err error)

func (*Client) SubmitIntentionNote

func (client *Client) SubmitIntentionNote(request *SubmitIntentionNoteRequest) (_result *SubmitIntentionNoteResponse, _err error)

func (*Client) SubmitIntentionNoteWithOptions

func (client *Client) SubmitIntentionNoteWithOptions(request *SubmitIntentionNoteRequest, runtime *util.RuntimeOptions) (_result *SubmitIntentionNoteResponse, _err error)

func (*Client) SubmitSolution

func (client *Client) SubmitSolution(request *SubmitSolutionRequest) (_result *SubmitSolutionResponse, _err error)

func (*Client) SubmitSolutionWithOptions

func (client *Client) SubmitSolutionWithOptions(request *SubmitSolutionRequest, runtime *util.RuntimeOptions) (_result *SubmitSolutionResponse, _err error)

func (*Client) TransferIntentionOwner

func (client *Client) TransferIntentionOwner(request *TransferIntentionOwnerRequest) (_result *TransferIntentionOwnerResponse, _err error)

func (*Client) TransferIntentionOwnerWithOptions

func (client *Client) TransferIntentionOwnerWithOptions(request *TransferIntentionOwnerRequest, runtime *util.RuntimeOptions) (_result *TransferIntentionOwnerResponse, _err error)

func (*Client) TransferProduceOwner

func (client *Client) TransferProduceOwner(request *TransferProduceOwnerRequest) (_result *TransferProduceOwnerResponse, _err error)

func (*Client) TransferProduceOwnerWithOptions

func (client *Client) TransferProduceOwnerWithOptions(request *TransferProduceOwnerRequest, runtime *util.RuntimeOptions) (_result *TransferProduceOwnerResponse, _err error)

type CloseIntentionForPartnerRequest

type CloseIntentionForPartnerRequest struct {
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	Note           *string `json:"Note,omitempty" xml:"Note,omitempty"`
}

func (CloseIntentionForPartnerRequest) GoString

func (*CloseIntentionForPartnerRequest) SetBizType

func (*CloseIntentionForPartnerRequest) SetIntentionBizId

func (*CloseIntentionForPartnerRequest) SetNote

func (CloseIntentionForPartnerRequest) String

type CloseIntentionForPartnerResponse

type CloseIntentionForPartnerResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CloseIntentionForPartnerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CloseIntentionForPartnerResponse) GoString

func (*CloseIntentionForPartnerResponse) SetHeaders

func (*CloseIntentionForPartnerResponse) SetStatusCode

func (CloseIntentionForPartnerResponse) String

type CloseIntentionForPartnerResponseBody

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

func (CloseIntentionForPartnerResponseBody) GoString

func (*CloseIntentionForPartnerResponseBody) SetErrorCode

func (*CloseIntentionForPartnerResponseBody) SetErrorMsg

func (*CloseIntentionForPartnerResponseBody) SetRequestId

func (*CloseIntentionForPartnerResponseBody) SetSuccess

func (CloseIntentionForPartnerResponseBody) String

type CloseUserIntentionRequest

type CloseUserIntentionRequest struct {
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	Note           *string `json:"Note,omitempty" xml:"Note,omitempty"`
}

func (CloseUserIntentionRequest) GoString

func (s CloseUserIntentionRequest) GoString() string

func (*CloseUserIntentionRequest) SetBizType

func (*CloseUserIntentionRequest) SetIntentionBizId

func (*CloseUserIntentionRequest) SetNote

func (CloseUserIntentionRequest) String

func (s CloseUserIntentionRequest) String() string

type CloseUserIntentionResponse

type CloseUserIntentionResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CloseUserIntentionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CloseUserIntentionResponse) GoString

func (s CloseUserIntentionResponse) GoString() string

func (*CloseUserIntentionResponse) SetBody

func (*CloseUserIntentionResponse) SetHeaders

func (*CloseUserIntentionResponse) SetStatusCode

func (CloseUserIntentionResponse) String

type CloseUserIntentionResponseBody

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

func (CloseUserIntentionResponseBody) GoString

func (*CloseUserIntentionResponseBody) SetErrorCode

func (*CloseUserIntentionResponseBody) SetErrorMsg

func (*CloseUserIntentionResponseBody) SetRequestId

func (*CloseUserIntentionResponseBody) SetSuccess

func (CloseUserIntentionResponseBody) String

type CreateBusinessOpportunityRequest

type CreateBusinessOpportunityRequest struct {
	BizType     *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	ContactName *string `json:"ContactName,omitempty" xml:"ContactName,omitempty"`
	Mobile      *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	Source      *int32  `json:"Source,omitempty" xml:"Source,omitempty"`
	VCode       *string `json:"VCode,omitempty" xml:"VCode,omitempty"`
}

func (CreateBusinessOpportunityRequest) GoString

func (*CreateBusinessOpportunityRequest) SetBizType

func (*CreateBusinessOpportunityRequest) SetContactName

func (*CreateBusinessOpportunityRequest) SetMobile

func (*CreateBusinessOpportunityRequest) SetSource

func (*CreateBusinessOpportunityRequest) SetVCode

func (CreateBusinessOpportunityRequest) String

type CreateBusinessOpportunityResponse

type CreateBusinessOpportunityResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateBusinessOpportunityResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateBusinessOpportunityResponse) GoString

func (*CreateBusinessOpportunityResponse) SetHeaders

func (*CreateBusinessOpportunityResponse) SetStatusCode

func (CreateBusinessOpportunityResponse) String

type CreateBusinessOpportunityResponseBody

type CreateBusinessOpportunityResponseBody 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 (CreateBusinessOpportunityResponseBody) GoString

func (*CreateBusinessOpportunityResponseBody) SetErrorCode

func (*CreateBusinessOpportunityResponseBody) SetErrorMessage

func (*CreateBusinessOpportunityResponseBody) SetRequestId

func (*CreateBusinessOpportunityResponseBody) SetSuccess

func (CreateBusinessOpportunityResponseBody) String

type CreateProduceForPartnerRequest

type CreateProduceForPartnerRequest struct {
	BizId   *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	ExtInfo *string `json:"ExtInfo,omitempty" xml:"ExtInfo,omitempty"`
}

func (CreateProduceForPartnerRequest) GoString

func (*CreateProduceForPartnerRequest) SetBizId

func (*CreateProduceForPartnerRequest) SetBizType

func (*CreateProduceForPartnerRequest) SetExtInfo

func (CreateProduceForPartnerRequest) String

type CreateProduceForPartnerResponse

type CreateProduceForPartnerResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateProduceForPartnerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateProduceForPartnerResponse) GoString

func (*CreateProduceForPartnerResponse) SetHeaders

func (*CreateProduceForPartnerResponse) SetStatusCode

func (CreateProduceForPartnerResponse) String

type CreateProduceForPartnerResponseBody

type CreateProduceForPartnerResponseBody struct {
	BizId     *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateProduceForPartnerResponseBody) GoString

func (*CreateProduceForPartnerResponseBody) SetBizId

func (*CreateProduceForPartnerResponseBody) SetErrorCode

func (*CreateProduceForPartnerResponseBody) SetErrorMsg

func (*CreateProduceForPartnerResponseBody) SetRequestId

func (*CreateProduceForPartnerResponseBody) SetSuccess

func (CreateProduceForPartnerResponseBody) String

type DescribePartnerConfigRequest

type DescribePartnerConfigRequest struct {
	BizType     *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PartnerCode *string `json:"PartnerCode,omitempty" xml:"PartnerCode,omitempty"`
}

func (DescribePartnerConfigRequest) GoString

func (s DescribePartnerConfigRequest) GoString() string

func (*DescribePartnerConfigRequest) SetBizType

func (*DescribePartnerConfigRequest) SetPartnerCode

func (DescribePartnerConfigRequest) String

type DescribePartnerConfigResponse

type DescribePartnerConfigResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DescribePartnerConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DescribePartnerConfigResponse) GoString

func (*DescribePartnerConfigResponse) SetBody

func (*DescribePartnerConfigResponse) SetHeaders

func (*DescribePartnerConfigResponse) SetStatusCode

func (DescribePartnerConfigResponse) String

type DescribePartnerConfigResponseBody

type DescribePartnerConfigResponseBody struct {
	Contact     *string `json:"Contact,omitempty" xml:"Contact,omitempty"`
	PartnerCode *string `json:"PartnerCode,omitempty" xml:"PartnerCode,omitempty"`
	PartnerName *string `json:"PartnerName,omitempty" xml:"PartnerName,omitempty"`
	RequestId   *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribePartnerConfigResponseBody) GoString

func (*DescribePartnerConfigResponseBody) SetContact

func (*DescribePartnerConfigResponseBody) SetPartnerCode

func (*DescribePartnerConfigResponseBody) SetPartnerName

func (*DescribePartnerConfigResponseBody) SetRequestId

func (DescribePartnerConfigResponseBody) String

type GenerateUploadFilePolicyRequest

type GenerateUploadFilePolicyRequest struct {
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	FileName *string `json:"FileName,omitempty" xml:"FileName,omitempty"`
	FileType *string `json:"FileType,omitempty" xml:"FileType,omitempty"`
}

func (GenerateUploadFilePolicyRequest) GoString

func (*GenerateUploadFilePolicyRequest) SetBizType

func (*GenerateUploadFilePolicyRequest) SetFileName

func (*GenerateUploadFilePolicyRequest) SetFileType

func (GenerateUploadFilePolicyRequest) String

type GenerateUploadFilePolicyResponse

type GenerateUploadFilePolicyResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GenerateUploadFilePolicyResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GenerateUploadFilePolicyResponse) GoString

func (*GenerateUploadFilePolicyResponse) SetHeaders

func (*GenerateUploadFilePolicyResponse) SetStatusCode

func (GenerateUploadFilePolicyResponse) String

type GenerateUploadFilePolicyResponseBody

type GenerateUploadFilePolicyResponseBody struct {
	// OSSAccessKeyId
	AccessId      *string `json:"AccessId,omitempty" xml:"AccessId,omitempty"`
	EncodedPolicy *string `json:"EncodedPolicy,omitempty" xml:"EncodedPolicy,omitempty"`
	ExpireTime    *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	FileDir       *string `json:"FileDir,omitempty" xml:"FileDir,omitempty"`
	FileUrl       *string `json:"FileUrl,omitempty" xml:"FileUrl,omitempty"`
	// OSS Endpoint。
	Host      *string `json:"Host,omitempty" xml:"Host,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Signature *string `json:"Signature,omitempty" xml:"Signature,omitempty"`
}

func (GenerateUploadFilePolicyResponseBody) GoString

func (*GenerateUploadFilePolicyResponseBody) SetAccessId

func (*GenerateUploadFilePolicyResponseBody) SetEncodedPolicy

func (*GenerateUploadFilePolicyResponseBody) SetExpireTime

func (*GenerateUploadFilePolicyResponseBody) SetFileDir

func (*GenerateUploadFilePolicyResponseBody) SetFileUrl

func (*GenerateUploadFilePolicyResponseBody) SetHost

func (*GenerateUploadFilePolicyResponseBody) SetRequestId

func (*GenerateUploadFilePolicyResponseBody) SetSignature

func (GenerateUploadFilePolicyResponseBody) String

type GetAlipayUrlRequest

type GetAlipayUrlRequest struct {
	BizType   *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	OrderId   *int64  `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	ReturnUrl *string `json:"ReturnUrl,omitempty" xml:"ReturnUrl,omitempty"`
	Type      *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetAlipayUrlRequest) GoString

func (s GetAlipayUrlRequest) GoString() string

func (*GetAlipayUrlRequest) SetBizType

func (*GetAlipayUrlRequest) SetOrderId

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

func (*GetAlipayUrlRequest) SetReturnUrl

func (s *GetAlipayUrlRequest) SetReturnUrl(v string) *GetAlipayUrlRequest

func (*GetAlipayUrlRequest) SetType

func (GetAlipayUrlRequest) String

func (s GetAlipayUrlRequest) String() string

type GetAlipayUrlResponse

type GetAlipayUrlResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetAlipayUrlResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetAlipayUrlResponse) GoString

func (s GetAlipayUrlResponse) GoString() string

func (*GetAlipayUrlResponse) SetBody

func (*GetAlipayUrlResponse) SetHeaders

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

func (*GetAlipayUrlResponse) SetStatusCode

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

func (GetAlipayUrlResponse) String

func (s GetAlipayUrlResponse) String() string

type GetAlipayUrlResponseBody

type GetAlipayUrlResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetAlipayUrlResponseBody) GoString

func (s GetAlipayUrlResponseBody) GoString() string

func (*GetAlipayUrlResponseBody) SetData

func (*GetAlipayUrlResponseBody) SetRequestId

func (GetAlipayUrlResponseBody) String

func (s GetAlipayUrlResponseBody) String() string

type ListIntentionNoteRequest

type ListIntentionNoteRequest struct {
	BeginTime      *int64  `json:"BeginTime,omitempty" xml:"BeginTime,omitempty"`
	EndTime        *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNumber     *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListIntentionNoteRequest) GoString

func (s ListIntentionNoteRequest) GoString() string

func (*ListIntentionNoteRequest) SetBeginTime

func (*ListIntentionNoteRequest) SetEndTime

func (*ListIntentionNoteRequest) SetIntentionBizId

func (s *ListIntentionNoteRequest) SetIntentionBizId(v string) *ListIntentionNoteRequest

func (*ListIntentionNoteRequest) SetPageNumber

func (*ListIntentionNoteRequest) SetPageSize

func (ListIntentionNoteRequest) String

func (s ListIntentionNoteRequest) String() string

type ListIntentionNoteResponse

type ListIntentionNoteResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListIntentionNoteResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListIntentionNoteResponse) GoString

func (s ListIntentionNoteResponse) GoString() string

func (*ListIntentionNoteResponse) SetBody

func (*ListIntentionNoteResponse) SetHeaders

func (*ListIntentionNoteResponse) SetStatusCode

func (ListIntentionNoteResponse) String

func (s ListIntentionNoteResponse) String() string

type ListIntentionNoteResponseBody

type ListIntentionNoteResponseBody struct {
	CurrentPageNum *int32                               `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*ListIntentionNoteResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int32                               `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int32                               `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int32                               `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListIntentionNoteResponseBody) GoString

func (*ListIntentionNoteResponseBody) SetCurrentPageNum

func (*ListIntentionNoteResponseBody) SetData

func (*ListIntentionNoteResponseBody) SetPageSize

func (*ListIntentionNoteResponseBody) SetRequestId

func (*ListIntentionNoteResponseBody) SetTotalItemNum

func (*ListIntentionNoteResponseBody) SetTotalPageNum

func (ListIntentionNoteResponseBody) String

type ListIntentionNoteResponseBodyData

type ListIntentionNoteResponseBodyData struct {
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	Note           *string `json:"Note,omitempty" xml:"Note,omitempty"`
	Source         *int32  `json:"Source,omitempty" xml:"Source,omitempty"`
	Type           *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListIntentionNoteResponseBodyData) GoString

func (*ListIntentionNoteResponseBodyData) SetCreateTime

func (*ListIntentionNoteResponseBodyData) SetIntentionBizId

func (*ListIntentionNoteResponseBodyData) SetNote

func (*ListIntentionNoteResponseBodyData) SetSource

func (*ListIntentionNoteResponseBodyData) SetType

func (ListIntentionNoteResponseBodyData) String

type ListProduceAuthorizationRequest

type ListProduceAuthorizationRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PageNum  *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListProduceAuthorizationRequest) GoString

func (*ListProduceAuthorizationRequest) SetBizId

func (*ListProduceAuthorizationRequest) SetBizType

func (*ListProduceAuthorizationRequest) SetPageNum

func (*ListProduceAuthorizationRequest) SetPageSize

func (ListProduceAuthorizationRequest) String

type ListProduceAuthorizationResponse

type ListProduceAuthorizationResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProduceAuthorizationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProduceAuthorizationResponse) GoString

func (*ListProduceAuthorizationResponse) SetHeaders

func (*ListProduceAuthorizationResponse) SetStatusCode

func (ListProduceAuthorizationResponse) String

type ListProduceAuthorizationResponseBody

type ListProduceAuthorizationResponseBody struct {
	CurrentPageNum *int32                                      `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*ListProduceAuthorizationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int32                                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalItemNum   *int32                                      `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int32                                      `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListProduceAuthorizationResponseBody) GoString

func (*ListProduceAuthorizationResponseBody) SetCurrentPageNum

func (*ListProduceAuthorizationResponseBody) SetPageSize

func (*ListProduceAuthorizationResponseBody) SetRequestId

func (*ListProduceAuthorizationResponseBody) SetSuccess

func (*ListProduceAuthorizationResponseBody) SetTotalItemNum

func (*ListProduceAuthorizationResponseBody) SetTotalPageNum

func (ListProduceAuthorizationResponseBody) String

type ListProduceAuthorizationResponseBodyData

type ListProduceAuthorizationResponseBodyData struct {
	AuthorizedUserId   *string `json:"AuthorizedUserId,omitempty" xml:"AuthorizedUserId,omitempty"`
	AuthorizedUserName *string `json:"AuthorizedUserName,omitempty" xml:"AuthorizedUserName,omitempty"`
}

func (ListProduceAuthorizationResponseBodyData) GoString

func (*ListProduceAuthorizationResponseBodyData) SetAuthorizedUserId

func (*ListProduceAuthorizationResponseBodyData) SetAuthorizedUserName

func (ListProduceAuthorizationResponseBodyData) String

type ListUserDetailSolutionsRequest

type ListUserDetailSolutionsRequest struct {
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNum        *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUserDetailSolutionsRequest) GoString

func (*ListUserDetailSolutionsRequest) SetBizType

func (*ListUserDetailSolutionsRequest) SetIntentionBizId

func (*ListUserDetailSolutionsRequest) SetPageNum

func (*ListUserDetailSolutionsRequest) SetPageSize

func (ListUserDetailSolutionsRequest) String

type ListUserDetailSolutionsResponse

type ListUserDetailSolutionsResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserDetailSolutionsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserDetailSolutionsResponse) GoString

func (*ListUserDetailSolutionsResponse) SetHeaders

func (*ListUserDetailSolutionsResponse) SetStatusCode

func (ListUserDetailSolutionsResponse) String

type ListUserDetailSolutionsResponseBody

type ListUserDetailSolutionsResponseBody struct {
	CurrentPageNum *int32                                     `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*ListUserDetailSolutionsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int32                                     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int32                                     `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int32                                     `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListUserDetailSolutionsResponseBody) GoString

func (*ListUserDetailSolutionsResponseBody) SetCurrentPageNum

func (*ListUserDetailSolutionsResponseBody) SetPageSize

func (*ListUserDetailSolutionsResponseBody) SetRequestId

func (*ListUserDetailSolutionsResponseBody) SetTotalItemNum

func (*ListUserDetailSolutionsResponseBody) SetTotalPageNum

func (ListUserDetailSolutionsResponseBody) String

type ListUserDetailSolutionsResponseBodyData

type ListUserDetailSolutionsResponseBodyData struct {
	BizId                *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType              *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	CreateTime           *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeliveryOrderBizId   *string `json:"DeliveryOrderBizId,omitempty" xml:"DeliveryOrderBizId,omitempty"`
	ExtInfo              *string `json:"ExtInfo,omitempty" xml:"ExtInfo,omitempty"`
	IntentionAssignBizId *string `json:"IntentionAssignBizId,omitempty" xml:"IntentionAssignBizId,omitempty"`
	IntentionBizId       *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PartnerCode          *string `json:"PartnerCode,omitempty" xml:"PartnerCode,omitempty"`
	Reason               *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime           *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId               *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListUserDetailSolutionsResponseBodyData) GoString

func (*ListUserDetailSolutionsResponseBodyData) SetBizId

func (*ListUserDetailSolutionsResponseBodyData) SetBizType

func (*ListUserDetailSolutionsResponseBodyData) SetCreateTime

func (*ListUserDetailSolutionsResponseBodyData) SetDeliveryOrderBizId

func (*ListUserDetailSolutionsResponseBodyData) SetExtInfo

func (*ListUserDetailSolutionsResponseBodyData) SetIntentionAssignBizId

func (*ListUserDetailSolutionsResponseBodyData) SetIntentionBizId

func (*ListUserDetailSolutionsResponseBodyData) SetPartnerCode

func (*ListUserDetailSolutionsResponseBodyData) SetReason

func (*ListUserDetailSolutionsResponseBodyData) SetStatus

func (*ListUserDetailSolutionsResponseBodyData) SetUpdateTime

func (*ListUserDetailSolutionsResponseBodyData) SetUserId

func (ListUserDetailSolutionsResponseBodyData) String

type ListUserIntentionNotesRequest

type ListUserIntentionNotesRequest struct {
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNum        *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUserIntentionNotesRequest) GoString

func (*ListUserIntentionNotesRequest) SetBizType

func (*ListUserIntentionNotesRequest) SetIntentionBizId

func (*ListUserIntentionNotesRequest) SetPageNum

func (*ListUserIntentionNotesRequest) SetPageSize

func (ListUserIntentionNotesRequest) String

type ListUserIntentionNotesResponse

type ListUserIntentionNotesResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserIntentionNotesResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserIntentionNotesResponse) GoString

func (*ListUserIntentionNotesResponse) SetHeaders

func (*ListUserIntentionNotesResponse) SetStatusCode

func (ListUserIntentionNotesResponse) String

type ListUserIntentionNotesResponseBody

type ListUserIntentionNotesResponseBody struct {
	Data         []*ListUserIntentionNotesResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageNum      *int32                                    `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize     *int32                                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId    *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalItemNum *int32                                    `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum *int32                                    `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListUserIntentionNotesResponseBody) GoString

func (*ListUserIntentionNotesResponseBody) SetPageNum

func (*ListUserIntentionNotesResponseBody) SetPageSize

func (*ListUserIntentionNotesResponseBody) SetRequestId

func (*ListUserIntentionNotesResponseBody) SetSuccess

func (*ListUserIntentionNotesResponseBody) SetTotalItemNum

func (*ListUserIntentionNotesResponseBody) SetTotalPageNum

func (ListUserIntentionNotesResponseBody) String

type ListUserIntentionNotesResponseBodyData

type ListUserIntentionNotesResponseBodyData struct {
	CreateTime *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Note       *string `json:"Note,omitempty" xml:"Note,omitempty"`
}

func (ListUserIntentionNotesResponseBodyData) GoString

func (*ListUserIntentionNotesResponseBodyData) SetCreateTime

func (*ListUserIntentionNotesResponseBodyData) SetNote

func (ListUserIntentionNotesResponseBodyData) String

type ListUserIntentionsRequest

type ListUserIntentionsRequest struct {
	Area           *string `json:"Area,omitempty" xml:"Area,omitempty"`
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	BizTypes       *string `json:"BizTypes,omitempty" xml:"BizTypes,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNum        *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize       *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SortFiled      *string `json:"SortFiled,omitempty" xml:"SortFiled,omitempty"`
	SortOrder      *string `json:"SortOrder,omitempty" xml:"SortOrder,omitempty"`
	Status         *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	WithExtInfo    *bool   `json:"WithExtInfo,omitempty" xml:"WithExtInfo,omitempty"`
}

func (ListUserIntentionsRequest) GoString

func (s ListUserIntentionsRequest) GoString() string

func (*ListUserIntentionsRequest) SetArea

func (*ListUserIntentionsRequest) SetBizType

func (*ListUserIntentionsRequest) SetBizTypes

func (*ListUserIntentionsRequest) SetIntentionBizId

func (*ListUserIntentionsRequest) SetPageNum

func (*ListUserIntentionsRequest) SetPageSize

func (*ListUserIntentionsRequest) SetSortFiled

func (*ListUserIntentionsRequest) SetSortOrder

func (*ListUserIntentionsRequest) SetStatus

func (*ListUserIntentionsRequest) SetWithExtInfo

func (ListUserIntentionsRequest) String

func (s ListUserIntentionsRequest) String() string

type ListUserIntentionsResponse

type ListUserIntentionsResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserIntentionsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserIntentionsResponse) GoString

func (s ListUserIntentionsResponse) GoString() string

func (*ListUserIntentionsResponse) SetBody

func (*ListUserIntentionsResponse) SetHeaders

func (*ListUserIntentionsResponse) SetStatusCode

func (ListUserIntentionsResponse) String

type ListUserIntentionsResponseBody

type ListUserIntentionsResponseBody struct {
	CurrentPageNum *int32                                `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*ListUserIntentionsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int32                                `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int32                                `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int32                                `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListUserIntentionsResponseBody) GoString

func (*ListUserIntentionsResponseBody) SetCurrentPageNum

func (*ListUserIntentionsResponseBody) SetData

func (*ListUserIntentionsResponseBody) SetPageSize

func (*ListUserIntentionsResponseBody) SetRequestId

func (*ListUserIntentionsResponseBody) SetTotalItemNum

func (*ListUserIntentionsResponseBody) SetTotalPageNum

func (ListUserIntentionsResponseBody) String

type ListUserIntentionsResponseBodyData

type ListUserIntentionsResponseBodyData struct {
	Area        *string `json:"Area,omitempty" xml:"Area,omitempty"`
	BizId       *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType     *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	ContactName *string `json:"ContactName,omitempty" xml:"ContactName,omitempty"`
	CreateTime  *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Ext         *string `json:"Ext,omitempty" xml:"Ext,omitempty"`
	Mobile      *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
	Reason      *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	Status      *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime  *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId      *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListUserIntentionsResponseBodyData) GoString

func (*ListUserIntentionsResponseBodyData) SetArea

func (*ListUserIntentionsResponseBodyData) SetBizId

func (*ListUserIntentionsResponseBodyData) SetBizType

func (*ListUserIntentionsResponseBodyData) SetContactName

func (*ListUserIntentionsResponseBodyData) SetCreateTime

func (*ListUserIntentionsResponseBodyData) SetDescription

func (*ListUserIntentionsResponseBodyData) SetExt

func (*ListUserIntentionsResponseBodyData) SetMobile

func (*ListUserIntentionsResponseBodyData) SetReason

func (*ListUserIntentionsResponseBodyData) SetStatus

func (*ListUserIntentionsResponseBodyData) SetUpdateTime

func (*ListUserIntentionsResponseBodyData) SetUserId

func (ListUserIntentionsResponseBodyData) String

type ListUserProduceOperateLogsRequest

type ListUserProduceOperateLogsRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PageNum  *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUserProduceOperateLogsRequest) GoString

func (*ListUserProduceOperateLogsRequest) SetBizId

func (*ListUserProduceOperateLogsRequest) SetBizType

func (*ListUserProduceOperateLogsRequest) SetPageNum

func (*ListUserProduceOperateLogsRequest) SetPageSize

func (ListUserProduceOperateLogsRequest) String

type ListUserProduceOperateLogsResponse

type ListUserProduceOperateLogsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserProduceOperateLogsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserProduceOperateLogsResponse) GoString

func (*ListUserProduceOperateLogsResponse) SetHeaders

func (*ListUserProduceOperateLogsResponse) SetStatusCode

func (ListUserProduceOperateLogsResponse) String

type ListUserProduceOperateLogsResponseBody

type ListUserProduceOperateLogsResponseBody struct {
	Data         []*ListUserProduceOperateLogsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageNum      *int32                                        `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize     *int32                                        `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId    *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
	TotalItemNum *int32                                        `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum *int32                                        `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListUserProduceOperateLogsResponseBody) GoString

func (*ListUserProduceOperateLogsResponseBody) SetPageNum

func (*ListUserProduceOperateLogsResponseBody) SetPageSize

func (*ListUserProduceOperateLogsResponseBody) SetRequestId

func (*ListUserProduceOperateLogsResponseBody) SetSuccess

func (*ListUserProduceOperateLogsResponseBody) SetTotalItemNum

func (*ListUserProduceOperateLogsResponseBody) SetTotalPageNum

func (ListUserProduceOperateLogsResponseBody) String

type ListUserProduceOperateLogsResponseBodyData

type ListUserProduceOperateLogsResponseBodyData struct {
	BizId           *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizStatus       *int32  `json:"BizStatus,omitempty" xml:"BizStatus,omitempty"`
	BizType         *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	Note            *string `json:"Note,omitempty" xml:"Note,omitempty"`
	OperateName     *string `json:"OperateName,omitempty" xml:"OperateName,omitempty"`
	OperateTime     *int64  `json:"OperateTime,omitempty" xml:"OperateTime,omitempty"`
	OperateUserType *string `json:"OperateUserType,omitempty" xml:"OperateUserType,omitempty"`
	ToBizStatus     *int32  `json:"ToBizStatus,omitempty" xml:"ToBizStatus,omitempty"`
}

func (ListUserProduceOperateLogsResponseBodyData) GoString

func (*ListUserProduceOperateLogsResponseBodyData) SetBizId

func (*ListUserProduceOperateLogsResponseBodyData) SetBizStatus

func (*ListUserProduceOperateLogsResponseBodyData) SetBizType

func (*ListUserProduceOperateLogsResponseBodyData) SetNote

func (*ListUserProduceOperateLogsResponseBodyData) SetOperateName

func (*ListUserProduceOperateLogsResponseBodyData) SetOperateTime

func (*ListUserProduceOperateLogsResponseBodyData) SetOperateUserType

func (*ListUserProduceOperateLogsResponseBodyData) SetToBizStatus

func (ListUserProduceOperateLogsResponseBodyData) String

type ListUserSolutionsRequest

type ListUserSolutionsRequest struct {
	ExistStatus    []*int64 `json:"ExistStatus,omitempty" xml:"ExistStatus,omitempty" type:"Repeated"`
	IntentionBizId *string  `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNum        *int32   `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize       *int32   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUserSolutionsRequest) GoString

func (s ListUserSolutionsRequest) GoString() string

func (*ListUserSolutionsRequest) SetExistStatus

func (s *ListUserSolutionsRequest) SetExistStatus(v []*int64) *ListUserSolutionsRequest

func (*ListUserSolutionsRequest) SetIntentionBizId

func (s *ListUserSolutionsRequest) SetIntentionBizId(v string) *ListUserSolutionsRequest

func (*ListUserSolutionsRequest) SetPageNum

func (*ListUserSolutionsRequest) SetPageSize

func (ListUserSolutionsRequest) String

func (s ListUserSolutionsRequest) String() string

type ListUserSolutionsResponse

type ListUserSolutionsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListUserSolutionsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListUserSolutionsResponse) GoString

func (s ListUserSolutionsResponse) GoString() string

func (*ListUserSolutionsResponse) SetBody

func (*ListUserSolutionsResponse) SetHeaders

func (*ListUserSolutionsResponse) SetStatusCode

func (ListUserSolutionsResponse) String

func (s ListUserSolutionsResponse) String() string

type ListUserSolutionsResponseBody

type ListUserSolutionsResponseBody struct {
	CurrentPageNum *int32                               `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*ListUserSolutionsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int32                               `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int32                               `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int32                               `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (ListUserSolutionsResponseBody) GoString

func (*ListUserSolutionsResponseBody) SetCurrentPageNum

func (*ListUserSolutionsResponseBody) SetData

func (*ListUserSolutionsResponseBody) SetPageSize

func (*ListUserSolutionsResponseBody) SetRequestId

func (*ListUserSolutionsResponseBody) SetTotalItemNum

func (*ListUserSolutionsResponseBody) SetTotalPageNum

func (ListUserSolutionsResponseBody) String

type ListUserSolutionsResponseBodyData

type ListUserSolutionsResponseBodyData struct {
	BizId                *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType              *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	CreateTime           *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeliveryOrderBizId   *string `json:"DeliveryOrderBizId,omitempty" xml:"DeliveryOrderBizId,omitempty"`
	IntentionAssignBizId *string `json:"IntentionAssignBizId,omitempty" xml:"IntentionAssignBizId,omitempty"`
	IntentionBizId       *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PartnerCode          *string `json:"PartnerCode,omitempty" xml:"PartnerCode,omitempty"`
	Reason               *string `json:"Reason,omitempty" xml:"Reason,omitempty"`
	Status               *int32  `json:"Status,omitempty" xml:"Status,omitempty"`
	UpdateTime           *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
	UserId               *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (ListUserSolutionsResponseBodyData) GoString

func (*ListUserSolutionsResponseBodyData) SetBizId

func (*ListUserSolutionsResponseBodyData) SetBizType

func (*ListUserSolutionsResponseBodyData) SetCreateTime

func (*ListUserSolutionsResponseBodyData) SetDeliveryOrderBizId

func (*ListUserSolutionsResponseBodyData) SetIntentionAssignBizId

func (*ListUserSolutionsResponseBodyData) SetIntentionBizId

func (*ListUserSolutionsResponseBodyData) SetPartnerCode

func (*ListUserSolutionsResponseBodyData) SetReason

func (*ListUserSolutionsResponseBodyData) SetStatus

func (*ListUserSolutionsResponseBodyData) SetUpdateTime

func (*ListUserSolutionsResponseBodyData) SetUserId

func (ListUserSolutionsResponseBodyData) String

type ListUserSolutionsShrinkRequest

type ListUserSolutionsShrinkRequest struct {
	ExistStatusShrink *string `json:"ExistStatus,omitempty" xml:"ExistStatus,omitempty"`
	IntentionBizId    *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	PageNum           *int32  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize          *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListUserSolutionsShrinkRequest) GoString

func (*ListUserSolutionsShrinkRequest) SetExistStatusShrink

func (*ListUserSolutionsShrinkRequest) SetIntentionBizId

func (*ListUserSolutionsShrinkRequest) SetPageNum

func (*ListUserSolutionsShrinkRequest) SetPageSize

func (ListUserSolutionsShrinkRequest) String

type OperateProduceForPartnerRequest

type OperateProduceForPartnerRequest struct {
	BizId       *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType     *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	ExtInfo     *string `json:"ExtInfo,omitempty" xml:"ExtInfo,omitempty"`
	OperateType *string `json:"OperateType,omitempty" xml:"OperateType,omitempty"`
}

func (OperateProduceForPartnerRequest) GoString

func (*OperateProduceForPartnerRequest) SetBizId

func (*OperateProduceForPartnerRequest) SetBizType

func (*OperateProduceForPartnerRequest) SetExtInfo

func (*OperateProduceForPartnerRequest) SetOperateType

func (OperateProduceForPartnerRequest) String

type OperateProduceForPartnerResponse

type OperateProduceForPartnerResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *OperateProduceForPartnerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (OperateProduceForPartnerResponse) GoString

func (*OperateProduceForPartnerResponse) SetHeaders

func (*OperateProduceForPartnerResponse) SetStatusCode

func (OperateProduceForPartnerResponse) String

type OperateProduceForPartnerResponseBody

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

func (OperateProduceForPartnerResponseBody) GoString

func (*OperateProduceForPartnerResponseBody) SetErrorCode

func (*OperateProduceForPartnerResponseBody) SetErrorMsg

func (*OperateProduceForPartnerResponseBody) SetRequestId

func (*OperateProduceForPartnerResponseBody) SetSuccess

func (OperateProduceForPartnerResponseBody) String

type PutMeasureDataRequest

type PutMeasureDataRequest struct {
	BizType   *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	DataType  *string `json:"DataType,omitempty" xml:"DataType,omitempty"`
	EndTime   *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (PutMeasureDataRequest) GoString

func (s PutMeasureDataRequest) GoString() string

func (*PutMeasureDataRequest) SetBizType

func (*PutMeasureDataRequest) SetData

func (*PutMeasureDataRequest) SetDataType

func (*PutMeasureDataRequest) SetEndTime

func (*PutMeasureDataRequest) SetStartTime

func (PutMeasureDataRequest) String

func (s PutMeasureDataRequest) String() string

type PutMeasureDataResponse

type PutMeasureDataResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PutMeasureDataResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PutMeasureDataResponse) GoString

func (s PutMeasureDataResponse) GoString() string

func (*PutMeasureDataResponse) SetBody

func (*PutMeasureDataResponse) SetHeaders

func (*PutMeasureDataResponse) SetStatusCode

func (PutMeasureDataResponse) String

func (s PutMeasureDataResponse) String() string

type PutMeasureDataResponseBody

type PutMeasureDataResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (PutMeasureDataResponseBody) GoString

func (s PutMeasureDataResponseBody) GoString() string

func (*PutMeasureDataResponseBody) SetData

func (*PutMeasureDataResponseBody) SetRequestId

func (PutMeasureDataResponseBody) String

type PutMeasureReadyFlagRequest

type PutMeasureReadyFlagRequest struct {
	BizType   *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	DataType  *string `json:"DataType,omitempty" xml:"DataType,omitempty"`
	EndTime   *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	ReadyFlag *string `json:"ReadyFlag,omitempty" xml:"ReadyFlag,omitempty"`
	StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (PutMeasureReadyFlagRequest) GoString

func (s PutMeasureReadyFlagRequest) GoString() string

func (*PutMeasureReadyFlagRequest) SetBizType

func (*PutMeasureReadyFlagRequest) SetDataType

func (*PutMeasureReadyFlagRequest) SetEndTime

func (*PutMeasureReadyFlagRequest) SetReadyFlag

func (*PutMeasureReadyFlagRequest) SetStartTime

func (PutMeasureReadyFlagRequest) String

type PutMeasureReadyFlagResponse

type PutMeasureReadyFlagResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PutMeasureReadyFlagResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PutMeasureReadyFlagResponse) GoString

func (s PutMeasureReadyFlagResponse) GoString() string

func (*PutMeasureReadyFlagResponse) SetBody

func (*PutMeasureReadyFlagResponse) SetHeaders

func (*PutMeasureReadyFlagResponse) SetStatusCode

func (PutMeasureReadyFlagResponse) String

type PutMeasureReadyFlagResponseBody

type PutMeasureReadyFlagResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (PutMeasureReadyFlagResponseBody) GoString

func (*PutMeasureReadyFlagResponseBody) SetData

func (*PutMeasureReadyFlagResponseBody) SetRequestId

func (PutMeasureReadyFlagResponseBody) String

type QueryAvailableNumbersRequest

type QueryAvailableNumbersRequest struct {
	BizType *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
}

func (QueryAvailableNumbersRequest) GoString

func (s QueryAvailableNumbersRequest) GoString() string

func (*QueryAvailableNumbersRequest) SetBizType

func (QueryAvailableNumbersRequest) String

type QueryAvailableNumbersResponse

type QueryAvailableNumbersResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryAvailableNumbersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryAvailableNumbersResponse) GoString

func (*QueryAvailableNumbersResponse) SetBody

func (*QueryAvailableNumbersResponse) SetHeaders

func (*QueryAvailableNumbersResponse) SetStatusCode

func (QueryAvailableNumbersResponse) String

type QueryAvailableNumbersResponseBody

type QueryAvailableNumbersResponseBody struct {
	Data      []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	ErrorCode *string   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string   `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (QueryAvailableNumbersResponseBody) GoString

func (*QueryAvailableNumbersResponseBody) SetData

func (*QueryAvailableNumbersResponseBody) SetErrorCode

func (*QueryAvailableNumbersResponseBody) SetErrorMsg

func (*QueryAvailableNumbersResponseBody) SetRequestId

func (*QueryAvailableNumbersResponseBody) SetSuccess

func (QueryAvailableNumbersResponseBody) String

type QueryBagRemainingRequest

type QueryBagRemainingRequest struct {
	BizType *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
}

func (QueryBagRemainingRequest) GoString

func (s QueryBagRemainingRequest) GoString() string

func (*QueryBagRemainingRequest) SetBizType

func (QueryBagRemainingRequest) String

func (s QueryBagRemainingRequest) String() string

type QueryBagRemainingResponse

type QueryBagRemainingResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryBagRemainingResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryBagRemainingResponse) GoString

func (s QueryBagRemainingResponse) GoString() string

func (*QueryBagRemainingResponse) SetBody

func (*QueryBagRemainingResponse) SetHeaders

func (*QueryBagRemainingResponse) SetStatusCode

func (QueryBagRemainingResponse) String

func (s QueryBagRemainingResponse) String() string

type QueryBagRemainingResponseBody

type QueryBagRemainingResponseBody struct {
	Data      *int64  `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryBagRemainingResponseBody) GoString

func (*QueryBagRemainingResponseBody) SetData

func (*QueryBagRemainingResponseBody) SetRequestId

func (QueryBagRemainingResponseBody) String

type QueryCommodityConfigRequest

type QueryCommodityConfigRequest struct {
	BizType       *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	CommodityCode *string `json:"CommodityCode,omitempty" xml:"CommodityCode,omitempty"`
	QueryModule   *bool   `json:"QueryModule,omitempty" xml:"QueryModule,omitempty"`
}

func (QueryCommodityConfigRequest) GoString

func (s QueryCommodityConfigRequest) GoString() string

func (*QueryCommodityConfigRequest) SetBizType

func (*QueryCommodityConfigRequest) SetCommodityCode

func (*QueryCommodityConfigRequest) SetQueryModule

func (QueryCommodityConfigRequest) String

type QueryCommodityConfigResponse

type QueryCommodityConfigResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCommodityConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCommodityConfigResponse) GoString

func (s QueryCommodityConfigResponse) GoString() string

func (*QueryCommodityConfigResponse) SetBody

func (*QueryCommodityConfigResponse) SetHeaders

func (*QueryCommodityConfigResponse) SetStatusCode

func (QueryCommodityConfigResponse) String

type QueryCommodityConfigResponseBody

type QueryCommodityConfigResponseBody struct {
	Data      *QueryCommodityConfigResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryCommodityConfigResponseBody) GoString

func (*QueryCommodityConfigResponseBody) SetRequestId

func (QueryCommodityConfigResponseBody) String

type QueryCommodityConfigResponseBodyData

type QueryCommodityConfigResponseBodyData struct {
	CommodityCode    *string                                                 `json:"CommodityCode,omitempty" xml:"CommodityCode,omitempty"`
	CommodityModules []*QueryCommodityConfigResponseBodyDataCommodityModules `json:"CommodityModules,omitempty" xml:"CommodityModules,omitempty" type:"Repeated"`
	Description      *string                                                 `json:"Description,omitempty" xml:"Description,omitempty"`
	IconUrl          *string                                                 `json:"IconUrl,omitempty" xml:"IconUrl,omitempty"`
	ProductLine      *string                                                 `json:"ProductLine,omitempty" xml:"ProductLine,omitempty"`
	ProtocolUrl      *string                                                 `json:"ProtocolUrl,omitempty" xml:"ProtocolUrl,omitempty"`
	StartingPrice    *string                                                 `json:"StartingPrice,omitempty" xml:"StartingPrice,omitempty"`
	Type             *int32                                                  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (QueryCommodityConfigResponseBodyData) GoString

func (*QueryCommodityConfigResponseBodyData) SetCommodityCode

func (*QueryCommodityConfigResponseBodyData) SetDescription

func (*QueryCommodityConfigResponseBodyData) SetIconUrl

func (*QueryCommodityConfigResponseBodyData) SetProductLine

func (*QueryCommodityConfigResponseBodyData) SetProtocolUrl

func (*QueryCommodityConfigResponseBodyData) SetStartingPrice

func (*QueryCommodityConfigResponseBodyData) SetType

func (QueryCommodityConfigResponseBodyData) String

type QueryCommodityConfigResponseBodyDataCommodityModules

type QueryCommodityConfigResponseBodyDataCommodityModules struct {
	LxModuleCode      *string `json:"LxModuleCode,omitempty" xml:"LxModuleCode,omitempty"`
	ModuleCode        *string `json:"ModuleCode,omitempty" xml:"ModuleCode,omitempty"`
	ModuleDescription *string `json:"ModuleDescription,omitempty" xml:"ModuleDescription,omitempty"`
	ModuleName        *string `json:"ModuleName,omitempty" xml:"ModuleName,omitempty"`
	ModuleTip         *string `json:"ModuleTip,omitempty" xml:"ModuleTip,omitempty"`
	ModuleType        *string `json:"ModuleType,omitempty" xml:"ModuleType,omitempty"`
	ModuleUrl         *string `json:"ModuleUrl,omitempty" xml:"ModuleUrl,omitempty"`
	ModuleValue       *string `json:"ModuleValue,omitempty" xml:"ModuleValue,omitempty"`
	SortNumber        *int32  `json:"SortNumber,omitempty" xml:"SortNumber,omitempty"`
}

func (QueryCommodityConfigResponseBodyDataCommodityModules) GoString

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetLxModuleCode

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleCode

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleDescription

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleName

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleTip

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleType

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleUrl

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetModuleValue

func (*QueryCommodityConfigResponseBodyDataCommodityModules) SetSortNumber

func (QueryCommodityConfigResponseBodyDataCommodityModules) String

type QueryInstanceRequest

type QueryInstanceRequest struct {
	BizType    *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
}

func (QueryInstanceRequest) GoString

func (s QueryInstanceRequest) GoString() string

func (*QueryInstanceRequest) SetBizType

func (*QueryInstanceRequest) SetInstanceId

func (s *QueryInstanceRequest) SetInstanceId(v string) *QueryInstanceRequest

func (QueryInstanceRequest) String

func (s QueryInstanceRequest) String() string

type QueryInstanceResponse

type QueryInstanceResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryInstanceResponse) GoString

func (s QueryInstanceResponse) GoString() string

func (*QueryInstanceResponse) SetBody

func (*QueryInstanceResponse) SetHeaders

func (*QueryInstanceResponse) SetStatusCode

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

func (QueryInstanceResponse) String

func (s QueryInstanceResponse) String() string

type QueryInstanceResponseBody

type QueryInstanceResponseBody struct {
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (QueryInstanceResponseBody) GoString

func (s QueryInstanceResponseBody) GoString() string

func (*QueryInstanceResponseBody) SetData

func (*QueryInstanceResponseBody) SetRequestId

func (QueryInstanceResponseBody) String

func (s QueryInstanceResponseBody) String() string

type QueryPartnerIntentionListRequest

type QueryPartnerIntentionListRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PageNum  *int64  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize *int64  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryPartnerIntentionListRequest) GoString

func (*QueryPartnerIntentionListRequest) SetBizId

func (*QueryPartnerIntentionListRequest) SetBizType

func (*QueryPartnerIntentionListRequest) SetPageNum

func (*QueryPartnerIntentionListRequest) SetPageSize

func (QueryPartnerIntentionListRequest) String

type QueryPartnerIntentionListResponse

type QueryPartnerIntentionListResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryPartnerIntentionListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryPartnerIntentionListResponse) GoString

func (*QueryPartnerIntentionListResponse) SetHeaders

func (*QueryPartnerIntentionListResponse) SetStatusCode

func (QueryPartnerIntentionListResponse) String

type QueryPartnerIntentionListResponseBody

type QueryPartnerIntentionListResponseBody struct {
	CurrentPageNum *int64                                       `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*QueryPartnerIntentionListResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int64                                       `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int64                                       `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int64                                       `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (QueryPartnerIntentionListResponseBody) GoString

func (*QueryPartnerIntentionListResponseBody) SetCurrentPageNum

func (*QueryPartnerIntentionListResponseBody) SetPageSize

func (*QueryPartnerIntentionListResponseBody) SetRequestId

func (*QueryPartnerIntentionListResponseBody) SetTotalItemNum

func (*QueryPartnerIntentionListResponseBody) SetTotalPageNum

func (QueryPartnerIntentionListResponseBody) String

type QueryPartnerIntentionListResponseBodyData

type QueryPartnerIntentionListResponseBodyData struct {
	BizId   *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	Mobile  *string `json:"Mobile,omitempty" xml:"Mobile,omitempty"`
}

func (QueryPartnerIntentionListResponseBodyData) GoString

func (*QueryPartnerIntentionListResponseBodyData) SetBizId

func (*QueryPartnerIntentionListResponseBodyData) SetBizType

func (*QueryPartnerIntentionListResponseBodyData) SetMobile

func (QueryPartnerIntentionListResponseBodyData) String

type QueryPartnerProduceListRequest

type QueryPartnerProduceListRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PageNum  *int64  `json:"PageNum,omitempty" xml:"PageNum,omitempty"`
	PageSize *int64  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (QueryPartnerProduceListRequest) GoString

func (*QueryPartnerProduceListRequest) SetBizId

func (*QueryPartnerProduceListRequest) SetBizType

func (*QueryPartnerProduceListRequest) SetPageNum

func (*QueryPartnerProduceListRequest) SetPageSize

func (QueryPartnerProduceListRequest) String

type QueryPartnerProduceListResponse

type QueryPartnerProduceListResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryPartnerProduceListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryPartnerProduceListResponse) GoString

func (*QueryPartnerProduceListResponse) SetHeaders

func (*QueryPartnerProduceListResponse) SetStatusCode

func (QueryPartnerProduceListResponse) String

type QueryPartnerProduceListResponseBody

type QueryPartnerProduceListResponseBody struct {
	CurrentPageNum *int64                                     `json:"CurrentPageNum,omitempty" xml:"CurrentPageNum,omitempty"`
	Data           []*QueryPartnerProduceListResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	PageSize       *int64                                     `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId      *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalItemNum   *int64                                     `json:"TotalItemNum,omitempty" xml:"TotalItemNum,omitempty"`
	TotalPageNum   *int64                                     `json:"TotalPageNum,omitempty" xml:"TotalPageNum,omitempty"`
}

func (QueryPartnerProduceListResponseBody) GoString

func (*QueryPartnerProduceListResponseBody) SetCurrentPageNum

func (*QueryPartnerProduceListResponseBody) SetPageSize

func (*QueryPartnerProduceListResponseBody) SetRequestId

func (*QueryPartnerProduceListResponseBody) SetTotalItemNum

func (*QueryPartnerProduceListResponseBody) SetTotalPageNum

func (QueryPartnerProduceListResponseBody) String

type QueryPartnerProduceListResponseBodyData

type QueryPartnerProduceListResponseBodyData struct {
	BizId   *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	Mobile  *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
}

func (QueryPartnerProduceListResponseBodyData) GoString

func (*QueryPartnerProduceListResponseBodyData) SetBizId

func (*QueryPartnerProduceListResponseBodyData) SetBizType

func (*QueryPartnerProduceListResponseBodyData) SetMobile

func (QueryPartnerProduceListResponseBodyData) String

type QueryUserNeedAuthResponse

type QueryUserNeedAuthResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryUserNeedAuthResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryUserNeedAuthResponse) GoString

func (s QueryUserNeedAuthResponse) GoString() string

func (*QueryUserNeedAuthResponse) SetBody

func (*QueryUserNeedAuthResponse) SetHeaders

func (*QueryUserNeedAuthResponse) SetStatusCode

func (QueryUserNeedAuthResponse) String

func (s QueryUserNeedAuthResponse) String() string

type QueryUserNeedAuthResponseBody

type QueryUserNeedAuthResponseBody struct {
	NeedAuth  *bool   `json:"NeedAuth,omitempty" xml:"NeedAuth,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (QueryUserNeedAuthResponseBody) GoString

func (*QueryUserNeedAuthResponseBody) SetNeedAuth

func (*QueryUserNeedAuthResponseBody) SetRequestId

func (*QueryUserNeedAuthResponseBody) SetSuccess

func (QueryUserNeedAuthResponseBody) String

type RecordPostBackRequest

type RecordPostBackRequest struct {
	BizId     *string `json:"bizId,omitempty" xml:"bizId,omitempty"`
	BizType   *string `json:"bizType,omitempty" xml:"bizType,omitempty"`
	Contactor *string `json:"contactor,omitempty" xml:"contactor,omitempty"`
	Content   *string `json:"content,omitempty" xml:"content,omitempty"`
	EntityKey *string `json:"entityKey,omitempty" xml:"entityKey,omitempty"`
}

func (RecordPostBackRequest) GoString

func (s RecordPostBackRequest) GoString() string

func (*RecordPostBackRequest) SetBizId

func (*RecordPostBackRequest) SetBizType

func (*RecordPostBackRequest) SetContactor

func (*RecordPostBackRequest) SetContent

func (*RecordPostBackRequest) SetEntityKey

func (RecordPostBackRequest) String

func (s RecordPostBackRequest) String() string

type RecordPostBackResponse

type RecordPostBackResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RecordPostBackResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RecordPostBackResponse) GoString

func (s RecordPostBackResponse) GoString() string

func (*RecordPostBackResponse) SetBody

func (*RecordPostBackResponse) SetHeaders

func (*RecordPostBackResponse) SetStatusCode

func (RecordPostBackResponse) String

func (s RecordPostBackResponse) String() string

type RecordPostBackResponseBody

type RecordPostBackResponseBody struct {
	AllowRetry     *bool         `json:"AllowRetry,omitempty" xml:"AllowRetry,omitempty"`
	AppName        *string       `json:"AppName,omitempty" xml:"AppName,omitempty"`
	DynamicCode    *string       `json:"DynamicCode,omitempty" xml:"DynamicCode,omitempty"`
	DynamicMessage *string       `json:"DynamicMessage,omitempty" xml:"DynamicMessage,omitempty"`
	ErrorArgs      []interface{} `json:"ErrorArgs,omitempty" xml:"ErrorArgs,omitempty" type:"Repeated"`
	ErrorCode      *string       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg       *string       `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	HttpStatusCode *int32        `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Module         *bool         `json:"Module,omitempty" xml:"Module,omitempty"`
	RequestId      *string       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success        *bool         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RecordPostBackResponseBody) GoString

func (s RecordPostBackResponseBody) GoString() string

func (*RecordPostBackResponseBody) SetAllowRetry

func (*RecordPostBackResponseBody) SetAppName

func (*RecordPostBackResponseBody) SetDynamicCode

func (*RecordPostBackResponseBody) SetDynamicMessage

func (*RecordPostBackResponseBody) SetErrorArgs

func (s *RecordPostBackResponseBody) SetErrorArgs(v []interface{}) *RecordPostBackResponseBody

func (*RecordPostBackResponseBody) SetErrorCode

func (*RecordPostBackResponseBody) SetErrorMsg

func (*RecordPostBackResponseBody) SetHttpStatusCode

func (*RecordPostBackResponseBody) SetModule

func (*RecordPostBackResponseBody) SetRequestId

func (*RecordPostBackResponseBody) SetSuccess

func (RecordPostBackResponseBody) String

type RejectSolutionRequest

type RejectSolutionRequest struct {
	Note          *string `json:"Note,omitempty" xml:"Note,omitempty"`
	SolutionBizId *string `json:"SolutionBizId,omitempty" xml:"SolutionBizId,omitempty"`
}

func (RejectSolutionRequest) GoString

func (s RejectSolutionRequest) GoString() string

func (*RejectSolutionRequest) SetNote

func (*RejectSolutionRequest) SetSolutionBizId

func (s *RejectSolutionRequest) SetSolutionBizId(v string) *RejectSolutionRequest

func (RejectSolutionRequest) String

func (s RejectSolutionRequest) String() string

type RejectSolutionResponse

type RejectSolutionResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RejectSolutionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RejectSolutionResponse) GoString

func (s RejectSolutionResponse) GoString() string

func (*RejectSolutionResponse) SetBody

func (*RejectSolutionResponse) SetHeaders

func (*RejectSolutionResponse) SetStatusCode

func (RejectSolutionResponse) String

func (s RejectSolutionResponse) String() string

type RejectSolutionResponseBody

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

func (RejectSolutionResponseBody) GoString

func (s RejectSolutionResponseBody) GoString() string

func (*RejectSolutionResponseBody) SetErrorCode

func (*RejectSolutionResponseBody) SetErrorMsg

func (*RejectSolutionResponseBody) SetRequestId

func (*RejectSolutionResponseBody) SetSuccess

func (RejectSolutionResponseBody) String

type RejectUserSolutionRequest

type RejectUserSolutionRequest struct {
	BizType       *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	Note          *string `json:"Note,omitempty" xml:"Note,omitempty"`
	SolutionBizId *string `json:"SolutionBizId,omitempty" xml:"SolutionBizId,omitempty"`
}

func (RejectUserSolutionRequest) GoString

func (s RejectUserSolutionRequest) GoString() string

func (*RejectUserSolutionRequest) SetBizType

func (*RejectUserSolutionRequest) SetNote

func (*RejectUserSolutionRequest) SetSolutionBizId

func (RejectUserSolutionRequest) String

func (s RejectUserSolutionRequest) String() string

type RejectUserSolutionResponse

type RejectUserSolutionResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *RejectUserSolutionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (RejectUserSolutionResponse) GoString

func (s RejectUserSolutionResponse) GoString() string

func (*RejectUserSolutionResponse) SetBody

func (*RejectUserSolutionResponse) SetHeaders

func (*RejectUserSolutionResponse) SetStatusCode

func (RejectUserSolutionResponse) String

type RejectUserSolutionResponseBody

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

func (RejectUserSolutionResponseBody) GoString

func (*RejectUserSolutionResponseBody) SetErrorCode

func (*RejectUserSolutionResponseBody) SetErrorMsg

func (*RejectUserSolutionResponseBody) SetRequestId

func (*RejectUserSolutionResponseBody) SetSuccess

func (RejectUserSolutionResponseBody) String

type ReleaseProduceAuthorizationRequest

type ReleaseProduceAuthorizationRequest struct {
	AuthorizedUserId *string `json:"AuthorizedUserId,omitempty" xml:"AuthorizedUserId,omitempty"`
	BizId            *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType          *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
}

func (ReleaseProduceAuthorizationRequest) GoString

func (*ReleaseProduceAuthorizationRequest) SetAuthorizedUserId

func (*ReleaseProduceAuthorizationRequest) SetBizId

func (*ReleaseProduceAuthorizationRequest) SetBizType

func (ReleaseProduceAuthorizationRequest) String

type ReleaseProduceAuthorizationResponse

type ReleaseProduceAuthorizationResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ReleaseProduceAuthorizationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ReleaseProduceAuthorizationResponse) GoString

func (*ReleaseProduceAuthorizationResponse) SetHeaders

func (*ReleaseProduceAuthorizationResponse) SetStatusCode

func (ReleaseProduceAuthorizationResponse) String

type ReleaseProduceAuthorizationResponseBody

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

func (ReleaseProduceAuthorizationResponseBody) GoString

func (*ReleaseProduceAuthorizationResponseBody) SetErrorCode

func (*ReleaseProduceAuthorizationResponseBody) SetErrorMsg

func (*ReleaseProduceAuthorizationResponseBody) SetRequestId

func (*ReleaseProduceAuthorizationResponseBody) SetSuccess

func (ReleaseProduceAuthorizationResponseBody) String

type StartBackToBackCallRequest

type StartBackToBackCallRequest struct {
	BizId            *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType          *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	CallCenterNumber *string `json:"CallCenterNumber,omitempty" xml:"CallCenterNumber,omitempty"`
	Caller           *string `json:"Caller,omitempty" xml:"Caller,omitempty"`
	MobileKey        *string `json:"MobileKey,omitempty" xml:"MobileKey,omitempty"`
	SkillType        *int64  `json:"SkillType,omitempty" xml:"SkillType,omitempty"`
}

func (StartBackToBackCallRequest) GoString

func (s StartBackToBackCallRequest) GoString() string

func (*StartBackToBackCallRequest) SetBizId

func (*StartBackToBackCallRequest) SetBizType

func (*StartBackToBackCallRequest) SetCallCenterNumber

func (*StartBackToBackCallRequest) SetCaller

func (*StartBackToBackCallRequest) SetMobileKey

func (*StartBackToBackCallRequest) SetSkillType

func (StartBackToBackCallRequest) String

type StartBackToBackCallResponse

type StartBackToBackCallResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *StartBackToBackCallResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (StartBackToBackCallResponse) GoString

func (s StartBackToBackCallResponse) GoString() string

func (*StartBackToBackCallResponse) SetBody

func (*StartBackToBackCallResponse) SetHeaders

func (*StartBackToBackCallResponse) SetStatusCode

func (StartBackToBackCallResponse) String

type StartBackToBackCallResponseBody

type StartBackToBackCallResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (StartBackToBackCallResponseBody) GoString

func (*StartBackToBackCallResponseBody) SetData

func (*StartBackToBackCallResponseBody) SetErrorCode

func (*StartBackToBackCallResponseBody) SetErrorMsg

func (*StartBackToBackCallResponseBody) SetRequestId

func (*StartBackToBackCallResponseBody) SetSuccess

func (StartBackToBackCallResponseBody) String

type SubmitIntentionNoteRequest

type SubmitIntentionNoteRequest struct {
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	Note           *string `json:"Note,omitempty" xml:"Note,omitempty"`
}

func (SubmitIntentionNoteRequest) GoString

func (s SubmitIntentionNoteRequest) GoString() string

func (*SubmitIntentionNoteRequest) SetIntentionBizId

func (*SubmitIntentionNoteRequest) SetNote

func (SubmitIntentionNoteRequest) String

type SubmitIntentionNoteResponse

type SubmitIntentionNoteResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SubmitIntentionNoteResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SubmitIntentionNoteResponse) GoString

func (s SubmitIntentionNoteResponse) GoString() string

func (*SubmitIntentionNoteResponse) SetBody

func (*SubmitIntentionNoteResponse) SetHeaders

func (*SubmitIntentionNoteResponse) SetStatusCode

func (SubmitIntentionNoteResponse) String

type SubmitIntentionNoteResponseBody

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

func (SubmitIntentionNoteResponseBody) GoString

func (*SubmitIntentionNoteResponseBody) SetErrorCode

func (*SubmitIntentionNoteResponseBody) SetErrorMsg

func (*SubmitIntentionNoteResponseBody) SetRequestId

func (*SubmitIntentionNoteResponseBody) SetSuccess

func (SubmitIntentionNoteResponseBody) String

type SubmitSolutionRequest

type SubmitSolutionRequest struct {
	BizType        *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	IntentionBizId *string `json:"IntentionBizId,omitempty" xml:"IntentionBizId,omitempty"`
	OperateType    *string `json:"OperateType,omitempty" xml:"OperateType,omitempty"`
	Solution       *string `json:"Solution,omitempty" xml:"Solution,omitempty"`
	UserId         *string `json:"UserId,omitempty" xml:"UserId,omitempty"`
}

func (SubmitSolutionRequest) GoString

func (s SubmitSolutionRequest) GoString() string

func (*SubmitSolutionRequest) SetBizType

func (*SubmitSolutionRequest) SetIntentionBizId

func (s *SubmitSolutionRequest) SetIntentionBizId(v string) *SubmitSolutionRequest

func (*SubmitSolutionRequest) SetOperateType added in v1.0.1

func (s *SubmitSolutionRequest) SetOperateType(v string) *SubmitSolutionRequest

func (*SubmitSolutionRequest) SetSolution

func (*SubmitSolutionRequest) SetUserId

func (SubmitSolutionRequest) String

func (s SubmitSolutionRequest) String() string

type SubmitSolutionResponse

type SubmitSolutionResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *SubmitSolutionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (SubmitSolutionResponse) GoString

func (s SubmitSolutionResponse) GoString() string

func (*SubmitSolutionResponse) SetBody

func (*SubmitSolutionResponse) SetHeaders

func (*SubmitSolutionResponse) SetStatusCode

func (SubmitSolutionResponse) String

func (s SubmitSolutionResponse) String() string

type SubmitSolutionResponseBody

type SubmitSolutionResponseBody struct {
	ConfirmUrl    *string `json:"ConfirmUrl,omitempty" xml:"ConfirmUrl,omitempty"`
	ErrorCode     *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg      *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SolutionBizId *string `json:"SolutionBizId,omitempty" xml:"SolutionBizId,omitempty"`
	Success       *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SubmitSolutionResponseBody) GoString

func (s SubmitSolutionResponseBody) GoString() string

func (*SubmitSolutionResponseBody) SetConfirmUrl

func (*SubmitSolutionResponseBody) SetErrorCode

func (*SubmitSolutionResponseBody) SetErrorMsg

func (*SubmitSolutionResponseBody) SetRequestId

func (*SubmitSolutionResponseBody) SetSolutionBizId

func (*SubmitSolutionResponseBody) SetSuccess

func (SubmitSolutionResponseBody) String

type TransferIntentionOwnerRequest

type TransferIntentionOwnerRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PersonId *int32  `json:"PersonId,omitempty" xml:"PersonId,omitempty"`
	Remark   *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (TransferIntentionOwnerRequest) GoString

func (*TransferIntentionOwnerRequest) SetBizId

func (*TransferIntentionOwnerRequest) SetBizType

func (*TransferIntentionOwnerRequest) SetPersonId

func (*TransferIntentionOwnerRequest) SetRemark

func (TransferIntentionOwnerRequest) String

type TransferIntentionOwnerResponse

type TransferIntentionOwnerResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *TransferIntentionOwnerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (TransferIntentionOwnerResponse) GoString

func (*TransferIntentionOwnerResponse) SetHeaders

func (*TransferIntentionOwnerResponse) SetStatusCode

func (TransferIntentionOwnerResponse) String

type TransferIntentionOwnerResponseBody

type TransferIntentionOwnerResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (TransferIntentionOwnerResponseBody) GoString

func (*TransferIntentionOwnerResponseBody) SetData

func (*TransferIntentionOwnerResponseBody) SetErrorCode

func (*TransferIntentionOwnerResponseBody) SetErrorMsg

func (*TransferIntentionOwnerResponseBody) SetRequestId

func (*TransferIntentionOwnerResponseBody) SetSuccess

func (TransferIntentionOwnerResponseBody) String

type TransferProduceOwnerRequest

type TransferProduceOwnerRequest struct {
	BizId    *string `json:"BizId,omitempty" xml:"BizId,omitempty"`
	BizType  *string `json:"BizType,omitempty" xml:"BizType,omitempty"`
	PersonId *int32  `json:"PersonId,omitempty" xml:"PersonId,omitempty"`
	Remark   *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (TransferProduceOwnerRequest) GoString

func (s TransferProduceOwnerRequest) GoString() string

func (*TransferProduceOwnerRequest) SetBizId

func (*TransferProduceOwnerRequest) SetBizType

func (*TransferProduceOwnerRequest) SetPersonId

func (*TransferProduceOwnerRequest) SetRemark

func (TransferProduceOwnerRequest) String

type TransferProduceOwnerResponse

type TransferProduceOwnerResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *TransferProduceOwnerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (TransferProduceOwnerResponse) GoString

func (s TransferProduceOwnerResponse) GoString() string

func (*TransferProduceOwnerResponse) SetBody

func (*TransferProduceOwnerResponse) SetHeaders

func (*TransferProduceOwnerResponse) SetStatusCode

func (TransferProduceOwnerResponse) String

type TransferProduceOwnerResponseBody

type TransferProduceOwnerResponseBody struct {
	Data      *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorCode *string `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	ErrorMsg  *string `json:"ErrorMsg,omitempty" xml:"ErrorMsg,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (TransferProduceOwnerResponseBody) GoString

func (*TransferProduceOwnerResponseBody) SetData

func (*TransferProduceOwnerResponseBody) SetErrorCode

func (*TransferProduceOwnerResponseBody) SetErrorMsg

func (*TransferProduceOwnerResponseBody) SetRequestId

func (*TransferProduceOwnerResponseBody) SetSuccess

func (TransferProduceOwnerResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL