client

package
v2.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCardToDirectionalGroupRequest added in v2.0.3

type AddCardToDirectionalGroupRequest struct {
	AddType *string `json:"AddType,omitempty" xml:"AddType,omitempty"`
	// Linkcard
	ApiProduct *string   `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	GroupId    *string   `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	IccidList  []*string `json:"IccidList,omitempty" xml:"IccidList,omitempty" type:"Repeated"`
	MsgNotify  *bool     `json:"MsgNotify,omitempty" xml:"MsgNotify,omitempty"`
	SerialNo   *string   `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (AddCardToDirectionalGroupRequest) GoString added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetAddType added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetApiProduct added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetGroupId added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetIccidList added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetMsgNotify added in v2.0.3

func (*AddCardToDirectionalGroupRequest) SetSerialNo added in v2.0.3

func (AddCardToDirectionalGroupRequest) String added in v2.0.3

type AddCardToDirectionalGroupResponse added in v2.0.3

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

func (AddCardToDirectionalGroupResponse) GoString added in v2.0.3

func (*AddCardToDirectionalGroupResponse) SetBody added in v2.0.3

func (*AddCardToDirectionalGroupResponse) SetHeaders added in v2.0.3

func (*AddCardToDirectionalGroupResponse) SetStatusCode added in v2.0.3

func (AddCardToDirectionalGroupResponse) String added in v2.0.3

type AddCardToDirectionalGroupResponseBody added in v2.0.3

type AddCardToDirectionalGroupResponseBody struct {
	Code             *string                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *AddCardToDirectionalGroupResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                                    `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddCardToDirectionalGroupResponseBody) GoString added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetCode added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetData added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetErrorMessage added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetLocalizedMessage added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetRequestId added in v2.0.3

func (*AddCardToDirectionalGroupResponseBody) SetSuccess added in v2.0.3

func (AddCardToDirectionalGroupResponseBody) String added in v2.0.3

type AddCardToDirectionalGroupResponseBodyData added in v2.0.3

type AddCardToDirectionalGroupResponseBodyData struct {
	Result   *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	SerialNo *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (AddCardToDirectionalGroupResponseBodyData) GoString added in v2.0.3

func (*AddCardToDirectionalGroupResponseBodyData) SetResult added in v2.0.3

func (*AddCardToDirectionalGroupResponseBodyData) SetSerialNo added in v2.0.3

func (AddCardToDirectionalGroupResponseBodyData) String added in v2.0.3

type AddCardToDirectionalGroupShrinkRequest added in v2.0.3

type AddCardToDirectionalGroupShrinkRequest struct {
	AddType *string `json:"AddType,omitempty" xml:"AddType,omitempty"`
	// Linkcard
	ApiProduct      *string `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	IccidListShrink *string `json:"IccidList,omitempty" xml:"IccidList,omitempty"`
	MsgNotify       *bool   `json:"MsgNotify,omitempty" xml:"MsgNotify,omitempty"`
	SerialNo        *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (AddCardToDirectionalGroupShrinkRequest) GoString added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetAddType added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetApiProduct added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetGroupId added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetIccidListShrink added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetMsgNotify added in v2.0.3

func (*AddCardToDirectionalGroupShrinkRequest) SetSerialNo added in v2.0.3

func (AddCardToDirectionalGroupShrinkRequest) String added in v2.0.3

type AddDirectionalAddressRequest added in v2.0.3

type AddDirectionalAddressRequest struct {
	Address            *string `json:"Address,omitempty" xml:"Address,omitempty"`
	AddressType        *string `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	GroupId            *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	MsgNotify          *bool   `json:"MsgNotify,omitempty" xml:"MsgNotify,omitempty"`
	SerialNo           *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
	Source             *string `json:"Source,omitempty" xml:"Source,omitempty"`
	UrlInsecurityForce *bool   `json:"UrlInsecurityForce,omitempty" xml:"UrlInsecurityForce,omitempty"`
}

func (AddDirectionalAddressRequest) GoString added in v2.0.3

func (s AddDirectionalAddressRequest) GoString() string

func (*AddDirectionalAddressRequest) SetAddress added in v2.0.3

func (*AddDirectionalAddressRequest) SetAddressType added in v2.0.3

func (*AddDirectionalAddressRequest) SetGroupId added in v2.0.3

func (*AddDirectionalAddressRequest) SetMsgNotify added in v2.0.3

func (*AddDirectionalAddressRequest) SetSerialNo added in v2.0.3

func (*AddDirectionalAddressRequest) SetSource added in v2.0.3

func (*AddDirectionalAddressRequest) SetUrlInsecurityForce added in v2.0.7

func (s *AddDirectionalAddressRequest) SetUrlInsecurityForce(v bool) *AddDirectionalAddressRequest

func (AddDirectionalAddressRequest) String added in v2.0.3

type AddDirectionalAddressResponse added in v2.0.3

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

func (AddDirectionalAddressResponse) GoString added in v2.0.3

func (*AddDirectionalAddressResponse) SetBody added in v2.0.3

func (*AddDirectionalAddressResponse) SetHeaders added in v2.0.3

func (*AddDirectionalAddressResponse) SetStatusCode added in v2.0.3

func (AddDirectionalAddressResponse) String added in v2.0.3

type AddDirectionalAddressResponseBody added in v2.0.3

type AddDirectionalAddressResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddDirectionalAddressResponseBody) GoString added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetCode added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetData added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetErrorMessage added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetLocalizedMessage added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetRequestId added in v2.0.3

func (*AddDirectionalAddressResponseBody) SetSuccess added in v2.0.3

func (AddDirectionalAddressResponseBody) String added in v2.0.3

type AddDirectionalCardRequest

type AddDirectionalCardRequest struct {
	FileUri      *string   `json:"FileUri,omitempty" xml:"FileUri,omitempty"`
	GroupId      *string   `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName    *string   `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	OrderList    []*string `json:"OrderList,omitempty" xml:"OrderList,omitempty" type:"Repeated"`
	TagList      []*string `json:"TagList,omitempty" xml:"TagList,omitempty" type:"Repeated"`
	UploadMethod *string   `json:"UploadMethod,omitempty" xml:"UploadMethod,omitempty"`
	UploadType   *string   `json:"UploadType,omitempty" xml:"UploadType,omitempty"`
}

func (AddDirectionalCardRequest) GoString

func (s AddDirectionalCardRequest) GoString() string

func (*AddDirectionalCardRequest) SetFileUri

func (*AddDirectionalCardRequest) SetGroupId

func (*AddDirectionalCardRequest) SetGroupName

func (*AddDirectionalCardRequest) SetOrderList

func (*AddDirectionalCardRequest) SetTagList

func (*AddDirectionalCardRequest) SetUploadMethod

func (*AddDirectionalCardRequest) SetUploadType

func (AddDirectionalCardRequest) String

func (s AddDirectionalCardRequest) String() string

type AddDirectionalCardResponse

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

func (AddDirectionalCardResponse) GoString

func (s AddDirectionalCardResponse) GoString() string

func (*AddDirectionalCardResponse) SetBody

func (*AddDirectionalCardResponse) SetHeaders

func (*AddDirectionalCardResponse) SetStatusCode

func (AddDirectionalCardResponse) String

type AddDirectionalCardResponseBody

type AddDirectionalCardResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *string `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddDirectionalCardResponseBody) GoString

func (*AddDirectionalCardResponseBody) SetCode

func (*AddDirectionalCardResponseBody) SetData

func (*AddDirectionalCardResponseBody) SetErrorMessage

func (*AddDirectionalCardResponseBody) SetLocalizedMessage

func (*AddDirectionalCardResponseBody) SetRequestId

func (*AddDirectionalCardResponseBody) SetSuccess

func (AddDirectionalCardResponseBody) String

type AddDirectionalCardShrinkRequest

type AddDirectionalCardShrinkRequest struct {
	FileUri         *string `json:"FileUri,omitempty" xml:"FileUri,omitempty"`
	GroupId         *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	GroupName       *string `json:"GroupName,omitempty" xml:"GroupName,omitempty"`
	OrderListShrink *string `json:"OrderList,omitempty" xml:"OrderList,omitempty"`
	TagListShrink   *string `json:"TagList,omitempty" xml:"TagList,omitempty"`
	UploadMethod    *string `json:"UploadMethod,omitempty" xml:"UploadMethod,omitempty"`
	UploadType      *string `json:"UploadType,omitempty" xml:"UploadType,omitempty"`
}

func (AddDirectionalCardShrinkRequest) GoString

func (*AddDirectionalCardShrinkRequest) SetFileUri

func (*AddDirectionalCardShrinkRequest) SetGroupId

func (*AddDirectionalCardShrinkRequest) SetGroupName

func (*AddDirectionalCardShrinkRequest) SetOrderListShrink

func (*AddDirectionalCardShrinkRequest) SetTagListShrink

func (*AddDirectionalCardShrinkRequest) SetUploadMethod

func (*AddDirectionalCardShrinkRequest) SetUploadType

func (AddDirectionalCardShrinkRequest) String

type AddDirectionalGroupRequest

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

func (AddDirectionalGroupRequest) GoString

func (s AddDirectionalGroupRequest) GoString() string

func (*AddDirectionalGroupRequest) SetGroupName

func (AddDirectionalGroupRequest) String

type AddDirectionalGroupResponse

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

func (AddDirectionalGroupResponse) GoString

func (s AddDirectionalGroupResponse) GoString() string

func (*AddDirectionalGroupResponse) SetBody

func (*AddDirectionalGroupResponse) SetHeaders

func (*AddDirectionalGroupResponse) SetStatusCode

func (AddDirectionalGroupResponse) String

type AddDirectionalGroupResponseBody

type AddDirectionalGroupResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *int64  `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddDirectionalGroupResponseBody) GoString

func (*AddDirectionalGroupResponseBody) SetCode

func (*AddDirectionalGroupResponseBody) SetData

func (*AddDirectionalGroupResponseBody) SetErrorMessage

func (*AddDirectionalGroupResponseBody) SetLocalizedMessage

func (*AddDirectionalGroupResponseBody) SetRequestId

func (*AddDirectionalGroupResponseBody) SetSuccess

func (AddDirectionalGroupResponseBody) String

type AddTagsToCardRequest added in v2.0.5

type AddTagsToCardRequest struct {
	Iccid       *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	TagNameList []*string `json:"TagNameList,omitempty" xml:"TagNameList,omitempty" type:"Repeated"`
}

func (AddTagsToCardRequest) GoString added in v2.0.5

func (s AddTagsToCardRequest) GoString() string

func (*AddTagsToCardRequest) SetIccid added in v2.0.5

func (*AddTagsToCardRequest) SetTagNameList added in v2.0.5

func (s *AddTagsToCardRequest) SetTagNameList(v []*string) *AddTagsToCardRequest

func (AddTagsToCardRequest) String added in v2.0.5

func (s AddTagsToCardRequest) String() string

type AddTagsToCardResponse added in v2.0.5

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

func (AddTagsToCardResponse) GoString added in v2.0.5

func (s AddTagsToCardResponse) GoString() string

func (*AddTagsToCardResponse) SetBody added in v2.0.5

func (*AddTagsToCardResponse) SetHeaders added in v2.0.5

func (*AddTagsToCardResponse) SetStatusCode added in v2.0.5

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

func (AddTagsToCardResponse) String added in v2.0.5

func (s AddTagsToCardResponse) String() string

type AddTagsToCardResponseBody added in v2.0.5

type AddTagsToCardResponseBody struct {
	Code         *string                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data         []*AddTagsToCardResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	ErrorMessage *string                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AddTagsToCardResponseBody) GoString added in v2.0.5

func (s AddTagsToCardResponseBody) GoString() string

func (*AddTagsToCardResponseBody) SetCode added in v2.0.5

func (*AddTagsToCardResponseBody) SetData added in v2.0.5

func (*AddTagsToCardResponseBody) SetErrorMessage added in v2.0.5

func (*AddTagsToCardResponseBody) SetRequestId added in v2.0.5

func (*AddTagsToCardResponseBody) SetSuccess added in v2.0.5

func (AddTagsToCardResponseBody) String added in v2.0.5

func (s AddTagsToCardResponseBody) String() string

type AddTagsToCardResponseBodyData added in v2.0.5

type AddTagsToCardResponseBodyData struct {
	TagId   *string `json:"TagId,omitempty" xml:"TagId,omitempty"`
	TagName *string `json:"TagName,omitempty" xml:"TagName,omitempty"`
}

func (AddTagsToCardResponseBodyData) GoString added in v2.0.5

func (*AddTagsToCardResponseBodyData) SetTagId added in v2.0.5

func (*AddTagsToCardResponseBodyData) SetTagName added in v2.0.5

func (AddTagsToCardResponseBodyData) String added in v2.0.5

type AddTagsToCardShrinkRequest added in v2.0.5

type AddTagsToCardShrinkRequest struct {
	Iccid             *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	TagNameListShrink *string `json:"TagNameList,omitempty" xml:"TagNameList,omitempty"`
}

func (AddTagsToCardShrinkRequest) GoString added in v2.0.5

func (s AddTagsToCardShrinkRequest) GoString() string

func (*AddTagsToCardShrinkRequest) SetIccid added in v2.0.5

func (*AddTagsToCardShrinkRequest) SetTagNameListShrink added in v2.0.5

func (s *AddTagsToCardShrinkRequest) SetTagNameListShrink(v string) *AddTagsToCardShrinkRequest

func (AddTagsToCardShrinkRequest) String added in v2.0.5

type BatchAddDirectionalAddressRequest

type BatchAddDirectionalAddressRequest struct {
	AddressType *string   `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	GroupId     *int64    `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	ListAddress []*string `json:"ListAddress,omitempty" xml:"ListAddress,omitempty" type:"Repeated"`
	Source      *string   `json:"Source,omitempty" xml:"Source,omitempty"`
}

func (BatchAddDirectionalAddressRequest) GoString

func (*BatchAddDirectionalAddressRequest) SetAddressType

func (*BatchAddDirectionalAddressRequest) SetGroupId

func (*BatchAddDirectionalAddressRequest) SetListAddress

func (*BatchAddDirectionalAddressRequest) SetSource

func (BatchAddDirectionalAddressRequest) String

type BatchAddDirectionalAddressResponse

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

func (BatchAddDirectionalAddressResponse) GoString

func (*BatchAddDirectionalAddressResponse) SetHeaders

func (*BatchAddDirectionalAddressResponse) SetStatusCode

func (BatchAddDirectionalAddressResponse) String

type BatchAddDirectionalAddressResponseBody

type BatchAddDirectionalAddressResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (BatchAddDirectionalAddressResponseBody) GoString

func (*BatchAddDirectionalAddressResponseBody) SetCode

func (*BatchAddDirectionalAddressResponseBody) SetData

func (*BatchAddDirectionalAddressResponseBody) SetErrorMessage

func (*BatchAddDirectionalAddressResponseBody) SetLocalizedMessage

func (*BatchAddDirectionalAddressResponseBody) SetRequestId

func (*BatchAddDirectionalAddressResponseBody) SetSuccess

func (BatchAddDirectionalAddressResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddCardToDirectionalGroup added in v2.0.3

func (client *Client) AddCardToDirectionalGroup(request *AddCardToDirectionalGroupRequest) (_result *AddCardToDirectionalGroupResponse, _err error)

func (*Client) AddCardToDirectionalGroupWithOptions added in v2.0.3

func (client *Client) AddCardToDirectionalGroupWithOptions(tmpReq *AddCardToDirectionalGroupRequest, runtime *util.RuntimeOptions) (_result *AddCardToDirectionalGroupResponse, _err error)

func (*Client) AddDirectionalAddress added in v2.0.3

func (client *Client) AddDirectionalAddress(request *AddDirectionalAddressRequest) (_result *AddDirectionalAddressResponse, _err error)

func (*Client) AddDirectionalAddressWithOptions added in v2.0.3

func (client *Client) AddDirectionalAddressWithOptions(request *AddDirectionalAddressRequest, runtime *util.RuntimeOptions) (_result *AddDirectionalAddressResponse, _err error)

func (*Client) AddDirectionalCard

func (client *Client) AddDirectionalCard(request *AddDirectionalCardRequest) (_result *AddDirectionalCardResponse, _err error)

func (*Client) AddDirectionalCardWithOptions

func (client *Client) AddDirectionalCardWithOptions(tmpReq *AddDirectionalCardRequest, runtime *util.RuntimeOptions) (_result *AddDirectionalCardResponse, _err error)

func (*Client) AddDirectionalGroup

func (client *Client) AddDirectionalGroup(request *AddDirectionalGroupRequest) (_result *AddDirectionalGroupResponse, _err error)

func (*Client) AddDirectionalGroupWithOptions

func (client *Client) AddDirectionalGroupWithOptions(request *AddDirectionalGroupRequest, runtime *util.RuntimeOptions) (_result *AddDirectionalGroupResponse, _err error)

func (*Client) AddTagsToCard added in v2.0.5

func (client *Client) AddTagsToCard(request *AddTagsToCardRequest) (_result *AddTagsToCardResponse, _err error)

func (*Client) AddTagsToCardWithOptions added in v2.0.5

func (client *Client) AddTagsToCardWithOptions(tmpReq *AddTagsToCardRequest, runtime *util.RuntimeOptions) (_result *AddTagsToCardResponse, _err error)

func (*Client) BatchAddDirectionalAddress

func (client *Client) BatchAddDirectionalAddress(request *BatchAddDirectionalAddressRequest) (_result *BatchAddDirectionalAddressResponse, _err error)

func (*Client) BatchAddDirectionalAddressWithOptions

func (client *Client) BatchAddDirectionalAddressWithOptions(request *BatchAddDirectionalAddressRequest, runtime *util.RuntimeOptions) (_result *BatchAddDirectionalAddressResponse, _err error)

func (*Client) DeleteDirectionalAddress added in v2.0.3

func (client *Client) DeleteDirectionalAddress(request *DeleteDirectionalAddressRequest) (_result *DeleteDirectionalAddressResponse, _err error)

func (*Client) DeleteDirectionalAddressWithOptions added in v2.0.3

func (client *Client) DeleteDirectionalAddressWithOptions(request *DeleteDirectionalAddressRequest, runtime *util.RuntimeOptions) (_result *DeleteDirectionalAddressResponse, _err error)

func (*Client) DeleteDirectionalGroup added in v2.0.3

func (client *Client) DeleteDirectionalGroup(request *DeleteDirectionalGroupRequest) (_result *DeleteDirectionalGroupResponse, _err error)

func (*Client) DeleteDirectionalGroupWithOptions added in v2.0.3

func (client *Client) DeleteDirectionalGroupWithOptions(request *DeleteDirectionalGroupRequest, runtime *util.RuntimeOptions) (_result *DeleteDirectionalGroupResponse, _err error)

func (*Client) ForceActivation

func (client *Client) ForceActivation(request *ForceActivationRequest) (_result *ForceActivationResponse, _err error)

func (*Client) ForceActivationWithOptions

func (client *Client) ForceActivationWithOptions(request *ForceActivationRequest, runtime *util.RuntimeOptions) (_result *ForceActivationResponse, _err error)

func (*Client) GetCardDetail

func (client *Client) GetCardDetail(request *GetCardDetailRequest) (_result *GetCardDetailResponse, _err error)

func (*Client) GetCardDetailWithOptions

func (client *Client) GetCardDetailWithOptions(request *GetCardDetailRequest, runtime *util.RuntimeOptions) (_result *GetCardDetailResponse, _err error)

func (*Client) GetCardFlowInfo

func (client *Client) GetCardFlowInfo(request *GetCardFlowInfoRequest) (_result *GetCardFlowInfoResponse, _err error)

func (*Client) GetCardFlowInfoWithOptions

func (client *Client) GetCardFlowInfoWithOptions(request *GetCardFlowInfoRequest, runtime *util.RuntimeOptions) (_result *GetCardFlowInfoResponse, _err error)

func (*Client) GetCardLatestFlow added in v2.0.4

func (client *Client) GetCardLatestFlow(request *GetCardLatestFlowRequest) (_result *GetCardLatestFlowResponse, _err error)

func (*Client) GetCardLatestFlowWithOptions added in v2.0.4

func (client *Client) GetCardLatestFlowWithOptions(request *GetCardLatestFlowRequest, runtime *util.RuntimeOptions) (_result *GetCardLatestFlowResponse, _err error)

func (*Client) GetCardRealStatus added in v2.0.5

func (client *Client) GetCardRealStatus(request *GetCardRealStatusRequest) (_result *GetCardRealStatusResponse, _err error)

func (*Client) GetCardRealStatusWithOptions added in v2.0.5

func (client *Client) GetCardRealStatusWithOptions(tmpReq *GetCardRealStatusRequest, runtime *util.RuntimeOptions) (_result *GetCardRealStatusResponse, _err error)

func (*Client) GetCardStatusStatistics added in v2.0.4

func (client *Client) GetCardStatusStatistics() (_result *GetCardStatusStatisticsResponse, _err error)

func (*Client) GetCardStatusStatisticsWithOptions added in v2.0.4

func (client *Client) GetCardStatusStatisticsWithOptions(runtime *util.RuntimeOptions) (_result *GetCardStatusStatisticsResponse, _err error)

func (*Client) GetCredentialPoolStatistics

func (client *Client) GetCredentialPoolStatistics(request *GetCredentialPoolStatisticsRequest) (_result *GetCredentialPoolStatisticsResponse, _err error)

func (*Client) GetCredentialPoolStatisticsWithOptions

func (client *Client) GetCredentialPoolStatisticsWithOptions(request *GetCredentialPoolStatisticsRequest, runtime *util.RuntimeOptions) (_result *GetCredentialPoolStatisticsResponse, _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) GetOperateResult added in v2.0.4

func (client *Client) GetOperateResult(request *GetOperateResultRequest) (_result *GetOperateResultResponse, _err error)

func (*Client) GetOperateResultWithOptions added in v2.0.4

func (client *Client) GetOperateResultWithOptions(request *GetOperateResultRequest, runtime *util.RuntimeOptions) (_result *GetOperateResultResponse, _err error)

func (*Client) GetRealNameStatus added in v2.0.4

func (client *Client) GetRealNameStatus(request *GetRealNameStatusRequest) (_result *GetRealNameStatusResponse, _err error)

func (*Client) GetRealNameStatusWithOptions added in v2.0.4

func (client *Client) GetRealNameStatusWithOptions(tmpReq *GetRealNameStatusRequest, runtime *util.RuntimeOptions) (_result *GetRealNameStatusResponse, _err error)

func (*Client) GetSimCardStateDistribution added in v2.0.4

func (client *Client) GetSimCardStateDistribution(request *GetSimCardStateDistributionRequest) (_result *GetSimCardStateDistributionResponse, _err error)

func (*Client) GetSimCardStateDistributionWithOptions added in v2.0.4

func (client *Client) GetSimCardStateDistributionWithOptions(request *GetSimCardStateDistributionRequest, runtime *util.RuntimeOptions) (_result *GetSimCardStateDistributionResponse, _err error)

func (*Client) Init

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

func (*Client) ListCardInfo

func (client *Client) ListCardInfo(request *ListCardInfoRequest) (_result *ListCardInfoResponse, _err error)

func (*Client) ListCardInfoWithOptions

func (client *Client) ListCardInfoWithOptions(request *ListCardInfoRequest, runtime *util.RuntimeOptions) (_result *ListCardInfoResponse, _err error)

func (*Client) ListDirectionalAddress

func (client *Client) ListDirectionalAddress(request *ListDirectionalAddressRequest) (_result *ListDirectionalAddressResponse, _err error)

func (*Client) ListDirectionalAddressWithOptions

func (client *Client) ListDirectionalAddressWithOptions(request *ListDirectionalAddressRequest, runtime *util.RuntimeOptions) (_result *ListDirectionalAddressResponse, _err error)

func (*Client) ListDirectionalDetail

func (client *Client) ListDirectionalDetail(request *ListDirectionalDetailRequest) (_result *ListDirectionalDetailResponse, _err error)

func (*Client) ListDirectionalDetailWithOptions

func (client *Client) ListDirectionalDetailWithOptions(request *ListDirectionalDetailRequest, runtime *util.RuntimeOptions) (_result *ListDirectionalDetailResponse, _err error)

func (*Client) ListOrder

func (client *Client) ListOrder(request *ListOrderRequest) (_result *ListOrderResponse, _err error)

func (*Client) ListOrderWithOptions

func (client *Client) ListOrderWithOptions(request *ListOrderRequest, runtime *util.RuntimeOptions) (_result *ListOrderResponse, _err error)

func (*Client) RebindResumeSingleCard

func (client *Client) RebindResumeSingleCard(request *RebindResumeSingleCardRequest) (_result *RebindResumeSingleCardResponse, _err error)

func (*Client) RebindResumeSingleCardWithOptions

func (client *Client) RebindResumeSingleCardWithOptions(tmpReq *RebindResumeSingleCardRequest, runtime *util.RuntimeOptions) (_result *RebindResumeSingleCardResponse, _err error)

func (*Client) Renew

func (client *Client) Renew(request *RenewRequest) (_result *RenewResponse, _err error)

func (*Client) RenewWithOptions

func (client *Client) RenewWithOptions(request *RenewRequest, runtime *util.RuntimeOptions) (_result *RenewResponse, _err error)

func (*Client) ResumeSingleCard

func (client *Client) ResumeSingleCard(request *ResumeSingleCardRequest) (_result *ResumeSingleCardResponse, _err error)

func (*Client) ResumeSingleCardWithOptions

func (client *Client) ResumeSingleCardWithOptions(tmpReq *ResumeSingleCardRequest, runtime *util.RuntimeOptions) (_result *ResumeSingleCardResponse, _err error)

func (*Client) SendMessage added in v2.1.0

func (client *Client) SendMessage(request *SendMessageRequest) (_result *SendMessageResponse, _err error)

func (*Client) SendMessageWithOptions added in v2.1.0

func (client *Client) SendMessageWithOptions(tmpReq *SendMessageRequest, runtime *util.RuntimeOptions) (_result *SendMessageResponse, _err error)

func (*Client) SetCardStopRule

func (client *Client) SetCardStopRule(request *SetCardStopRuleRequest) (_result *SetCardStopRuleResponse, _err error)

func (*Client) SetCardStopRuleWithOptions

func (client *Client) SetCardStopRuleWithOptions(request *SetCardStopRuleRequest, runtime *util.RuntimeOptions) (_result *SetCardStopRuleResponse, _err error)

func (*Client) StopSingleCard

func (client *Client) StopSingleCard(request *StopSingleCardRequest) (_result *StopSingleCardResponse, _err error)

func (*Client) StopSingleCardWithOptions

func (client *Client) StopSingleCardWithOptions(tmpReq *StopSingleCardRequest, runtime *util.RuntimeOptions) (_result *StopSingleCardResponse, _err error)

func (*Client) UpdateAutoRechargeSwitch

func (client *Client) UpdateAutoRechargeSwitch(request *UpdateAutoRechargeSwitchRequest) (_result *UpdateAutoRechargeSwitchResponse, _err error)

func (*Client) UpdateAutoRechargeSwitchWithOptions

func (client *Client) UpdateAutoRechargeSwitchWithOptions(request *UpdateAutoRechargeSwitchRequest, runtime *util.RuntimeOptions) (_result *UpdateAutoRechargeSwitchResponse, _err error)

func (*Client) VerifyIotCard

func (client *Client) VerifyIotCard(request *VerifyIotCardRequest) (_result *VerifyIotCardResponse, _err error)

func (*Client) VerifyIotCardWithOptions

func (client *Client) VerifyIotCardWithOptions(request *VerifyIotCardRequest, runtime *util.RuntimeOptions) (_result *VerifyIotCardResponse, _err error)

type DeleteDirectionalAddressRequest added in v2.0.3

type DeleteDirectionalAddressRequest struct {
	Address   *string `json:"Address,omitempty" xml:"Address,omitempty"`
	GroupId   *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	MsgNotify *bool   `json:"MsgNotify,omitempty" xml:"MsgNotify,omitempty"`
	SerialNo  *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (DeleteDirectionalAddressRequest) GoString added in v2.0.3

func (*DeleteDirectionalAddressRequest) SetAddress added in v2.0.3

func (*DeleteDirectionalAddressRequest) SetGroupId added in v2.0.3

func (*DeleteDirectionalAddressRequest) SetMsgNotify added in v2.0.3

func (*DeleteDirectionalAddressRequest) SetSerialNo added in v2.0.3

func (DeleteDirectionalAddressRequest) String added in v2.0.3

type DeleteDirectionalAddressResponse added in v2.0.3

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

func (DeleteDirectionalAddressResponse) GoString added in v2.0.3

func (*DeleteDirectionalAddressResponse) SetBody added in v2.0.3

func (*DeleteDirectionalAddressResponse) SetHeaders added in v2.0.3

func (*DeleteDirectionalAddressResponse) SetStatusCode added in v2.0.3

func (DeleteDirectionalAddressResponse) String added in v2.0.3

type DeleteDirectionalAddressResponseBody added in v2.0.3

type DeleteDirectionalAddressResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteDirectionalAddressResponseBody) GoString added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetCode added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetData added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetErrorMessage added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetLocalizedMessage added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetRequestId added in v2.0.3

func (*DeleteDirectionalAddressResponseBody) SetSuccess added in v2.0.3

func (DeleteDirectionalAddressResponseBody) String added in v2.0.3

type DeleteDirectionalGroupRequest added in v2.0.3

type DeleteDirectionalGroupRequest struct {
	GroupId *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
}

func (DeleteDirectionalGroupRequest) GoString added in v2.0.3

func (*DeleteDirectionalGroupRequest) SetGroupId added in v2.0.3

func (DeleteDirectionalGroupRequest) String added in v2.0.3

type DeleteDirectionalGroupResponse added in v2.0.3

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

func (DeleteDirectionalGroupResponse) GoString added in v2.0.3

func (*DeleteDirectionalGroupResponse) SetBody added in v2.0.3

func (*DeleteDirectionalGroupResponse) SetHeaders added in v2.0.3

func (*DeleteDirectionalGroupResponse) SetStatusCode added in v2.0.3

func (DeleteDirectionalGroupResponse) String added in v2.0.3

type DeleteDirectionalGroupResponseBody added in v2.0.3

type DeleteDirectionalGroupResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteDirectionalGroupResponseBody) GoString added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetCode added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetData added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetErrorMessage added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetLocalizedMessage added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetRequestId added in v2.0.3

func (*DeleteDirectionalGroupResponseBody) SetSuccess added in v2.0.3

func (DeleteDirectionalGroupResponseBody) String added in v2.0.3

type ForceActivationRequest

type ForceActivationRequest struct {
	DateType *string `json:"DateType,omitempty" xml:"DateType,omitempty"`
	Iccid    *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
}

func (ForceActivationRequest) GoString

func (s ForceActivationRequest) GoString() string

func (*ForceActivationRequest) SetDateType

func (*ForceActivationRequest) SetIccid

func (ForceActivationRequest) String

func (s ForceActivationRequest) String() string

type ForceActivationResponse

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

func (ForceActivationResponse) GoString

