client

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 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 ApplyDataModelConfigInfoRequest

type ApplyDataModelConfigInfoRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	Configuration *string `json:"Configuration,omitempty" xml:"Configuration,omitempty"`
	DataModelCode *string `json:"DataModelCode,omitempty" xml:"DataModelCode,omitempty"`
	ProductKey    *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
}

func (ApplyDataModelConfigInfoRequest) GoString

func (*ApplyDataModelConfigInfoRequest) SetApiVersion

func (*ApplyDataModelConfigInfoRequest) SetConfiguration

func (*ApplyDataModelConfigInfoRequest) SetDataModelCode

func (*ApplyDataModelConfigInfoRequest) SetProductKey

func (ApplyDataModelConfigInfoRequest) String

type ApplyDataModelConfigInfoResponse

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

func (ApplyDataModelConfigInfoResponse) GoString

func (*ApplyDataModelConfigInfoResponse) SetHeaders

func (*ApplyDataModelConfigInfoResponse) SetStatusCode

func (ApplyDataModelConfigInfoResponse) String

type ApplyDataModelConfigInfoResponseBody

type ApplyDataModelConfigInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ApplyDataModelConfigInfoResponseBody) GoString

func (*ApplyDataModelConfigInfoResponseBody) SetCode

func (*ApplyDataModelConfigInfoResponseBody) SetData

func (*ApplyDataModelConfigInfoResponseBody) SetMessage

func (*ApplyDataModelConfigInfoResponseBody) SetRequestId

func (*ApplyDataModelConfigInfoResponseBody) SetSuccess

func (ApplyDataModelConfigInfoResponseBody) String

type AttachDataRequest

type AttachDataRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BusinessId *string `json:"BusinessId,omitempty" xml:"BusinessId,omitempty"`
	Key        *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Value      *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (AttachDataRequest) GoString

func (s AttachDataRequest) GoString() string

func (*AttachDataRequest) SetApiVersion

func (s *AttachDataRequest) SetApiVersion(v string) *AttachDataRequest

func (*AttachDataRequest) SetBusinessId

func (s *AttachDataRequest) SetBusinessId(v string) *AttachDataRequest

func (*AttachDataRequest) SetKey

func (*AttachDataRequest) SetProductKey

func (s *AttachDataRequest) SetProductKey(v string) *AttachDataRequest

func (*AttachDataRequest) SetValue

func (s *AttachDataRequest) SetValue(v string) *AttachDataRequest

func (AttachDataRequest) String

func (s AttachDataRequest) String() string

type AttachDataResponse

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

func (AttachDataResponse) GoString

func (s AttachDataResponse) GoString() string

func (*AttachDataResponse) SetBody

func (*AttachDataResponse) SetHeaders

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

func (*AttachDataResponse) SetStatusCode

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

func (AttachDataResponse) String

func (s AttachDataResponse) String() string

type AttachDataResponseBody

type AttachDataResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AttachDataResponseBody) GoString

func (s AttachDataResponseBody) GoString() string

func (*AttachDataResponseBody) SetCode

func (*AttachDataResponseBody) SetData

func (*AttachDataResponseBody) SetMessage

func (*AttachDataResponseBody) SetRequestId

func (*AttachDataResponseBody) SetSuccess

func (AttachDataResponseBody) String

func (s AttachDataResponseBody) String() string

type AttachDataWithSignatureRequest

type AttachDataWithSignatureRequest struct {
	ApiVersion           *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BusinessId           *string `json:"BusinessId,omitempty" xml:"BusinessId,omitempty"`
	IotAuthType          *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	Key                  *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey           *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Value                *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (AttachDataWithSignatureRequest) GoString

func (*AttachDataWithSignatureRequest) SetApiVersion

func (*AttachDataWithSignatureRequest) SetBusinessId

func (*AttachDataWithSignatureRequest) SetIotAuthType

func (*AttachDataWithSignatureRequest) SetIotDataDigest

func (*AttachDataWithSignatureRequest) SetIotId

func (*AttachDataWithSignatureRequest) SetIotIdServiceProvider

func (*AttachDataWithSignatureRequest) SetIotIdSource

func (*AttachDataWithSignatureRequest) SetIotSignature

func (*AttachDataWithSignatureRequest) SetKey

func (*AttachDataWithSignatureRequest) SetProductKey

func (*AttachDataWithSignatureRequest) SetValue

func (AttachDataWithSignatureRequest) String

type AttachDataWithSignatureResponse

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

func (AttachDataWithSignatureResponse) GoString

func (*AttachDataWithSignatureResponse) SetHeaders

func (*AttachDataWithSignatureResponse) SetStatusCode

func (AttachDataWithSignatureResponse) String

type AttachDataWithSignatureResponseBody

type AttachDataWithSignatureResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AttachDataWithSignatureResponseBody) GoString

func (*AttachDataWithSignatureResponseBody) SetCode

func (*AttachDataWithSignatureResponseBody) SetData

func (*AttachDataWithSignatureResponseBody) SetMessage

func (*AttachDataWithSignatureResponseBody) SetRequestId

func (*AttachDataWithSignatureResponseBody) SetSuccess

func (AttachDataWithSignatureResponseBody) String

type AuthorizeDeviceGroupRequest

type AuthorizeDeviceGroupRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
}

func (AuthorizeDeviceGroupRequest) GoString

func (s AuthorizeDeviceGroupRequest) GoString() string

func (*AuthorizeDeviceGroupRequest) SetApiVersion

func (*AuthorizeDeviceGroupRequest) SetBizChainId

func (*AuthorizeDeviceGroupRequest) SetDeviceGroupId

func (AuthorizeDeviceGroupRequest) String

type AuthorizeDeviceGroupResponse

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

func (AuthorizeDeviceGroupResponse) GoString

func (s AuthorizeDeviceGroupResponse) GoString() string

func (*AuthorizeDeviceGroupResponse) SetBody

func (*AuthorizeDeviceGroupResponse) SetHeaders

func (*AuthorizeDeviceGroupResponse) SetStatusCode

func (AuthorizeDeviceGroupResponse) String

type AuthorizeDeviceGroupResponseBody

type AuthorizeDeviceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AuthorizeDeviceGroupResponseBody) GoString

func (*AuthorizeDeviceGroupResponseBody) SetCode

func (*AuthorizeDeviceGroupResponseBody) SetData

func (*AuthorizeDeviceGroupResponseBody) SetMessage

func (*AuthorizeDeviceGroupResponseBody) SetRequestId

func (*AuthorizeDeviceGroupResponseBody) SetSuccess

func (AuthorizeDeviceGroupResponseBody) String

type AuthorizeDeviceRequest

type AuthorizeDeviceRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
	DeviceId      *string `json:"DeviceId,omitempty" xml:"DeviceId,omitempty"`
}

func (AuthorizeDeviceRequest) GoString

func (s AuthorizeDeviceRequest) GoString() string

func (*AuthorizeDeviceRequest) SetApiVersion

func (*AuthorizeDeviceRequest) SetBizChainId

func (*AuthorizeDeviceRequest) SetDeviceGroupId

func (s *AuthorizeDeviceRequest) SetDeviceGroupId(v string) *AuthorizeDeviceRequest

func (*AuthorizeDeviceRequest) SetDeviceId

func (AuthorizeDeviceRequest) String

func (s AuthorizeDeviceRequest) String() string

type AuthorizeDeviceResponse

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

func (AuthorizeDeviceResponse) GoString

func (s AuthorizeDeviceResponse) GoString() string

func (*AuthorizeDeviceResponse) SetBody

func (*AuthorizeDeviceResponse) SetHeaders

func (*AuthorizeDeviceResponse) SetStatusCode

func (AuthorizeDeviceResponse) String

func (s AuthorizeDeviceResponse) String() string

type AuthorizeDeviceResponseBody

type AuthorizeDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AuthorizeDeviceResponseBody) GoString

func (s AuthorizeDeviceResponseBody) GoString() string

func (*AuthorizeDeviceResponseBody) SetCode

func (*AuthorizeDeviceResponseBody) SetData

func (*AuthorizeDeviceResponseBody) SetMessage

func (*AuthorizeDeviceResponseBody) SetRequestId

func (*AuthorizeDeviceResponseBody) SetSuccess

func (AuthorizeDeviceResponseBody) String

type BatchUploadMPCoSPhaseDigestInfoByDeviceRequest

type BatchUploadMPCoSPhaseDigestInfoByDeviceRequest struct {
	ApiVersion           *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	IotAuthType          *string                `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string                `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string                `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string                `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string                `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string                `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseDataList        map[string]interface{} `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId         *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) GoString

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotAuthType

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotDataDigest

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotIdServiceProvider

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotIdSource

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotSignature

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseDataList

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseId

func (BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) String

type BatchUploadMPCoSPhaseDigestInfoByDeviceResponse

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

func (BatchUploadMPCoSPhaseDigestInfoByDeviceResponse) GoString

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponse) SetHeaders

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponse) SetStatusCode

func (BatchUploadMPCoSPhaseDigestInfoByDeviceResponse) String

type BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody

type BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) GoString

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetCode

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetData

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetMessage

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetRequestId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetSuccess

func (BatchUploadMPCoSPhaseDigestInfoByDeviceResponseBody) String

type BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest

type BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest struct {
	ApiVersion           *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	IotAuthType          *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseDataListShrink  *string `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId         *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) GoString

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotAuthType

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotDataDigest

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotIdServiceProvider

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotIdSource

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotSignature

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseDataListShrink

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseId

func (BatchUploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) String

type BatchUploadMPCoSPhaseDigestInfoRequest

type BatchUploadMPCoSPhaseDigestInfoRequest struct {
	ApiVersion    *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	PhaseDataList map[string]interface{} `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId  *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId       *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoRequest) GoString

func (*BatchUploadMPCoSPhaseDigestInfoRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseDigestInfoRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseDigestInfoRequest) SetPhaseDataList

func (*BatchUploadMPCoSPhaseDigestInfoRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseDigestInfoRequest) SetPhaseId

func (BatchUploadMPCoSPhaseDigestInfoRequest) String

type BatchUploadMPCoSPhaseDigestInfoResponse

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

func (BatchUploadMPCoSPhaseDigestInfoResponse) GoString

func (*BatchUploadMPCoSPhaseDigestInfoResponse) SetHeaders

func (*BatchUploadMPCoSPhaseDigestInfoResponse) SetStatusCode

func (BatchUploadMPCoSPhaseDigestInfoResponse) String

type BatchUploadMPCoSPhaseDigestInfoResponseBody

type BatchUploadMPCoSPhaseDigestInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoResponseBody) GoString

func (*BatchUploadMPCoSPhaseDigestInfoResponseBody) SetCode

func (*BatchUploadMPCoSPhaseDigestInfoResponseBody) SetData

func (*BatchUploadMPCoSPhaseDigestInfoResponseBody) SetMessage

func (*BatchUploadMPCoSPhaseDigestInfoResponseBody) SetRequestId

func (*BatchUploadMPCoSPhaseDigestInfoResponseBody) SetSuccess

func (BatchUploadMPCoSPhaseDigestInfoResponseBody) String

type BatchUploadMPCoSPhaseDigestInfoShrinkRequest

type BatchUploadMPCoSPhaseDigestInfoShrinkRequest struct {
	ApiVersion          *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId          *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	PhaseDataListShrink *string `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId        *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId             *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseDigestInfoShrinkRequest) GoString

