client

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 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 Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) Create

func (client *Client) Create(request *CreateRequest) (_result *CreateResponse, _err error)

func (*Client) CreateWithOptions

func (client *Client) CreateWithOptions(request *CreateRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateResponse, _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) GetMobileWithToken

func (client *Client) GetMobileWithToken(request *GetMobileWithTokenRequest) (_result *GetMobileWithTokenResponse, _err error)

func (*Client) GetMobileWithTokenWithOptions

func (client *Client) GetMobileWithTokenWithOptions(request *GetMobileWithTokenRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetMobileWithTokenResponse, _err error)

func (*Client) Init

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

func (*Client) QueryAppInfoByScheme

func (client *Client) QueryAppInfoByScheme(request *QueryAppInfoBySchemeRequest) (_result *QueryAppInfoBySchemeResponse, _err error)

func (*Client) QueryAppInfoBySchemeWithOptions

func (client *Client) QueryAppInfoBySchemeWithOptions(request *QueryAppInfoBySchemeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryAppInfoBySchemeResponse, _err error)

type CreateRequest

type CreateRequest struct {
	AppName    *string `json:"appName,omitempty" xml:"appName,omitempty"`
	BundleId   *string `json:"bundleId,omitempty" xml:"bundleId,omitempty"`
	PackName   *string `json:"packName,omitempty" xml:"packName,omitempty"`
	Platform   *string `json:"platform,omitempty" xml:"platform,omitempty"`
	SchemeName *string `json:"schemeName,omitempty" xml:"schemeName,omitempty"`
	SignName   *string `json:"signName,omitempty" xml:"signName,omitempty"`
}

func (CreateRequest) GoString

func (s CreateRequest) GoString() string

func (*CreateRequest) SetAppName

func (s *CreateRequest) SetAppName(v string) *CreateRequest

func (*CreateRequest) SetBundleId

func (s *CreateRequest) SetBundleId(v string) *CreateRequest

func (*CreateRequest) SetPackName

func (s *CreateRequest) SetPackName(v string) *CreateRequest

func (*CreateRequest) SetPlatform

func (s *CreateRequest) SetPlatform(v string) *CreateRequest

func (*CreateRequest) SetSchemeName

func (s *CreateRequest) SetSchemeName(v string) *CreateRequest

func (*CreateRequest) SetSignName

func (s *CreateRequest) SetSignName(v string) *CreateRequest

func (CreateRequest) String

func (s CreateRequest) String() string

type CreateResponse

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

func (CreateResponse) GoString

func (s CreateResponse) GoString() string

func (*CreateResponse) SetBody

func (*CreateResponse) SetHeaders

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

func (*CreateResponse) SetStatusCode

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

func (CreateResponse) String

func (s CreateResponse) String() string

type CreateResponseBody

type CreateResponseBody struct {
	Code      *string                 `json:"code,omitempty" xml:"code,omitempty"`
	Data      *CreateResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Msg       *string                 `json:"msg,omitempty" xml:"msg,omitempty"`
	RequestId *string                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateResponseBody) GoString

func (s CreateResponseBody) GoString() string

func (*CreateResponseBody) SetCode

func (*CreateResponseBody) SetData

func (*CreateResponseBody) SetMsg

func (*CreateResponseBody) SetRequestId

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

func (*CreateResponseBody) SetSuccess

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

func (CreateResponseBody) String

func (s CreateResponseBody) String() string

type CreateResponseBodyData

type CreateResponseBodyData struct {
	SchemeCode *string `json:"schemeCode,omitempty" xml:"schemeCode,omitempty"`
}

func (CreateResponseBodyData) GoString

func (s CreateResponseBodyData) GoString() string

func (*CreateResponseBodyData) SetSchemeCode

func (CreateResponseBodyData) String

func (s CreateResponseBodyData) String() string

type GetMobileWithTokenRequest

type GetMobileWithTokenRequest struct {
	ApiCode    *int32  `json:"apiCode,omitempty" xml:"apiCode,omitempty"`
	OperatorId *int32  `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	OsType     *string `json:"osType,omitempty" xml:"osType,omitempty"`
	SchemeCode *string `json:"schemeCode,omitempty" xml:"schemeCode,omitempty"`
	Token      *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (GetMobileWithTokenRequest) GoString

func (s GetMobileWithTokenRequest) GoString() string

func (*GetMobileWithTokenRequest) SetApiCode

func (*GetMobileWithTokenRequest) SetOperatorId

func (*GetMobileWithTokenRequest) SetOsType

func (*GetMobileWithTokenRequest) SetSchemeCode

func (*GetMobileWithTokenRequest) SetToken

func (GetMobileWithTokenRequest) String

func (s GetMobileWithTokenRequest) String() string

type GetMobileWithTokenResponse

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

func (GetMobileWithTokenResponse) GoString

func (s GetMobileWithTokenResponse) GoString() string

func (*GetMobileWithTokenResponse) SetBody

func (*GetMobileWithTokenResponse) SetHeaders

func (*GetMobileWithTokenResponse) SetStatusCode

func (GetMobileWithTokenResponse) String

type GetMobileWithTokenResponseBody

type GetMobileWithTokenResponseBody struct {
	Code      *string                             `json:"code,omitempty" xml:"code,omitempty"`
	Data      *GetMobileWithTokenResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Msg       *string                             `json:"msg,omitempty" xml:"msg,omitempty"`
	RequestId *string                             `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetMobileWithTokenResponseBody) GoString

func (*GetMobileWithTokenResponseBody) SetCode

func (*GetMobileWithTokenResponseBody) SetMsg

func (*GetMobileWithTokenResponseBody) SetRequestId

func (*GetMobileWithTokenResponseBody) SetSuccess

func (GetMobileWithTokenResponseBody) String

type GetMobileWithTokenResponseBodyData

type GetMobileWithTokenResponseBodyData struct {
	Mobile *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
}

func (GetMobileWithTokenResponseBodyData) GoString

func (*GetMobileWithTokenResponseBodyData) SetMobile

func (GetMobileWithTokenResponseBodyData) String

type QueryAppInfoBySchemeRequest

type QueryAppInfoBySchemeRequest struct {
	SchemeCode *string `json:"schemeCode,omitempty" xml:"schemeCode,omitempty"`
}

func (QueryAppInfoBySchemeRequest) GoString

func (s QueryAppInfoBySchemeRequest) GoString() string

func (*QueryAppInfoBySchemeRequest) SetSchemeCode

func (QueryAppInfoBySchemeRequest) String

type QueryAppInfoBySchemeResponse

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

func (QueryAppInfoBySchemeResponse) GoString

func (s QueryAppInfoBySchemeResponse) GoString() string

func (*QueryAppInfoBySchemeResponse) SetBody

func (*QueryAppInfoBySchemeResponse) SetHeaders

func (*QueryAppInfoBySchemeResponse) SetStatusCode

func (QueryAppInfoBySchemeResponse) String

type QueryAppInfoBySchemeResponseBody

type QueryAppInfoBySchemeResponseBody struct {
	Code      *string                               `json:"code,omitempty" xml:"code,omitempty"`
	Data      *QueryAppInfoBySchemeResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"`
	Msg       *string                               `json:"msg,omitempty" xml:"msg,omitempty"`
	RequestId *string                               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Success   *bool                                 `json:"success,omitempty" xml:"success,omitempty"`
}

func (QueryAppInfoBySchemeResponseBody) GoString

func (*QueryAppInfoBySchemeResponseBody) SetCode

func (*QueryAppInfoBySchemeResponseBody) SetMsg

func (*QueryAppInfoBySchemeResponseBody) SetRequestId

func (*QueryAppInfoBySchemeResponseBody) SetSuccess

func (QueryAppInfoBySchemeResponseBody) String

type QueryAppInfoBySchemeResponseBodyData

type QueryAppInfoBySchemeResponseBodyData struct {
	CmAppId         *string `json:"cmAppId,omitempty" xml:"cmAppId,omitempty"`
	CmAppKey        *string `json:"cmAppKey,omitempty" xml:"cmAppKey,omitempty"`
	CtAppId         *string `json:"ctAppId,omitempty" xml:"ctAppId,omitempty"`
	CtAppKey        *string `json:"ctAppKey,omitempty" xml:"ctAppKey,omitempty"`
	CuAppId         *string `json:"cuAppId,omitempty" xml:"cuAppId,omitempty"`
	CuAppKey        *string `json:"cuAppKey,omitempty" xml:"cuAppKey,omitempty"`
	CuRsaPublickKey *string `json:"cuRsaPublickKey,omitempty" xml:"cuRsaPublickKey,omitempty"`
}

func (QueryAppInfoBySchemeResponseBodyData) GoString

func (*QueryAppInfoBySchemeResponseBodyData) SetCmAppId

func (*QueryAppInfoBySchemeResponseBodyData) SetCmAppKey

func (*QueryAppInfoBySchemeResponseBodyData) SetCtAppId

func (*QueryAppInfoBySchemeResponseBodyData) SetCtAppKey

func (*QueryAppInfoBySchemeResponseBodyData) SetCuAppId

func (*QueryAppInfoBySchemeResponseBodyData) SetCuAppKey

func (*QueryAppInfoBySchemeResponseBodyData) SetCuRsaPublickKey

func (QueryAppInfoBySchemeResponseBodyData) String

Jump to

Keyboard shortcuts

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