func (s ForceActivationResponse) GoString() string

func (*ForceActivationResponse) SetBody

func (*ForceActivationResponse) SetHeaders

func (*ForceActivationResponse) SetStatusCode

func (ForceActivationResponse) String

func (s ForceActivationResponse) String() string

type ForceActivationResponseBody

type ForceActivationResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ForceActivationResponseBody) GoString

func (s ForceActivationResponseBody) GoString() string

func (*ForceActivationResponseBody) SetCode

func (*ForceActivationResponseBody) SetData

func (*ForceActivationResponseBody) SetErrorMessage

func (*ForceActivationResponseBody) SetLocalizedMessage

func (*ForceActivationResponseBody) SetRequestId

func (*ForceActivationResponseBody) SetSuccess

func (ForceActivationResponseBody) String

type GetCardDetailRequest

type GetCardDetailRequest struct {
	DestroyCard *bool   `json:"DestroyCard,omitempty" xml:"DestroyCard,omitempty"`
	Iccid       *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	InstanceId  *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	ShowPsim    *bool   `json:"ShowPsim,omitempty" xml:"ShowPsim,omitempty"`
}

func (GetCardDetailRequest) GoString

func (s GetCardDetailRequest) GoString() string

func (*GetCardDetailRequest) SetDestroyCard

func (s *GetCardDetailRequest) SetDestroyCard(v bool) *GetCardDetailRequest

func (*GetCardDetailRequest) SetIccid

func (*GetCardDetailRequest) SetInstanceId

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

func (*GetCardDetailRequest) SetShowPsim

func (s *GetCardDetailRequest) SetShowPsim(v bool) *GetCardDetailRequest

func (GetCardDetailRequest) String

func (s GetCardDetailRequest) String() string

type GetCardDetailResponse

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

func (GetCardDetailResponse) GoString

func (s GetCardDetailResponse) GoString() string

func (*GetCardDetailResponse) SetBody

func (*GetCardDetailResponse) SetHeaders

func (*GetCardDetailResponse) SetStatusCode

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

func (GetCardDetailResponse) String

func (s GetCardDetailResponse) String() string

type GetCardDetailResponseBody

type GetCardDetailResponseBody struct {
	Code             *string                        `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *GetCardDetailResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                        `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                        `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCardDetailResponseBody) GoString

func (s GetCardDetailResponseBody) GoString() string

func (*GetCardDetailResponseBody) SetCode

func (*GetCardDetailResponseBody) SetData

func (*GetCardDetailResponseBody) SetErrorMessage

func (*GetCardDetailResponseBody) SetLocalizedMessage

func (s *GetCardDetailResponseBody) SetLocalizedMessage(v string) *GetCardDetailResponseBody

func (*GetCardDetailResponseBody) SetRequestId

func (*GetCardDetailResponseBody) SetSuccess

func (GetCardDetailResponseBody) String

func (s GetCardDetailResponseBody) String() string

type GetCardDetailResponseBodyData

type GetCardDetailResponseBodyData struct {
	ListPsimCards []*GetCardDetailResponseBodyDataListPsimCards `json:"ListPsimCards,omitempty" xml:"ListPsimCards,omitempty" type:"Repeated"`
	VsimCardInfo  *GetCardDetailResponseBodyDataVsimCardInfo    `json:"VsimCardInfo,omitempty" xml:"VsimCardInfo,omitempty" type:"Struct"`
}

func (GetCardDetailResponseBodyData) GoString

func (GetCardDetailResponseBodyData) String

type GetCardDetailResponseBodyDataListPsimCards

type GetCardDetailResponseBodyDataListPsimCards struct {
	ApnName               *string   `json:"ApnName,omitempty" xml:"ApnName,omitempty"`
	CertifyStatus         *string   `json:"CertifyStatus,omitempty" xml:"CertifyStatus,omitempty"`
	Iccid                 *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Imsi                  []*string `json:"Imsi,omitempty" xml:"Imsi,omitempty" type:"Repeated"`
	Ip                    []*string `json:"Ip,omitempty" xml:"Ip,omitempty" type:"Repeated"`
	Msisdn                []*string `json:"Msisdn,omitempty" xml:"Msisdn,omitempty" type:"Repeated"`
	OpenSms               *bool     `json:"OpenSms,omitempty" xml:"OpenSms,omitempty"`
	OsStatus              *string   `json:"OsStatus,omitempty" xml:"OsStatus,omitempty"`
	PeriodAddFlow         *string   `json:"PeriodAddFlow,omitempty" xml:"PeriodAddFlow,omitempty"`
	PeriodSmsUse          *string   `json:"PeriodSmsUse,omitempty" xml:"PeriodSmsUse,omitempty"`
	PrivateNetworkSegment *string   `json:"PrivateNetworkSegment,omitempty" xml:"PrivateNetworkSegment,omitempty"`
	Status                *string   `json:"Status,omitempty" xml:"Status,omitempty"`
	Vendor                *string   `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
}

func (GetCardDetailResponseBodyDataListPsimCards) GoString

func (*GetCardDetailResponseBodyDataListPsimCards) SetApnName

func (*GetCardDetailResponseBodyDataListPsimCards) SetCertifyStatus

func (*GetCardDetailResponseBodyDataListPsimCards) SetIccid

func (*GetCardDetailResponseBodyDataListPsimCards) SetImsi

func (*GetCardDetailResponseBodyDataListPsimCards) SetIp

func (*GetCardDetailResponseBodyDataListPsimCards) SetMsisdn

func (*GetCardDetailResponseBodyDataListPsimCards) SetOpenSms

func (*GetCardDetailResponseBodyDataListPsimCards) SetOsStatus

func (*GetCardDetailResponseBodyDataListPsimCards) SetPeriodAddFlow

func (*GetCardDetailResponseBodyDataListPsimCards) SetPeriodSmsUse

func (*GetCardDetailResponseBodyDataListPsimCards) SetPrivateNetworkSegment

func (*GetCardDetailResponseBodyDataListPsimCards) SetStatus

func (*GetCardDetailResponseBodyDataListPsimCards) SetVendor

func (GetCardDetailResponseBodyDataListPsimCards) String

type GetCardDetailResponseBodyDataVsimCardInfo

type GetCardDetailResponseBodyDataVsimCardInfo struct {
	ActiveTime                    *string                                             `json:"ActiveTime,omitempty" xml:"ActiveTime,omitempty"`
	ActiveType                    *string                                             `json:"ActiveType,omitempty" xml:"ActiveType,omitempty"`
	AliFee                        *string                                             `json:"AliFee,omitempty" xml:"AliFee,omitempty"`
	AliyunOrderId                 *string                                             `json:"AliyunOrderId,omitempty" xml:"AliyunOrderId,omitempty"`
	ApnName                       *string                                             `json:"ApnName,omitempty" xml:"ApnName,omitempty"`
	AutoLimitResume               *bool                                               `json:"AutoLimitResume,omitempty" xml:"AutoLimitResume,omitempty"`
	AutoRebindReuse               *bool                                               `json:"AutoRebindReuse,omitempty" xml:"AutoRebindReuse,omitempty"`
	CardLimitSpeedThreshold       *int32                                              `json:"CardLimitSpeedThreshold,omitempty" xml:"CardLimitSpeedThreshold,omitempty"`
	CardLimitStopThreshold        *int32                                              `json:"CardLimitStopThreshold,omitempty" xml:"CardLimitStopThreshold,omitempty"`
	CertifyStatus                 *string                                             `json:"CertifyStatus,omitempty" xml:"CertifyStatus,omitempty"`
	CertifyType                   *string                                             `json:"CertifyType,omitempty" xml:"CertifyType,omitempty"`
	CredentialInstanceId          *string                                             `json:"CredentialInstanceId,omitempty" xml:"CredentialInstanceId,omitempty"`
	CredentialLimitSpeedThreshold *int32                                              `json:"CredentialLimitSpeedThreshold,omitempty" xml:"CredentialLimitSpeedThreshold,omitempty"`
	CredentialLimitStopThreshold  *int32                                              `json:"CredentialLimitStopThreshold,omitempty" xml:"CredentialLimitStopThreshold,omitempty"`
	CredentialNo                  *string                                             `json:"CredentialNo,omitempty" xml:"CredentialNo,omitempty"`
	CredentialType                *string                                             `json:"CredentialType,omitempty" xml:"CredentialType,omitempty"`
	DataLevel                     *string                                             `json:"DataLevel,omitempty" xml:"DataLevel,omitempty"`
	DataType                      *string                                             `json:"DataType,omitempty" xml:"DataType,omitempty"`
	DeviceImei                    *string                                             `json:"DeviceImei,omitempty" xml:"DeviceImei,omitempty"`
	DirectionalGroupId            *string                                             `json:"DirectionalGroupId,omitempty" xml:"DirectionalGroupId,omitempty"`
	DirectionalGroupName          *string                                             `json:"DirectionalGroupName,omitempty" xml:"DirectionalGroupName,omitempty"`
	ExpireTime                    *string                                             `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	FlowThresholdUnit             *string                                             `json:"FlowThresholdUnit,omitempty" xml:"FlowThresholdUnit,omitempty"`
	Iccid                         *string                                             `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Imsi                          []*string                                           `json:"Imsi,omitempty" xml:"Imsi,omitempty" type:"Repeated"`
	Ip                            []*string                                           `json:"Ip,omitempty" xml:"Ip,omitempty" type:"Repeated"`
	IsAutoRecharge                *bool                                               `json:"IsAutoRecharge,omitempty" xml:"IsAutoRecharge,omitempty"`
	Msisdn                        []*string                                           `json:"Msisdn,omitempty" xml:"Msisdn,omitempty" type:"Repeated"`
	NotifyId                      *string                                             `json:"NotifyId,omitempty" xml:"NotifyId,omitempty"`
	OpenAccountTime               *string                                             `json:"OpenAccountTime,omitempty" xml:"OpenAccountTime,omitempty"`
	OpenSms                       *bool                                               `json:"OpenSms,omitempty" xml:"OpenSms,omitempty"`
	OsStatus                      *string                                             `json:"OsStatus,omitempty" xml:"OsStatus,omitempty"`
	Period                        *string                                             `json:"Period,omitempty" xml:"Period,omitempty"`
	PeriodAddFlow                 *string                                             `json:"PeriodAddFlow,omitempty" xml:"PeriodAddFlow,omitempty"`
	PeriodRestFlow                *string                                             `json:"PeriodRestFlow,omitempty" xml:"PeriodRestFlow,omitempty"`
	PeriodSmsUse                  *string                                             `json:"PeriodSmsUse,omitempty" xml:"PeriodSmsUse,omitempty"`
	PrivateNetworkSegment         *string                                             `json:"PrivateNetworkSegment,omitempty" xml:"PrivateNetworkSegment,omitempty"`
	SimType                       *string                                             `json:"SimType,omitempty" xml:"SimType,omitempty"`
	Status                        *string                                             `json:"Status,omitempty" xml:"Status,omitempty"`
	TagList                       []*GetCardDetailResponseBodyDataVsimCardInfoTagList `json:"TagList,omitempty" xml:"TagList,omitempty" type:"Repeated"`
	Vendor                        *string                                             `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
	VsimInstanceId                *int32                                              `json:"VsimInstanceId,omitempty" xml:"VsimInstanceId,omitempty"`
}

func (GetCardDetailResponseBodyDataVsimCardInfo) GoString

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetActiveTime

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetActiveType

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetAliFee

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetAliyunOrderId

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetApnName

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetAutoLimitResume

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetAutoRebindReuse

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCardLimitSpeedThreshold

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCardLimitStopThreshold

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCertifyStatus

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCertifyType

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCredentialInstanceId

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCredentialLimitSpeedThreshold

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCredentialLimitStopThreshold

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCredentialNo

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetCredentialType

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetDataLevel

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetDataType

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetDeviceImei

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetDirectionalGroupId

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetDirectionalGroupName

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetExpireTime

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetFlowThresholdUnit

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetIccid

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetImsi

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetIp

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetIsAutoRecharge

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetMsisdn

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetNotifyId

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetOpenAccountTime

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetOpenSms

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetOsStatus

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetPeriod

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetPeriodAddFlow

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetPeriodRestFlow

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetPeriodSmsUse

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetPrivateNetworkSegment

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetSimType

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetStatus

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetVendor

func (*GetCardDetailResponseBodyDataVsimCardInfo) SetVsimInstanceId

func (GetCardDetailResponseBodyDataVsimCardInfo) String

type GetCardDetailResponseBodyDataVsimCardInfoTagList

type GetCardDetailResponseBodyDataVsimCardInfoTagList struct {
	Id      *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	TagName *string `json:"TagName,omitempty" xml:"TagName,omitempty"`
}

func (GetCardDetailResponseBodyDataVsimCardInfoTagList) GoString

func (*GetCardDetailResponseBodyDataVsimCardInfoTagList) SetId

func (*GetCardDetailResponseBodyDataVsimCardInfoTagList) SetTagName

func (GetCardDetailResponseBodyDataVsimCardInfoTagList) String

type GetCardFlowInfoRequest

type GetCardFlowInfoRequest struct {
	DateList []*string `json:"DateList,omitempty" xml:"DateList,omitempty" type:"Repeated"`
	Iccid    *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
}

func (GetCardFlowInfoRequest) GoString

func (s GetCardFlowInfoRequest) GoString() string

func (*GetCardFlowInfoRequest) SetDateList

func (*GetCardFlowInfoRequest) SetIccid

func (GetCardFlowInfoRequest) String

func (s GetCardFlowInfoRequest) String() string

type GetCardFlowInfoResponse

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

func (GetCardFlowInfoResponse) GoString

func (s GetCardFlowInfoResponse) GoString() string

func (*GetCardFlowInfoResponse) SetBody

func (*GetCardFlowInfoResponse) SetHeaders

func (*GetCardFlowInfoResponse) SetStatusCode

func (GetCardFlowInfoResponse) String

func (s GetCardFlowInfoResponse) String() string

type GetCardFlowInfoResponseBody

type GetCardFlowInfoResponseBody struct {
	Code             *string                          `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *GetCardFlowInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                          `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                          `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCardFlowInfoResponseBody) GoString

func (s GetCardFlowInfoResponseBody) GoString() string

func (*GetCardFlowInfoResponseBody) SetCode

func (*GetCardFlowInfoResponseBody) SetData

func (*GetCardFlowInfoResponseBody) SetErrorMessage

func (*GetCardFlowInfoResponseBody) SetLocalizedMessage

func (*GetCardFlowInfoResponseBody) SetRequestId

func (*GetCardFlowInfoResponseBody) SetSuccess

func (GetCardFlowInfoResponseBody) String

type GetCardFlowInfoResponseBodyData

type GetCardFlowInfoResponseBodyData struct {
	ListCardMonthFlow []*GetCardFlowInfoResponseBodyDataListCardMonthFlow `json:"ListCardMonthFlow,omitempty" xml:"ListCardMonthFlow,omitempty" type:"Repeated"`
	ListPackageDTO    []*GetCardFlowInfoResponseBodyDataListPackageDTO    `json:"ListPackageDTO,omitempty" xml:"ListPackageDTO,omitempty" type:"Repeated"`
	ListVendorDetail  []*GetCardFlowInfoResponseBodyDataListVendorDetail  `json:"ListVendorDetail,omitempty" xml:"ListVendorDetail,omitempty" type:"Repeated"`
}

func (GetCardFlowInfoResponseBodyData) GoString

func (GetCardFlowInfoResponseBodyData) String

type GetCardFlowInfoResponseBodyDataListCardMonthFlow