func (*BatchUploadMPCoSPhaseDigestInfoShrinkRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseDigestInfoShrinkRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseDataListShrink

func (*BatchUploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseId

func (BatchUploadMPCoSPhaseDigestInfoShrinkRequest) String

type BatchUploadMPCoSPhaseTextInfoByDeviceRequest

type BatchUploadMPCoSPhaseTextInfoByDeviceRequest struct {
	ApiVersion           *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	IotAuthType          *string                `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string                `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string                `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string                `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string                `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string                `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseDataList        map[string]interface{} `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId         *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoByDeviceRequest) GoString

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotAuthType

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotDataDigest

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotIdServiceProvider

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotIdSource

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetIotSignature

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseDataList

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseId

func (BatchUploadMPCoSPhaseTextInfoByDeviceRequest) String

type BatchUploadMPCoSPhaseTextInfoByDeviceResponse

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

func (BatchUploadMPCoSPhaseTextInfoByDeviceResponse) GoString

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponse) SetHeaders

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponse) SetStatusCode

func (BatchUploadMPCoSPhaseTextInfoByDeviceResponse) String

type BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody

type BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) GoString

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) SetCode

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) SetData

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) SetMessage

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) SetRequestId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) SetSuccess

func (BatchUploadMPCoSPhaseTextInfoByDeviceResponseBody) String

type BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest

type BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest struct {
	ApiVersion           *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	IotAuthType          *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseDataListShrink  *string `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId         *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) GoString

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotAuthType

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotDataDigest

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotIdServiceProvider

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotIdSource

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotSignature

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseDataListShrink

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseId

func (BatchUploadMPCoSPhaseTextInfoByDeviceShrinkRequest) String

type BatchUploadMPCoSPhaseTextInfoRequest

type BatchUploadMPCoSPhaseTextInfoRequest struct {
	ApiVersion    *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	PhaseDataList map[string]interface{} `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId  *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId       *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoRequest) GoString

func (*BatchUploadMPCoSPhaseTextInfoRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseTextInfoRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseTextInfoRequest) SetPhaseDataList

func (*BatchUploadMPCoSPhaseTextInfoRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseTextInfoRequest) SetPhaseId

func (BatchUploadMPCoSPhaseTextInfoRequest) String

type BatchUploadMPCoSPhaseTextInfoResponse

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

func (BatchUploadMPCoSPhaseTextInfoResponse) GoString

func (*BatchUploadMPCoSPhaseTextInfoResponse) SetHeaders

func (*BatchUploadMPCoSPhaseTextInfoResponse) SetStatusCode

func (BatchUploadMPCoSPhaseTextInfoResponse) String

type BatchUploadMPCoSPhaseTextInfoResponseBody

type BatchUploadMPCoSPhaseTextInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoResponseBody) GoString

func (*BatchUploadMPCoSPhaseTextInfoResponseBody) SetCode

func (*BatchUploadMPCoSPhaseTextInfoResponseBody) SetData

func (*BatchUploadMPCoSPhaseTextInfoResponseBody) SetMessage

func (*BatchUploadMPCoSPhaseTextInfoResponseBody) SetRequestId

func (*BatchUploadMPCoSPhaseTextInfoResponseBody) SetSuccess

func (BatchUploadMPCoSPhaseTextInfoResponseBody) String

type BatchUploadMPCoSPhaseTextInfoShrinkRequest

type BatchUploadMPCoSPhaseTextInfoShrinkRequest struct {
	ApiVersion          *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId          *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	PhaseDataListShrink *string `json:"PhaseDataList,omitempty" xml:"PhaseDataList,omitempty"`
	PhaseGroupId        *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId             *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (BatchUploadMPCoSPhaseTextInfoShrinkRequest) GoString

func (*BatchUploadMPCoSPhaseTextInfoShrinkRequest) SetApiVersion

func (*BatchUploadMPCoSPhaseTextInfoShrinkRequest) SetBizChainId

func (*BatchUploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseDataListShrink

func (*BatchUploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseGroupId

func (*BatchUploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseId

func (BatchUploadMPCoSPhaseTextInfoShrinkRequest) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) ApplyDataModelConfigInfo

func (client *Client) ApplyDataModelConfigInfo(request *ApplyDataModelConfigInfoRequest) (_result *ApplyDataModelConfigInfoResponse, _err error)

func (*Client) ApplyDataModelConfigInfoWithOptions

func (client *Client) ApplyDataModelConfigInfoWithOptions(request *ApplyDataModelConfigInfoRequest, runtime *util.RuntimeOptions) (_result *ApplyDataModelConfigInfoResponse, _err error)

func (*Client) AttachData

func (client *Client) AttachData(request *AttachDataRequest) (_result *AttachDataResponse, _err error)

func (*Client) AttachDataWithOptions

func (client *Client) AttachDataWithOptions(request *AttachDataRequest, runtime *util.RuntimeOptions) (_result *AttachDataResponse, _err error)

func (*Client) AttachDataWithSignature

func (client *Client) AttachDataWithSignature(request *AttachDataWithSignatureRequest) (_result *AttachDataWithSignatureResponse, _err error)

func (*Client) AttachDataWithSignatureWithOptions

func (client *Client) AttachDataWithSignatureWithOptions(request *AttachDataWithSignatureRequest, runtime *util.RuntimeOptions) (_result *AttachDataWithSignatureResponse, _err error)

func (*Client) AuthorizeDevice

func (client *Client) AuthorizeDevice(request *AuthorizeDeviceRequest) (_result *AuthorizeDeviceResponse, _err error)

func (*Client) AuthorizeDeviceGroup

func (client *Client) AuthorizeDeviceGroup(request *AuthorizeDeviceGroupRequest) (_result *AuthorizeDeviceGroupResponse, _err error)

func (*Client) AuthorizeDeviceGroupWithOptions

func (client *Client) AuthorizeDeviceGroupWithOptions(request *AuthorizeDeviceGroupRequest, runtime *util.RuntimeOptions) (_result *AuthorizeDeviceGroupResponse, _err error)

func (*Client) AuthorizeDeviceWithOptions

func (client *Client) AuthorizeDeviceWithOptions(request *AuthorizeDeviceRequest, runtime *util.RuntimeOptions) (_result *AuthorizeDeviceResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseDigestInfo

func (client *Client) BatchUploadMPCoSPhaseDigestInfo(request *BatchUploadMPCoSPhaseDigestInfoRequest) (_result *BatchUploadMPCoSPhaseDigestInfoResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseDigestInfoByDevice

func (client *Client) BatchUploadMPCoSPhaseDigestInfoByDevice(request *BatchUploadMPCoSPhaseDigestInfoByDeviceRequest) (_result *BatchUploadMPCoSPhaseDigestInfoByDeviceResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseDigestInfoByDeviceWithOptions

func (client *Client) BatchUploadMPCoSPhaseDigestInfoByDeviceWithOptions(tmpReq *BatchUploadMPCoSPhaseDigestInfoByDeviceRequest, runtime *util.RuntimeOptions) (_result *BatchUploadMPCoSPhaseDigestInfoByDeviceResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseDigestInfoWithOptions

func (client *Client) BatchUploadMPCoSPhaseDigestInfoWithOptions(tmpReq *BatchUploadMPCoSPhaseDigestInfoRequest, runtime *util.RuntimeOptions) (_result *BatchUploadMPCoSPhaseDigestInfoResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseTextInfo

func (client *Client) BatchUploadMPCoSPhaseTextInfo(request *BatchUploadMPCoSPhaseTextInfoRequest) (_result *BatchUploadMPCoSPhaseTextInfoResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseTextInfoByDevice

func (client *Client) BatchUploadMPCoSPhaseTextInfoByDevice(request *BatchUploadMPCoSPhaseTextInfoByDeviceRequest) (_result *BatchUploadMPCoSPhaseTextInfoByDeviceResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseTextInfoByDeviceWithOptions

func (client *Client) BatchUploadMPCoSPhaseTextInfoByDeviceWithOptions(tmpReq *BatchUploadMPCoSPhaseTextInfoByDeviceRequest, runtime *util.RuntimeOptions) (_result *BatchUploadMPCoSPhaseTextInfoByDeviceResponse, _err error)

func (*Client) BatchUploadMPCoSPhaseTextInfoWithOptions

func (client *Client) BatchUploadMPCoSPhaseTextInfoWithOptions(tmpReq *BatchUploadMPCoSPhaseTextInfoRequest, runtime *util.RuntimeOptions) (_result *BatchUploadMPCoSPhaseTextInfoResponse, _err error)

func (*Client) CreateMPCoSPhase

func (client *Client) CreateMPCoSPhase(request *CreateMPCoSPhaseRequest) (_result *CreateMPCoSPhaseResponse, _err error)

func (*Client) CreateMPCoSPhaseGroup

func (client *Client) CreateMPCoSPhaseGroup(request *CreateMPCoSPhaseGroupRequest) (_result *CreateMPCoSPhaseGroupResponse, _err error)

func (*Client) CreateMPCoSPhaseGroupWithOptions

func (client *Client) CreateMPCoSPhaseGroupWithOptions(request *CreateMPCoSPhaseGroupRequest, runtime *util.RuntimeOptions) (_result *CreateMPCoSPhaseGroupResponse, _err error)

func (*Client) CreateMPCoSPhaseWithOptions

func (client *Client) CreateMPCoSPhaseWithOptions(request *CreateMPCoSPhaseRequest, runtime *util.RuntimeOptions) (_result *CreateMPCoSPhaseResponse, _err error)

func (*Client) CreateMember

func (client *Client) CreateMember(request *CreateMemberRequest) (_result *CreateMemberResponse, _err error)

func (*Client) CreateMemberWithOptions

func (client *Client) CreateMemberWithOptions(request *CreateMemberRequest, runtime *util.RuntimeOptions) (_result *CreateMemberResponse, _err error)

func (*Client) DescribeCapacityInfo

func (client *Client) DescribeCapacityInfo(request *DescribeCapacityInfoRequest) (_result *DescribeCapacityInfoResponse, _err error)

func (*Client) DescribeCapacityInfoWithOptions

func (client *Client) DescribeCapacityInfoWithOptions(request *DescribeCapacityInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeCapacityInfoResponse, _err error)

func (*Client) DescribeMPCoSAuthorizedInfo

func (client *Client) DescribeMPCoSAuthorizedInfo(request *DescribeMPCoSAuthorizedInfoRequest) (_result *DescribeMPCoSAuthorizedInfoResponse, _err error)

func (*Client) DescribeMPCoSAuthorizedInfoWithOptions

func (client *Client) DescribeMPCoSAuthorizedInfoWithOptions(request *DescribeMPCoSAuthorizedInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeMPCoSAuthorizedInfoResponse, _err error)

func (*Client) DescribeMPCoSPhaseInfo

func (client *Client) DescribeMPCoSPhaseInfo(request *DescribeMPCoSPhaseInfoRequest) (_result *DescribeMPCoSPhaseInfoResponse, _err error)

func (*Client) DescribeMPCoSPhaseInfoWithOptions

func (client *Client) DescribeMPCoSPhaseInfoWithOptions(request *DescribeMPCoSPhaseInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeMPCoSPhaseInfoResponse, _err error)

func (*Client) DescribeMPCoSResourceInfo

func (client *Client) DescribeMPCoSResourceInfo(request *DescribeMPCoSResourceInfoRequest) (_result *DescribeMPCoSResourceInfoResponse, _err error)

func (*Client) DescribeMPCoSResourceInfoWithOptions

func (client *Client) DescribeMPCoSResourceInfoWithOptions(request *DescribeMPCoSResourceInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeMPCoSResourceInfoResponse, _err error)

func (*Client) DescribeMemberCapacityInfo

func (client *Client) DescribeMemberCapacityInfo(request *DescribeMemberCapacityInfoRequest) (_result *DescribeMemberCapacityInfoResponse, _err error)

func (*Client) DescribeMemberCapacityInfoWithOptions

func (client *Client) DescribeMemberCapacityInfoWithOptions(request *DescribeMemberCapacityInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeMemberCapacityInfoResponse, _err error)

func (*Client) DescribeResourceInfo

func (client *Client) DescribeResourceInfo(request *DescribeResourceInfoRequest) (_result *DescribeResourceInfoResponse, _err error)

func (*Client) DescribeResourceInfoWithOptions

func (client *Client) DescribeResourceInfoWithOptions(request *DescribeResourceInfoRequest, runtime *util.RuntimeOptions) (_result *DescribeResourceInfoResponse, _err error)

func (*Client) GetBlockChainInfo

func (client *Client) GetBlockChainInfo(request *GetBlockChainInfoRequest) (_result *GetBlockChainInfoResponse, _err error)

func (*Client) GetBlockChainInfoWithOptions

func (client *Client) GetBlockChainInfoWithOptions(request *GetBlockChainInfoRequest, runtime *util.RuntimeOptions) (_result *GetBlockChainInfoResponse, _err error)

func (*Client) GetData

func (client *Client) GetData(request *GetDataRequest) (_result *GetDataResponse, _err error)

func (*Client) GetDataModelConfigInfo

func (client *Client) GetDataModelConfigInfo(request *GetDataModelConfigInfoRequest) (_result *GetDataModelConfigInfoResponse, _err error)

func (*Client) GetDataModelConfigInfoWithOptions

func (client *Client) GetDataModelConfigInfoWithOptions(request *GetDataModelConfigInfoRequest, runtime *util.RuntimeOptions) (_result *GetDataModelConfigInfoResponse, _err error)

func (*Client) GetDataWithOptions

func (client *Client) GetDataWithOptions(request *GetDataRequest, runtime *util.RuntimeOptions) (_result *GetDataResponse, _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) GetHistoryDataCount

func (client *Client) GetHistoryDataCount(request *GetHistoryDataCountRequest) (_result *GetHistoryDataCountResponse, _err error)

func (*Client) GetHistoryDataCountWithOptions

func (client *Client) GetHistoryDataCountWithOptions(request *GetHistoryDataCountRequest, runtime *util.RuntimeOptions) (_result *GetHistoryDataCountResponse, _err error)

func (*Client) GetHistoryDataList

func (client *Client) GetHistoryDataList(request *GetHistoryDataListRequest) (_result *GetHistoryDataListResponse, _err error)

func (*Client) GetHistoryDataListWithOptions

func (client *Client) GetHistoryDataListWithOptions(request *GetHistoryDataListRequest, runtime *util.RuntimeOptions) (_result *GetHistoryDataListResponse, _err error)

func (*Client) Init

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

func (*Client) ListDependentDataModels

func (client *Client) ListDependentDataModels(request *ListDependentDataModelsRequest) (_result *ListDependentDataModelsResponse, _err error)

func (*Client) ListDependentDataModelsWithOptions

func (client *Client) ListDependentDataModelsWithOptions(request *ListDependentDataModelsRequest, runtime *util.RuntimeOptions) (_result *ListDependentDataModelsResponse, _err error)

func (*Client) ListDevice

func (client *Client) ListDevice(request *ListDeviceRequest) (_result *ListDeviceResponse, _err error)

func (*Client) ListDeviceGroup

func (client *Client) ListDeviceGroup(request *ListDeviceGroupRequest) (_result *ListDeviceGroupResponse, _err error)

func (*Client) ListDeviceGroupWithOptions

func (client *Client) ListDeviceGroupWithOptions(request *ListDeviceGroupRequest, runtime *util.RuntimeOptions) (_result *ListDeviceGroupResponse, _err error)

func (*Client) ListDeviceWithOptions

func (client *Client) ListDeviceWithOptions(request *ListDeviceRequest, runtime *util.RuntimeOptions) (_result *ListDeviceResponse, _err error)

func (*Client) ListMPCoSPhase

func (client *Client) ListMPCoSPhase(request *ListMPCoSPhaseRequest) (_result *ListMPCoSPhaseResponse, _err error)

func (*Client) ListMPCoSPhaseGroup

func (client *Client) ListMPCoSPhaseGroup(request *ListMPCoSPhaseGroupRequest) (_result *ListMPCoSPhaseGroupResponse, _err error)

func (*Client) ListMPCoSPhaseGroupWithOptions

func (client *Client) ListMPCoSPhaseGroupWithOptions(request *ListMPCoSPhaseGroupRequest, runtime *util.RuntimeOptions) (_result *ListMPCoSPhaseGroupResponse, _err error)

func (*Client) ListMPCoSPhaseHistory

func (client *Client) ListMPCoSPhaseHistory(request *ListMPCoSPhaseHistoryRequest) (_result *ListMPCoSPhaseHistoryResponse, _err error)

func (*Client) ListMPCoSPhaseHistoryWithOptions

func (client *Client) ListMPCoSPhaseHistoryWithOptions(request *ListMPCoSPhaseHistoryRequest, runtime *util.RuntimeOptions) (_result *ListMPCoSPhaseHistoryResponse, _err error)

func (*Client) ListMPCoSPhaseWithOptions

func (client *Client) ListMPCoSPhaseWithOptions(request *ListMPCoSPhaseRequest, runtime *util.RuntimeOptions) (_result *ListMPCoSPhaseResponse, _err error)

func (*Client) ListMember

func (client *Client) ListMember(request *ListMemberRequest) (_result *ListMemberResponse, _err error)

func (*Client) ListMemberWithOptions

func (client *Client) ListMemberWithOptions(request *ListMemberRequest, runtime *util.RuntimeOptions) (_result *ListMemberResponse, _err error)

func (*Client) ListMultiPartyCollaborationChain

func (client *Client) ListMultiPartyCollaborationChain(request *ListMultiPartyCollaborationChainRequest) (_result *ListMultiPartyCollaborationChainResponse, _err error)

func (*Client) ListMultiPartyCollaborationChainWithOptions

func (client *Client) ListMultiPartyCollaborationChainWithOptions(request *ListMultiPartyCollaborationChainRequest, runtime *util.RuntimeOptions) (_result *ListMultiPartyCollaborationChainResponse, _err error)

func (*Client) ListPSMemberDataTypeCode

func (client *Client) ListPSMemberDataTypeCode(request *ListPSMemberDataTypeCodeRequest) (_result *ListPSMemberDataTypeCodeResponse, _err error)

func (*Client) ListPSMemberDataTypeCodeWithOptions

func (client *Client) ListPSMemberDataTypeCodeWithOptions(request *ListPSMemberDataTypeCodeRequest, runtime *util.RuntimeOptions) (_result *ListPSMemberDataTypeCodeResponse, _err error)

func (*Client) ListProofChain

func (client *Client) ListProofChain(request *ListProofChainRequest) (_result *ListProofChainResponse, _err error)

func (*Client) ListProofChainWithOptions

func (client *Client) ListProofChainWithOptions(request *ListProofChainRequest, runtime *util.RuntimeOptions) (_result *ListProofChainResponse, _err error)

func (*Client) LockMember

func (client *Client) LockMember(request *LockMemberRequest) (_result *LockMemberResponse, _err error)

func (*Client) LockMemberWithOptions

func (client *Client) LockMemberWithOptions(request *LockMemberRequest, runtime *util.RuntimeOptions) (_result *LockMemberResponse, _err error)

func (*Client) ModifyMPCoSPhase

func (client *Client) ModifyMPCoSPhase(request *ModifyMPCoSPhaseRequest) (_result *ModifyMPCoSPhaseResponse, _err error)

func (*Client) ModifyMPCoSPhaseGroup

func (client *Client) ModifyMPCoSPhaseGroup(request *ModifyMPCoSPhaseGroupRequest) (_result *ModifyMPCoSPhaseGroupResponse, _err error)

func (*Client) ModifyMPCoSPhaseGroupWithOptions

func (client *Client) ModifyMPCoSPhaseGroupWithOptions(request *ModifyMPCoSPhaseGroupRequest, runtime *util.RuntimeOptions) (_result *ModifyMPCoSPhaseGroupResponse, _err error)

func (*Client) ModifyMPCoSPhaseWithOptions

func (client *Client) ModifyMPCoSPhaseWithOptions(request *ModifyMPCoSPhaseRequest, runtime *util.RuntimeOptions) (_result *ModifyMPCoSPhaseResponse, _err error)

func (*Client) ModifyMember

func (client *Client) ModifyMember(request *ModifyMemberRequest) (_result *ModifyMemberResponse, _err error)

func (*Client) ModifyMemberWithOptions

func (client *Client) ModifyMemberWithOptions(request *ModifyMemberRequest, runtime *util.RuntimeOptions) (_result *ModifyMemberResponse, _err error)

func (*Client) RegisterDeviceGroup

func (client *Client) RegisterDeviceGroup(request *RegisterDeviceGroupRequest) (_result *RegisterDeviceGroupResponse, _err error)

func (*Client) RegisterDeviceGroupWithOptions

func (client *Client) RegisterDeviceGroupWithOptions(request *RegisterDeviceGroupRequest, runtime *util.RuntimeOptions) (_result *RegisterDeviceGroupResponse, _err error)

func (*Client) SetData

func (client *Client) SetData(request *SetDataRequest) (_result *SetDataResponse, _err error)

func (*Client) SetDataWithOptions

func (client *Client) SetDataWithOptions(request *SetDataRequest, runtime *util.RuntimeOptions) (_result *SetDataResponse, _err error)

func (*Client) SetDataWithSignature

func (client *Client) SetDataWithSignature(request *SetDataWithSignatureRequest) (_result *SetDataWithSignatureResponse, _err error)

func (*Client) SetDataWithSignatureWithOptions

func (client *Client) SetDataWithSignatureWithOptions(request *SetDataWithSignatureRequest, runtime *util.RuntimeOptions) (_result *SetDataWithSignatureResponse, _err error)

func (*Client) UnAuthorizeDevice

func (client *Client) UnAuthorizeDevice(request *UnAuthorizeDeviceRequest) (_result *UnAuthorizeDeviceResponse, _err error)

func (*Client) UnAuthorizeDeviceGroup

func (client *Client) UnAuthorizeDeviceGroup(request *UnAuthorizeDeviceGroupRequest) (_result *UnAuthorizeDeviceGroupResponse, _err error)

func (*Client) UnAuthorizeDeviceGroupWithOptions

func (client *Client) UnAuthorizeDeviceGroupWithOptions(request *UnAuthorizeDeviceGroupRequest, runtime *util.RuntimeOptions) (_result *UnAuthorizeDeviceGroupResponse, _err error)

func (*Client) UnAuthorizeDeviceWithOptions

func (client *Client) UnAuthorizeDeviceWithOptions(request *UnAuthorizeDeviceRequest, runtime *util.RuntimeOptions) (_result *UnAuthorizeDeviceResponse, _err error)

func (*Client) UnLockMember

func (client *Client) UnLockMember(request *UnLockMemberRequest) (_result *UnLockMemberResponse, _err error)

func (*Client) UnLockMemberWithOptions

func (client *Client) UnLockMemberWithOptions(request *UnLockMemberRequest, runtime *util.RuntimeOptions) (_result *UnLockMemberResponse, _err error)

func (*Client) UpdateMPCoSAuthorizedInfo

func (client *Client) UpdateMPCoSAuthorizedInfo(request *UpdateMPCoSAuthorizedInfoRequest) (_result *UpdateMPCoSAuthorizedInfoResponse, _err error)

func (*Client) UpdateMPCoSAuthorizedInfoWithOptions

func (client *Client) UpdateMPCoSAuthorizedInfoWithOptions(tmpReq *UpdateMPCoSAuthorizedInfoRequest, runtime *util.RuntimeOptions) (_result *UpdateMPCoSAuthorizedInfoResponse, _err error)

func (*Client) UploadMPCoSPhaseDigestInfo

func (client *Client) UploadMPCoSPhaseDigestInfo(request *UploadMPCoSPhaseDigestInfoRequest) (_result *UploadMPCoSPhaseDigestInfoResponse, _err error)

func (*Client) UploadMPCoSPhaseDigestInfoByDevice

func (client *Client) UploadMPCoSPhaseDigestInfoByDevice(request *UploadMPCoSPhaseDigestInfoByDeviceRequest) (_result *UploadMPCoSPhaseDigestInfoByDeviceResponse, _err error)

func (*Client) UploadMPCoSPhaseDigestInfoByDeviceWithOptions

func (client *Client) UploadMPCoSPhaseDigestInfoByDeviceWithOptions(tmpReq *UploadMPCoSPhaseDigestInfoByDeviceRequest, runtime *util.RuntimeOptions) (_result *UploadMPCoSPhaseDigestInfoByDeviceResponse, _err error)

func (*Client) UploadMPCoSPhaseDigestInfoWithOptions

func (client *Client) UploadMPCoSPhaseDigestInfoWithOptions(tmpReq *UploadMPCoSPhaseDigestInfoRequest, runtime *util.RuntimeOptions) (_result *UploadMPCoSPhaseDigestInfoResponse, _err error)

func (*Client) UploadMPCoSPhaseTextInfo

func (client *Client) UploadMPCoSPhaseTextInfo(request *UploadMPCoSPhaseTextInfoRequest) (_result *UploadMPCoSPhaseTextInfoResponse, _err error)

func (*Client) UploadMPCoSPhaseTextInfoByDevice

func (client *Client) UploadMPCoSPhaseTextInfoByDevice(request *UploadMPCoSPhaseTextInfoByDeviceRequest) (_result *UploadMPCoSPhaseTextInfoByDeviceResponse, _err error)

func (*Client) UploadMPCoSPhaseTextInfoByDeviceWithOptions

func (client *Client) UploadMPCoSPhaseTextInfoByDeviceWithOptions(tmpReq *UploadMPCoSPhaseTextInfoByDeviceRequest, runtime *util.RuntimeOptions) (_result *UploadMPCoSPhaseTextInfoByDeviceResponse, _err error)

func (*Client) UploadMPCoSPhaseTextInfoWithOptions

func (client *Client) UploadMPCoSPhaseTextInfoWithOptions(tmpReq *UploadMPCoSPhaseTextInfoRequest, runtime *util.RuntimeOptions) (_result *UploadMPCoSPhaseTextInfoResponse, _err error)

type CreateMPCoSPhaseGroupRequest

type CreateMPCoSPhaseGroupRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (CreateMPCoSPhaseGroupRequest) GoString

func (s CreateMPCoSPhaseGroupRequest) GoString() string

func (*CreateMPCoSPhaseGroupRequest) SetApiVersion

func (*CreateMPCoSPhaseGroupRequest) SetBizChainId

func (*CreateMPCoSPhaseGroupRequest) SetName

func (*CreateMPCoSPhaseGroupRequest) SetRemark

func (CreateMPCoSPhaseGroupRequest) String

type CreateMPCoSPhaseGroupResponse

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

func (CreateMPCoSPhaseGroupResponse) GoString

func (*CreateMPCoSPhaseGroupResponse) SetBody

func (*CreateMPCoSPhaseGroupResponse) SetHeaders

func (*CreateMPCoSPhaseGroupResponse) SetStatusCode

func (CreateMPCoSPhaseGroupResponse) String

type CreateMPCoSPhaseGroupResponseBody

type CreateMPCoSPhaseGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateMPCoSPhaseGroupResponseBody) GoString

func (*CreateMPCoSPhaseGroupResponseBody) SetCode

func (*CreateMPCoSPhaseGroupResponseBody) SetData

func (*CreateMPCoSPhaseGroupResponseBody) SetMessage

func (*CreateMPCoSPhaseGroupResponseBody) SetRequestId

func (*CreateMPCoSPhaseGroupResponseBody) SetSuccess

func (CreateMPCoSPhaseGroupResponseBody) String

type CreateMPCoSPhaseRequest

type CreateMPCoSPhaseRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (CreateMPCoSPhaseRequest) GoString

func (s CreateMPCoSPhaseRequest) GoString() string

func (*CreateMPCoSPhaseRequest) SetApiVersion

func (*CreateMPCoSPhaseRequest) SetBizChainId

func (*CreateMPCoSPhaseRequest) SetName

func (*CreateMPCoSPhaseRequest) SetPhaseGroupId

func (*CreateMPCoSPhaseRequest) SetRemark

func (CreateMPCoSPhaseRequest) String

func (s CreateMPCoSPhaseRequest) String() string

type CreateMPCoSPhaseResponse

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

func (CreateMPCoSPhaseResponse) GoString

func (s CreateMPCoSPhaseResponse) GoString() string

func (*CreateMPCoSPhaseResponse) SetBody

func (*CreateMPCoSPhaseResponse) SetHeaders

func (*CreateMPCoSPhaseResponse) SetStatusCode

func (CreateMPCoSPhaseResponse) String

func (s CreateMPCoSPhaseResponse) String() string

type CreateMPCoSPhaseResponseBody

type CreateMPCoSPhaseResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateMPCoSPhaseResponseBody) GoString

func (s CreateMPCoSPhaseResponseBody) GoString() string

func (*CreateMPCoSPhaseResponseBody) SetCode

func (*CreateMPCoSPhaseResponseBody) SetData

func (*CreateMPCoSPhaseResponseBody) SetMessage

func (*CreateMPCoSPhaseResponseBody) SetRequestId

func (*CreateMPCoSPhaseResponseBody) SetSuccess

func (CreateMPCoSPhaseResponseBody) String

type CreateMemberRequest

type CreateMemberRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberContact *string `json:"MemberContact,omitempty" xml:"MemberContact,omitempty"`
	MemberName    *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	MemberPhone   *string `json:"MemberPhone,omitempty" xml:"MemberPhone,omitempty"`
	MemberUid     *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	Remark        *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (CreateMemberRequest) GoString

func (s CreateMemberRequest) GoString() string

func (*CreateMemberRequest) SetApiVersion

func (s *CreateMemberRequest) SetApiVersion(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetBizChainId

func (s *CreateMemberRequest) SetBizChainId(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetMemberContact

func (s *CreateMemberRequest) SetMemberContact(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetMemberName

func (s *CreateMemberRequest) SetMemberName(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetMemberPhone

func (s *CreateMemberRequest) SetMemberPhone(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetMemberUid

func (s *CreateMemberRequest) SetMemberUid(v string) *CreateMemberRequest

func (*CreateMemberRequest) SetRemark

func (CreateMemberRequest) String

func (s CreateMemberRequest) String() string

type CreateMemberResponse

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

func (CreateMemberResponse) GoString

func (s CreateMemberResponse) GoString() string

func (*CreateMemberResponse) SetBody

func (*CreateMemberResponse) SetHeaders

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

func (*CreateMemberResponse) SetStatusCode

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

func (CreateMemberResponse) String

func (s CreateMemberResponse) String() string

type CreateMemberResponseBody

type CreateMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateMemberResponseBody) GoString

func (s CreateMemberResponseBody) GoString() string

func (*CreateMemberResponseBody) SetCode

func (*CreateMemberResponseBody) SetData

func (*CreateMemberResponseBody) SetMessage

func (*CreateMemberResponseBody) SetRequestId

func (*CreateMemberResponseBody) SetSuccess

func (CreateMemberResponseBody) String

func (s CreateMemberResponseBody) String() string

type DescribeCapacityInfoRequest

type DescribeCapacityInfoRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
}

func (DescribeCapacityInfoRequest) GoString

func (s DescribeCapacityInfoRequest) GoString() string

func (*DescribeCapacityInfoRequest) SetApiVersion

func (*DescribeCapacityInfoRequest) SetBizChainId

func (DescribeCapacityInfoRequest) String

type DescribeCapacityInfoResponse

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

func (DescribeCapacityInfoResponse) GoString

func (s DescribeCapacityInfoResponse) GoString() string

func (*DescribeCapacityInfoResponse) SetBody

func (*DescribeCapacityInfoResponse) SetHeaders

func (*DescribeCapacityInfoResponse) SetStatusCode

func (DescribeCapacityInfoResponse) String

type DescribeCapacityInfoResponseBody

type DescribeCapacityInfoResponseBody struct {
	Code      *int32                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DescribeCapacityInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeCapacityInfoResponseBody) GoString

func (*DescribeCapacityInfoResponseBody) SetCode

func (*DescribeCapacityInfoResponseBody) SetMessage

func (*DescribeCapacityInfoResponseBody) SetRequestId

func (*DescribeCapacityInfoResponseBody) SetSuccess

func (DescribeCapacityInfoResponseBody) String

type DescribeCapacityInfoResponseBodyData

type DescribeCapacityInfoResponseBodyData struct {
	CapacityQuota      *int64 `json:"CapacityQuota,omitempty" xml:"CapacityQuota,omitempty"`
	CountQuota         *int64 `json:"CountQuota,omitempty" xml:"CountQuota,omitempty"`
	MemberUsedCapacity *int64 `json:"MemberUsedCapacity,omitempty" xml:"MemberUsedCapacity,omitempty"`
	MemberUsedCount    *int64 `json:"MemberUsedCount,omitempty" xml:"MemberUsedCount,omitempty"`
	UsedCapacity       *int64 `json:"UsedCapacity,omitempty" xml:"UsedCapacity,omitempty"`
	UsedCount          *int64 `json:"UsedCount,omitempty" xml:"UsedCount,omitempty"`
}

func (DescribeCapacityInfoResponseBodyData) GoString

func (*DescribeCapacityInfoResponseBodyData) SetCapacityQuota

func (*DescribeCapacityInfoResponseBodyData) SetCountQuota

func (*DescribeCapacityInfoResponseBodyData) SetMemberUsedCapacity

func (*DescribeCapacityInfoResponseBodyData) SetMemberUsedCount

func (*DescribeCapacityInfoResponseBodyData) SetUsedCapacity

func (*DescribeCapacityInfoResponseBodyData) SetUsedCount

func (DescribeCapacityInfoResponseBodyData) String

type DescribeMPCoSAuthorizedInfoRequest

type DescribeMPCoSAuthorizedInfoRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberId     *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
}

func (DescribeMPCoSAuthorizedInfoRequest) GoString

func (*DescribeMPCoSAuthorizedInfoRequest) SetApiVersion

func (*DescribeMPCoSAuthorizedInfoRequest) SetBizChainId

func (*DescribeMPCoSAuthorizedInfoRequest) SetMemberId

func (*DescribeMPCoSAuthorizedInfoRequest) SetPhaseGroupId

func (DescribeMPCoSAuthorizedInfoRequest) String

type DescribeMPCoSAuthorizedInfoResponse

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

func (DescribeMPCoSAuthorizedInfoResponse) GoString

func (*DescribeMPCoSAuthorizedInfoResponse) SetHeaders

func (*DescribeMPCoSAuthorizedInfoResponse) SetStatusCode

func (DescribeMPCoSAuthorizedInfoResponse) String

type DescribeMPCoSAuthorizedInfoResponseBody

type DescribeMPCoSAuthorizedInfoResponseBody struct {
	Code      *int32                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DescribeMPCoSAuthorizedInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeMPCoSAuthorizedInfoResponseBody) GoString

func (*DescribeMPCoSAuthorizedInfoResponseBody) SetCode

func (*DescribeMPCoSAuthorizedInfoResponseBody) SetMessage

func (*DescribeMPCoSAuthorizedInfoResponseBody) SetRequestId

func (*DescribeMPCoSAuthorizedInfoResponseBody) SetSuccess

func (DescribeMPCoSAuthorizedInfoResponseBody) String

type DescribeMPCoSAuthorizedInfoResponseBodyData

type DescribeMPCoSAuthorizedInfoResponseBodyData struct {
	AuthorizedPhaseList   []*DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList   `json:"AuthorizedPhaseList,omitempty" xml:"AuthorizedPhaseList,omitempty" type:"Repeated"`
	UnAuthorizedPhaseList []*DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList `json:"UnAuthorizedPhaseList,omitempty" xml:"UnAuthorizedPhaseList,omitempty" type:"Repeated"`
}

func (DescribeMPCoSAuthorizedInfoResponseBodyData) GoString

func (DescribeMPCoSAuthorizedInfoResponseBodyData) String

type DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList

type DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList struct {
	PhaseId   *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	PhaseName *string `json:"PhaseName,omitempty" xml:"PhaseName,omitempty"`
}

func (DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList) GoString

func (*DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList) SetPhaseId

func (*DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList) SetPhaseName

func (DescribeMPCoSAuthorizedInfoResponseBodyDataAuthorizedPhaseList) String

type DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList

type DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList struct {
	PhaseId   *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	PhaseName *string `json:"PhaseName,omitempty" xml:"PhaseName,omitempty"`
}

func (DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList) GoString

func (*DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList) SetPhaseId

func (*DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList) SetPhaseName

func (DescribeMPCoSAuthorizedInfoResponseBodyDataUnAuthorizedPhaseList) String

type DescribeMPCoSPhaseInfoRequest

type DescribeMPCoSPhaseInfoRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey      *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq      *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId      *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
}

func (DescribeMPCoSPhaseInfoRequest) GoString

func (*DescribeMPCoSPhaseInfoRequest) SetApiVersion

func (*DescribeMPCoSPhaseInfoRequest) SetBizChainId

func (*DescribeMPCoSPhaseInfoRequest) SetDataKey

func (*DescribeMPCoSPhaseInfoRequest) SetDataSeq

func (*DescribeMPCoSPhaseInfoRequest) SetPhaseGroupId

func (*DescribeMPCoSPhaseInfoRequest) SetPhaseId

func (DescribeMPCoSPhaseInfoRequest) String

type DescribeMPCoSPhaseInfoResponse

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

func (DescribeMPCoSPhaseInfoResponse) GoString

func (*DescribeMPCoSPhaseInfoResponse) SetHeaders

func (*DescribeMPCoSPhaseInfoResponse) SetStatusCode

func (DescribeMPCoSPhaseInfoResponse) String

type DescribeMPCoSPhaseInfoResponseBody

type DescribeMPCoSPhaseInfoResponseBody struct {
	Code      *int32                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DescribeMPCoSPhaseInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeMPCoSPhaseInfoResponseBody) GoString

func (*DescribeMPCoSPhaseInfoResponseBody) SetCode

func (*DescribeMPCoSPhaseInfoResponseBody) SetMessage

func (*DescribeMPCoSPhaseInfoResponseBody) SetRequestId

func (*DescribeMPCoSPhaseInfoResponseBody) SetSuccess

func (DescribeMPCoSPhaseInfoResponseBody) String

type DescribeMPCoSPhaseInfoResponseBodyData

type DescribeMPCoSPhaseInfoResponseBodyData struct {
	BlockHash       *string                                                  `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	BlockNumber     *int64                                                   `json:"BlockNumber,omitempty" xml:"BlockNumber,omitempty"`
	DataHash        *string                                                  `json:"DataHash,omitempty" xml:"DataHash,omitempty"`
	DataValue       *string                                                  `json:"DataValue,omitempty" xml:"DataValue,omitempty"`
	IotId           *string                                                  `json:"IotId,omitempty" xml:"IotId,omitempty"`
	PreviousHash    *string                                                  `json:"PreviousHash,omitempty" xml:"PreviousHash,omitempty"`
	ProductKey      *string                                                  `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	RelatedDataList []*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty" type:"Repeated"`
	Timestamp       *int64                                                   `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	TransactionHash *string                                                  `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (DescribeMPCoSPhaseInfoResponseBodyData) GoString

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetBlockHash

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetBlockNumber

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetDataHash

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetDataValue

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetIotId

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetPreviousHash

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetProductKey

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetTimestamp

func (*DescribeMPCoSPhaseInfoResponseBodyData) SetTransactionHash

func (DescribeMPCoSPhaseInfoResponseBodyData) String

type DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList

type DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList struct {
	RelatedDataKey       *string `json:"RelatedDataKey,omitempty" xml:"RelatedDataKey,omitempty"`
	RelatedDataSeq       *string `json:"RelatedDataSeq,omitempty" xml:"RelatedDataSeq,omitempty"`
	RelatedPhaseDataHash *string `json:"RelatedPhaseDataHash,omitempty" xml:"RelatedPhaseDataHash,omitempty"`
	RelatedPhaseId       *string `json:"RelatedPhaseId,omitempty" xml:"RelatedPhaseId,omitempty"`
	RelatedPhaseName     *string `json:"RelatedPhaseName,omitempty" xml:"RelatedPhaseName,omitempty"`
}

func (DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) GoString

func (*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) SetRelatedDataKey

func (*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) SetRelatedDataSeq

func (*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) SetRelatedPhaseDataHash

func (*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) SetRelatedPhaseId

func (*DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) SetRelatedPhaseName

func (DescribeMPCoSPhaseInfoResponseBodyDataRelatedDataList) String

type DescribeMPCoSResourceInfoRequest

type DescribeMPCoSResourceInfoRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
}

func (DescribeMPCoSResourceInfoRequest) GoString

func (*DescribeMPCoSResourceInfoRequest) SetApiVersion

func (*DescribeMPCoSResourceInfoRequest) SetBizChainId

func (DescribeMPCoSResourceInfoRequest) String

type DescribeMPCoSResourceInfoResponse

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

func (DescribeMPCoSResourceInfoResponse) GoString

func (*DescribeMPCoSResourceInfoResponse) SetHeaders

func (*DescribeMPCoSResourceInfoResponse) SetStatusCode

func (DescribeMPCoSResourceInfoResponse) String

type DescribeMPCoSResourceInfoResponseBody

type DescribeMPCoSResourceInfoResponseBody struct {
	Code      *int32                                     `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DescribeMPCoSResourceInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeMPCoSResourceInfoResponseBody) GoString

func (*DescribeMPCoSResourceInfoResponseBody) SetCode

func (*DescribeMPCoSResourceInfoResponseBody) SetMessage

func (*DescribeMPCoSResourceInfoResponseBody) SetRequestId

func (*DescribeMPCoSResourceInfoResponseBody) SetSuccess

func (DescribeMPCoSResourceInfoResponseBody) String

type DescribeMPCoSResourceInfoResponseBodyData

type DescribeMPCoSResourceInfoResponseBodyData struct {
	MemberQuota        *int64                                                         `json:"MemberQuota,omitempty" xml:"MemberQuota,omitempty"`
	PhaseGroupQuota    *int64                                                         `json:"PhaseGroupQuota,omitempty" xml:"PhaseGroupQuota,omitempty"`
	PhaseQuotaInfoList []*DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList `json:"PhaseQuotaInfoList,omitempty" xml:"PhaseQuotaInfoList,omitempty" type:"Repeated"`
	UsedMember         *int64                                                         `json:"UsedMember,omitempty" xml:"UsedMember,omitempty"`
	UsedPhaseGroup     *int64                                                         `json:"UsedPhaseGroup,omitempty" xml:"UsedPhaseGroup,omitempty"`
}

func (DescribeMPCoSResourceInfoResponseBodyData) GoString

func (*DescribeMPCoSResourceInfoResponseBodyData) SetMemberQuota

func (*DescribeMPCoSResourceInfoResponseBodyData) SetPhaseGroupQuota

func (*DescribeMPCoSResourceInfoResponseBodyData) SetUsedMember

func (*DescribeMPCoSResourceInfoResponseBodyData) SetUsedPhaseGroup

func (DescribeMPCoSResourceInfoResponseBodyData) String

type DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList

type DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList struct {
	PhaseGroupId   *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseGroupName *string `json:"PhaseGroupName,omitempty" xml:"PhaseGroupName,omitempty"`
	PhaseQuota     *int64  `json:"PhaseQuota,omitempty" xml:"PhaseQuota,omitempty"`
	UsedPhase      *int64  `json:"UsedPhase,omitempty" xml:"UsedPhase,omitempty"`
}

func (DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) GoString

func (*DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) SetPhaseGroupId

func (*DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) SetPhaseGroupName

func (*DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) SetPhaseQuota

func (*DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) SetUsedPhase

func (DescribeMPCoSResourceInfoResponseBodyDataPhaseQuotaInfoList) String

type DescribeMemberCapacityInfoRequest

type DescribeMemberCapacityInfoRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
}

func (DescribeMemberCapacityInfoRequest) GoString

func (*DescribeMemberCapacityInfoRequest) SetApiVersion

func (*DescribeMemberCapacityInfoRequest) SetBizChainId

func (DescribeMemberCapacityInfoRequest) String

type DescribeMemberCapacityInfoResponse

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

func (DescribeMemberCapacityInfoResponse) GoString

func (*DescribeMemberCapacityInfoResponse) SetHeaders

func (*DescribeMemberCapacityInfoResponse) SetStatusCode

func (DescribeMemberCapacityInfoResponse) String

type DescribeMemberCapacityInfoResponseBody

type DescribeMemberCapacityInfoResponseBody struct {
	Code      *int32                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      []*DescribeMemberCapacityInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	Message   *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeMemberCapacityInfoResponseBody) GoString

func (*DescribeMemberCapacityInfoResponseBody) SetCode

func (*DescribeMemberCapacityInfoResponseBody) SetMessage

func (*DescribeMemberCapacityInfoResponseBody) SetRequestId

func (*DescribeMemberCapacityInfoResponseBody) SetSuccess

func (DescribeMemberCapacityInfoResponseBody) String

type DescribeMemberCapacityInfoResponseBodyData

type DescribeMemberCapacityInfoResponseBodyData struct {
	MemberId     *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName   *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	MemberUid    *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	UsedCapacity *string `json:"UsedCapacity,omitempty" xml:"UsedCapacity,omitempty"`
	UsedCount    *string `json:"UsedCount,omitempty" xml:"UsedCount,omitempty"`
}

func (DescribeMemberCapacityInfoResponseBodyData) GoString

func (*DescribeMemberCapacityInfoResponseBodyData) SetMemberId

func (*DescribeMemberCapacityInfoResponseBodyData) SetMemberName

func (*DescribeMemberCapacityInfoResponseBodyData) SetMemberUid

func (*DescribeMemberCapacityInfoResponseBodyData) SetUsedCapacity

func (*DescribeMemberCapacityInfoResponseBodyData) SetUsedCount

func (DescribeMemberCapacityInfoResponseBodyData) String

type DescribeResourceInfoRequest

type DescribeResourceInfoRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
}

func (DescribeResourceInfoRequest) GoString

func (s DescribeResourceInfoRequest) GoString() string

func (*DescribeResourceInfoRequest) SetApiVersion

func (*DescribeResourceInfoRequest) SetBizChainId

func (DescribeResourceInfoRequest) String

type DescribeResourceInfoResponse

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

func (DescribeResourceInfoResponse) GoString

func (s DescribeResourceInfoResponse) GoString() string

func (*DescribeResourceInfoResponse) SetBody

func (*DescribeResourceInfoResponse) SetHeaders

func (*DescribeResourceInfoResponse) SetStatusCode

func (DescribeResourceInfoResponse) String

type DescribeResourceInfoResponseBody

type DescribeResourceInfoResponseBody struct {
	Code      *int32                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *DescribeResourceInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeResourceInfoResponseBody) GoString

func (*DescribeResourceInfoResponseBody) SetCode

func (*DescribeResourceInfoResponseBody) SetMessage

func (*DescribeResourceInfoResponseBody) SetRequestId

func (*DescribeResourceInfoResponseBody) SetSuccess

func (DescribeResourceInfoResponseBody) String

type DescribeResourceInfoResponseBodyData

type DescribeResourceInfoResponseBodyData struct {
	AuthorizeType *string `json:"AuthorizeType,omitempty" xml:"AuthorizeType,omitempty"`
	EffectiveTime *int64  `json:"EffectiveTime,omitempty" xml:"EffectiveTime,omitempty"`
	ExpiredTime   *int64  `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	Region        *string `json:"Region,omitempty" xml:"Region,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeResourceInfoResponseBodyData) GoString

func (*DescribeResourceInfoResponseBodyData) SetAuthorizeType

func (*DescribeResourceInfoResponseBodyData) SetEffectiveTime

func (*DescribeResourceInfoResponseBodyData) SetExpiredTime

func (*DescribeResourceInfoResponseBodyData) SetRegion

func (*DescribeResourceInfoResponseBodyData) SetStatus

func (DescribeResourceInfoResponseBodyData) String

type GetBlockChainInfoRequest

type GetBlockChainInfoRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BusinessId *string `json:"BusinessId,omitempty" xml:"BusinessId,omitempty"`
	Key        *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
}

func (GetBlockChainInfoRequest) GoString

func (s GetBlockChainInfoRequest) GoString() string

func (*GetBlockChainInfoRequest) SetApiVersion

func (*GetBlockChainInfoRequest) SetBusinessId

func (*GetBlockChainInfoRequest) SetKey

func (*GetBlockChainInfoRequest) SetProductKey

func (GetBlockChainInfoRequest) String

func (s GetBlockChainInfoRequest) String() string

type GetBlockChainInfoResponse

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

func (GetBlockChainInfoResponse) GoString

func (s GetBlockChainInfoResponse) GoString() string

func (*GetBlockChainInfoResponse) SetBody

func (*GetBlockChainInfoResponse) SetHeaders

func (*GetBlockChainInfoResponse) SetStatusCode

func (GetBlockChainInfoResponse) String

func (s GetBlockChainInfoResponse) String() string

type GetBlockChainInfoResponseBody

type GetBlockChainInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetBlockChainInfoResponseBody) GoString

func (*GetBlockChainInfoResponseBody) SetCode

func (*GetBlockChainInfoResponseBody) SetData

func (*GetBlockChainInfoResponseBody) SetMessage

func (*GetBlockChainInfoResponseBody) SetRequestId

func (*GetBlockChainInfoResponseBody) SetSuccess

func (GetBlockChainInfoResponseBody) String

type GetDataModelConfigInfoRequest

type GetDataModelConfigInfoRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	DataModelCode *string `json:"DataModelCode,omitempty" xml:"DataModelCode,omitempty"`
	ProductKey    *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
}

func (GetDataModelConfigInfoRequest) GoString

func (*GetDataModelConfigInfoRequest) SetApiVersion

func (*GetDataModelConfigInfoRequest) SetDataModelCode

func (*GetDataModelConfigInfoRequest) SetProductKey

func (GetDataModelConfigInfoRequest) String

type GetDataModelConfigInfoResponse

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

func (GetDataModelConfigInfoResponse) GoString

func (*GetDataModelConfigInfoResponse) SetHeaders

func (*GetDataModelConfigInfoResponse) SetStatusCode

func (GetDataModelConfigInfoResponse) String

type GetDataModelConfigInfoResponseBody

type GetDataModelConfigInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataModelConfigInfoResponseBody) GoString

func (*GetDataModelConfigInfoResponseBody) SetCode

func (*GetDataModelConfigInfoResponseBody) SetData

func (*GetDataModelConfigInfoResponseBody) SetMessage

func (*GetDataModelConfigInfoResponseBody) SetRequestId

func (*GetDataModelConfigInfoResponseBody) SetSuccess

func (GetDataModelConfigInfoResponseBody) String

type GetDataRequest

type GetDataRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BusinessId *string `json:"BusinessId,omitempty" xml:"BusinessId,omitempty"`
	Key        *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
}

func (GetDataRequest) GoString

func (s GetDataRequest) GoString() string

func (*GetDataRequest) SetApiVersion

func (s *GetDataRequest) SetApiVersion(v string) *GetDataRequest

func (*GetDataRequest) SetBusinessId

func (s *GetDataRequest) SetBusinessId(v string) *GetDataRequest

func (*GetDataRequest) SetKey

func (s *GetDataRequest) SetKey(v string) *GetDataRequest

func (*GetDataRequest) SetProductKey

func (s *GetDataRequest) SetProductKey(v string) *GetDataRequest

func (GetDataRequest) String

func (s GetDataRequest) String() string

type GetDataResponse

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

func (GetDataResponse) GoString

func (s GetDataResponse) GoString() string

func (*GetDataResponse) SetBody

func (*GetDataResponse) SetHeaders

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

func (*GetDataResponse) SetStatusCode

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

func (GetDataResponse) String

func (s GetDataResponse) String() string

type GetDataResponseBody

type GetDataResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetDataResponseBody) GoString

func (s GetDataResponseBody) GoString() string

func (*GetDataResponseBody) SetCode

func (*GetDataResponseBody) SetData

func (*GetDataResponseBody) SetMessage

func (*GetDataResponseBody) SetRequestId

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

func (*GetDataResponseBody) SetSuccess

func (s *GetDataResponseBody) SetSuccess(v bool) *GetDataResponseBody

func (GetDataResponseBody) String

func (s GetDataResponseBody) String() string

type GetHistoryDataCountRequest

type GetHistoryDataCountRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	EndTime    *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Key        *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	StartTime  *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetHistoryDataCountRequest) GoString

func (s GetHistoryDataCountRequest) GoString() string

func (*GetHistoryDataCountRequest) SetApiVersion

func (*GetHistoryDataCountRequest) SetEndTime

func (*GetHistoryDataCountRequest) SetKey

func (*GetHistoryDataCountRequest) SetProductKey

func (*GetHistoryDataCountRequest) SetStartTime

func (GetHistoryDataCountRequest) String

type GetHistoryDataCountResponse

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

func (GetHistoryDataCountResponse) GoString

func (s GetHistoryDataCountResponse) GoString() string

func (*GetHistoryDataCountResponse) SetBody

func (*GetHistoryDataCountResponse) SetHeaders

func (*GetHistoryDataCountResponse) SetStatusCode

func (GetHistoryDataCountResponse) String

type GetHistoryDataCountResponseBody

type GetHistoryDataCountResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetHistoryDataCountResponseBody) GoString

func (*GetHistoryDataCountResponseBody) SetCode

func (*GetHistoryDataCountResponseBody) SetData

func (*GetHistoryDataCountResponseBody) SetMessage

func (*GetHistoryDataCountResponseBody) SetRequestId

func (*GetHistoryDataCountResponseBody) SetSuccess

func (GetHistoryDataCountResponseBody) String

type GetHistoryDataListRequest

type GetHistoryDataListRequest struct {
	ApiVersion  *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	CurrentPage *int32  `json:"CurrentPage,omitempty" xml:"CurrentPage,omitempty"`
	EndTime     *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Key         *string `json:"Key,omitempty" xml:"Key,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProductKey  *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	StartTime   *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (GetHistoryDataListRequest) GoString

func (s GetHistoryDataListRequest) GoString() string

func (*GetHistoryDataListRequest) SetApiVersion

func (*GetHistoryDataListRequest) SetCurrentPage

func (*GetHistoryDataListRequest) SetEndTime

func (*GetHistoryDataListRequest) SetKey

func (*GetHistoryDataListRequest) SetPageSize

func (*GetHistoryDataListRequest) SetProductKey

func (*GetHistoryDataListRequest) SetStartTime

func (GetHistoryDataListRequest) String

func (s GetHistoryDataListRequest) String() string

type GetHistoryDataListResponse

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

func (GetHistoryDataListResponse) GoString

func (s GetHistoryDataListResponse) GoString() string

func (*GetHistoryDataListResponse) SetBody

func (*GetHistoryDataListResponse) SetHeaders

func (*GetHistoryDataListResponse) SetStatusCode

func (GetHistoryDataListResponse) String

type GetHistoryDataListResponseBody

type GetHistoryDataListResponseBody struct {
	Code      *int32                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *GetHistoryDataListResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetHistoryDataListResponseBody) GoString

func (*GetHistoryDataListResponseBody) SetCode

func (*GetHistoryDataListResponseBody) SetMessage

func (*GetHistoryDataListResponseBody) SetRequestId

func (*GetHistoryDataListResponseBody) SetSuccess

func (GetHistoryDataListResponseBody) String

type GetHistoryDataListResponseBodyData

type GetHistoryDataListResponseBodyData struct {
	Data []map[string]interface{} `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
}

func (GetHistoryDataListResponseBodyData) GoString

func (*GetHistoryDataListResponseBodyData) SetData

func (GetHistoryDataListResponseBodyData) String

type ListDependentDataModelsRequest

type ListDependentDataModelsRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
}

func (ListDependentDataModelsRequest) GoString

func (*ListDependentDataModelsRequest) SetApiVersion

func (*ListDependentDataModelsRequest) SetProductKey

func (ListDependentDataModelsRequest) String

type ListDependentDataModelsResponse

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

func (ListDependentDataModelsResponse) GoString

func (*ListDependentDataModelsResponse) SetHeaders

func (*ListDependentDataModelsResponse) SetStatusCode

func (ListDependentDataModelsResponse) String

type ListDependentDataModelsResponseBody

type ListDependentDataModelsResponseBody struct {
	Code      *int32                                   `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListDependentDataModelsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDependentDataModelsResponseBody) GoString

func (*ListDependentDataModelsResponseBody) SetCode

func (*ListDependentDataModelsResponseBody) SetMessage

func (*ListDependentDataModelsResponseBody) SetRequestId

func (*ListDependentDataModelsResponseBody) SetSuccess

func (ListDependentDataModelsResponseBody) String

type ListDependentDataModelsResponseBodyData

type ListDependentDataModelsResponseBodyData struct {
	DataModelInfo []*ListDependentDataModelsResponseBodyDataDataModelInfo `json:"DataModelInfo,omitempty" xml:"DataModelInfo,omitempty" type:"Repeated"`
}

func (ListDependentDataModelsResponseBodyData) GoString

func (ListDependentDataModelsResponseBodyData) String

type ListDependentDataModelsResponseBodyDataDataModelInfo

type ListDependentDataModelsResponseBodyDataDataModelInfo struct {
	DataModelCode *string `json:"DataModelCode,omitempty" xml:"DataModelCode,omitempty"`
	DataModelName *string `json:"DataModelName,omitempty" xml:"DataModelName,omitempty"`
}

func (ListDependentDataModelsResponseBodyDataDataModelInfo) GoString

func (*ListDependentDataModelsResponseBodyDataDataModelInfo) SetDataModelCode

func (*ListDependentDataModelsResponseBodyDataDataModelInfo) SetDataModelName

func (ListDependentDataModelsResponseBodyDataDataModelInfo) String

type ListDeviceGroupRequest

type ListDeviceGroupRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListDeviceGroupRequest) GoString

func (s ListDeviceGroupRequest) GoString() string

func (*ListDeviceGroupRequest) SetApiVersion

func (*ListDeviceGroupRequest) SetBizChainId

func (*ListDeviceGroupRequest) SetNum

func (*ListDeviceGroupRequest) SetProductKey

func (*ListDeviceGroupRequest) SetSize

func (ListDeviceGroupRequest) String

func (s ListDeviceGroupRequest) String() string

type ListDeviceGroupResponse

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

func (ListDeviceGroupResponse) GoString

func (s ListDeviceGroupResponse) GoString() string

func (*ListDeviceGroupResponse) SetBody

func (*ListDeviceGroupResponse) SetHeaders

func (*ListDeviceGroupResponse) SetStatusCode

func (ListDeviceGroupResponse) String

func (s ListDeviceGroupResponse) String() string

type ListDeviceGroupResponseBody

type ListDeviceGroupResponseBody struct {
	Code      *int32                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListDeviceGroupResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDeviceGroupResponseBody) GoString

func (s ListDeviceGroupResponseBody) GoString() string

func (*ListDeviceGroupResponseBody) SetCode

func (*ListDeviceGroupResponseBody) SetData

func (*ListDeviceGroupResponseBody) SetMessage

func (*ListDeviceGroupResponseBody) SetRequestId

func (*ListDeviceGroupResponseBody) SetSuccess

func (ListDeviceGroupResponseBody) String

type ListDeviceGroupResponseBodyData

type ListDeviceGroupResponseBodyData struct {
	Num      *int32                                     `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListDeviceGroupResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                     `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                     `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListDeviceGroupResponseBodyData) GoString

func (*ListDeviceGroupResponseBodyData) SetNum

func (*ListDeviceGroupResponseBodyData) SetSize

func (*ListDeviceGroupResponseBodyData) SetTotal

func (ListDeviceGroupResponseBodyData) String

type ListDeviceGroupResponseBodyDataPageData

type ListDeviceGroupResponseBodyDataPageData struct {
	AuthorizeType *string `json:"AuthorizeType,omitempty" xml:"AuthorizeType,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
	OwnerName     *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid      *string `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	ProductKey    *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Remark        *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListDeviceGroupResponseBodyDataPageData) GoString

func (*ListDeviceGroupResponseBodyDataPageData) SetAuthorizeType

func (*ListDeviceGroupResponseBodyDataPageData) SetDeviceGroupId

func (*ListDeviceGroupResponseBodyDataPageData) SetOwnerName

func (*ListDeviceGroupResponseBodyDataPageData) SetOwnerUid

func (*ListDeviceGroupResponseBodyDataPageData) SetProductKey

func (*ListDeviceGroupResponseBodyDataPageData) SetRemark

func (*ListDeviceGroupResponseBodyDataPageData) SetStatus

func (ListDeviceGroupResponseBodyDataPageData) String

type ListDeviceRequest

type ListDeviceRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
	IotId         *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	Num           *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size          *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListDeviceRequest) GoString

func (s ListDeviceRequest) GoString() string

func (*ListDeviceRequest) SetApiVersion

func (s *ListDeviceRequest) SetApiVersion(v string) *ListDeviceRequest

func (*ListDeviceRequest) SetBizChainId

func (s *ListDeviceRequest) SetBizChainId(v string) *ListDeviceRequest

func (*ListDeviceRequest) SetDeviceGroupId

func (s *ListDeviceRequest) SetDeviceGroupId(v string) *ListDeviceRequest

func (*ListDeviceRequest) SetIotId

func (s *ListDeviceRequest) SetIotId(v string) *ListDeviceRequest

func (*ListDeviceRequest) SetNum

func (*ListDeviceRequest) SetSize

func (s *ListDeviceRequest) SetSize(v int32) *ListDeviceRequest

func (ListDeviceRequest) String

func (s ListDeviceRequest) String() string

type ListDeviceResponse

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

func (ListDeviceResponse) GoString

func (s ListDeviceResponse) GoString() string

func (*ListDeviceResponse) SetBody

func (*ListDeviceResponse) SetHeaders

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

func (*ListDeviceResponse) SetStatusCode

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

func (ListDeviceResponse) String

func (s ListDeviceResponse) String() string

type ListDeviceResponseBody

type ListDeviceResponseBody struct {
	Code      *int32                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListDeviceResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDeviceResponseBody) GoString

func (s ListDeviceResponseBody) GoString() string

func (*ListDeviceResponseBody) SetCode

func (*ListDeviceResponseBody) SetData

func (*ListDeviceResponseBody) SetMessage

func (*ListDeviceResponseBody) SetRequestId

func (*ListDeviceResponseBody) SetSuccess

func (ListDeviceResponseBody) String

func (s ListDeviceResponseBody) String() string

type ListDeviceResponseBodyData

type ListDeviceResponseBodyData struct {
	Num      *int32                                `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListDeviceResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListDeviceResponseBodyData) GoString

func (s ListDeviceResponseBodyData) GoString() string

func (*ListDeviceResponseBodyData) SetNum

func (*ListDeviceResponseBodyData) SetPageData

func (*ListDeviceResponseBodyData) SetSize

func (*ListDeviceResponseBodyData) SetTotal

func (ListDeviceResponseBodyData) String

type ListDeviceResponseBodyDataPageData

type ListDeviceResponseBodyDataPageData struct {
	DeviceId     *string `json:"DeviceId,omitempty" xml:"DeviceId,omitempty"`
	IotId        *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	LastSaveTime *int64  `json:"LastSaveTime,omitempty" xml:"LastSaveTime,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListDeviceResponseBodyDataPageData) GoString

func (*ListDeviceResponseBodyDataPageData) SetDeviceId

func (*ListDeviceResponseBodyDataPageData) SetIotId

func (*ListDeviceResponseBodyDataPageData) SetLastSaveTime

func (*ListDeviceResponseBodyDataPageData) SetStatus

func (ListDeviceResponseBodyDataPageData) String

type ListMPCoSPhaseGroupRequest

type ListMPCoSPhaseGroupRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListMPCoSPhaseGroupRequest) GoString

func (s ListMPCoSPhaseGroupRequest) GoString() string

func (*ListMPCoSPhaseGroupRequest) SetApiVersion

func (*ListMPCoSPhaseGroupRequest) SetBizChainId

func (*ListMPCoSPhaseGroupRequest) SetName

func (*ListMPCoSPhaseGroupRequest) SetNum

func (*ListMPCoSPhaseGroupRequest) SetSize

func (ListMPCoSPhaseGroupRequest) String

type ListMPCoSPhaseGroupResponse

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

func (ListMPCoSPhaseGroupResponse) GoString

func (s ListMPCoSPhaseGroupResponse) GoString() string

func (*ListMPCoSPhaseGroupResponse) SetBody

func (*ListMPCoSPhaseGroupResponse) SetHeaders

func (*ListMPCoSPhaseGroupResponse) SetStatusCode

func (ListMPCoSPhaseGroupResponse) String

type ListMPCoSPhaseGroupResponseBody

type ListMPCoSPhaseGroupResponseBody struct {
	Code      *int32                               `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListMPCoSPhaseGroupResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                              `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMPCoSPhaseGroupResponseBody) GoString

func (*ListMPCoSPhaseGroupResponseBody) SetCode

func (*ListMPCoSPhaseGroupResponseBody) SetMessage

func (*ListMPCoSPhaseGroupResponseBody) SetRequestId

func (*ListMPCoSPhaseGroupResponseBody) SetSuccess

func (ListMPCoSPhaseGroupResponseBody) String

type ListMPCoSPhaseGroupResponseBodyData

type ListMPCoSPhaseGroupResponseBodyData struct {
	Num      *int32                                         `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListMPCoSPhaseGroupResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                         `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                         `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListMPCoSPhaseGroupResponseBodyData) GoString

func (*ListMPCoSPhaseGroupResponseBodyData) SetNum

func (*ListMPCoSPhaseGroupResponseBodyData) SetSize

func (*ListMPCoSPhaseGroupResponseBodyData) SetTotal

func (ListMPCoSPhaseGroupResponseBodyData) String

type ListMPCoSPhaseGroupResponseBodyDataPageData

type ListMPCoSPhaseGroupResponseBodyDataPageData struct {
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (ListMPCoSPhaseGroupResponseBodyDataPageData) GoString

func (*ListMPCoSPhaseGroupResponseBodyDataPageData) SetName

func (*ListMPCoSPhaseGroupResponseBodyDataPageData) SetPhaseGroupId

func (*ListMPCoSPhaseGroupResponseBodyDataPageData) SetRemark

func (ListMPCoSPhaseGroupResponseBodyDataPageData) String

type ListMPCoSPhaseHistoryRequest

type ListMPCoSPhaseHistoryRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey      *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	EndTime      *int64  `json:"EndTime,omitempty" xml:"EndTime,omitempty"`
	Num          *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId      *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	Size         *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
	StartTime    *int64  `json:"StartTime,omitempty" xml:"StartTime,omitempty"`
}

func (ListMPCoSPhaseHistoryRequest) GoString

func (s ListMPCoSPhaseHistoryRequest) GoString() string

func (*ListMPCoSPhaseHistoryRequest) SetApiVersion

func (*ListMPCoSPhaseHistoryRequest) SetBizChainId

func (*ListMPCoSPhaseHistoryRequest) SetDataKey

func (*ListMPCoSPhaseHistoryRequest) SetEndTime

func (*ListMPCoSPhaseHistoryRequest) SetNum

func (*ListMPCoSPhaseHistoryRequest) SetPhaseGroupId

func (*ListMPCoSPhaseHistoryRequest) SetPhaseId

func (*ListMPCoSPhaseHistoryRequest) SetSize

func (*ListMPCoSPhaseHistoryRequest) SetStartTime

func (ListMPCoSPhaseHistoryRequest) String

type ListMPCoSPhaseHistoryResponse

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

func (ListMPCoSPhaseHistoryResponse) GoString

func (*ListMPCoSPhaseHistoryResponse) SetBody

func (*ListMPCoSPhaseHistoryResponse) SetHeaders

func (*ListMPCoSPhaseHistoryResponse) SetStatusCode

func (ListMPCoSPhaseHistoryResponse) String

type ListMPCoSPhaseHistoryResponseBody

type ListMPCoSPhaseHistoryResponseBody struct {
	Code      *int32                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListMPCoSPhaseHistoryResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMPCoSPhaseHistoryResponseBody) GoString

func (*ListMPCoSPhaseHistoryResponseBody) SetCode

func (*ListMPCoSPhaseHistoryResponseBody) SetMessage

func (*ListMPCoSPhaseHistoryResponseBody) SetRequestId

func (*ListMPCoSPhaseHistoryResponseBody) SetSuccess

func (ListMPCoSPhaseHistoryResponseBody) String

type ListMPCoSPhaseHistoryResponseBodyData

type ListMPCoSPhaseHistoryResponseBodyData struct {
	Num      *int32                                           `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListMPCoSPhaseHistoryResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                           `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                           `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListMPCoSPhaseHistoryResponseBodyData) GoString

func (*ListMPCoSPhaseHistoryResponseBodyData) SetNum

func (*ListMPCoSPhaseHistoryResponseBodyData) SetSize

func (*ListMPCoSPhaseHistoryResponseBodyData) SetTotal

func (ListMPCoSPhaseHistoryResponseBodyData) String

type ListMPCoSPhaseHistoryResponseBodyDataPageData

type ListMPCoSPhaseHistoryResponseBodyDataPageData struct {
	BlockHash       *string `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	BlockNumber     *int64  `json:"BlockNumber,omitempty" xml:"BlockNumber,omitempty"`
	DataHash        *string `json:"DataHash,omitempty" xml:"DataHash,omitempty"`
	DataSeq         *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	DataValue       *string `json:"DataValue,omitempty" xml:"DataValue,omitempty"`
	IotId           *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	PreviousHash    *string `json:"PreviousHash,omitempty" xml:"PreviousHash,omitempty"`
	ProductKey      *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Timestamp       *int64  `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	TransactionHash *string `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (ListMPCoSPhaseHistoryResponseBodyDataPageData) GoString

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetBlockHash

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetBlockNumber

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetDataHash

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetDataSeq

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetDataValue

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetIotId

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetPreviousHash

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetProductKey

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetTimestamp

func (*ListMPCoSPhaseHistoryResponseBodyDataPageData) SetTransactionHash

func (ListMPCoSPhaseHistoryResponseBodyDataPageData) String

type ListMPCoSPhaseRequest

type ListMPCoSPhaseRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Num          *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	Size         *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListMPCoSPhaseRequest) GoString

func (s ListMPCoSPhaseRequest) GoString() string

func (*ListMPCoSPhaseRequest) SetApiVersion

func (s *ListMPCoSPhaseRequest) SetApiVersion(v string) *ListMPCoSPhaseRequest

func (*ListMPCoSPhaseRequest) SetBizChainId

func (s *ListMPCoSPhaseRequest) SetBizChainId(v string) *ListMPCoSPhaseRequest

func (*ListMPCoSPhaseRequest) SetName

func (*ListMPCoSPhaseRequest) SetNum

func (*ListMPCoSPhaseRequest) SetPhaseGroupId

func (s *ListMPCoSPhaseRequest) SetPhaseGroupId(v string) *ListMPCoSPhaseRequest

func (*ListMPCoSPhaseRequest) SetSize

func (ListMPCoSPhaseRequest) String

func (s ListMPCoSPhaseRequest) String() string

type ListMPCoSPhaseResponse

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

func (ListMPCoSPhaseResponse) GoString

func (s ListMPCoSPhaseResponse) GoString() string

func (*ListMPCoSPhaseResponse) SetBody

func (*ListMPCoSPhaseResponse) SetHeaders

func (*ListMPCoSPhaseResponse) SetStatusCode

func (ListMPCoSPhaseResponse) String

func (s ListMPCoSPhaseResponse) String() string

type ListMPCoSPhaseResponseBody

type ListMPCoSPhaseResponseBody struct {
	Code      *int32                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListMPCoSPhaseResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMPCoSPhaseResponseBody) GoString

func (s ListMPCoSPhaseResponseBody) GoString() string

func (*ListMPCoSPhaseResponseBody) SetCode

func (*ListMPCoSPhaseResponseBody) SetData

func (*ListMPCoSPhaseResponseBody) SetMessage

func (*ListMPCoSPhaseResponseBody) SetRequestId

func (*ListMPCoSPhaseResponseBody) SetSuccess

func (ListMPCoSPhaseResponseBody) String

type ListMPCoSPhaseResponseBodyData

type ListMPCoSPhaseResponseBodyData struct {
	Num      *int32                                    `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListMPCoSPhaseResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                    `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                    `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListMPCoSPhaseResponseBodyData) GoString

func (*ListMPCoSPhaseResponseBodyData) SetNum

func (*ListMPCoSPhaseResponseBodyData) SetPageData

func (*ListMPCoSPhaseResponseBodyData) SetSize

func (*ListMPCoSPhaseResponseBodyData) SetTotal

func (ListMPCoSPhaseResponseBodyData) String

type ListMPCoSPhaseResponseBodyDataPageData

type ListMPCoSPhaseResponseBodyDataPageData struct {
	AccessPermission *int32  `json:"AccessPermission,omitempty" xml:"AccessPermission,omitempty"`
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PhaseId          *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	Remark           *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (ListMPCoSPhaseResponseBodyDataPageData) GoString

func (*ListMPCoSPhaseResponseBodyDataPageData) SetAccessPermission

func (*ListMPCoSPhaseResponseBodyDataPageData) SetName

func (*ListMPCoSPhaseResponseBodyDataPageData) SetPhaseId

func (*ListMPCoSPhaseResponseBodyDataPageData) SetRemark

func (ListMPCoSPhaseResponseBodyDataPageData) String

type ListMemberRequest

type ListMemberRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberUid  *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListMemberRequest) GoString

func (s ListMemberRequest) GoString() string

func (*ListMemberRequest) SetApiVersion

func (s *ListMemberRequest) SetApiVersion(v string) *ListMemberRequest

func (*ListMemberRequest) SetBizChainId

func (s *ListMemberRequest) SetBizChainId(v string) *ListMemberRequest

func (*ListMemberRequest) SetMemberUid

func (s *ListMemberRequest) SetMemberUid(v string) *ListMemberRequest

func (*ListMemberRequest) SetNum

func (*ListMemberRequest) SetSize

func (s *ListMemberRequest) SetSize(v int32) *ListMemberRequest

func (ListMemberRequest) String

func (s ListMemberRequest) String() string

type ListMemberResponse

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

func (ListMemberResponse) GoString

func (s ListMemberResponse) GoString() string

func (*ListMemberResponse) SetBody

func (*ListMemberResponse) SetHeaders

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

func (*ListMemberResponse) SetStatusCode

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

func (ListMemberResponse) String

func (s ListMemberResponse) String() string

type ListMemberResponseBody

type ListMemberResponseBody struct {
	Code      *int32                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListMemberResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                     `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMemberResponseBody) GoString

func (s ListMemberResponseBody) GoString() string

func (*ListMemberResponseBody) SetCode

func (*ListMemberResponseBody) SetData

func (*ListMemberResponseBody) SetMessage

func (*ListMemberResponseBody) SetRequestId

func (*ListMemberResponseBody) SetSuccess

func (ListMemberResponseBody) String

func (s ListMemberResponseBody) String() string

type ListMemberResponseBodyData

type ListMemberResponseBodyData struct {
	Num      *int32                                `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListMemberResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListMemberResponseBodyData) GoString

func (s ListMemberResponseBodyData) GoString() string

func (*ListMemberResponseBodyData) SetNum

func (*ListMemberResponseBodyData) SetPageData

func (*ListMemberResponseBodyData) SetSize

func (*ListMemberResponseBodyData) SetTotal

func (ListMemberResponseBodyData) String

type ListMemberResponseBodyDataPageData

type ListMemberResponseBodyDataPageData struct {
	MemberContact *string `json:"MemberContact,omitempty" xml:"MemberContact,omitempty"`
	MemberId      *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName    *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	MemberPhone   *string `json:"MemberPhone,omitempty" xml:"MemberPhone,omitempty"`
	MemberUid     *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	Remark        *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListMemberResponseBodyDataPageData) GoString

func (*ListMemberResponseBodyDataPageData) SetMemberContact

func (*ListMemberResponseBodyDataPageData) SetMemberId

func (*ListMemberResponseBodyDataPageData) SetMemberName

func (*ListMemberResponseBodyDataPageData) SetMemberPhone

func (*ListMemberResponseBodyDataPageData) SetMemberUid

func (*ListMemberResponseBodyDataPageData) SetRemark

func (*ListMemberResponseBodyDataPageData) SetStatus

func (ListMemberResponseBodyDataPageData) String

type ListMultiPartyCollaborationChainRequest

type ListMultiPartyCollaborationChainRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListMultiPartyCollaborationChainRequest) GoString

func (*ListMultiPartyCollaborationChainRequest) SetApiVersion

func (*ListMultiPartyCollaborationChainRequest) SetName

func (*ListMultiPartyCollaborationChainRequest) SetNum

func (*ListMultiPartyCollaborationChainRequest) SetSize

func (ListMultiPartyCollaborationChainRequest) String

type ListMultiPartyCollaborationChainResponse

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

func (ListMultiPartyCollaborationChainResponse) GoString

func (*ListMultiPartyCollaborationChainResponse) SetHeaders

func (*ListMultiPartyCollaborationChainResponse) SetStatusCode

func (ListMultiPartyCollaborationChainResponse) String

type ListMultiPartyCollaborationChainResponseBody

type ListMultiPartyCollaborationChainResponseBody struct {
	Code      *int32                                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListMultiPartyCollaborationChainResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListMultiPartyCollaborationChainResponseBody) GoString

func (*ListMultiPartyCollaborationChainResponseBody) SetCode

func (*ListMultiPartyCollaborationChainResponseBody) SetMessage

func (*ListMultiPartyCollaborationChainResponseBody) SetRequestId

func (*ListMultiPartyCollaborationChainResponseBody) SetSuccess

func (ListMultiPartyCollaborationChainResponseBody) String

type ListMultiPartyCollaborationChainResponseBodyData

type ListMultiPartyCollaborationChainResponseBodyData struct {
	Num      *int32                                                      `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListMultiPartyCollaborationChainResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                                      `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                                      `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListMultiPartyCollaborationChainResponseBodyData) GoString

func (*ListMultiPartyCollaborationChainResponseBodyData) SetNum

func (*ListMultiPartyCollaborationChainResponseBodyData) SetSize

func (*ListMultiPartyCollaborationChainResponseBodyData) SetTotal

func (ListMultiPartyCollaborationChainResponseBodyData) String

type ListMultiPartyCollaborationChainResponseBodyDataPageData

type ListMultiPartyCollaborationChainResponseBodyDataPageData struct {
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	RoleType   *string `json:"RoleType,omitempty" xml:"RoleType,omitempty"`
}

func (ListMultiPartyCollaborationChainResponseBodyDataPageData) GoString

func (*ListMultiPartyCollaborationChainResponseBodyDataPageData) SetBizChainId

func (*ListMultiPartyCollaborationChainResponseBodyDataPageData) SetName

func (*ListMultiPartyCollaborationChainResponseBodyDataPageData) SetRemark

func (*ListMultiPartyCollaborationChainResponseBodyDataPageData) SetRoleType

func (ListMultiPartyCollaborationChainResponseBodyDataPageData) String

type ListPSMemberDataTypeCodeRequest

type ListPSMemberDataTypeCodeRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberUid  *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListPSMemberDataTypeCodeRequest) GoString

func (*ListPSMemberDataTypeCodeRequest) SetApiVersion

func (*ListPSMemberDataTypeCodeRequest) SetBizChainId

func (*ListPSMemberDataTypeCodeRequest) SetMemberUid

func (*ListPSMemberDataTypeCodeRequest) SetNum

func (*ListPSMemberDataTypeCodeRequest) SetSize

func (ListPSMemberDataTypeCodeRequest) String

type ListPSMemberDataTypeCodeResponse

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

func (ListPSMemberDataTypeCodeResponse) GoString

func (*ListPSMemberDataTypeCodeResponse) SetHeaders

func (*ListPSMemberDataTypeCodeResponse) SetStatusCode

func (ListPSMemberDataTypeCodeResponse) String

type ListPSMemberDataTypeCodeResponseBody

type ListPSMemberDataTypeCodeResponseBody struct {
	Code      *int32                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListPSMemberDataTypeCodeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                                   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListPSMemberDataTypeCodeResponseBody) GoString

func (*ListPSMemberDataTypeCodeResponseBody) SetCode

func (*ListPSMemberDataTypeCodeResponseBody) SetMessage

func (*ListPSMemberDataTypeCodeResponseBody) SetRequestId

func (*ListPSMemberDataTypeCodeResponseBody) SetSuccess

func (ListPSMemberDataTypeCodeResponseBody) String

type ListPSMemberDataTypeCodeResponseBodyData

type ListPSMemberDataTypeCodeResponseBodyData struct {
	Num      *int32                                              `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListPSMemberDataTypeCodeResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                              `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                              `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListPSMemberDataTypeCodeResponseBodyData) GoString

func (*ListPSMemberDataTypeCodeResponseBodyData) SetNum

func (*ListPSMemberDataTypeCodeResponseBodyData) SetSize

func (*ListPSMemberDataTypeCodeResponseBodyData) SetTotal

func (ListPSMemberDataTypeCodeResponseBodyData) String

type ListPSMemberDataTypeCodeResponseBodyDataPageData

type ListPSMemberDataTypeCodeResponseBodyDataPageData struct {
	DataTypeCode *string `json:"DataTypeCode,omitempty" xml:"DataTypeCode,omitempty"`
	MemberId     *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName   *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	MemberUid    *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
}

func (ListPSMemberDataTypeCodeResponseBodyDataPageData) GoString

func (*ListPSMemberDataTypeCodeResponseBodyDataPageData) SetDataTypeCode

func (*ListPSMemberDataTypeCodeResponseBodyDataPageData) SetMemberId

func (*ListPSMemberDataTypeCodeResponseBodyDataPageData) SetMemberName

func (*ListPSMemberDataTypeCodeResponseBodyDataPageData) SetMemberUid

func (ListPSMemberDataTypeCodeResponseBodyDataPageData) String

type ListProofChainRequest

type ListProofChainRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Num        *int32  `json:"Num,omitempty" xml:"Num,omitempty"`
	Size       *int32  `json:"Size,omitempty" xml:"Size,omitempty"`
}

func (ListProofChainRequest) GoString

func (s ListProofChainRequest) GoString() string

func (*ListProofChainRequest) SetApiVersion

func (s *ListProofChainRequest) SetApiVersion(v string) *ListProofChainRequest

func (*ListProofChainRequest) SetName

func (*ListProofChainRequest) SetNum

func (*ListProofChainRequest) SetSize

func (ListProofChainRequest) String

func (s ListProofChainRequest) String() string

type ListProofChainResponse

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

func (ListProofChainResponse) GoString

func (s ListProofChainResponse) GoString() string

func (*ListProofChainResponse) SetBody

func (*ListProofChainResponse) SetHeaders

func (*ListProofChainResponse) SetStatusCode

func (ListProofChainResponse) String

func (s ListProofChainResponse) String() string

type ListProofChainResponseBody

type ListProofChainResponseBody struct {
	Code      *int32                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *ListProofChainResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	Message   *string                         `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListProofChainResponseBody) GoString

func (s ListProofChainResponseBody) GoString() string

func (*ListProofChainResponseBody) SetCode

func (*ListProofChainResponseBody) SetData

func (*ListProofChainResponseBody) SetMessage

func (*ListProofChainResponseBody) SetRequestId

func (*ListProofChainResponseBody) SetSuccess

func (ListProofChainResponseBody) String

type ListProofChainResponseBodyData

type ListProofChainResponseBodyData struct {
	Num      *int32                                    `json:"Num,omitempty" xml:"Num,omitempty"`
	PageData []*ListProofChainResponseBodyDataPageData `json:"PageData,omitempty" xml:"PageData,omitempty" type:"Repeated"`
	Size     *int32                                    `json:"Size,omitempty" xml:"Size,omitempty"`
	Total    *int32                                    `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListProofChainResponseBodyData) GoString

func (*ListProofChainResponseBodyData) SetNum

func (*ListProofChainResponseBodyData) SetPageData

func (*ListProofChainResponseBodyData) SetSize

func (*ListProofChainResponseBodyData) SetTotal

func (ListProofChainResponseBodyData) String

type ListProofChainResponseBodyDataPageData

type ListProofChainResponseBodyDataPageData struct {
	BizChainCode *string `json:"BizChainCode,omitempty" xml:"BizChainCode,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataTypeCode *string `json:"DataTypeCode,omitempty" xml:"DataTypeCode,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
	RoleType     *string `json:"RoleType,omitempty" xml:"RoleType,omitempty"`
}

func (ListProofChainResponseBodyDataPageData) GoString

func (*ListProofChainResponseBodyDataPageData) SetBizChainCode

func (*ListProofChainResponseBodyDataPageData) SetBizChainId

func (*ListProofChainResponseBodyDataPageData) SetDataTypeCode

func (*ListProofChainResponseBodyDataPageData) SetName

func (*ListProofChainResponseBodyDataPageData) SetRemark

func (*ListProofChainResponseBodyDataPageData) SetRoleType

func (ListProofChainResponseBodyDataPageData) String

type LockMemberRequest

type LockMemberRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberId   *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
}