type GetCardFlowInfoResponseBodyDataListCardMonthFlow struct {
	FlowCount   *string                                                        `json:"FlowCount,omitempty" xml:"FlowCount,omitempty"`
	ListDayFlow []*GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow `json:"ListDayFlow,omitempty" xml:"ListDayFlow,omitempty" type:"Repeated"`
	Month       *string                                                        `json:"Month,omitempty" xml:"Month,omitempty"`
}

func (GetCardFlowInfoResponseBodyDataListCardMonthFlow) GoString

func (*GetCardFlowInfoResponseBodyDataListCardMonthFlow) SetFlowCount

func (*GetCardFlowInfoResponseBodyDataListCardMonthFlow) SetMonth

func (GetCardFlowInfoResponseBodyDataListCardMonthFlow) String

type GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow

type GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow struct {
	Day  *string `json:"Day,omitempty" xml:"Day,omitempty"`
	Flow *string `json:"Flow,omitempty" xml:"Flow,omitempty"`
}

func (GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow) GoString

func (*GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow) SetDay

func (*GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow) SetFlow

func (GetCardFlowInfoResponseBodyDataListCardMonthFlowListDayFlow) String

type GetCardFlowInfoResponseBodyDataListPackageDTO

type GetCardFlowInfoResponseBodyDataListPackageDTO struct {
	EffectiveTime *string `json:"EffectiveTime,omitempty" xml:"EffectiveTime,omitempty"`
	ExpireTime    *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	PackageName   *string `json:"PackageName,omitempty" xml:"PackageName,omitempty"`
	Remark        *string `json:"Remark,omitempty" xml:"Remark,omitempty"`
}

func (GetCardFlowInfoResponseBodyDataListPackageDTO) GoString

func (*GetCardFlowInfoResponseBodyDataListPackageDTO) SetEffectiveTime

func (*GetCardFlowInfoResponseBodyDataListPackageDTO) SetExpireTime

func (*GetCardFlowInfoResponseBodyDataListPackageDTO) SetPackageName

func (*GetCardFlowInfoResponseBodyDataListPackageDTO) SetRemark

func (GetCardFlowInfoResponseBodyDataListPackageDTO) String

type GetCardFlowInfoResponseBodyDataListVendorDetail

type GetCardFlowInfoResponseBodyDataListVendorDetail struct {
	NetWorkDelay   *string `json:"NetWorkDelay,omitempty" xml:"NetWorkDelay,omitempty"`
	Ratio          *string `json:"Ratio,omitempty" xml:"Ratio,omitempty"`
	SignalStrength *string `json:"SignalStrength,omitempty" xml:"SignalStrength,omitempty"`
	UsedFlow       *string `json:"UsedFlow,omitempty" xml:"UsedFlow,omitempty"`
	Vendor         *string `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
}

func (GetCardFlowInfoResponseBodyDataListVendorDetail) GoString

func (*GetCardFlowInfoResponseBodyDataListVendorDetail) SetNetWorkDelay

func (*GetCardFlowInfoResponseBodyDataListVendorDetail) SetRatio

func (*GetCardFlowInfoResponseBodyDataListVendorDetail) SetSignalStrength

func (*GetCardFlowInfoResponseBodyDataListVendorDetail) SetUsedFlow

func (*GetCardFlowInfoResponseBodyDataListVendorDetail) SetVendor

func (GetCardFlowInfoResponseBodyDataListVendorDetail) String

type GetCardLatestFlowRequest added in v2.0.4

type GetCardLatestFlowRequest struct {
	Iccid *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
}

func (GetCardLatestFlowRequest) GoString added in v2.0.4

func (s GetCardLatestFlowRequest) GoString() string

func (*GetCardLatestFlowRequest) SetIccid added in v2.0.4

func (GetCardLatestFlowRequest) String added in v2.0.4

func (s GetCardLatestFlowRequest) String() string

type GetCardLatestFlowResponse added in v2.0.4

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

func (GetCardLatestFlowResponse) GoString added in v2.0.4

func (s GetCardLatestFlowResponse) GoString() string

func (*GetCardLatestFlowResponse) SetBody added in v2.0.4

func (*GetCardLatestFlowResponse) SetHeaders added in v2.0.4

func (*GetCardLatestFlowResponse) SetStatusCode added in v2.0.4

func (GetCardLatestFlowResponse) String added in v2.0.4

func (s GetCardLatestFlowResponse) String() string

type GetCardLatestFlowResponseBody added in v2.0.4

type GetCardLatestFlowResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *string `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCardLatestFlowResponseBody) GoString added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetCode added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetData added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetErrorMessage added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetLocalizedMessage added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetRequestId added in v2.0.4

func (*GetCardLatestFlowResponseBody) SetSuccess added in v2.0.4

func (GetCardLatestFlowResponseBody) String added in v2.0.4

type GetCardRealStatusRequest added in v2.0.5

type GetCardRealStatusRequest struct {
	Iccid    *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Msisdn   *string   `json:"Msisdn,omitempty" xml:"Msisdn,omitempty"`
	SerialNo []*string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty" type:"Repeated"`
}

func (GetCardRealStatusRequest) GoString added in v2.0.5

func (s GetCardRealStatusRequest) GoString() string

func (*GetCardRealStatusRequest) SetIccid added in v2.0.5

func (*GetCardRealStatusRequest) SetMsisdn added in v2.0.5

func (*GetCardRealStatusRequest) SetSerialNo added in v2.0.5

func (GetCardRealStatusRequest) String added in v2.0.5

func (s GetCardRealStatusRequest) String() string

type GetCardRealStatusResponse added in v2.0.5

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

func (GetCardRealStatusResponse) GoString added in v2.0.5

func (s GetCardRealStatusResponse) GoString() string

func (*GetCardRealStatusResponse) SetBody added in v2.0.5

func (*GetCardRealStatusResponse) SetHeaders added in v2.0.5

func (*GetCardRealStatusResponse) SetStatusCode added in v2.0.5

func (GetCardRealStatusResponse) String added in v2.0.5

func (s GetCardRealStatusResponse) String() string

type GetCardRealStatusResponseBody added in v2.0.5

type GetCardRealStatusResponseBody struct {
	Code             *string                              `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             []*GetCardRealStatusResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"`
	ErrorMessage     *string                              `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                              `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCardRealStatusResponseBody) GoString added in v2.0.5

func (*GetCardRealStatusResponseBody) SetCode added in v2.0.5

func (*GetCardRealStatusResponseBody) SetData added in v2.0.5

func (*GetCardRealStatusResponseBody) SetErrorMessage added in v2.0.5

func (*GetCardRealStatusResponseBody) SetLocalizedMessage added in v2.0.5

func (*GetCardRealStatusResponseBody) SetRequestId added in v2.0.5

func (*GetCardRealStatusResponseBody) SetSuccess added in v2.0.5

func (GetCardRealStatusResponseBody) String added in v2.0.5

type GetCardRealStatusResponseBodyData added in v2.0.5

type GetCardRealStatusResponseBodyData struct {
	Gprs     *bool   `json:"Gprs,omitempty" xml:"Gprs,omitempty"`
	Iccid    *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Online   *bool   `json:"Online,omitempty" xml:"Online,omitempty"`
	SerialNo *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
	Status   *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetCardRealStatusResponseBodyData) GoString added in v2.0.5

func (*GetCardRealStatusResponseBodyData) SetGprs added in v2.0.5

func (*GetCardRealStatusResponseBodyData) SetIccid added in v2.0.5

func (*GetCardRealStatusResponseBodyData) SetOnline added in v2.0.5

func (*GetCardRealStatusResponseBodyData) SetSerialNo added in v2.0.5

func (*GetCardRealStatusResponseBodyData) SetStatus added in v2.0.5

func (GetCardRealStatusResponseBodyData) String added in v2.0.5

type GetCardRealStatusShrinkRequest added in v2.0.5

type GetCardRealStatusShrinkRequest struct {
	Iccid          *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Msisdn         *string `json:"Msisdn,omitempty" xml:"Msisdn,omitempty"`
	SerialNoShrink *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (GetCardRealStatusShrinkRequest) GoString added in v2.0.5

func (*GetCardRealStatusShrinkRequest) SetIccid added in v2.0.5

func (*GetCardRealStatusShrinkRequest) SetMsisdn added in v2.0.5

func (*GetCardRealStatusShrinkRequest) SetSerialNoShrink added in v2.0.5

func (GetCardRealStatusShrinkRequest) String added in v2.0.5

type GetCardStatusStatisticsResponse added in v2.0.4

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

func (GetCardStatusStatisticsResponse) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponse) SetBody added in v2.0.4

func (*GetCardStatusStatisticsResponse) SetHeaders added in v2.0.4

func (*GetCardStatusStatisticsResponse) SetStatusCode added in v2.0.4

func (GetCardStatusStatisticsResponse) String added in v2.0.4

type GetCardStatusStatisticsResponseBody added in v2.0.4

type GetCardStatusStatisticsResponseBody struct {
	Code             *string                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *GetCardStatusStatisticsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                                  `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                                  `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCardStatusStatisticsResponseBody) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetCode added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetData added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetErrorMessage added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetLocalizedMessage added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetRequestId added in v2.0.4

func (*GetCardStatusStatisticsResponseBody) SetSuccess added in v2.0.4

func (GetCardStatusStatisticsResponseBody) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyData added in v2.0.4

type GetCardStatusStatisticsResponseBodyData struct {
	ErrorStopStatisticsDTO        *GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO        `json:"ErrorStopStatisticsDTO,omitempty" xml:"ErrorStopStatisticsDTO,omitempty" type:"Struct"`
	ExhaustStopStatisticsDTO      *GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO      `json:"ExhaustStopStatisticsDTO,omitempty" xml:"ExhaustStopStatisticsDTO,omitempty" type:"Struct"`
	ExpireStopStatisticsDTO       *GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO       `json:"ExpireStopStatisticsDTO,omitempty" xml:"ExpireStopStatisticsDTO,omitempty" type:"Struct"`
	FlowOutStatisticsDTO          *GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO          `json:"FlowOutStatisticsDTO,omitempty" xml:"FlowOutStatisticsDTO,omitempty" type:"Struct"`
	ManageStopStatisticsDTO       *GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO       `json:"ManageStopStatisticsDTO,omitempty" xml:"ManageStopStatisticsDTO,omitempty" type:"Struct"`
	RiskWaringStatisticsDTO       *GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO       `json:"RiskWaringStatisticsDTO,omitempty" xml:"RiskWaringStatisticsDTO,omitempty" type:"Struct"`
	SingCardPeriodLeftFlowWarnDTO *GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO `json:"SingCardPeriodLeftFlowWarnDTO,omitempty" xml:"SingCardPeriodLeftFlowWarnDTO,omitempty" type:"Struct"`
	UnCertifiedStopStatisticsDTO  *GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO  `json:"UnCertifiedStopStatisticsDTO,omitempty" xml:"UnCertifiedStopStatisticsDTO,omitempty" type:"Struct"`
	UnbindResumeStatisticsDTO     *GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO     `json:"UnbindResumeStatisticsDTO,omitempty" xml:"UnbindResumeStatisticsDTO,omitempty" type:"Struct"`
	WeekWarnStatisticsDTO         *GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO         `json:"WeekWarnStatisticsDTO,omitempty" xml:"WeekWarnStatisticsDTO,omitempty" type:"Struct"`
}

func (GetCardStatusStatisticsResponseBodyData) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetErrorStopStatisticsDTO added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetExpireStopStatisticsDTO added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetFlowOutStatisticsDTO added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetManageStopStatisticsDTO added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetRiskWaringStatisticsDTO added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyData) SetWeekWarnStatisticsDTO added in v2.0.4

func (GetCardStatusStatisticsResponseBodyData) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataErrorStopStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataExhaustStopStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataExpireStopStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataFlowOutStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataManageStopStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO struct {
	LeftFlowPercentageWarnCount *int64 `json:"LeftFlowPercentageWarnCount,omitempty" xml:"LeftFlowPercentageWarnCount,omitempty"`
	StopCount                   *int64 `json:"StopCount,omitempty" xml:"StopCount,omitempty"`
	WaringTotalCount            *int64 `json:"WaringTotalCount,omitempty" xml:"WaringTotalCount,omitempty"`
	WarningCount                *int64 `json:"WarningCount,omitempty" xml:"WarningCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) SetLeftFlowPercentageWarnCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) SetStopCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) SetWaringTotalCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) SetWarningCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataRiskWaringStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO struct {
	LessFlowPercentage10Count *int64 `json:"LessFlowPercentage10Count,omitempty" xml:"LessFlowPercentage10Count,omitempty"`
	LessFlowPercentage30Count *int64 `json:"LessFlowPercentage30Count,omitempty" xml:"LessFlowPercentage30Count,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO) SetLessFlowPercentage10Count added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO) SetLessFlowPercentage30Count added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataSingCardPeriodLeftFlowWarnDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataUnCertifiedStopStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataUnbindResumeStatisticsDTO) String added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO added in v2.0.4

type GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO struct {
	PoolCount         *int64 `json:"PoolCount,omitempty" xml:"PoolCount,omitempty"`
	SameFlowCardCount *int64 `json:"SameFlowCardCount,omitempty" xml:"SameFlowCardCount,omitempty"`
	SingleCardCount   *int64 `json:"SingleCardCount,omitempty" xml:"SingleCardCount,omitempty"`
	TotalCount        *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) GoString added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) SetPoolCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) SetSameFlowCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) SetSingleCardCount added in v2.0.4

func (*GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) SetTotalCount added in v2.0.4

func (GetCardStatusStatisticsResponseBodyDataWeekWarnStatisticsDTO) String added in v2.0.4

type GetCredentialPoolStatisticsRequest

type GetCredentialPoolStatisticsRequest struct {
	CredentialNO *string `json:"CredentialNO,omitempty" xml:"CredentialNO,omitempty"`
	Date         *string `json:"Date,omitempty" xml:"Date,omitempty"`
}

func (GetCredentialPoolStatisticsRequest) GoString

func (*GetCredentialPoolStatisticsRequest) SetCredentialNO

func (*GetCredentialPoolStatisticsRequest) SetDate

func (GetCredentialPoolStatisticsRequest) String

type GetCredentialPoolStatisticsResponse

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

func (GetCredentialPoolStatisticsResponse) GoString

func (*GetCredentialPoolStatisticsResponse) SetHeaders

func (*GetCredentialPoolStatisticsResponse) SetStatusCode

func (GetCredentialPoolStatisticsResponse) String

type GetCredentialPoolStatisticsResponseBody

type GetCredentialPoolStatisticsResponseBody struct {
	Code         *string                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Data         *GetCredentialPoolStatisticsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage *string                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetCredentialPoolStatisticsResponseBody) GoString

func (*GetCredentialPoolStatisticsResponseBody) SetCode

func (*GetCredentialPoolStatisticsResponseBody) SetErrorMessage

func (*GetCredentialPoolStatisticsResponseBody) SetRequestId

func (*GetCredentialPoolStatisticsResponseBody) SetSuccess

func (GetCredentialPoolStatisticsResponseBody) String

type GetCredentialPoolStatisticsResponseBodyData

type GetCredentialPoolStatisticsResponseBodyData struct {
	CardActiveNum          *int64  `json:"CardActiveNum,omitempty" xml:"CardActiveNum,omitempty"`
	CardTotalNum           *int64  `json:"CardTotalNum,omitempty" xml:"CardTotalNum,omitempty"`
	CredentialInstanceId   *string `json:"CredentialInstanceId,omitempty" xml:"CredentialInstanceId,omitempty"`
	CredentialNO           *string `json:"CredentialNO,omitempty" xml:"CredentialNO,omitempty"`
	CredentialType         *string `json:"CredentialType,omitempty" xml:"CredentialType,omitempty"`
	EffectiveAvailableFlow *string `json:"EffectiveAvailableFlow,omitempty" xml:"EffectiveAvailableFlow,omitempty"`
	EffectiveTotalFlow     *string `json:"EffectiveTotalFlow,omitempty" xml:"EffectiveTotalFlow,omitempty"`
	MonthExceedFee         *int64  `json:"MonthExceedFee,omitempty" xml:"MonthExceedFee,omitempty"`
	MonthFeatureFee        *int64  `json:"MonthFeatureFee,omitempty" xml:"MonthFeatureFee,omitempty"`
	MonthUsedAmount        *int64  `json:"MonthUsedAmount,omitempty" xml:"MonthUsedAmount,omitempty"`
	PoolAvaiable           *string `json:"PoolAvaiable,omitempty" xml:"PoolAvaiable,omitempty"`
	PoolGrandTotal         *string `json:"PoolGrandTotal,omitempty" xml:"PoolGrandTotal,omitempty"`
	PoolGrandTotalUsed     *string `json:"PoolGrandTotalUsed,omitempty" xml:"PoolGrandTotalUsed,omitempty"`
	PoolOutUsed            *string `json:"PoolOutUsed,omitempty" xml:"PoolOutUsed,omitempty"`
	PoolUsed               *string `json:"PoolUsed,omitempty" xml:"PoolUsed,omitempty"`
	SmsUsed                *int64  `json:"SmsUsed,omitempty" xml:"SmsUsed,omitempty"`
}

func (GetCredentialPoolStatisticsResponseBodyData) GoString

func (*GetCredentialPoolStatisticsResponseBodyData) SetCardActiveNum

func (*GetCredentialPoolStatisticsResponseBodyData) SetCardTotalNum

func (*GetCredentialPoolStatisticsResponseBodyData) SetCredentialInstanceId

func (*GetCredentialPoolStatisticsResponseBodyData) SetCredentialNO

func (*GetCredentialPoolStatisticsResponseBodyData) SetCredentialType

func (*GetCredentialPoolStatisticsResponseBodyData) SetEffectiveAvailableFlow

func (*GetCredentialPoolStatisticsResponseBodyData) SetEffectiveTotalFlow

func (*GetCredentialPoolStatisticsResponseBodyData) SetMonthExceedFee added in v2.0.7

func (*GetCredentialPoolStatisticsResponseBodyData) SetMonthFeatureFee

func (*GetCredentialPoolStatisticsResponseBodyData) SetMonthUsedAmount

func (*GetCredentialPoolStatisticsResponseBodyData) SetPoolAvaiable

func (*GetCredentialPoolStatisticsResponseBodyData) SetPoolGrandTotal

func (*GetCredentialPoolStatisticsResponseBodyData) SetPoolGrandTotalUsed

func (*GetCredentialPoolStatisticsResponseBodyData) SetPoolOutUsed

func (*GetCredentialPoolStatisticsResponseBodyData) SetPoolUsed

func (*GetCredentialPoolStatisticsResponseBodyData) SetSmsUsed

func (GetCredentialPoolStatisticsResponseBodyData) String

type GetOperateResultRequest added in v2.0.4

type GetOperateResultRequest struct {
	ApiProduct *string `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	ResId      *string `json:"ResId,omitempty" xml:"ResId,omitempty"`
	SerialNo   *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (GetOperateResultRequest) GoString added in v2.0.4

func (s GetOperateResultRequest) GoString() string

func (*GetOperateResultRequest) SetApiProduct added in v2.0.4

func (*GetOperateResultRequest) SetResId added in v2.0.4

func (*GetOperateResultRequest) SetSerialNo added in v2.0.4

func (GetOperateResultRequest) String added in v2.0.4

func (s GetOperateResultRequest) String() string

type GetOperateResultResponse added in v2.0.4

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

func (GetOperateResultResponse) GoString added in v2.0.4

func (s GetOperateResultResponse) GoString() string

func (*GetOperateResultResponse) SetBody added in v2.0.4

func (*GetOperateResultResponse) SetHeaders added in v2.0.4

func (*GetOperateResultResponse) SetStatusCode added in v2.0.4

func (GetOperateResultResponse) String added in v2.0.4

func (s GetOperateResultResponse) String() string

type GetOperateResultResponseBody added in v2.0.4

type GetOperateResultResponseBody struct {
	Code             *string                           `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *GetOperateResultResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                           `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                           `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetOperateResultResponseBody) GoString added in v2.0.4

func (s GetOperateResultResponseBody) GoString() string

func (*GetOperateResultResponseBody) SetCode added in v2.0.4

func (*GetOperateResultResponseBody) SetData added in v2.0.4

func (*GetOperateResultResponseBody) SetErrorMessage added in v2.0.4

func (*GetOperateResultResponseBody) SetLocalizedMessage added in v2.0.4

func (*GetOperateResultResponseBody) SetRequestId added in v2.0.4

func (*GetOperateResultResponseBody) SetSuccess added in v2.0.4

func (GetOperateResultResponseBody) String added in v2.0.4

type GetOperateResultResponseBodyData added in v2.0.4