func (LockMemberRequest) GoString

func (s LockMemberRequest) GoString() string

func (*LockMemberRequest) SetApiVersion

func (s *LockMemberRequest) SetApiVersion(v string) *LockMemberRequest

func (*LockMemberRequest) SetBizChainId

func (s *LockMemberRequest) SetBizChainId(v string) *LockMemberRequest

func (*LockMemberRequest) SetMemberId

func (s *LockMemberRequest) SetMemberId(v string) *LockMemberRequest

func (LockMemberRequest) String

func (s LockMemberRequest) String() string

type LockMemberResponse

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

func (LockMemberResponse) GoString

func (s LockMemberResponse) GoString() string

func (*LockMemberResponse) SetBody

func (*LockMemberResponse) SetHeaders

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

func (*LockMemberResponse) SetStatusCode

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

func (LockMemberResponse) String

func (s LockMemberResponse) String() string

type LockMemberResponseBody

type LockMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (LockMemberResponseBody) GoString

func (s LockMemberResponseBody) GoString() string

func (*LockMemberResponseBody) SetCode

func (*LockMemberResponseBody) SetData

func (*LockMemberResponseBody) SetMessage

func (*LockMemberResponseBody) SetRequestId

func (*LockMemberResponseBody) SetSuccess

func (LockMemberResponseBody) String

func (s LockMemberResponseBody) String() string

type ModifyMPCoSPhaseGroupRequest

type ModifyMPCoSPhaseGroupRequest struct {
	ApiVersion   *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId   *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name         *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PhaseGroupId *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	Remark       *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (ModifyMPCoSPhaseGroupRequest) GoString

func (s ModifyMPCoSPhaseGroupRequest) GoString() string

func (*ModifyMPCoSPhaseGroupRequest) SetApiVersion

func (*ModifyMPCoSPhaseGroupRequest) SetBizChainId

func (*ModifyMPCoSPhaseGroupRequest) SetName

func (*ModifyMPCoSPhaseGroupRequest) SetPhaseGroupId

func (*ModifyMPCoSPhaseGroupRequest) SetRemark

func (ModifyMPCoSPhaseGroupRequest) String

type ModifyMPCoSPhaseGroupResponse

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

func (ModifyMPCoSPhaseGroupResponse) GoString

func (*ModifyMPCoSPhaseGroupResponse) SetBody

func (*ModifyMPCoSPhaseGroupResponse) SetHeaders

func (*ModifyMPCoSPhaseGroupResponse) SetStatusCode

func (ModifyMPCoSPhaseGroupResponse) String

type ModifyMPCoSPhaseGroupResponseBody

type ModifyMPCoSPhaseGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyMPCoSPhaseGroupResponseBody) GoString