type GetOperateResultResponseBodyData struct {
	ExecuteResult *string `json:"ExecuteResult,omitempty" xml:"ExecuteResult,omitempty"`
	OperateType   *string `json:"OperateType,omitempty" xml:"OperateType,omitempty"`
	Result        *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (GetOperateResultResponseBodyData) GoString added in v2.0.4

func (*GetOperateResultResponseBodyData) SetExecuteResult added in v2.0.6

func (*GetOperateResultResponseBodyData) SetOperateType added in v2.0.4

func (*GetOperateResultResponseBodyData) SetResult added in v2.0.4

func (*GetOperateResultResponseBodyData) SetStatus added in v2.0.4

func (GetOperateResultResponseBodyData) String added in v2.0.4

type GetRealNameStatusRequest added in v2.0.4

type GetRealNameStatusRequest struct {
	Iccid       *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	ListMsisdns []*string `json:"ListMsisdns,omitempty" xml:"ListMsisdns,omitempty" type:"Repeated"`
}

func (GetRealNameStatusRequest) GoString added in v2.0.4

func (s GetRealNameStatusRequest) GoString() string

func (*GetRealNameStatusRequest) SetIccid added in v2.0.4

func (*GetRealNameStatusRequest) SetListMsisdns added in v2.0.4

func (s *GetRealNameStatusRequest) SetListMsisdns(v []*string) *GetRealNameStatusRequest

func (GetRealNameStatusRequest) String added in v2.0.4

func (s GetRealNameStatusRequest) String() string

type GetRealNameStatusResponse added in v2.0.4

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

func (GetRealNameStatusResponse) GoString added in v2.0.4

func (s GetRealNameStatusResponse) GoString() string

func (*GetRealNameStatusResponse) SetBody added in v2.0.4

func (*GetRealNameStatusResponse) SetHeaders added in v2.0.4

func (*GetRealNameStatusResponse) SetStatusCode added in v2.0.4

func (GetRealNameStatusResponse) String added in v2.0.4

func (s GetRealNameStatusResponse) String() string

type GetRealNameStatusResponseBody added in v2.0.4

type GetRealNameStatusResponseBody struct {
	Code             *string                            `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *GetRealNameStatusResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                            `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                            `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetRealNameStatusResponseBody) GoString added in v2.0.4

func (*GetRealNameStatusResponseBody) SetCode added in v2.0.4

func (*GetRealNameStatusResponseBody) SetData added in v2.0.4

func (*GetRealNameStatusResponseBody) SetErrorMessage added in v2.0.4

func (*GetRealNameStatusResponseBody) SetLocalizedMessage added in v2.0.4

func (*GetRealNameStatusResponseBody) SetRequestId added in v2.0.4

func (*GetRealNameStatusResponseBody) SetSuccess added in v2.0.4

func (GetRealNameStatusResponseBody) String added in v2.0.4

type GetRealNameStatusResponseBodyData added in v2.0.4

type GetRealNameStatusResponseBodyData struct {
	Desc           *string `json:"Desc,omitempty" xml:"Desc,omitempty"`
	RealNameStatus *string `json:"RealNameStatus,omitempty" xml:"RealNameStatus,omitempty"`
}

func (GetRealNameStatusResponseBodyData) GoString added in v2.0.4

func (*GetRealNameStatusResponseBodyData) SetDesc added in v2.0.4

func (*GetRealNameStatusResponseBodyData) SetRealNameStatus added in v2.0.4

func (GetRealNameStatusResponseBodyData) String added in v2.0.4

type GetRealNameStatusShrinkRequest added in v2.0.4

type GetRealNameStatusShrinkRequest struct {
	Iccid             *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	ListMsisdnsShrink *string `json:"ListMsisdns,omitempty" xml:"ListMsisdns,omitempty"`
}

func (GetRealNameStatusShrinkRequest) GoString added in v2.0.4

func (*GetRealNameStatusShrinkRequest) SetIccid added in v2.0.4

func (*GetRealNameStatusShrinkRequest) SetListMsisdnsShrink added in v2.0.4

func (GetRealNameStatusShrinkRequest) String added in v2.0.4

type GetSimCardStateDistributionRequest added in v2.0.4

type GetSimCardStateDistributionRequest struct {
	CredentialNO *string `json:"CredentialNO,omitempty" xml:"CredentialNO,omitempty"`
	Date         *string `json:"Date,omitempty" xml:"Date,omitempty"`
}

func (GetSimCardStateDistributionRequest) GoString added in v2.0.4

func (*GetSimCardStateDistributionRequest) SetCredentialNO added in v2.0.4

func (*GetSimCardStateDistributionRequest) SetDate added in v2.0.4

func (GetSimCardStateDistributionRequest) String added in v2.0.4

type GetSimCardStateDistributionResponse added in v2.0.4

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

func (GetSimCardStateDistributionResponse) GoString added in v2.0.4

func (*GetSimCardStateDistributionResponse) SetBody added in v2.0.4

func (*GetSimCardStateDistributionResponse) SetHeaders added in v2.0.4

func (*GetSimCardStateDistributionResponse) SetStatusCode added in v2.0.4

func (GetSimCardStateDistributionResponse) String added in v2.0.4

type GetSimCardStateDistributionResponseBody added in v2.0.4

type GetSimCardStateDistributionResponseBody struct {
	Code         *string                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	Data         *GetSimCardStateDistributionResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage *string                                      `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	RequestId    *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success      *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (GetSimCardStateDistributionResponseBody) GoString added in v2.0.4

func (*GetSimCardStateDistributionResponseBody) SetCode added in v2.0.4

func (*GetSimCardStateDistributionResponseBody) SetData added in v2.0.4

func (*GetSimCardStateDistributionResponseBody) SetErrorMessage added in v2.0.4

func (*GetSimCardStateDistributionResponseBody) SetRequestId added in v2.0.4

func (*GetSimCardStateDistributionResponseBody) SetSuccess added in v2.0.4

func (GetSimCardStateDistributionResponseBody) String added in v2.0.4

type GetSimCardStateDistributionResponseBodyData added in v2.0.4

type GetSimCardStateDistributionResponseBodyData struct {
	CardCount      *int64 `json:"CardCount,omitempty" xml:"CardCount,omitempty"`
	DestoryedCount *int64 `json:"DestoryedCount,omitempty" xml:"DestoryedCount,omitempty"`
	ShutDownCount  *int64 `json:"ShutDownCount,omitempty" xml:"ShutDownCount,omitempty"`
	StopCount      *int64 `json:"StopCount,omitempty" xml:"StopCount,omitempty"`
	TestCount      *int64 `json:"TestCount,omitempty" xml:"TestCount,omitempty"`
	UnusedCount    *int64 `json:"UnusedCount,omitempty" xml:"UnusedCount,omitempty"`
	UsingCount     *int64 `json:"UsingCount,omitempty" xml:"UsingCount,omitempty"`
}

func (GetSimCardStateDistributionResponseBodyData) GoString added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetCardCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetDestoryedCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetShutDownCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetStopCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetTestCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetUnusedCount added in v2.0.4

func (*GetSimCardStateDistributionResponseBodyData) SetUsingCount added in v2.0.4

func (GetSimCardStateDistributionResponseBodyData) String added in v2.0.4

type ListCardInfoRequest

type ListCardInfoRequest struct {
	ActiveTimeEnd         *string  `json:"ActiveTimeEnd,omitempty" xml:"ActiveTimeEnd,omitempty"`
	ActiveTimeStart       *string  `json:"ActiveTimeStart,omitempty" xml:"ActiveTimeStart,omitempty"`
	AliFee                *string  `json:"AliFee,omitempty" xml:"AliFee,omitempty"`
	AliyunOrderId         *string  `json:"AliyunOrderId,omitempty" xml:"AliyunOrderId,omitempty"`
	ApnName               *string  `json:"ApnName,omitempty" xml:"ApnName,omitempty"`
	CertifyType           *string  `json:"CertifyType,omitempty" xml:"CertifyType,omitempty"`
	CredentialNo          *string  `json:"CredentialNo,omitempty" xml:"CredentialNo,omitempty"`
	DataLevel             *string  `json:"DataLevel,omitempty" xml:"DataLevel,omitempty"`
	DataType              *string  `json:"DataType,omitempty" xml:"DataType,omitempty"`
	DirectionalGroupId    *string  `json:"DirectionalGroupId,omitempty" xml:"DirectionalGroupId,omitempty"`
	ExpireTimeEnd         *string  `json:"ExpireTimeEnd,omitempty" xml:"ExpireTimeEnd,omitempty"`
	ExpireTimeStart       *string  `json:"ExpireTimeStart,omitempty" xml:"ExpireTimeStart,omitempty"`
	Iccid                 *string  `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Imsi                  *string  `json:"Imsi,omitempty" xml:"Imsi,omitempty"`
	IsAutoRecharge        *bool    `json:"IsAutoRecharge,omitempty" xml:"IsAutoRecharge,omitempty"`
	MaxFlow               *string  `json:"MaxFlow,omitempty" xml:"MaxFlow,omitempty"`
	MaxRestFlowPercentage *float64 `json:"MaxRestFlowPercentage,omitempty" xml:"MaxRestFlowPercentage,omitempty"`
	MinFlow               *string  `json:"MinFlow,omitempty" xml:"MinFlow,omitempty"`
	Msisdn                *string  `json:"Msisdn,omitempty" xml:"Msisdn,omitempty"`
	NetworkType           *string  `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	NotifyId              *string  `json:"NotifyId,omitempty" xml:"NotifyId,omitempty"`
	OsStatus              *string  `json:"OsStatus,omitempty" xml:"OsStatus,omitempty"`
	PageNo                *int32   `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize              *int32   `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Period                *string  `json:"Period,omitempty" xml:"Period,omitempty"`
	PoolId                *string  `json:"PoolId,omitempty" xml:"PoolId,omitempty"`
	SimType               *string  `json:"SimType,omitempty" xml:"SimType,omitempty"`
	Status                *string  `json:"Status,omitempty" xml:"Status,omitempty"`
	TagName               *string  `json:"TagName,omitempty" xml:"TagName,omitempty"`
	Vendor                *string  `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
}

func (ListCardInfoRequest) GoString

func (s ListCardInfoRequest) GoString() string

func (*ListCardInfoRequest) SetActiveTimeEnd

func (s *ListCardInfoRequest) SetActiveTimeEnd(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetActiveTimeStart

func (s *ListCardInfoRequest) SetActiveTimeStart(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetAliFee

func (*ListCardInfoRequest) SetAliyunOrderId

func (s *ListCardInfoRequest) SetAliyunOrderId(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetApnName

func (*ListCardInfoRequest) SetCertifyType

func (s *ListCardInfoRequest) SetCertifyType(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetCredentialNo

func (s *ListCardInfoRequest) SetCredentialNo(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetDataLevel

func (s *ListCardInfoRequest) SetDataLevel(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetDataType

func (s *ListCardInfoRequest) SetDataType(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetDirectionalGroupId

func (s *ListCardInfoRequest) SetDirectionalGroupId(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetExpireTimeEnd

func (s *ListCardInfoRequest) SetExpireTimeEnd(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetExpireTimeStart

func (s *ListCardInfoRequest) SetExpireTimeStart(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetIccid

func (*ListCardInfoRequest) SetImsi

func (*ListCardInfoRequest) SetIsAutoRecharge

func (s *ListCardInfoRequest) SetIsAutoRecharge(v bool) *ListCardInfoRequest

func (*ListCardInfoRequest) SetMaxFlow

func (*ListCardInfoRequest) SetMaxRestFlowPercentage added in v2.0.1

func (s *ListCardInfoRequest) SetMaxRestFlowPercentage(v float64) *ListCardInfoRequest

func (*ListCardInfoRequest) SetMinFlow

func (*ListCardInfoRequest) SetMsisdn

func (*ListCardInfoRequest) SetNetworkType added in v2.0.8

func (s *ListCardInfoRequest) SetNetworkType(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetNotifyId

func (s *ListCardInfoRequest) SetNotifyId(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetOsStatus

func (s *ListCardInfoRequest) SetOsStatus(v string) *ListCardInfoRequest

func (*ListCardInfoRequest) SetPageNo

func (*ListCardInfoRequest) SetPageSize

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

func (*ListCardInfoRequest) SetPeriod

func (*ListCardInfoRequest) SetPoolId

func (*ListCardInfoRequest) SetSimType

func (*ListCardInfoRequest) SetStatus

func (*ListCardInfoRequest) SetTagName

func (*ListCardInfoRequest) SetVendor

func (ListCardInfoRequest) String

func (s ListCardInfoRequest) String() string

type ListCardInfoResponse

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

func (ListCardInfoResponse) GoString

func (s ListCardInfoResponse) GoString() string

func (*ListCardInfoResponse) SetBody

func (*ListCardInfoResponse) SetHeaders

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

func (*ListCardInfoResponse) SetStatusCode

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

func (ListCardInfoResponse) String

func (s ListCardInfoResponse) String() string

type ListCardInfoResponseBody

type ListCardInfoResponseBody struct {
	Code             *string                       `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *ListCardInfoResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                       `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                       `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListCardInfoResponseBody) GoString

func (s ListCardInfoResponseBody) GoString() string

func (*ListCardInfoResponseBody) SetCode

func (*ListCardInfoResponseBody) SetData

func (*ListCardInfoResponseBody) SetErrorMessage

func (*ListCardInfoResponseBody) SetLocalizedMessage

func (s *ListCardInfoResponseBody) SetLocalizedMessage(v string) *ListCardInfoResponseBody

func (*ListCardInfoResponseBody) SetRequestId

func (*ListCardInfoResponseBody) SetSuccess

func (ListCardInfoResponseBody) String

func (s ListCardInfoResponseBody) String() string

type ListCardInfoResponseBodyData

type ListCardInfoResponseBodyData struct {
	List      []*ListCardInfoResponseBodyDataList `json:"List,omitempty" xml:"List,omitempty" type:"Repeated"`
	PageCount *int32                              `json:"PageCount,omitempty" xml:"PageCount,omitempty"`
	PageNo    *int32                              `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize  *int32                              `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total     *int32                              `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListCardInfoResponseBodyData) GoString

func (s ListCardInfoResponseBodyData) GoString() string

func (*ListCardInfoResponseBodyData) SetList

func (*ListCardInfoResponseBodyData) SetPageCount

func (*ListCardInfoResponseBodyData) SetPageNo

func (*ListCardInfoResponseBodyData) SetPageSize

func (*ListCardInfoResponseBodyData) SetTotal

func (ListCardInfoResponseBodyData) String

type ListCardInfoResponseBodyDataList

type ListCardInfoResponseBodyDataList struct {
	ActiveTime             *string                                    `json:"ActiveTime,omitempty" xml:"ActiveTime,omitempty"`
	ActiveType             *string                                    `json:"ActiveType,omitempty" xml:"ActiveType,omitempty"`
	AliFee                 *string                                    `json:"AliFee,omitempty" xml:"AliFee,omitempty"`
	AliyunOrderId          *string                                    `json:"AliyunOrderId,omitempty" xml:"AliyunOrderId,omitempty"`
	ApnName                *string                                    `json:"ApnName,omitempty" xml:"ApnName,omitempty"`
	CertifyType            *string                                    `json:"CertifyType,omitempty" xml:"CertifyType,omitempty"`
	CredentialInstanceId   *string                                    `json:"CredentialInstanceId,omitempty" xml:"CredentialInstanceId,omitempty"`
	CredentialNo           *string                                    `json:"CredentialNo,omitempty" xml:"CredentialNo,omitempty"`
	CredentialType         *string                                    `json:"CredentialType,omitempty" xml:"CredentialType,omitempty"`
	DataLevel              *string                                    `json:"DataLevel,omitempty" xml:"DataLevel,omitempty"`
	DataType               *string                                    `json:"DataType,omitempty" xml:"DataType,omitempty"`
	DirectionalGroupId     *int64                                     `json:"DirectionalGroupId,omitempty" xml:"DirectionalGroupId,omitempty"`
	DirectionalGroupName   *string                                    `json:"DirectionalGroupName,omitempty" xml:"DirectionalGroupName,omitempty"`
	ExpireTime             *string                                    `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	FlowLatestModifiedTime *string                                    `json:"FlowLatestModifiedTime,omitempty" xml:"FlowLatestModifiedTime,omitempty"`
	Iccid                  *string                                    `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Imsi                   []*string                                  `json:"Imsi,omitempty" xml:"Imsi,omitempty" type:"Repeated"`
	IsAutoRecharge         *bool                                      `json:"IsAutoRecharge,omitempty" xml:"IsAutoRecharge,omitempty"`
	Msisdn                 []*string                                  `json:"Msisdn,omitempty" xml:"Msisdn,omitempty" type:"Repeated"`
	NetworkType            *string                                    `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	NotifyId               *string                                    `json:"NotifyId,omitempty" xml:"NotifyId,omitempty"`
	OpenAccountTime        *string                                    `json:"OpenAccountTime,omitempty" xml:"OpenAccountTime,omitempty"`
	OsStatus               *string                                    `json:"OsStatus,omitempty" xml:"OsStatus,omitempty"`
	Period                 *string                                    `json:"Period,omitempty" xml:"Period,omitempty"`
	PeriodAddFlow          *string                                    `json:"PeriodAddFlow,omitempty" xml:"PeriodAddFlow,omitempty"`
	PeriodRestFlow         *string                                    `json:"PeriodRestFlow,omitempty" xml:"PeriodRestFlow,omitempty"`
	PeriodSmsUse           *string                                    `json:"PeriodSmsUse,omitempty" xml:"PeriodSmsUse,omitempty"`
	PrivateNetworkSegment  *string                                    `json:"PrivateNetworkSegment,omitempty" xml:"PrivateNetworkSegment,omitempty"`
	Remark                 *string                                    `json:"Remark,omitempty" xml:"Remark,omitempty"`
	SimType                *string                                    `json:"SimType,omitempty" xml:"SimType,omitempty"`
	Status                 *string                                    `json:"Status,omitempty" xml:"Status,omitempty"`
	TagList                []*ListCardInfoResponseBodyDataListTagList `json:"TagList,omitempty" xml:"TagList,omitempty" type:"Repeated"`
	Vendor                 *string                                    `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
	VsimInstanceId         *int64                                     `json:"VsimInstanceId,omitempty" xml:"VsimInstanceId,omitempty"`
}

func (ListCardInfoResponseBodyDataList) GoString

func (*ListCardInfoResponseBodyDataList) SetActiveTime

func (*ListCardInfoResponseBodyDataList) SetActiveType

func (*ListCardInfoResponseBodyDataList) SetAliFee

func (*ListCardInfoResponseBodyDataList) SetAliyunOrderId

func (*ListCardInfoResponseBodyDataList) SetApnName

func (*ListCardInfoResponseBodyDataList) SetCertifyType

func (*ListCardInfoResponseBodyDataList) SetCredentialInstanceId

func (*ListCardInfoResponseBodyDataList) SetCredentialNo

func (*ListCardInfoResponseBodyDataList) SetCredentialType

func (*ListCardInfoResponseBodyDataList) SetDataLevel

func (*ListCardInfoResponseBodyDataList) SetDataType

func (*ListCardInfoResponseBodyDataList) SetDirectionalGroupId

func (*ListCardInfoResponseBodyDataList) SetDirectionalGroupName

func (*ListCardInfoResponseBodyDataList) SetExpireTime

func (*ListCardInfoResponseBodyDataList) SetFlowLatestModifiedTime added in v2.0.8

func (*ListCardInfoResponseBodyDataList) SetIccid

func (*ListCardInfoResponseBodyDataList) SetImsi

func (*ListCardInfoResponseBodyDataList) SetIsAutoRecharge

func (*ListCardInfoResponseBodyDataList) SetMsisdn

func (*ListCardInfoResponseBodyDataList) SetNetworkType added in v2.0.8

func (*ListCardInfoResponseBodyDataList) SetNotifyId

func (*ListCardInfoResponseBodyDataList) SetOpenAccountTime

func (*ListCardInfoResponseBodyDataList) SetOsStatus

func (*ListCardInfoResponseBodyDataList) SetPeriod

func (*ListCardInfoResponseBodyDataList) SetPeriodAddFlow

func (*ListCardInfoResponseBodyDataList) SetPeriodRestFlow

func (*ListCardInfoResponseBodyDataList) SetPeriodSmsUse

func (*ListCardInfoResponseBodyDataList) SetPrivateNetworkSegment

func (*ListCardInfoResponseBodyDataList) SetRemark

func (*ListCardInfoResponseBodyDataList) SetSimType

func (*ListCardInfoResponseBodyDataList) SetStatus

func (*ListCardInfoResponseBodyDataList) SetVendor

func (*ListCardInfoResponseBodyDataList) SetVsimInstanceId

func (ListCardInfoResponseBodyDataList) String

type ListCardInfoResponseBodyDataListTagList

type ListCardInfoResponseBodyDataListTagList struct {
	Id      *int64  `json:"Id,omitempty" xml:"Id,omitempty"`
	TagName *string `json:"TagName,omitempty" xml:"TagName,omitempty"`
}

func (ListCardInfoResponseBodyDataListTagList) GoString

func (*ListCardInfoResponseBodyDataListTagList) SetId

func (*ListCardInfoResponseBodyDataListTagList) SetTagName

func (ListCardInfoResponseBodyDataListTagList) String

type ListDirectionalAddressRequest

type ListDirectionalAddressRequest struct {
	GroupId  *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	PageNo   *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListDirectionalAddressRequest) GoString

func (*ListDirectionalAddressRequest) SetGroupId

func (*ListDirectionalAddressRequest) SetPageNo

func (*ListDirectionalAddressRequest) SetPageSize

func (ListDirectionalAddressRequest) String

type ListDirectionalAddressResponse

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

func (ListDirectionalAddressResponse) GoString

func (*ListDirectionalAddressResponse) SetHeaders

func (*ListDirectionalAddressResponse) SetStatusCode

func (ListDirectionalAddressResponse) String

type ListDirectionalAddressResponseBody

type ListDirectionalAddressResponseBody struct {
	Code             *string                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *ListDirectionalAddressResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                                 `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                                 `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDirectionalAddressResponseBody) GoString

func (*ListDirectionalAddressResponseBody) SetCode

func (*ListDirectionalAddressResponseBody) SetErrorMessage

func (*ListDirectionalAddressResponseBody) SetLocalizedMessage

func (*ListDirectionalAddressResponseBody) SetRequestId

func (*ListDirectionalAddressResponseBody) SetSuccess

func (ListDirectionalAddressResponseBody) String

type ListDirectionalAddressResponseBodyData

type ListDirectionalAddressResponseBodyData struct {
	List      []*ListDirectionalAddressResponseBodyDataList `json:"List,omitempty" xml:"List,omitempty" type:"Repeated"`
	PageCount *int32                                        `json:"PageCount,omitempty" xml:"PageCount,omitempty"`
	PageNo    *int32                                        `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize  *int32                                        `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total     *int32                                        `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListDirectionalAddressResponseBodyData) GoString

func (*ListDirectionalAddressResponseBodyData) SetPageCount

func (*ListDirectionalAddressResponseBodyData) SetPageNo

func (*ListDirectionalAddressResponseBodyData) SetPageSize

func (*ListDirectionalAddressResponseBodyData) SetTotal

func (ListDirectionalAddressResponseBodyData) String

type ListDirectionalAddressResponseBodyDataList

type ListDirectionalAddressResponseBodyDataList struct {
	Address     *string `json:"Address,omitempty" xml:"Address,omitempty"`
	AddressType *string `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	GroupId     *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Source      *string `json:"Source,omitempty" xml:"Source,omitempty"`
	State       *int32  `json:"State,omitempty" xml:"State,omitempty"`
}

func (ListDirectionalAddressResponseBodyDataList) GoString

func (*ListDirectionalAddressResponseBodyDataList) SetAddress

func (*ListDirectionalAddressResponseBodyDataList) SetAddressType

func (*ListDirectionalAddressResponseBodyDataList) SetGroupId

func (*ListDirectionalAddressResponseBodyDataList) SetSource

func (*ListDirectionalAddressResponseBodyDataList) SetState

func (ListDirectionalAddressResponseBodyDataList) String

type ListDirectionalDetailRequest

type ListDirectionalDetailRequest struct {
	Iccid    *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	PageNo   *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListDirectionalDetailRequest) GoString

func (s ListDirectionalDetailRequest) GoString() string

func (*ListDirectionalDetailRequest) SetIccid

func (*ListDirectionalDetailRequest) SetPageNo

func (*ListDirectionalDetailRequest) SetPageSize

func (ListDirectionalDetailRequest) String

type ListDirectionalDetailResponse

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

func (ListDirectionalDetailResponse) GoString

func (*ListDirectionalDetailResponse) SetBody

func (*ListDirectionalDetailResponse) SetHeaders

func (*ListDirectionalDetailResponse) SetStatusCode

func (ListDirectionalDetailResponse) String

type ListDirectionalDetailResponseBody

type ListDirectionalDetailResponseBody struct {
	Code             *string                                `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *ListDirectionalDetailResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                                `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListDirectionalDetailResponseBody) GoString

func (*ListDirectionalDetailResponseBody) SetCode

func (*ListDirectionalDetailResponseBody) SetErrorMessage

func (*ListDirectionalDetailResponseBody) SetLocalizedMessage

func (*ListDirectionalDetailResponseBody) SetRequestId

func (*ListDirectionalDetailResponseBody) SetSuccess

func (ListDirectionalDetailResponseBody) String

type ListDirectionalDetailResponseBodyData

type ListDirectionalDetailResponseBodyData struct {
	DirectionalGroupId *int64                                                 `json:"DirectionalGroupId,omitempty" xml:"DirectionalGroupId,omitempty"`
	DirectionalName    *string                                                `json:"DirectionalName,omitempty" xml:"DirectionalName,omitempty"`
	PaginationResult   *ListDirectionalDetailResponseBodyDataPaginationResult `json:"PaginationResult,omitempty" xml:"PaginationResult,omitempty" type:"Struct"`
}

func (ListDirectionalDetailResponseBodyData) GoString

func (*ListDirectionalDetailResponseBodyData) SetDirectionalGroupId

func (*ListDirectionalDetailResponseBodyData) SetDirectionalName

func (ListDirectionalDetailResponseBodyData) String

type ListDirectionalDetailResponseBodyDataPaginationResult

type ListDirectionalDetailResponseBodyDataPaginationResult struct {
	List      []*ListDirectionalDetailResponseBodyDataPaginationResultList `json:"List,omitempty" xml:"List,omitempty" type:"Repeated"`
	PageCount *int32                                                       `json:"PageCount,omitempty" xml:"PageCount,omitempty"`
	PageNo    *int32                                                       `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize  *int32                                                       `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total     *int32                                                       `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListDirectionalDetailResponseBodyDataPaginationResult) GoString

func (*ListDirectionalDetailResponseBodyDataPaginationResult) SetPageCount

func (*ListDirectionalDetailResponseBodyDataPaginationResult) SetPageNo

func (*ListDirectionalDetailResponseBodyDataPaginationResult) SetPageSize

func (*ListDirectionalDetailResponseBodyDataPaginationResult) SetTotal

func (ListDirectionalDetailResponseBodyDataPaginationResult) String

type ListDirectionalDetailResponseBodyDataPaginationResultList

type ListDirectionalDetailResponseBodyDataPaginationResultList struct {
	Address     *string `json:"Address,omitempty" xml:"Address,omitempty"`
	AddressType *string `json:"AddressType,omitempty" xml:"AddressType,omitempty"`
	GroupId     *string `json:"GroupId,omitempty" xml:"GroupId,omitempty"`
	Source      *string `json:"Source,omitempty" xml:"Source,omitempty"`
	State       *string `json:"State,omitempty" xml:"State,omitempty"`
}

func (ListDirectionalDetailResponseBodyDataPaginationResultList) GoString

func (*ListDirectionalDetailResponseBodyDataPaginationResultList) SetAddress

func (*ListDirectionalDetailResponseBodyDataPaginationResultList) SetAddressType

func (*ListDirectionalDetailResponseBodyDataPaginationResultList) SetGroupId

func (*ListDirectionalDetailResponseBodyDataPaginationResultList) SetSource

func (*ListDirectionalDetailResponseBodyDataPaginationResultList) SetState

func (ListDirectionalDetailResponseBodyDataPaginationResultList) String

type ListOrderRequest

type ListOrderRequest struct {
	CredentialNo *string `json:"CredentialNo,omitempty" xml:"CredentialNo,omitempty"`
	EndDate      *string `json:"EndDate,omitempty" xml:"EndDate,omitempty"`
	OrderId      *string `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	OrderStatus  *string `json:"OrderStatus,omitempty" xml:"OrderStatus,omitempty"`
	OrderType    *string `json:"OrderType,omitempty" xml:"OrderType,omitempty"`
	PageNo       *int32  `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	StartDate    *string `json:"StartDate,omitempty" xml:"StartDate,omitempty"`
}

func (ListOrderRequest) GoString

func (s ListOrderRequest) GoString() string

func (*ListOrderRequest) SetCredentialNo added in v2.0.6

func (s *ListOrderRequest) SetCredentialNo(v string) *ListOrderRequest

func (*ListOrderRequest) SetEndDate

func (s *ListOrderRequest) SetEndDate(v string) *ListOrderRequest

func (*ListOrderRequest) SetOrderId

func (s *ListOrderRequest) SetOrderId(v string) *ListOrderRequest

func (*ListOrderRequest) SetOrderStatus

func (s *ListOrderRequest) SetOrderStatus(v string) *ListOrderRequest

func (*ListOrderRequest) SetOrderType

func (s *ListOrderRequest) SetOrderType(v string) *ListOrderRequest

func (*ListOrderRequest) SetPageNo

func (s *ListOrderRequest) SetPageNo(v int32) *ListOrderRequest

func (*ListOrderRequest) SetPageSize

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

func (*ListOrderRequest) SetStartDate

func (s *ListOrderRequest) SetStartDate(v string) *ListOrderRequest

func (ListOrderRequest) String

func (s ListOrderRequest) String() string

type ListOrderResponse

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

func (ListOrderResponse) GoString

func (s ListOrderResponse) GoString() string

func (*ListOrderResponse) SetBody

func (*ListOrderResponse) SetHeaders

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

func (*ListOrderResponse) SetStatusCode

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

func (ListOrderResponse) String

func (s ListOrderResponse) String() string

type ListOrderResponseBody

type ListOrderResponseBody struct {
	Code             *string                    `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *ListOrderResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                    `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                    `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ListOrderResponseBody) GoString

func (s ListOrderResponseBody) GoString() string

func (*ListOrderResponseBody) SetCode

func (*ListOrderResponseBody) SetData

func (*ListOrderResponseBody) SetErrorMessage

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

func (*ListOrderResponseBody) SetLocalizedMessage

func (s *ListOrderResponseBody) SetLocalizedMessage(v string) *ListOrderResponseBody

func (*ListOrderResponseBody) SetRequestId

func (*ListOrderResponseBody) SetSuccess

func (ListOrderResponseBody) String

func (s ListOrderResponseBody) String() string

type ListOrderResponseBodyData

type ListOrderResponseBodyData struct {
	List      []*ListOrderResponseBodyDataList `json:"List,omitempty" xml:"List,omitempty" type:"Repeated"`
	PageCount *int32                           `json:"PageCount,omitempty" xml:"PageCount,omitempty"`
	PageNo    *int32                           `json:"PageNo,omitempty" xml:"PageNo,omitempty"`
	PageSize  *int32                           `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Total     *int32                           `json:"Total,omitempty" xml:"Total,omitempty"`
}

func (ListOrderResponseBodyData) GoString

func (s ListOrderResponseBodyData) GoString() string

func (*ListOrderResponseBodyData) SetList

func (*ListOrderResponseBodyData) SetPageCount

func (*ListOrderResponseBodyData) SetPageNo

func (*ListOrderResponseBodyData) SetPageSize

func (*ListOrderResponseBodyData) SetTotal

func (ListOrderResponseBodyData) String

func (s ListOrderResponseBodyData) String() string

type ListOrderResponseBodyDataList

type ListOrderResponseBodyDataList struct {
	AliFee            *string                                    `json:"AliFee,omitempty" xml:"AliFee,omitempty"`
	ApnName           *string                                    `json:"ApnName,omitempty" xml:"ApnName,omitempty"`
	ApnRegion         *string                                    `json:"ApnRegion,omitempty" xml:"ApnRegion,omitempty"`
	BillingCycle      *string                                    `json:"BillingCycle,omitempty" xml:"BillingCycle,omitempty"`
	BuyNum            *int32                                     `json:"BuyNum,omitempty" xml:"BuyNum,omitempty"`
	CardPayCount      *int32                                     `json:"CardPayCount,omitempty" xml:"CardPayCount,omitempty"`
	CredentialNo      *string                                    `json:"CredentialNo,omitempty" xml:"CredentialNo,omitempty"`
	CredentialPackage *string                                    `json:"CredentialPackage,omitempty" xml:"CredentialPackage,omitempty"`
	DataLevel         *string                                    `json:"DataLevel,omitempty" xml:"DataLevel,omitempty"`
	DeliveryInfo      *ListOrderResponseBodyDataListDeliveryInfo `json:"DeliveryInfo,omitempty" xml:"DeliveryInfo,omitempty" type:"Struct"`
	ExpressNoList     []*string                                  `json:"ExpressNoList,omitempty" xml:"ExpressNoList,omitempty" type:"Repeated"`
	FlowType          *string                                    `json:"FlowType,omitempty" xml:"FlowType,omitempty"`
	FunctionFee       *int32                                     `json:"FunctionFee,omitempty" xml:"FunctionFee,omitempty"`
	NetworkType       *string                                    `json:"NetworkType,omitempty" xml:"NetworkType,omitempty"`
	OrderDetailUrl    *string                                    `json:"OrderDetailUrl,omitempty" xml:"OrderDetailUrl,omitempty"`
	OrderId           *string                                    `json:"OrderId,omitempty" xml:"OrderId,omitempty"`
	OrderInfo         *string                                    `json:"OrderInfo,omitempty" xml:"OrderInfo,omitempty"`
	OrderStatus       *string                                    `json:"OrderStatus,omitempty" xml:"OrderStatus,omitempty"`
	OrderType         *string                                    `json:"OrderType,omitempty" xml:"OrderType,omitempty"`
	PayDuration       *string                                    `json:"PayDuration,omitempty" xml:"PayDuration,omitempty"`
	PayTime           *string                                    `json:"PayTime,omitempty" xml:"PayTime,omitempty"`
	PoolCapacity      *string                                    `json:"PoolCapacity,omitempty" xml:"PoolCapacity,omitempty"`
	PoolCapacityUnit  *string                                    `json:"PoolCapacityUnit,omitempty" xml:"PoolCapacityUnit,omitempty"`
	PoolNo            *string                                    `json:"PoolNo,omitempty" xml:"PoolNo,omitempty"`
	ResourceQuantity  *int64                                     `json:"ResourceQuantity,omitempty" xml:"ResourceQuantity,omitempty"`
	Vendor            *string                                    `json:"Vendor,omitempty" xml:"Vendor,omitempty"`
}

func (ListOrderResponseBodyDataList) GoString

func (*ListOrderResponseBodyDataList) SetAliFee

func (*ListOrderResponseBodyDataList) SetApnName added in v2.0.2

func (*ListOrderResponseBodyDataList) SetApnRegion added in v2.0.2

func (*ListOrderResponseBodyDataList) SetBillingCycle

func (*ListOrderResponseBodyDataList) SetBuyNum

func (*ListOrderResponseBodyDataList) SetCardPayCount

func (*ListOrderResponseBodyDataList) SetCredentialNo

func (*ListOrderResponseBodyDataList) SetCredentialPackage

func (*ListOrderResponseBodyDataList) SetDataLevel

func (*ListOrderResponseBodyDataList) SetExpressNoList

func (*ListOrderResponseBodyDataList) SetFlowType

func (*ListOrderResponseBodyDataList) SetFunctionFee

func (*ListOrderResponseBodyDataList) SetNetworkType added in v2.0.8

func (*ListOrderResponseBodyDataList) SetOrderDetailUrl

func (*ListOrderResponseBodyDataList) SetOrderId

func (*ListOrderResponseBodyDataList) SetOrderInfo

func (*ListOrderResponseBodyDataList) SetOrderStatus

func (*ListOrderResponseBodyDataList) SetOrderType

func (*ListOrderResponseBodyDataList) SetPayDuration

func (*ListOrderResponseBodyDataList) SetPayTime

func (*ListOrderResponseBodyDataList) SetPoolCapacity

func (*ListOrderResponseBodyDataList) SetPoolCapacityUnit

func (*ListOrderResponseBodyDataList) SetPoolNo

func (*ListOrderResponseBodyDataList) SetResourceQuantity added in v2.0.2

func (*ListOrderResponseBodyDataList) SetVendor

func (ListOrderResponseBodyDataList) String

type ListOrderResponseBodyDataListDeliveryInfo

type ListOrderResponseBodyDataListDeliveryInfo struct {
	Address      *string `json:"Address,omitempty" xml:"Address,omitempty"`
	BuyerMessage *string `json:"BuyerMessage,omitempty" xml:"BuyerMessage,omitempty"`
	Mail         *string `json:"Mail,omitempty" xml:"Mail,omitempty"`
	Receiver     *string `json:"Receiver,omitempty" xml:"Receiver,omitempty"`
	ZipCode      *string `json:"ZipCode,omitempty" xml:"ZipCode,omitempty"`
}

func (ListOrderResponseBodyDataListDeliveryInfo) GoString

func (*ListOrderResponseBodyDataListDeliveryInfo) SetAddress

func (*ListOrderResponseBodyDataListDeliveryInfo) SetBuyerMessage

func (*ListOrderResponseBodyDataListDeliveryInfo) SetMail

func (*ListOrderResponseBodyDataListDeliveryInfo) SetReceiver

func (*ListOrderResponseBodyDataListDeliveryInfo) SetZipCode

func (ListOrderResponseBodyDataListDeliveryInfo) String

type RebindResumeSingleCardRequest

type RebindResumeSingleCardRequest struct {
	Iccid      *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdns []*string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty" type:"Repeated"`
}

func (RebindResumeSingleCardRequest) GoString

func (*RebindResumeSingleCardRequest) SetIccid

func (*RebindResumeSingleCardRequest) SetOptMsisdns

func (RebindResumeSingleCardRequest) String

type RebindResumeSingleCardResponse

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

func (RebindResumeSingleCardResponse) GoString

func (*RebindResumeSingleCardResponse) SetHeaders

func (*RebindResumeSingleCardResponse) SetStatusCode

func (RebindResumeSingleCardResponse) String

type RebindResumeSingleCardResponseBody

type RebindResumeSingleCardResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RebindResumeSingleCardResponseBody) GoString

func (*RebindResumeSingleCardResponseBody) SetCode

func (*RebindResumeSingleCardResponseBody) SetData

func (*RebindResumeSingleCardResponseBody) SetErrorMessage

func (*RebindResumeSingleCardResponseBody) SetLocalizedMessage

func (*RebindResumeSingleCardResponseBody) SetRequestId

func (*RebindResumeSingleCardResponseBody) SetSuccess

func (RebindResumeSingleCardResponseBody) String

type RebindResumeSingleCardShrinkRequest

type RebindResumeSingleCardShrinkRequest struct {
	Iccid            *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdnsShrink *string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty"`
}

func (RebindResumeSingleCardShrinkRequest) GoString

func (*RebindResumeSingleCardShrinkRequest) SetIccid

func (*RebindResumeSingleCardShrinkRequest) SetOptMsisdnsShrink

func (RebindResumeSingleCardShrinkRequest) String

type RenewRequest

type RenewRequest struct {
	ApiProduct   *string `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	ApiRevision  *string `json:"ApiRevision,omitempty" xml:"ApiRevision,omitempty"`
	BuyNum       *int32  `json:"BuyNum,omitempty" xml:"BuyNum,omitempty"`
	Iccid        *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OfferCode    *string `json:"OfferCode,omitempty" xml:"OfferCode,omitempty"`
	RechargeType *string `json:"RechargeType,omitempty" xml:"RechargeType,omitempty"`
	SerialNo     *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (RenewRequest) GoString

func (s RenewRequest) GoString() string

func (*RenewRequest) SetApiProduct

func (s *RenewRequest) SetApiProduct(v string) *RenewRequest

func (*RenewRequest) SetApiRevision

func (s *RenewRequest) SetApiRevision(v string) *RenewRequest

func (*RenewRequest) SetBuyNum

func (s *RenewRequest) SetBuyNum(v int32) *RenewRequest

func (*RenewRequest) SetIccid

func (s *RenewRequest) SetIccid(v string) *RenewRequest

func (*RenewRequest) SetOfferCode

func (s *RenewRequest) SetOfferCode(v string) *RenewRequest

func (*RenewRequest) SetRechargeType

func (s *RenewRequest) SetRechargeType(v string) *RenewRequest

func (*RenewRequest) SetSerialNo

func (s *RenewRequest) SetSerialNo(v string) *RenewRequest

func (RenewRequest) String

func (s RenewRequest) String() string

type RenewResponse

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

func (RenewResponse) GoString

func (s RenewResponse) GoString() string

func (*RenewResponse) SetBody

func (*RenewResponse) SetHeaders

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

func (*RenewResponse) SetStatusCode

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

func (RenewResponse) String

func (s RenewResponse) String() string

type RenewResponseBody

type RenewResponseBody struct {
	Code             *string                `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *RenewResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"`
	ErrorMessage     *string                `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string                `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (RenewResponseBody) GoString

func (s RenewResponseBody) GoString() string

func (*RenewResponseBody) SetCode

func (*RenewResponseBody) SetData

func (*RenewResponseBody) SetErrorMessage

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

func (*RenewResponseBody) SetLocalizedMessage

func (s *RenewResponseBody) SetLocalizedMessage(v string) *RenewResponseBody

func (*RenewResponseBody) SetRequestId

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

func (*RenewResponseBody) SetSuccess

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

func (RenewResponseBody) String

func (s RenewResponseBody) String() string

type RenewResponseBodyData

type RenewResponseBodyData struct {
	OrderNo  *string `json:"OrderNo,omitempty" xml:"OrderNo,omitempty"`
	SerialNo *string `json:"SerialNo,omitempty" xml:"SerialNo,omitempty"`
}

func (RenewResponseBodyData) GoString

func (s RenewResponseBodyData) GoString() string

func (*RenewResponseBodyData) SetOrderNo

func (*RenewResponseBodyData) SetSerialNo

func (RenewResponseBodyData) String

func (s RenewResponseBodyData) String() string

type ResumeSingleCardRequest

type ResumeSingleCardRequest struct {
	Iccid      *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdns []*string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty" type:"Repeated"`
}

func (ResumeSingleCardRequest) GoString

func (s ResumeSingleCardRequest) GoString() string

func (*ResumeSingleCardRequest) SetIccid

func (*ResumeSingleCardRequest) SetOptMsisdns

func (s *ResumeSingleCardRequest) SetOptMsisdns(v []*string) *ResumeSingleCardRequest

func (ResumeSingleCardRequest) String

func (s ResumeSingleCardRequest) String() string

type ResumeSingleCardResponse

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

func (ResumeSingleCardResponse) GoString

func (s ResumeSingleCardResponse) GoString() string

func (*ResumeSingleCardResponse) SetBody

func (*ResumeSingleCardResponse) SetHeaders

func (*ResumeSingleCardResponse) SetStatusCode

func (ResumeSingleCardResponse) String

func (s ResumeSingleCardResponse) String() string

type ResumeSingleCardResponseBody

type ResumeSingleCardResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ResumeSingleCardResponseBody) GoString

func (s ResumeSingleCardResponseBody) GoString() string

func (*ResumeSingleCardResponseBody) SetCode

func (*ResumeSingleCardResponseBody) SetData

func (*ResumeSingleCardResponseBody) SetErrorMessage

func (*ResumeSingleCardResponseBody) SetLocalizedMessage

func (*ResumeSingleCardResponseBody) SetRequestId

func (*ResumeSingleCardResponseBody) SetSuccess

func (ResumeSingleCardResponseBody) String

type ResumeSingleCardShrinkRequest

type ResumeSingleCardShrinkRequest struct {
	Iccid            *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdnsShrink *string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty"`
}

func (ResumeSingleCardShrinkRequest) GoString

func (*ResumeSingleCardShrinkRequest) SetIccid

func (*ResumeSingleCardShrinkRequest) SetOptMsisdnsShrink

func (ResumeSingleCardShrinkRequest) String

type SendMessageRequest added in v2.1.0

type SendMessageRequest struct {
	// Linkcard
	ApiProduct           *string   `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	MessageSendTime      *int64    `json:"MessageSendTime,omitempty" xml:"MessageSendTime,omitempty"`
	MessageTemplateId    *int64    `json:"MessageTemplateId,omitempty" xml:"MessageTemplateId,omitempty"`
	MessageVariableParam *string   `json:"MessageVariableParam,omitempty" xml:"MessageVariableParam,omitempty"`
	Msisdns              []*string `json:"Msisdns,omitempty" xml:"Msisdns,omitempty" type:"Repeated"`
	TaskName             *string   `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
}

func (SendMessageRequest) GoString added in v2.1.0

func (s SendMessageRequest) GoString() string

func (*SendMessageRequest) SetApiProduct added in v2.1.0

func (s *SendMessageRequest) SetApiProduct(v string) *SendMessageRequest

func (*SendMessageRequest) SetMessageSendTime added in v2.1.0

func (s *SendMessageRequest) SetMessageSendTime(v int64) *SendMessageRequest

func (*SendMessageRequest) SetMessageTemplateId added in v2.1.0

func (s *SendMessageRequest) SetMessageTemplateId(v int64) *SendMessageRequest

func (*SendMessageRequest) SetMessageVariableParam added in v2.1.0

func (s *SendMessageRequest) SetMessageVariableParam(v string) *SendMessageRequest

func (*SendMessageRequest) SetMsisdns added in v2.1.0

func (s *SendMessageRequest) SetMsisdns(v []*string) *SendMessageRequest

func (*SendMessageRequest) SetTaskName added in v2.1.0

func (s *SendMessageRequest) SetTaskName(v string) *SendMessageRequest

func (SendMessageRequest) String added in v2.1.0

func (s SendMessageRequest) String() string

type SendMessageResponse added in v2.1.0

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

func (SendMessageResponse) GoString added in v2.1.0

func (s SendMessageResponse) GoString() string

func (*SendMessageResponse) SetBody added in v2.1.0

func (*SendMessageResponse) SetHeaders added in v2.1.0

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

func (*SendMessageResponse) SetStatusCode added in v2.1.0

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

func (SendMessageResponse) String added in v2.1.0

func (s SendMessageResponse) String() string

type SendMessageResponseBody added in v2.1.0

type SendMessageResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *int64  `json:"Data,omitempty" xml:"Data,omitempty"`
	DynamicCode      *string `json:"DynamicCode,omitempty" xml:"DynamicCode,omitempty"`
	DynamicMessage   *string `json:"DynamicMessage,omitempty" xml:"DynamicMessage,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SendMessageResponseBody) GoString added in v2.1.0

func (s SendMessageResponseBody) GoString() string

func (*SendMessageResponseBody) SetCode added in v2.1.0

func (*SendMessageResponseBody) SetData added in v2.1.0

func (*SendMessageResponseBody) SetDynamicCode added in v2.1.0

func (*SendMessageResponseBody) SetDynamicMessage added in v2.1.0

func (s *SendMessageResponseBody) SetDynamicMessage(v string) *SendMessageResponseBody

func (*SendMessageResponseBody) SetErrorMessage added in v2.1.0

func (*SendMessageResponseBody) SetLocalizedMessage added in v2.1.0

func (s *SendMessageResponseBody) SetLocalizedMessage(v string) *SendMessageResponseBody

func (*SendMessageResponseBody) SetRequestId added in v2.1.0

func (*SendMessageResponseBody) SetSuccess added in v2.1.0

func (SendMessageResponseBody) String added in v2.1.0

func (s SendMessageResponseBody) String() string

type SendMessageShrinkRequest added in v2.1.0

type SendMessageShrinkRequest struct {
	// Linkcard
	ApiProduct           *string `json:"ApiProduct,omitempty" xml:"ApiProduct,omitempty"`
	MessageSendTime      *int64  `json:"MessageSendTime,omitempty" xml:"MessageSendTime,omitempty"`
	MessageTemplateId    *int64  `json:"MessageTemplateId,omitempty" xml:"MessageTemplateId,omitempty"`
	MessageVariableParam *string `json:"MessageVariableParam,omitempty" xml:"MessageVariableParam,omitempty"`
	MsisdnsShrink        *string `json:"Msisdns,omitempty" xml:"Msisdns,omitempty"`
	TaskName             *string `json:"TaskName,omitempty" xml:"TaskName,omitempty"`
}

func (SendMessageShrinkRequest) GoString added in v2.1.0

func (s SendMessageShrinkRequest) GoString() string

func (*SendMessageShrinkRequest) SetApiProduct added in v2.1.0

func (*SendMessageShrinkRequest) SetMessageSendTime added in v2.1.0

func (s *SendMessageShrinkRequest) SetMessageSendTime(v int64) *SendMessageShrinkRequest

func (*SendMessageShrinkRequest) SetMessageTemplateId added in v2.1.0

func (s *SendMessageShrinkRequest) SetMessageTemplateId(v int64) *SendMessageShrinkRequest

func (*SendMessageShrinkRequest) SetMessageVariableParam added in v2.1.0

func (s *SendMessageShrinkRequest) SetMessageVariableParam(v string) *SendMessageShrinkRequest

func (*SendMessageShrinkRequest) SetMsisdnsShrink added in v2.1.0

func (*SendMessageShrinkRequest) SetTaskName added in v2.1.0

func (SendMessageShrinkRequest) String added in v2.1.0

func (s SendMessageShrinkRequest) String() string

type SetCardStopRuleRequest

type SetCardStopRuleRequest struct {
	AutoRestore *bool   `json:"AutoRestore,omitempty" xml:"AutoRestore,omitempty"`
	FlowLimit   *int64  `json:"FlowLimit,omitempty" xml:"FlowLimit,omitempty"`
	Iccid       *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
}

func (SetCardStopRuleRequest) GoString

func (s SetCardStopRuleRequest) GoString() string

func (*SetCardStopRuleRequest) SetAutoRestore

func (s *SetCardStopRuleRequest) SetAutoRestore(v bool) *SetCardStopRuleRequest

func (*SetCardStopRuleRequest) SetFlowLimit

func (*SetCardStopRuleRequest) SetIccid

func (SetCardStopRuleRequest) String

func (s SetCardStopRuleRequest) String() string

type SetCardStopRuleResponse

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

func (SetCardStopRuleResponse) GoString

func (s SetCardStopRuleResponse) GoString() string

func (*SetCardStopRuleResponse) SetBody

func (*SetCardStopRuleResponse) SetHeaders

func (*SetCardStopRuleResponse) SetStatusCode

func (SetCardStopRuleResponse) String

func (s SetCardStopRuleResponse) String() string

type SetCardStopRuleResponseBody

type SetCardStopRuleResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SetCardStopRuleResponseBody) GoString

func (s SetCardStopRuleResponseBody) GoString() string

func (*SetCardStopRuleResponseBody) SetCode

func (*SetCardStopRuleResponseBody) SetData

func (*SetCardStopRuleResponseBody) SetErrorMessage

func (*SetCardStopRuleResponseBody) SetLocalizedMessage

func (*SetCardStopRuleResponseBody) SetRequestId

func (*SetCardStopRuleResponseBody) SetSuccess

func (SetCardStopRuleResponseBody) String

type StopSingleCardRequest

type StopSingleCardRequest struct {
	Iccid      *string   `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdns []*string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty" type:"Repeated"`
}