func (*ModifyMPCoSPhaseGroupResponseBody) SetCode

func (*ModifyMPCoSPhaseGroupResponseBody) SetData

func (*ModifyMPCoSPhaseGroupResponseBody) SetMessage

func (*ModifyMPCoSPhaseGroupResponseBody) SetRequestId

func (*ModifyMPCoSPhaseGroupResponseBody) SetSuccess

func (ModifyMPCoSPhaseGroupResponseBody) String

type ModifyMPCoSPhaseRequest

type ModifyMPCoSPhaseRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	PhaseId    *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	Remark     *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (ModifyMPCoSPhaseRequest) GoString

func (s ModifyMPCoSPhaseRequest) GoString() string

func (*ModifyMPCoSPhaseRequest) SetApiVersion

func (*ModifyMPCoSPhaseRequest) SetBizChainId

func (*ModifyMPCoSPhaseRequest) SetName

func (*ModifyMPCoSPhaseRequest) SetPhaseId

func (*ModifyMPCoSPhaseRequest) SetRemark

func (ModifyMPCoSPhaseRequest) String

func (s ModifyMPCoSPhaseRequest) String() string

type ModifyMPCoSPhaseResponse

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

func (ModifyMPCoSPhaseResponse) GoString

func (s ModifyMPCoSPhaseResponse) GoString() string

func (*ModifyMPCoSPhaseResponse) SetBody

func (*ModifyMPCoSPhaseResponse) SetHeaders

func (*ModifyMPCoSPhaseResponse) SetStatusCode

func (ModifyMPCoSPhaseResponse) String

func (s ModifyMPCoSPhaseResponse) String() string

type ModifyMPCoSPhaseResponseBody

type ModifyMPCoSPhaseResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyMPCoSPhaseResponseBody) GoString

func (s ModifyMPCoSPhaseResponseBody) GoString() string

func (*ModifyMPCoSPhaseResponseBody) SetCode

func (*ModifyMPCoSPhaseResponseBody) SetData

func (*ModifyMPCoSPhaseResponseBody) SetMessage

func (*ModifyMPCoSPhaseResponseBody) SetRequestId

func (*ModifyMPCoSPhaseResponseBody) SetSuccess

func (ModifyMPCoSPhaseResponseBody) String

type ModifyMemberRequest

type ModifyMemberRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberContact *string `json:"MemberContact,omitempty" xml:"MemberContact,omitempty"`
	MemberId      *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName    *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	MemberPhone   *string `json:"MemberPhone,omitempty" xml:"MemberPhone,omitempty"`
	MemberUid     *string `json:"MemberUid,omitempty" xml:"MemberUid,omitempty"`
	Remark        *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (ModifyMemberRequest) GoString