func (StopSingleCardRequest) GoString

func (s StopSingleCardRequest) GoString() string

func (*StopSingleCardRequest) SetIccid

func (*StopSingleCardRequest) SetOptMsisdns

func (s *StopSingleCardRequest) SetOptMsisdns(v []*string) *StopSingleCardRequest

func (StopSingleCardRequest) String

func (s StopSingleCardRequest) String() string

type StopSingleCardResponse

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

func (StopSingleCardResponse) GoString

func (s StopSingleCardResponse) GoString() string

func (*StopSingleCardResponse) SetBody

func (*StopSingleCardResponse) SetHeaders

func (*StopSingleCardResponse) SetStatusCode

func (StopSingleCardResponse) String

func (s StopSingleCardResponse) String() string

type StopSingleCardResponseBody

type StopSingleCardResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (StopSingleCardResponseBody) GoString

func (s StopSingleCardResponseBody) GoString() string

func (*StopSingleCardResponseBody) SetCode

func (*StopSingleCardResponseBody) SetData

func (*StopSingleCardResponseBody) SetErrorMessage

func (*StopSingleCardResponseBody) SetLocalizedMessage

func (*StopSingleCardResponseBody) SetRequestId

func (*StopSingleCardResponseBody) SetSuccess

func (StopSingleCardResponseBody) String

type StopSingleCardShrinkRequest

type StopSingleCardShrinkRequest struct {
	Iccid            *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	OptMsisdnsShrink *string `json:"OptMsisdns,omitempty" xml:"OptMsisdns,omitempty"`
}

func (StopSingleCardShrinkRequest) GoString

func (s StopSingleCardShrinkRequest) GoString() string

func (*StopSingleCardShrinkRequest) SetIccid

func (*StopSingleCardShrinkRequest) SetOptMsisdnsShrink

func (StopSingleCardShrinkRequest) String

type UpdateAutoRechargeSwitchRequest

type UpdateAutoRechargeSwitchRequest struct {
	Iccid *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
	Open  *bool   `json:"Open,omitempty" xml:"Open,omitempty"`
}

func (UpdateAutoRechargeSwitchRequest) GoString

func (*UpdateAutoRechargeSwitchRequest) SetIccid

func (*UpdateAutoRechargeSwitchRequest) SetOpen

func (UpdateAutoRechargeSwitchRequest) String

type UpdateAutoRechargeSwitchResponse

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

func (UpdateAutoRechargeSwitchResponse) GoString

func (*UpdateAutoRechargeSwitchResponse) SetHeaders

func (*UpdateAutoRechargeSwitchResponse) SetStatusCode

func (UpdateAutoRechargeSwitchResponse) String

type UpdateAutoRechargeSwitchResponseBody

type UpdateAutoRechargeSwitchResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpdateAutoRechargeSwitchResponseBody) GoString

func (*UpdateAutoRechargeSwitchResponseBody) SetCode

func (*UpdateAutoRechargeSwitchResponseBody) SetData

func (*UpdateAutoRechargeSwitchResponseBody) SetErrorMessage

func (*UpdateAutoRechargeSwitchResponseBody) SetLocalizedMessage

func (*UpdateAutoRechargeSwitchResponseBody) SetRequestId

func (*UpdateAutoRechargeSwitchResponseBody) SetSuccess

func (UpdateAutoRechargeSwitchResponseBody) String

type VerifyIotCardRequest

type VerifyIotCardRequest struct {
	Iccid *string `json:"Iccid,omitempty" xml:"Iccid,omitempty"`
}

func (VerifyIotCardRequest) GoString

func (s VerifyIotCardRequest) GoString() string

func (*VerifyIotCardRequest) SetIccid

func (VerifyIotCardRequest) String

func (s VerifyIotCardRequest) String() string

type VerifyIotCardResponse

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

func (VerifyIotCardResponse) GoString

func (s VerifyIotCardResponse) GoString() string

func (*VerifyIotCardResponse) SetBody

func (*VerifyIotCardResponse) SetHeaders

func (*VerifyIotCardResponse) SetStatusCode

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

func (VerifyIotCardResponse) String

func (s VerifyIotCardResponse) String() string

type VerifyIotCardResponseBody

type VerifyIotCardResponseBody struct {
	Code             *string `json:"Code,omitempty" xml:"Code,omitempty"`
	Data             *bool   `json:"Data,omitempty" xml:"Data,omitempty"`
	ErrorMessage     *string `json:"ErrorMessage,omitempty" xml:"ErrorMessage,omitempty"`
	LocalizedMessage *string `json:"LocalizedMessage,omitempty" xml:"LocalizedMessage,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success          *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (VerifyIotCardResponseBody) GoString

func (s VerifyIotCardResponseBody) GoString() string

func (*VerifyIotCardResponseBody) SetCode

func (*VerifyIotCardResponseBody) SetData

func (*VerifyIotCardResponseBody) SetErrorMessage

func (*VerifyIotCardResponseBody) SetLocalizedMessage

func (s *VerifyIotCardResponseBody) SetLocalizedMessage(v string) *VerifyIotCardResponseBody

func (*VerifyIotCardResponseBody) SetRequestId

func (*VerifyIotCardResponseBody) SetSuccess

func (VerifyIotCardResponseBody) String

func (s VerifyIotCardResponseBody) String() string

Jump to

Keyboard shortcuts

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