func (s ModifyMemberRequest) GoString() string

func (*ModifyMemberRequest) SetApiVersion

func (s *ModifyMemberRequest) SetApiVersion(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetBizChainId

func (s *ModifyMemberRequest) SetBizChainId(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetMemberContact

func (s *ModifyMemberRequest) SetMemberContact(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetMemberId

func (s *ModifyMemberRequest) SetMemberId(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetMemberName

func (s *ModifyMemberRequest) SetMemberName(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetMemberPhone

func (s *ModifyMemberRequest) SetMemberPhone(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetMemberUid

func (s *ModifyMemberRequest) SetMemberUid(v string) *ModifyMemberRequest

func (*ModifyMemberRequest) SetRemark

func (ModifyMemberRequest) String

func (s ModifyMemberRequest) String() string

type ModifyMemberResponse

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

func (ModifyMemberResponse) GoString

func (s ModifyMemberResponse) GoString() string

func (*ModifyMemberResponse) SetBody

func (*ModifyMemberResponse) SetHeaders

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

func (*ModifyMemberResponse) SetStatusCode

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

func (ModifyMemberResponse) String

func (s ModifyMemberResponse) String() string

type ModifyMemberResponseBody

type ModifyMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ModifyMemberResponseBody) GoString

func (s ModifyMemberResponseBody) GoString() string

func (*ModifyMemberResponseBody) SetCode

func (*ModifyMemberResponseBody) SetData

func (*ModifyMemberResponseBody) SetMessage

func (*ModifyMemberResponseBody) SetRequestId

func (*ModifyMemberResponseBody) SetSuccess

func (ModifyMemberResponseBody) String

func (s ModifyMemberResponseBody) String() string

type RegisterDeviceGroupRequest

type RegisterDeviceGroupRequest struct {
	ApiVersion      *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	AuthorizeType   *string `json:"AuthorizeType,omitempty" xml:"AuthorizeType,omitempty"`
	BizChainId      *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupName *string `json:"DeviceGroupName,omitempty" xml:"DeviceGroupName,omitempty"`
	ProductKey      *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Remark          *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (RegisterDeviceGroupRequest) GoString

func (s RegisterDeviceGroupRequest) GoString() string

func (*RegisterDeviceGroupRequest) SetApiVersion

func (*RegisterDeviceGroupRequest) SetAuthorizeType

func (*RegisterDeviceGroupRequest) SetBizChainId

func (*RegisterDeviceGroupRequest) SetDeviceGroupName

func (*RegisterDeviceGroupRequest) SetProductKey

func (*RegisterDeviceGroupRequest) SetRemark

func (RegisterDeviceGroupRequest) String

type RegisterDeviceGroupResponse

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

func (RegisterDeviceGroupResponse) GoString

func (s RegisterDeviceGroupResponse) GoString() string

func (*RegisterDeviceGroupResponse) SetBody

func (*RegisterDeviceGroupResponse) SetHeaders

func (*RegisterDeviceGroupResponse) SetStatusCode

func (RegisterDeviceGroupResponse) String

type RegisterDeviceGroupResponseBody

type RegisterDeviceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RegisterDeviceGroupResponseBody) GoString

func (*RegisterDeviceGroupResponseBody) SetCode

func (*RegisterDeviceGroupResponseBody) SetData

func (*RegisterDeviceGroupResponseBody) SetMessage

func (*RegisterDeviceGroupResponseBody) SetRequestId

func (*RegisterDeviceGroupResponseBody) SetSuccess

func (RegisterDeviceGroupResponseBody) String

type SetDataRequest

type SetDataRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	Key        *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Value      *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (SetDataRequest) GoString

func (s SetDataRequest) GoString() string

func (*SetDataRequest) SetApiVersion

func (s *SetDataRequest) SetApiVersion(v string) *SetDataRequest

func (*SetDataRequest) SetKey

func (s *SetDataRequest) SetKey(v string) *SetDataRequest

func (*SetDataRequest) SetProductKey

func (s *SetDataRequest) SetProductKey(v string) *SetDataRequest

func (*SetDataRequest) SetValue

func (s *SetDataRequest) SetValue(v string) *SetDataRequest

func (SetDataRequest) String

func (s SetDataRequest) String() string

type SetDataResponse

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

func (SetDataResponse) GoString

func (s SetDataResponse) GoString() string

func (*SetDataResponse) SetBody

func (*SetDataResponse) SetHeaders

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

func (*SetDataResponse) SetStatusCode

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

func (SetDataResponse) String

func (s SetDataResponse) String() string

type SetDataResponseBody

type SetDataResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SetDataResponseBody) GoString

func (s SetDataResponseBody) GoString() string

func (*SetDataResponseBody) SetCode

func (*SetDataResponseBody) SetData

func (*SetDataResponseBody) SetMessage

func (*SetDataResponseBody) SetRequestId

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

func (*SetDataResponseBody) SetSuccess

func (s *SetDataResponseBody) SetSuccess(v bool) *SetDataResponseBody

func (SetDataResponseBody) String

func (s SetDataResponseBody) String() string

type SetDataWithSignatureRequest

type SetDataWithSignatureRequest struct {
	ApiVersion           *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	IotAuthType          *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	Key                  *string `json:"Key,omitempty" xml:"Key,omitempty"`
	ProductKey           *string `json:"ProductKey,omitempty" xml:"ProductKey,omitempty"`
	Value                *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (SetDataWithSignatureRequest) GoString

func (s SetDataWithSignatureRequest) GoString() string

func (*SetDataWithSignatureRequest) SetApiVersion

func (*SetDataWithSignatureRequest) SetIotAuthType

func (*SetDataWithSignatureRequest) SetIotDataDigest

func (*SetDataWithSignatureRequest) SetIotId

func (*SetDataWithSignatureRequest) SetIotIdServiceProvider

func (s *SetDataWithSignatureRequest) SetIotIdServiceProvider(v string) *SetDataWithSignatureRequest

func (*SetDataWithSignatureRequest) SetIotIdSource

func (*SetDataWithSignatureRequest) SetIotSignature

func (*SetDataWithSignatureRequest) SetKey

func (*SetDataWithSignatureRequest) SetProductKey

func (*SetDataWithSignatureRequest) SetValue

func (SetDataWithSignatureRequest) String

type SetDataWithSignatureResponse

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

func (SetDataWithSignatureResponse) GoString

func (s SetDataWithSignatureResponse) GoString() string

func (*SetDataWithSignatureResponse) SetBody

func (*SetDataWithSignatureResponse) SetHeaders

func (*SetDataWithSignatureResponse) SetStatusCode

func (SetDataWithSignatureResponse) String

type SetDataWithSignatureResponseBody

type SetDataWithSignatureResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SetDataWithSignatureResponseBody) GoString

func (*SetDataWithSignatureResponseBody) SetCode

func (*SetDataWithSignatureResponseBody) SetData

func (*SetDataWithSignatureResponseBody) SetMessage

func (*SetDataWithSignatureResponseBody) SetRequestId

func (*SetDataWithSignatureResponseBody) SetSuccess

func (SetDataWithSignatureResponseBody) String

type UnAuthorizeDeviceGroupRequest

type UnAuthorizeDeviceGroupRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
}

func (UnAuthorizeDeviceGroupRequest) GoString

func (*UnAuthorizeDeviceGroupRequest) SetApiVersion

func (*UnAuthorizeDeviceGroupRequest) SetBizChainId

func (*UnAuthorizeDeviceGroupRequest) SetDeviceGroupId

func (UnAuthorizeDeviceGroupRequest) String

type UnAuthorizeDeviceGroupResponse

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

func (UnAuthorizeDeviceGroupResponse) GoString

func (*UnAuthorizeDeviceGroupResponse) SetHeaders

func (*UnAuthorizeDeviceGroupResponse) SetStatusCode

func (UnAuthorizeDeviceGroupResponse) String

type UnAuthorizeDeviceGroupResponseBody

type UnAuthorizeDeviceGroupResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UnAuthorizeDeviceGroupResponseBody) GoString

func (*UnAuthorizeDeviceGroupResponseBody) SetCode

func (*UnAuthorizeDeviceGroupResponseBody) SetData

func (*UnAuthorizeDeviceGroupResponseBody) SetMessage

func (*UnAuthorizeDeviceGroupResponseBody) SetRequestId

func (*UnAuthorizeDeviceGroupResponseBody) SetSuccess

func (UnAuthorizeDeviceGroupResponseBody) String

type UnAuthorizeDeviceRequest

type UnAuthorizeDeviceRequest struct {
	ApiVersion    *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId    *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DeviceGroupId *string `json:"DeviceGroupId,omitempty" xml:"DeviceGroupId,omitempty"`
	DeviceId      *string `json:"DeviceId,omitempty" xml:"DeviceId,omitempty"`
}

func (UnAuthorizeDeviceRequest) GoString

func (s UnAuthorizeDeviceRequest) GoString() string

func (*UnAuthorizeDeviceRequest) SetApiVersion

func (*UnAuthorizeDeviceRequest) SetBizChainId

func (*UnAuthorizeDeviceRequest) SetDeviceGroupId

func (*UnAuthorizeDeviceRequest) SetDeviceId

func (UnAuthorizeDeviceRequest) String

func (s UnAuthorizeDeviceRequest) String() string

type UnAuthorizeDeviceResponse

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

func (UnAuthorizeDeviceResponse) GoString

func (s UnAuthorizeDeviceResponse) GoString() string

func (*UnAuthorizeDeviceResponse) SetBody

func (*UnAuthorizeDeviceResponse) SetHeaders

func (*UnAuthorizeDeviceResponse) SetStatusCode

func (UnAuthorizeDeviceResponse) String

func (s UnAuthorizeDeviceResponse) String() string

type UnAuthorizeDeviceResponseBody

type UnAuthorizeDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UnAuthorizeDeviceResponseBody) GoString

func (*UnAuthorizeDeviceResponseBody) SetCode

func (*UnAuthorizeDeviceResponseBody) SetData

func (*UnAuthorizeDeviceResponseBody) SetMessage

func (*UnAuthorizeDeviceResponseBody) SetRequestId

func (*UnAuthorizeDeviceResponseBody) SetSuccess

func (UnAuthorizeDeviceResponseBody) String

type UnLockMemberRequest

type UnLockMemberRequest struct {
	ApiVersion *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberId   *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
}

func (UnLockMemberRequest) GoString

func (s UnLockMemberRequest) GoString() string

func (*UnLockMemberRequest) SetApiVersion

func (s *UnLockMemberRequest) SetApiVersion(v string) *UnLockMemberRequest

func (*UnLockMemberRequest) SetBizChainId

func (s *UnLockMemberRequest) SetBizChainId(v string) *UnLockMemberRequest

func (*UnLockMemberRequest) SetMemberId

func (s *UnLockMemberRequest) SetMemberId(v string) *UnLockMemberRequest

func (UnLockMemberRequest) String

func (s UnLockMemberRequest) String() string

type UnLockMemberResponse

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

func (UnLockMemberResponse) GoString

func (s UnLockMemberResponse) GoString() string

func (*UnLockMemberResponse) SetBody

func (*UnLockMemberResponse) SetHeaders

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

func (*UnLockMemberResponse) SetStatusCode

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

func (UnLockMemberResponse) String

func (s UnLockMemberResponse) String() string

type UnLockMemberResponseBody

type UnLockMemberResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UnLockMemberResponseBody) GoString

func (s UnLockMemberResponseBody) GoString() string

func (*UnLockMemberResponseBody) SetCode

func (*UnLockMemberResponseBody) SetData

func (*UnLockMemberResponseBody) SetMessage

func (*UnLockMemberResponseBody) SetRequestId

func (*UnLockMemberResponseBody) SetSuccess

func (UnLockMemberResponseBody) String

func (s UnLockMemberResponseBody) String() string

type UpdateMPCoSAuthorizedInfoRequest

type UpdateMPCoSAuthorizedInfoRequest struct {
	ApiVersion          *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	AuthorizedPhaseList map[string]interface{} `json:"AuthorizedPhaseList,omitempty" xml:"AuthorizedPhaseList,omitempty"`
	BizChainId          *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberId            *string                `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	PhaseGroupId        *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
}

func (UpdateMPCoSAuthorizedInfoRequest) GoString

func (*UpdateMPCoSAuthorizedInfoRequest) SetApiVersion

func (*UpdateMPCoSAuthorizedInfoRequest) SetAuthorizedPhaseList

func (s *UpdateMPCoSAuthorizedInfoRequest) SetAuthorizedPhaseList(v map[string]interface{}) *UpdateMPCoSAuthorizedInfoRequest

func (*UpdateMPCoSAuthorizedInfoRequest) SetBizChainId

func (*UpdateMPCoSAuthorizedInfoRequest) SetMemberId

func (*UpdateMPCoSAuthorizedInfoRequest) SetPhaseGroupId

func (UpdateMPCoSAuthorizedInfoRequest) String

type UpdateMPCoSAuthorizedInfoResponse

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

func (UpdateMPCoSAuthorizedInfoResponse) GoString

func (*UpdateMPCoSAuthorizedInfoResponse) SetHeaders

func (*UpdateMPCoSAuthorizedInfoResponse) SetStatusCode

func (UpdateMPCoSAuthorizedInfoResponse) String

type UpdateMPCoSAuthorizedInfoResponseBody

type UpdateMPCoSAuthorizedInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateMPCoSAuthorizedInfoResponseBody) GoString

func (*UpdateMPCoSAuthorizedInfoResponseBody) SetCode

func (*UpdateMPCoSAuthorizedInfoResponseBody) SetData

func (*UpdateMPCoSAuthorizedInfoResponseBody) SetMessage

func (*UpdateMPCoSAuthorizedInfoResponseBody) SetRequestId

func (*UpdateMPCoSAuthorizedInfoResponseBody) SetSuccess

func (UpdateMPCoSAuthorizedInfoResponseBody) String

type UpdateMPCoSAuthorizedInfoShrinkRequest

type UpdateMPCoSAuthorizedInfoShrinkRequest struct {
	ApiVersion                *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	AuthorizedPhaseListShrink *string `json:"AuthorizedPhaseList,omitempty" xml:"AuthorizedPhaseList,omitempty"`
	BizChainId                *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	MemberId                  *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	PhaseGroupId              *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
}

func (UpdateMPCoSAuthorizedInfoShrinkRequest) GoString

func (*UpdateMPCoSAuthorizedInfoShrinkRequest) SetApiVersion

func (*UpdateMPCoSAuthorizedInfoShrinkRequest) SetAuthorizedPhaseListShrink

func (*UpdateMPCoSAuthorizedInfoShrinkRequest) SetBizChainId

func (*UpdateMPCoSAuthorizedInfoShrinkRequest) SetMemberId

func (*UpdateMPCoSAuthorizedInfoShrinkRequest) SetPhaseGroupId

func (UpdateMPCoSAuthorizedInfoShrinkRequest) String

type UploadMPCoSPhaseDigestInfoByDeviceRequest

type UploadMPCoSPhaseDigestInfoByDeviceRequest struct {
	ApiVersion           *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey              *string                `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq              *string                `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	IotAuthType          *string                `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string                `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string                `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string                `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string                `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string                `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseData            *string                `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId         *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataList      map[string]interface{} `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoByDeviceRequest) GoString

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetApiVersion

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetBizChainId

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetDataKey

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetDataSeq

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotAuthType

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotDataDigest

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotId

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotIdServiceProvider

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotIdSource

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetIotSignature

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseData

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetPhaseId

func (*UploadMPCoSPhaseDigestInfoByDeviceRequest) SetRelatedDataList

func (UploadMPCoSPhaseDigestInfoByDeviceRequest) String

type UploadMPCoSPhaseDigestInfoByDeviceResponse

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

func (UploadMPCoSPhaseDigestInfoByDeviceResponse) GoString

func (*UploadMPCoSPhaseDigestInfoByDeviceResponse) SetHeaders

func (*UploadMPCoSPhaseDigestInfoByDeviceResponse) SetStatusCode

func (UploadMPCoSPhaseDigestInfoByDeviceResponse) String

type UploadMPCoSPhaseDigestInfoByDeviceResponseBody

type UploadMPCoSPhaseDigestInfoByDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoByDeviceResponseBody) GoString

func (*UploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetCode

func (*UploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetData

func (*UploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetMessage

func (*UploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetRequestId

func (*UploadMPCoSPhaseDigestInfoByDeviceResponseBody) SetSuccess

func (UploadMPCoSPhaseDigestInfoByDeviceResponseBody) String

type UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest

type UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest struct {
	ApiVersion            *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId            *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey               *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq               *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	IotAuthType           *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest         *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                 *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider  *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource           *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature          *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseData             *string `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId          *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId               *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataListShrink *string `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) GoString

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetApiVersion

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetBizChainId

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetDataKey

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetDataSeq

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotAuthType

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotDataDigest

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotId

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotIdServiceProvider

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotIdSource

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetIotSignature

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseData

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetPhaseId

func (*UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) SetRelatedDataListShrink

func (UploadMPCoSPhaseDigestInfoByDeviceShrinkRequest) String

type UploadMPCoSPhaseDigestInfoRequest

type UploadMPCoSPhaseDigestInfoRequest struct {
	ApiVersion      *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId      *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey         *string                `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq         *string                `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	PhaseData       *string                `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId    *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId         *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataList map[string]interface{} `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoRequest) GoString

func (*UploadMPCoSPhaseDigestInfoRequest) SetApiVersion

func (*UploadMPCoSPhaseDigestInfoRequest) SetBizChainId

func (*UploadMPCoSPhaseDigestInfoRequest) SetDataKey

func (*UploadMPCoSPhaseDigestInfoRequest) SetDataSeq

func (*UploadMPCoSPhaseDigestInfoRequest) SetPhaseData

func (*UploadMPCoSPhaseDigestInfoRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseDigestInfoRequest) SetPhaseId

func (*UploadMPCoSPhaseDigestInfoRequest) SetRelatedDataList

func (s *UploadMPCoSPhaseDigestInfoRequest) SetRelatedDataList(v map[string]interface{}) *UploadMPCoSPhaseDigestInfoRequest

func (UploadMPCoSPhaseDigestInfoRequest) String

type UploadMPCoSPhaseDigestInfoResponse

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

func (UploadMPCoSPhaseDigestInfoResponse) GoString

func (*UploadMPCoSPhaseDigestInfoResponse) SetHeaders

func (*UploadMPCoSPhaseDigestInfoResponse) SetStatusCode

func (UploadMPCoSPhaseDigestInfoResponse) String

type UploadMPCoSPhaseDigestInfoResponseBody

type UploadMPCoSPhaseDigestInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoResponseBody) GoString

func (*UploadMPCoSPhaseDigestInfoResponseBody) SetCode

func (*UploadMPCoSPhaseDigestInfoResponseBody) SetData

func (*UploadMPCoSPhaseDigestInfoResponseBody) SetMessage

func (*UploadMPCoSPhaseDigestInfoResponseBody) SetRequestId

func (*UploadMPCoSPhaseDigestInfoResponseBody) SetSuccess

func (UploadMPCoSPhaseDigestInfoResponseBody) String

type UploadMPCoSPhaseDigestInfoShrinkRequest

type UploadMPCoSPhaseDigestInfoShrinkRequest struct {
	ApiVersion            *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId            *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey               *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq               *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	PhaseData             *string `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId          *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId               *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataListShrink *string `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseDigestInfoShrinkRequest) GoString

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetApiVersion

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetBizChainId

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetDataKey

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetDataSeq

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseData

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetPhaseId

func (*UploadMPCoSPhaseDigestInfoShrinkRequest) SetRelatedDataListShrink

func (UploadMPCoSPhaseDigestInfoShrinkRequest) String

type UploadMPCoSPhaseTextInfoByDeviceRequest

type UploadMPCoSPhaseTextInfoByDeviceRequest struct {
	ApiVersion           *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId           *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey              *string                `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq              *string                `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	IotAuthType          *string                `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest        *string                `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                *string                `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider *string                `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource          *string                `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature         *string                `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseData            *string                `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId         *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId              *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataList      map[string]interface{} `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseTextInfoByDeviceRequest) GoString

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetApiVersion

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetBizChainId

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetDataKey

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetDataSeq

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotAuthType

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotDataDigest

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotId

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotIdServiceProvider

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotIdSource

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetIotSignature

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseData

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetPhaseId

func (*UploadMPCoSPhaseTextInfoByDeviceRequest) SetRelatedDataList

func (UploadMPCoSPhaseTextInfoByDeviceRequest) String

type UploadMPCoSPhaseTextInfoByDeviceResponse

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

func (UploadMPCoSPhaseTextInfoByDeviceResponse) GoString

func (*UploadMPCoSPhaseTextInfoByDeviceResponse) SetHeaders

func (*UploadMPCoSPhaseTextInfoByDeviceResponse) SetStatusCode

func (UploadMPCoSPhaseTextInfoByDeviceResponse) String

type UploadMPCoSPhaseTextInfoByDeviceResponseBody

type UploadMPCoSPhaseTextInfoByDeviceResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UploadMPCoSPhaseTextInfoByDeviceResponseBody) GoString

func (*UploadMPCoSPhaseTextInfoByDeviceResponseBody) SetCode

func (*UploadMPCoSPhaseTextInfoByDeviceResponseBody) SetData

func (*UploadMPCoSPhaseTextInfoByDeviceResponseBody) SetMessage

func (*UploadMPCoSPhaseTextInfoByDeviceResponseBody) SetRequestId

func (*UploadMPCoSPhaseTextInfoByDeviceResponseBody) SetSuccess

func (UploadMPCoSPhaseTextInfoByDeviceResponseBody) String

type UploadMPCoSPhaseTextInfoByDeviceShrinkRequest

type UploadMPCoSPhaseTextInfoByDeviceShrinkRequest struct {
	ApiVersion            *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId            *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey               *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq               *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	IotAuthType           *string `json:"IotAuthType,omitempty" xml:"IotAuthType,omitempty"`
	IotDataDigest         *string `json:"IotDataDigest,omitempty" xml:"IotDataDigest,omitempty"`
	IotId                 *string `json:"IotId,omitempty" xml:"IotId,omitempty"`
	IotIdServiceProvider  *string `json:"IotIdServiceProvider,omitempty" xml:"IotIdServiceProvider,omitempty"`
	IotIdSource           *string `json:"IotIdSource,omitempty" xml:"IotIdSource,omitempty"`
	IotSignature          *string `json:"IotSignature,omitempty" xml:"IotSignature,omitempty"`
	PhaseData             *string `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId          *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId               *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataListShrink *string `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) GoString

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetApiVersion

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetBizChainId

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetDataKey

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetDataSeq

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotAuthType

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotDataDigest

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotId

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotIdServiceProvider

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotIdSource

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetIotSignature

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseData

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetPhaseId

func (*UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) SetRelatedDataListShrink

func (UploadMPCoSPhaseTextInfoByDeviceShrinkRequest) String

type UploadMPCoSPhaseTextInfoRequest

type UploadMPCoSPhaseTextInfoRequest struct {
	ApiVersion      *string                `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId      *string                `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey         *string                `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq         *string                `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	PhaseData       *string                `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId    *string                `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId         *string                `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataList map[string]interface{} `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseTextInfoRequest) GoString

func (*UploadMPCoSPhaseTextInfoRequest) SetApiVersion

func (*UploadMPCoSPhaseTextInfoRequest) SetBizChainId

func (*UploadMPCoSPhaseTextInfoRequest) SetDataKey

func (*UploadMPCoSPhaseTextInfoRequest) SetDataSeq

func (*UploadMPCoSPhaseTextInfoRequest) SetPhaseData

func (*UploadMPCoSPhaseTextInfoRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseTextInfoRequest) SetPhaseId

func (*UploadMPCoSPhaseTextInfoRequest) SetRelatedDataList

func (s *UploadMPCoSPhaseTextInfoRequest) SetRelatedDataList(v map[string]interface{}) *UploadMPCoSPhaseTextInfoRequest

func (UploadMPCoSPhaseTextInfoRequest) String

type UploadMPCoSPhaseTextInfoResponse

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

func (UploadMPCoSPhaseTextInfoResponse) GoString

func (*UploadMPCoSPhaseTextInfoResponse) SetHeaders

func (*UploadMPCoSPhaseTextInfoResponse) SetStatusCode

func (UploadMPCoSPhaseTextInfoResponse) String

type UploadMPCoSPhaseTextInfoResponseBody

type UploadMPCoSPhaseTextInfoResponseBody struct {
	Code      *int32  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data      *string `json:"Data,omitempty" xml:"Data,omitempty"`
	Message   *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UploadMPCoSPhaseTextInfoResponseBody) GoString

func (*UploadMPCoSPhaseTextInfoResponseBody) SetCode

func (*UploadMPCoSPhaseTextInfoResponseBody) SetData

func (*UploadMPCoSPhaseTextInfoResponseBody) SetMessage

func (*UploadMPCoSPhaseTextInfoResponseBody) SetRequestId

func (*UploadMPCoSPhaseTextInfoResponseBody) SetSuccess

func (UploadMPCoSPhaseTextInfoResponseBody) String

type UploadMPCoSPhaseTextInfoShrinkRequest

type UploadMPCoSPhaseTextInfoShrinkRequest struct {
	ApiVersion            *string `json:"ApiVersion,omitempty" xml:"ApiVersion,omitempty"`
	BizChainId            *string `json:"BizChainId,omitempty" xml:"BizChainId,omitempty"`
	DataKey               *string `json:"DataKey,omitempty" xml:"DataKey,omitempty"`
	DataSeq               *string `json:"DataSeq,omitempty" xml:"DataSeq,omitempty"`
	PhaseData             *string `json:"PhaseData,omitempty" xml:"PhaseData,omitempty"`
	PhaseGroupId          *string `json:"PhaseGroupId,omitempty" xml:"PhaseGroupId,omitempty"`
	PhaseId               *string `json:"PhaseId,omitempty" xml:"PhaseId,omitempty"`
	RelatedDataListShrink *string `json:"RelatedDataList,omitempty" xml:"RelatedDataList,omitempty"`
}

func (UploadMPCoSPhaseTextInfoShrinkRequest) GoString

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetApiVersion

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetBizChainId

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetDataKey

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetDataSeq

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseData

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseGroupId

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetPhaseId

func (*UploadMPCoSPhaseTextInfoShrinkRequest) SetRelatedDataListShrink

func (UploadMPCoSPhaseTextInfoShrinkRequest) String

Jump to

Keyboard shortcuts

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