cloudwf

package
v1.61.1038 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddApgroupConfigRequest

type AddApgroupConfigRequest struct {
	*requests.RpcRequest
	ParentApgroupId requests.Integer `position:"Query" name:"ParentApgroupId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
}

AddApgroupConfigRequest is the request struct for api AddApgroupConfig

func CreateAddApgroupConfigRequest

func CreateAddApgroupConfigRequest() (request *AddApgroupConfigRequest)

CreateAddApgroupConfigRequest creates a request to invoke AddApgroupConfig API

type AddApgroupConfigResponse

type AddApgroupConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AddApgroupConfigResponse is the response struct for api AddApgroupConfig

func CreateAddApgroupConfigResponse

func CreateAddApgroupConfigResponse() (response *AddApgroupConfigResponse)

CreateAddApgroupConfigResponse creates a response to parse from AddApgroupConfig response

type AliyunRegisterApAssetRequest

type AliyunRegisterApAssetRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Mac       string           `position:"Query" name:"Mac"`
	SerialNo  string           `position:"Query" name:"SerialNo"`
}

AliyunRegisterApAssetRequest is the request struct for api AliyunRegisterApAsset

func CreateAliyunRegisterApAssetRequest

func CreateAliyunRegisterApAssetRequest() (request *AliyunRegisterApAssetRequest)

CreateAliyunRegisterApAssetRequest creates a request to invoke AliyunRegisterApAsset API

type AliyunRegisterApAssetResponse

type AliyunRegisterApAssetResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AliyunRegisterApAssetResponse is the response struct for api AliyunRegisterApAsset

func CreateAliyunRegisterApAssetResponse

func CreateAliyunRegisterApAssetResponse() (response *AliyunRegisterApAssetResponse)

CreateAliyunRegisterApAssetResponse creates a response to parse from AliyunRegisterApAsset response

type ApgroupBatchAddApRequest

type ApgroupBatchAddApRequest struct {
	*requests.RpcRequest
	ApAssetIds string           `position:"Query" name:"ApAssetIds"`
	ApgroupId  requests.Integer `position:"Query" name:"ApgroupId"`
}

ApgroupBatchAddApRequest is the request struct for api ApgroupBatchAddAp

func CreateApgroupBatchAddApRequest

func CreateApgroupBatchAddApRequest() (request *ApgroupBatchAddApRequest)

CreateApgroupBatchAddApRequest creates a request to invoke ApgroupBatchAddAp API

type ApgroupBatchAddApResponse

type ApgroupBatchAddApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ApgroupBatchAddApResponse is the response struct for api ApgroupBatchAddAp

func CreateApgroupBatchAddApResponse

func CreateApgroupBatchAddApResponse() (response *ApgroupBatchAddApResponse)

CreateApgroupBatchAddApResponse creates a response to parse from ApgroupBatchAddAp response

type ApgroupBatchDeleteApRequest

type ApgroupBatchDeleteApRequest struct {
	*requests.RpcRequest
	ApAssetIds string `position:"Query" name:"ApAssetIds"`
}

ApgroupBatchDeleteApRequest is the request struct for api ApgroupBatchDeleteAp

func CreateApgroupBatchDeleteApRequest

func CreateApgroupBatchDeleteApRequest() (request *ApgroupBatchDeleteApRequest)

CreateApgroupBatchDeleteApRequest creates a request to invoke ApgroupBatchDeleteAp API

type ApgroupBatchDeleteApResponse

type ApgroupBatchDeleteApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ApgroupBatchDeleteApResponse is the response struct for api ApgroupBatchDeleteAp

func CreateApgroupBatchDeleteApResponse

func CreateApgroupBatchDeleteApResponse() (response *ApgroupBatchDeleteApResponse)

CreateApgroupBatchDeleteApResponse creates a response to parse from ApgroupBatchDeleteAp response

type AreaCreateRequest

type AreaCreateRequest struct {
	*requests.RpcRequest
	Name string           `position:"Query" name:"Name"`
	Dids string           `position:"Query" name:"Dids"`
	Sid  requests.Integer `position:"Query" name:"Sid"`
}

AreaCreateRequest is the request struct for api AreaCreate

func CreateAreaCreateRequest

func CreateAreaCreateRequest() (request *AreaCreateRequest)

CreateAreaCreateRequest creates a request to invoke AreaCreate API

type AreaCreateResponse

type AreaCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AreaCreateResponse is the response struct for api AreaCreate

func CreateAreaCreateResponse

func CreateAreaCreateResponse() (response *AreaCreateResponse)

CreateAreaCreateResponse creates a response to parse from AreaCreate response

type AreaDeleteRequest

type AreaDeleteRequest struct {
	*requests.RpcRequest
	Aid requests.Integer `position:"Query" name:"Aid"`
	Sid requests.Integer `position:"Query" name:"Sid"`
}

AreaDeleteRequest is the request struct for api AreaDelete

func CreateAreaDeleteRequest

func CreateAreaDeleteRequest() (request *AreaDeleteRequest)

CreateAreaDeleteRequest creates a request to invoke AreaDelete API

type AreaDeleteResponse

type AreaDeleteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AreaDeleteResponse is the response struct for api AreaDelete

func CreateAreaDeleteResponse

func CreateAreaDeleteResponse() (response *AreaDeleteResponse)

CreateAreaDeleteResponse creates a response to parse from AreaDelete response

type AreaInfoRequest

type AreaInfoRequest struct {
	*requests.RpcRequest
	Aid requests.Integer `position:"Query" name:"Aid"`
	Sid requests.Integer `position:"Query" name:"Sid"`
}

AreaInfoRequest is the request struct for api AreaInfo

func CreateAreaInfoRequest

func CreateAreaInfoRequest() (request *AreaInfoRequest)

CreateAreaInfoRequest creates a request to invoke AreaInfo API

type AreaInfoResponse

type AreaInfoResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AreaInfoResponse is the response struct for api AreaInfo

func CreateAreaInfoResponse

func CreateAreaInfoResponse() (response *AreaInfoResponse)

CreateAreaInfoResponse creates a response to parse from AreaInfo response

type AreaShowListRequest

type AreaShowListRequest struct {
	*requests.RpcRequest
	Page requests.Integer `position:"Query" name:"Page"`
	Per  requests.Integer `position:"Query" name:"Per"`
	Sid  requests.Integer `position:"Query" name:"Sid"`
}

AreaShowListRequest is the request struct for api AreaShowList

func CreateAreaShowListRequest

func CreateAreaShowListRequest() (request *AreaShowListRequest)

CreateAreaShowListRequest creates a request to invoke AreaShowList API

type AreaShowListResponse

type AreaShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AreaShowListResponse is the response struct for api AreaShowList

func CreateAreaShowListResponse

func CreateAreaShowListResponse() (response *AreaShowListResponse)

CreateAreaShowListResponse creates a response to parse from AreaShowList response

type AreaUpdateRequest

type AreaUpdateRequest struct {
	*requests.RpcRequest
	Name string           `position:"Query" name:"Name"`
	Dids string           `position:"Query" name:"Dids"`
	Aid  requests.Integer `position:"Query" name:"Aid"`
	Sid  requests.Integer `position:"Query" name:"Sid"`
}

AreaUpdateRequest is the request struct for api AreaUpdate

func CreateAreaUpdateRequest

func CreateAreaUpdateRequest() (request *AreaUpdateRequest)

CreateAreaUpdateRequest creates a request to invoke AreaUpdate API

type AreaUpdateResponse

type AreaUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

AreaUpdateResponse is the response struct for api AreaUpdate

func CreateAreaUpdateResponse

func CreateAreaUpdateResponse() (response *AreaUpdateResponse)

CreateAreaUpdateResponse creates a response to parse from AreaUpdate response

type BatchChangeGroupApNameRequest

type BatchChangeGroupApNameRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

BatchChangeGroupApNameRequest is the request struct for api BatchChangeGroupApName

func CreateBatchChangeGroupApNameRequest

func CreateBatchChangeGroupApNameRequest() (request *BatchChangeGroupApNameRequest)

CreateBatchChangeGroupApNameRequest creates a request to invoke BatchChangeGroupApName API

type BatchChangeGroupApNameResponse

type BatchChangeGroupApNameResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BatchChangeGroupApNameResponse is the response struct for api BatchChangeGroupApName

func CreateBatchChangeGroupApNameResponse

func CreateBatchChangeGroupApNameResponse() (response *BatchChangeGroupApNameResponse)

CreateBatchChangeGroupApNameResponse creates a response to parse from BatchChangeGroupApName response

type BatchRegisterApAssetRequest

type BatchRegisterApAssetRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

BatchRegisterApAssetRequest is the request struct for api BatchRegisterApAsset

func CreateBatchRegisterApAssetRequest

func CreateBatchRegisterApAssetRequest() (request *BatchRegisterApAssetRequest)

CreateBatchRegisterApAssetRequest creates a request to invoke BatchRegisterApAsset API

type BatchRegisterApAssetResponse

type BatchRegisterApAssetResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BatchRegisterApAssetResponse is the response struct for api BatchRegisterApAsset

func CreateBatchRegisterApAssetResponse

func CreateBatchRegisterApAssetResponse() (response *BatchRegisterApAssetResponse)

CreateBatchRegisterApAssetResponse creates a response to parse from BatchRegisterApAsset response

type BatchSaveApPositionRequest

type BatchSaveApPositionRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

BatchSaveApPositionRequest is the request struct for api BatchSaveApPosition

func CreateBatchSaveApPositionRequest

func CreateBatchSaveApPositionRequest() (request *BatchSaveApPositionRequest)

CreateBatchSaveApPositionRequest creates a request to invoke BatchSaveApPosition API

type BatchSaveApPositionResponse

type BatchSaveApPositionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BatchSaveApPositionResponse is the response struct for api BatchSaveApPosition

func CreateBatchSaveApPositionResponse

func CreateBatchSaveApPositionResponse() (response *BatchSaveApPositionResponse)

CreateBatchSaveApPositionResponse creates a response to parse from BatchSaveApPosition response

type BusinessCreateRequest

type BusinessCreateRequest struct {
	*requests.RpcRequest
	BusinessCity     string           `position:"Query" name:"BusinessCity"`
	Combo            string           `position:"Query" name:"Combo"`
	WarnEmail        string           `position:"Query" name:"WarnEmail"`
	BusinessManager  string           `position:"Query" name:"BusinessManager"`
	BusinessType     requests.Integer `position:"Query" name:"BusinessType"`
	Warn             requests.Integer `position:"Query" name:"Warn"`
	BusinessName     string           `position:"Query" name:"BusinessName"`
	BusinessTopType  requests.Integer `position:"Query" name:"BusinessTopType"`
	BusinessAddress  string           `position:"Query" name:"BusinessAddress"`
	BusinessTel      string           `position:"Query" name:"BusinessTel"`
	BusinessProvince string           `position:"Query" name:"BusinessProvince"`
	BusinessSubtype  requests.Integer `position:"Query" name:"BusinessSubtype"`
}

BusinessCreateRequest is the request struct for api BusinessCreate

func CreateBusinessCreateRequest

func CreateBusinessCreateRequest() (request *BusinessCreateRequest)

CreateBusinessCreateRequest creates a request to invoke BusinessCreate API

type BusinessCreateResponse

type BusinessCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BusinessCreateResponse is the response struct for api BusinessCreate

func CreateBusinessCreateResponse

func CreateBusinessCreateResponse() (response *BusinessCreateResponse)

CreateBusinessCreateResponse creates a response to parse from BusinessCreate response

type BusinessInfo

type BusinessInfo struct {
	Text  string `json:"text" xml:"text"`
	Value string `json:"value" xml:"value"`
}

BusinessInfo is a nested struct in cloudwf response

type BusinessInfoRequest

type BusinessInfoRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

BusinessInfoRequest is the request struct for api BusinessInfo

func CreateBusinessInfoRequest

func CreateBusinessInfoRequest() (request *BusinessInfoRequest)

CreateBusinessInfoRequest creates a request to invoke BusinessInfo API

type BusinessInfoResponse

type BusinessInfoResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BusinessInfoResponse is the response struct for api BusinessInfo

func CreateBusinessInfoResponse

func CreateBusinessInfoResponse() (response *BusinessInfoResponse)

CreateBusinessInfoResponse creates a response to parse from BusinessInfo response

type BusinessShowListRequest

type BusinessShowListRequest struct {
	*requests.RpcRequest
	Page requests.Integer `position:"Query" name:"Page"`
	Per  requests.Integer `position:"Query" name:"Per"`
}

BusinessShowListRequest is the request struct for api BusinessShowList

func CreateBusinessShowListRequest

func CreateBusinessShowListRequest() (request *BusinessShowListRequest)

CreateBusinessShowListRequest creates a request to invoke BusinessShowList API

type BusinessShowListResponse

type BusinessShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BusinessShowListResponse is the response struct for api BusinessShowList

func CreateBusinessShowListResponse

func CreateBusinessShowListResponse() (response *BusinessShowListResponse)

CreateBusinessShowListResponse creates a response to parse from BusinessShowList response

type BusinessUpdateRequest

type BusinessUpdateRequest struct {
	*requests.RpcRequest
	Warn             requests.Integer `position:"Query" name:"Warn"`
	BusinessCity     string           `position:"Query" name:"BusinessCity"`
	WarnEmail        string           `position:"Query" name:"WarnEmail"`
	BusinessAddress  string           `position:"Query" name:"BusinessAddress"`
	Bid              requests.Integer `position:"Query" name:"Bid"`
	BusinessManager  string           `position:"Query" name:"BusinessManager"`
	BusinessProvince string           `position:"Query" name:"BusinessProvince"`
}

BusinessUpdateRequest is the request struct for api BusinessUpdate

func CreateBusinessUpdateRequest

func CreateBusinessUpdateRequest() (request *BusinessUpdateRequest)

CreateBusinessUpdateRequest creates a request to invoke BusinessUpdate API

type BusinessUpdateResponse

type BusinessUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

BusinessUpdateResponse is the response struct for api BusinessUpdate

func CreateBusinessUpdateResponse

func CreateBusinessUpdateResponse() (response *BusinessUpdateResponse)

CreateBusinessUpdateResponse creates a response to parse from BusinessUpdate response

type CeaseInstanceRequest

type CeaseInstanceRequest struct {
	*requests.RpcRequest
	TraceId string `position:"Query" name:"TraceId"`
	SpMsg   string `position:"Query" name:"SpMsg"`
}

CeaseInstanceRequest is the request struct for api CeaseInstance

func CreateCeaseInstanceRequest

func CreateCeaseInstanceRequest() (request *CeaseInstanceRequest)

CreateCeaseInstanceRequest creates a request to invoke CeaseInstance API

type CeaseInstanceResponse

type CeaseInstanceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Result    string `json:"result" xml:"result"`
}

CeaseInstanceResponse is the response struct for api CeaseInstance

func CreateCeaseInstanceResponse

func CreateCeaseInstanceResponse() (response *CeaseInstanceResponse)

CreateCeaseInstanceResponse creates a response to parse from CeaseInstance response

type CheckRootPermissionRequest

type CheckRootPermissionRequest struct {
	*requests.RpcRequest
}

CheckRootPermissionRequest is the request struct for api CheckRootPermission

func CreateCheckRootPermissionRequest

func CreateCheckRootPermissionRequest() (request *CheckRootPermissionRequest)

CreateCheckRootPermissionRequest creates a request to invoke CheckRootPermission API

type CheckRootPermissionResponse

type CheckRootPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

CheckRootPermissionResponse is the response struct for api CheckRootPermission

func CreateCheckRootPermissionResponse

func CreateCheckRootPermissionResponse() (response *CheckRootPermissionResponse)

CreateCheckRootPermissionResponse creates a response to parse from CheckRootPermission response

type CheckUmengDataAnalysisPermissionRequest

type CheckUmengDataAnalysisPermissionRequest struct {
	*requests.RpcRequest
}

CheckUmengDataAnalysisPermissionRequest is the request struct for api CheckUmengDataAnalysisPermission

func CreateCheckUmengDataAnalysisPermissionRequest

func CreateCheckUmengDataAnalysisPermissionRequest() (request *CheckUmengDataAnalysisPermissionRequest)

CreateCheckUmengDataAnalysisPermissionRequest creates a request to invoke CheckUmengDataAnalysisPermission API

type CheckUmengDataAnalysisPermissionResponse

type CheckUmengDataAnalysisPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

CheckUmengDataAnalysisPermissionResponse is the response struct for api CheckUmengDataAnalysisPermission

func CreateCheckUmengDataAnalysisPermissionResponse

func CreateCheckUmengDataAnalysisPermissionResponse() (response *CheckUmengDataAnalysisPermissionResponse)

CreateCheckUmengDataAnalysisPermissionResponse creates a response to parse from CheckUmengDataAnalysisPermission response

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AddApgroupConfig

func (client *Client) AddApgroupConfig(request *AddApgroupConfigRequest) (response *AddApgroupConfigResponse, err error)

AddApgroupConfig invokes the cloudwf.AddApgroupConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/addapgroupconfig.html

func (*Client) AddApgroupConfigWithCallback

func (client *Client) AddApgroupConfigWithCallback(request *AddApgroupConfigRequest, callback func(response *AddApgroupConfigResponse, err error)) <-chan int

AddApgroupConfigWithCallback invokes the cloudwf.AddApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/addapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddApgroupConfigWithChan

func (client *Client) AddApgroupConfigWithChan(request *AddApgroupConfigRequest) (<-chan *AddApgroupConfigResponse, <-chan error)

AddApgroupConfigWithChan invokes the cloudwf.AddApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/addapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AliyunRegisterApAsset

func (client *Client) AliyunRegisterApAsset(request *AliyunRegisterApAssetRequest) (response *AliyunRegisterApAssetResponse, err error)

AliyunRegisterApAsset invokes the cloudwf.AliyunRegisterApAsset API synchronously api document: https://help.aliyun.com/api/cloudwf/aliyunregisterapasset.html

func (*Client) AliyunRegisterApAssetWithCallback

func (client *Client) AliyunRegisterApAssetWithCallback(request *AliyunRegisterApAssetRequest, callback func(response *AliyunRegisterApAssetResponse, err error)) <-chan int

AliyunRegisterApAssetWithCallback invokes the cloudwf.AliyunRegisterApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/aliyunregisterapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AliyunRegisterApAssetWithChan

func (client *Client) AliyunRegisterApAssetWithChan(request *AliyunRegisterApAssetRequest) (<-chan *AliyunRegisterApAssetResponse, <-chan error)

AliyunRegisterApAssetWithChan invokes the cloudwf.AliyunRegisterApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/aliyunregisterapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ApgroupBatchAddAp

func (client *Client) ApgroupBatchAddAp(request *ApgroupBatchAddApRequest) (response *ApgroupBatchAddApResponse, err error)

ApgroupBatchAddAp invokes the cloudwf.ApgroupBatchAddAp API synchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchaddap.html

func (*Client) ApgroupBatchAddApWithCallback

func (client *Client) ApgroupBatchAddApWithCallback(request *ApgroupBatchAddApRequest, callback func(response *ApgroupBatchAddApResponse, err error)) <-chan int

ApgroupBatchAddApWithCallback invokes the cloudwf.ApgroupBatchAddAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchaddap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ApgroupBatchAddApWithChan

func (client *Client) ApgroupBatchAddApWithChan(request *ApgroupBatchAddApRequest) (<-chan *ApgroupBatchAddApResponse, <-chan error)

ApgroupBatchAddApWithChan invokes the cloudwf.ApgroupBatchAddAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchaddap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ApgroupBatchDeleteAp

func (client *Client) ApgroupBatchDeleteAp(request *ApgroupBatchDeleteApRequest) (response *ApgroupBatchDeleteApResponse, err error)

ApgroupBatchDeleteAp invokes the cloudwf.ApgroupBatchDeleteAp API synchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchdeleteap.html

func (*Client) ApgroupBatchDeleteApWithCallback

func (client *Client) ApgroupBatchDeleteApWithCallback(request *ApgroupBatchDeleteApRequest, callback func(response *ApgroupBatchDeleteApResponse, err error)) <-chan int

ApgroupBatchDeleteApWithCallback invokes the cloudwf.ApgroupBatchDeleteAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchdeleteap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ApgroupBatchDeleteApWithChan

func (client *Client) ApgroupBatchDeleteApWithChan(request *ApgroupBatchDeleteApRequest) (<-chan *ApgroupBatchDeleteApResponse, <-chan error)

ApgroupBatchDeleteApWithChan invokes the cloudwf.ApgroupBatchDeleteAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/apgroupbatchdeleteap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaCreate

func (client *Client) AreaCreate(request *AreaCreateRequest) (response *AreaCreateResponse, err error)

AreaCreate invokes the cloudwf.AreaCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/areacreate.html

func (*Client) AreaCreateWithCallback

func (client *Client) AreaCreateWithCallback(request *AreaCreateRequest, callback func(response *AreaCreateResponse, err error)) <-chan int

AreaCreateWithCallback invokes the cloudwf.AreaCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/areacreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaCreateWithChan

func (client *Client) AreaCreateWithChan(request *AreaCreateRequest) (<-chan *AreaCreateResponse, <-chan error)

AreaCreateWithChan invokes the cloudwf.AreaCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/areacreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaDelete

func (client *Client) AreaDelete(request *AreaDeleteRequest) (response *AreaDeleteResponse, err error)

AreaDelete invokes the cloudwf.AreaDelete API synchronously api document: https://help.aliyun.com/api/cloudwf/areadelete.html

func (*Client) AreaDeleteWithCallback

func (client *Client) AreaDeleteWithCallback(request *AreaDeleteRequest, callback func(response *AreaDeleteResponse, err error)) <-chan int

AreaDeleteWithCallback invokes the cloudwf.AreaDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/areadelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaDeleteWithChan

func (client *Client) AreaDeleteWithChan(request *AreaDeleteRequest) (<-chan *AreaDeleteResponse, <-chan error)

AreaDeleteWithChan invokes the cloudwf.AreaDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/areadelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaInfo

func (client *Client) AreaInfo(request *AreaInfoRequest) (response *AreaInfoResponse, err error)

AreaInfo invokes the cloudwf.AreaInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/areainfo.html

func (*Client) AreaInfoWithCallback

func (client *Client) AreaInfoWithCallback(request *AreaInfoRequest, callback func(response *AreaInfoResponse, err error)) <-chan int

AreaInfoWithCallback invokes the cloudwf.AreaInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/areainfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaInfoWithChan

func (client *Client) AreaInfoWithChan(request *AreaInfoRequest) (<-chan *AreaInfoResponse, <-chan error)

AreaInfoWithChan invokes the cloudwf.AreaInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/areainfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaShowList

func (client *Client) AreaShowList(request *AreaShowListRequest) (response *AreaShowListResponse, err error)

AreaShowList invokes the cloudwf.AreaShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/areashowlist.html

func (*Client) AreaShowListWithCallback

func (client *Client) AreaShowListWithCallback(request *AreaShowListRequest, callback func(response *AreaShowListResponse, err error)) <-chan int

AreaShowListWithCallback invokes the cloudwf.AreaShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/areashowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaShowListWithChan

func (client *Client) AreaShowListWithChan(request *AreaShowListRequest) (<-chan *AreaShowListResponse, <-chan error)

AreaShowListWithChan invokes the cloudwf.AreaShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/areashowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaUpdate

func (client *Client) AreaUpdate(request *AreaUpdateRequest) (response *AreaUpdateResponse, err error)

AreaUpdate invokes the cloudwf.AreaUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/areaupdate.html

func (*Client) AreaUpdateWithCallback

func (client *Client) AreaUpdateWithCallback(request *AreaUpdateRequest, callback func(response *AreaUpdateResponse, err error)) <-chan int

AreaUpdateWithCallback invokes the cloudwf.AreaUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/areaupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AreaUpdateWithChan

func (client *Client) AreaUpdateWithChan(request *AreaUpdateRequest) (<-chan *AreaUpdateResponse, <-chan error)

AreaUpdateWithChan invokes the cloudwf.AreaUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/areaupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchChangeGroupApName

func (client *Client) BatchChangeGroupApName(request *BatchChangeGroupApNameRequest) (response *BatchChangeGroupApNameResponse, err error)

BatchChangeGroupApName invokes the cloudwf.BatchChangeGroupApName API synchronously api document: https://help.aliyun.com/api/cloudwf/batchchangegroupapname.html

func (*Client) BatchChangeGroupApNameWithCallback

func (client *Client) BatchChangeGroupApNameWithCallback(request *BatchChangeGroupApNameRequest, callback func(response *BatchChangeGroupApNameResponse, err error)) <-chan int

BatchChangeGroupApNameWithCallback invokes the cloudwf.BatchChangeGroupApName API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchchangegroupapname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchChangeGroupApNameWithChan

func (client *Client) BatchChangeGroupApNameWithChan(request *BatchChangeGroupApNameRequest) (<-chan *BatchChangeGroupApNameResponse, <-chan error)

BatchChangeGroupApNameWithChan invokes the cloudwf.BatchChangeGroupApName API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchchangegroupapname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchRegisterApAsset

func (client *Client) BatchRegisterApAsset(request *BatchRegisterApAssetRequest) (response *BatchRegisterApAssetResponse, err error)

BatchRegisterApAsset invokes the cloudwf.BatchRegisterApAsset API synchronously api document: https://help.aliyun.com/api/cloudwf/batchregisterapasset.html

func (*Client) BatchRegisterApAssetWithCallback

func (client *Client) BatchRegisterApAssetWithCallback(request *BatchRegisterApAssetRequest, callback func(response *BatchRegisterApAssetResponse, err error)) <-chan int

BatchRegisterApAssetWithCallback invokes the cloudwf.BatchRegisterApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchregisterapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchRegisterApAssetWithChan

func (client *Client) BatchRegisterApAssetWithChan(request *BatchRegisterApAssetRequest) (<-chan *BatchRegisterApAssetResponse, <-chan error)

BatchRegisterApAssetWithChan invokes the cloudwf.BatchRegisterApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchregisterapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchSaveApPosition

func (client *Client) BatchSaveApPosition(request *BatchSaveApPositionRequest) (response *BatchSaveApPositionResponse, err error)

BatchSaveApPosition invokes the cloudwf.BatchSaveApPosition API synchronously api document: https://help.aliyun.com/api/cloudwf/batchsaveapposition.html

func (*Client) BatchSaveApPositionWithCallback

func (client *Client) BatchSaveApPositionWithCallback(request *BatchSaveApPositionRequest, callback func(response *BatchSaveApPositionResponse, err error)) <-chan int

BatchSaveApPositionWithCallback invokes the cloudwf.BatchSaveApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchsaveapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchSaveApPositionWithChan

func (client *Client) BatchSaveApPositionWithChan(request *BatchSaveApPositionRequest) (<-chan *BatchSaveApPositionResponse, <-chan error)

BatchSaveApPositionWithChan invokes the cloudwf.BatchSaveApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/batchsaveapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessCreate

func (client *Client) BusinessCreate(request *BusinessCreateRequest) (response *BusinessCreateResponse, err error)

BusinessCreate invokes the cloudwf.BusinessCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/businesscreate.html

func (*Client) BusinessCreateWithCallback

func (client *Client) BusinessCreateWithCallback(request *BusinessCreateRequest, callback func(response *BusinessCreateResponse, err error)) <-chan int

BusinessCreateWithCallback invokes the cloudwf.BusinessCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/businesscreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessCreateWithChan

func (client *Client) BusinessCreateWithChan(request *BusinessCreateRequest) (<-chan *BusinessCreateResponse, <-chan error)

BusinessCreateWithChan invokes the cloudwf.BusinessCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/businesscreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessInfo

func (client *Client) BusinessInfo(request *BusinessInfoRequest) (response *BusinessInfoResponse, err error)

BusinessInfo invokes the cloudwf.BusinessInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/businessinfo.html

func (*Client) BusinessInfoWithCallback

func (client *Client) BusinessInfoWithCallback(request *BusinessInfoRequest, callback func(response *BusinessInfoResponse, err error)) <-chan int

BusinessInfoWithCallback invokes the cloudwf.BusinessInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessInfoWithChan

func (client *Client) BusinessInfoWithChan(request *BusinessInfoRequest) (<-chan *BusinessInfoResponse, <-chan error)

BusinessInfoWithChan invokes the cloudwf.BusinessInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessShowList

func (client *Client) BusinessShowList(request *BusinessShowListRequest) (response *BusinessShowListResponse, err error)

BusinessShowList invokes the cloudwf.BusinessShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/businessshowlist.html

func (*Client) BusinessShowListWithCallback

func (client *Client) BusinessShowListWithCallback(request *BusinessShowListRequest, callback func(response *BusinessShowListResponse, err error)) <-chan int

BusinessShowListWithCallback invokes the cloudwf.BusinessShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessShowListWithChan

func (client *Client) BusinessShowListWithChan(request *BusinessShowListRequest) (<-chan *BusinessShowListResponse, <-chan error)

BusinessShowListWithChan invokes the cloudwf.BusinessShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessUpdate

func (client *Client) BusinessUpdate(request *BusinessUpdateRequest) (response *BusinessUpdateResponse, err error)

BusinessUpdate invokes the cloudwf.BusinessUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/businessupdate.html

func (*Client) BusinessUpdateWithCallback

func (client *Client) BusinessUpdateWithCallback(request *BusinessUpdateRequest, callback func(response *BusinessUpdateResponse, err error)) <-chan int

BusinessUpdateWithCallback invokes the cloudwf.BusinessUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BusinessUpdateWithChan

func (client *Client) BusinessUpdateWithChan(request *BusinessUpdateRequest) (<-chan *BusinessUpdateResponse, <-chan error)

BusinessUpdateWithChan invokes the cloudwf.BusinessUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/businessupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CeaseInstance

func (client *Client) CeaseInstance(request *CeaseInstanceRequest) (response *CeaseInstanceResponse, err error)

CeaseInstance invokes the cloudwf.CeaseInstance API synchronously api document: https://help.aliyun.com/api/cloudwf/ceaseinstance.html

func (*Client) CeaseInstanceWithCallback

func (client *Client) CeaseInstanceWithCallback(request *CeaseInstanceRequest, callback func(response *CeaseInstanceResponse, err error)) <-chan int

CeaseInstanceWithCallback invokes the cloudwf.CeaseInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/ceaseinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CeaseInstanceWithChan

func (client *Client) CeaseInstanceWithChan(request *CeaseInstanceRequest) (<-chan *CeaseInstanceResponse, <-chan error)

CeaseInstanceWithChan invokes the cloudwf.CeaseInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/ceaseinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckRootPermission

func (client *Client) CheckRootPermission(request *CheckRootPermissionRequest) (response *CheckRootPermissionResponse, err error)

CheckRootPermission invokes the cloudwf.CheckRootPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/checkrootpermission.html

func (*Client) CheckRootPermissionWithCallback

func (client *Client) CheckRootPermissionWithCallback(request *CheckRootPermissionRequest, callback func(response *CheckRootPermissionResponse, err error)) <-chan int

CheckRootPermissionWithCallback invokes the cloudwf.CheckRootPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/checkrootpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckRootPermissionWithChan

func (client *Client) CheckRootPermissionWithChan(request *CheckRootPermissionRequest) (<-chan *CheckRootPermissionResponse, <-chan error)

CheckRootPermissionWithChan invokes the cloudwf.CheckRootPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/checkrootpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckUmengDataAnalysisPermission

func (client *Client) CheckUmengDataAnalysisPermission(request *CheckUmengDataAnalysisPermissionRequest) (response *CheckUmengDataAnalysisPermissionResponse, err error)

CheckUmengDataAnalysisPermission invokes the cloudwf.CheckUmengDataAnalysisPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/checkumengdataanalysispermission.html

func (*Client) CheckUmengDataAnalysisPermissionWithCallback

func (client *Client) CheckUmengDataAnalysisPermissionWithCallback(request *CheckUmengDataAnalysisPermissionRequest, callback func(response *CheckUmengDataAnalysisPermissionResponse, err error)) <-chan int

CheckUmengDataAnalysisPermissionWithCallback invokes the cloudwf.CheckUmengDataAnalysisPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/checkumengdataanalysispermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckUmengDataAnalysisPermissionWithChan

func (client *Client) CheckUmengDataAnalysisPermissionWithChan(request *CheckUmengDataAnalysisPermissionRequest) (<-chan *CheckUmengDataAnalysisPermissionResponse, <-chan error)

CheckUmengDataAnalysisPermissionWithChan invokes the cloudwf.CheckUmengDataAnalysisPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/checkumengdataanalysispermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ConfigAutoRenew

func (client *Client) ConfigAutoRenew(request *ConfigAutoRenewRequest) (response *ConfigAutoRenewResponse, err error)

ConfigAutoRenew invokes the cloudwf.ConfigAutoRenew API synchronously api document: https://help.aliyun.com/api/cloudwf/configautorenew.html

func (*Client) ConfigAutoRenewWithCallback

func (client *Client) ConfigAutoRenewWithCallback(request *ConfigAutoRenewRequest, callback func(response *ConfigAutoRenewResponse, err error)) <-chan int

ConfigAutoRenewWithCallback invokes the cloudwf.ConfigAutoRenew API asynchronously api document: https://help.aliyun.com/api/cloudwf/configautorenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ConfigAutoRenewWithChan

func (client *Client) ConfigAutoRenewWithChan(request *ConfigAutoRenewRequest) (<-chan *ConfigAutoRenewResponse, <-chan error)

ConfigAutoRenewWithChan invokes the cloudwf.ConfigAutoRenew API asynchronously api document: https://help.aliyun.com/api/cloudwf/configautorenew.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateRenewOrder

func (client *Client) CreateRenewOrder(request *CreateRenewOrderRequest) (response *CreateRenewOrderResponse, err error)

CreateRenewOrder invokes the cloudwf.CreateRenewOrder API synchronously api document: https://help.aliyun.com/api/cloudwf/createreneworder.html

func (*Client) CreateRenewOrderWithCallback

func (client *Client) CreateRenewOrderWithCallback(request *CreateRenewOrderRequest, callback func(response *CreateRenewOrderResponse, err error)) <-chan int

CreateRenewOrderWithCallback invokes the cloudwf.CreateRenewOrder API asynchronously api document: https://help.aliyun.com/api/cloudwf/createreneworder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateRenewOrderWithChan

func (client *Client) CreateRenewOrderWithChan(request *CreateRenewOrderRequest) (<-chan *CreateRenewOrderResponse, <-chan error)

CreateRenewOrderWithChan invokes the cloudwf.CreateRenewOrder API asynchronously api document: https://help.aliyun.com/api/cloudwf/createreneworder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateSubAccountPermission

func (client *Client) CreateSubAccountPermission(request *CreateSubAccountPermissionRequest) (response *CreateSubAccountPermissionResponse, err error)

CreateSubAccountPermission invokes the cloudwf.CreateSubAccountPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/createsubaccountpermission.html

func (*Client) CreateSubAccountPermissionWithCallback

func (client *Client) CreateSubAccountPermissionWithCallback(request *CreateSubAccountPermissionRequest, callback func(response *CreateSubAccountPermissionResponse, err error)) <-chan int

CreateSubAccountPermissionWithCallback invokes the cloudwf.CreateSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/createsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateSubAccountPermissionWithChan

func (client *Client) CreateSubAccountPermissionWithChan(request *CreateSubAccountPermissionRequest) (<-chan *CreateSubAccountPermissionResponse, <-chan error)

CreateSubAccountPermissionWithChan invokes the cloudwf.CreateSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/createsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelApPosition

func (client *Client) DelApPosition(request *DelApPositionRequest) (response *DelApPositionResponse, err error)

DelApPosition invokes the cloudwf.DelApPosition API synchronously api document: https://help.aliyun.com/api/cloudwf/delapposition.html

func (*Client) DelApPositionWithCallback

func (client *Client) DelApPositionWithCallback(request *DelApPositionRequest, callback func(response *DelApPositionResponse, err error)) <-chan int

DelApPositionWithCallback invokes the cloudwf.DelApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/delapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelApPositionWithChan

func (client *Client) DelApPositionWithChan(request *DelApPositionRequest) (<-chan *DelApPositionResponse, <-chan error)

DelApPositionWithChan invokes the cloudwf.DelApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/delapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelPageConfigTemplate

func (client *Client) DelPageConfigTemplate(request *DelPageConfigTemplateRequest) (response *DelPageConfigTemplateResponse, err error)

DelPageConfigTemplate invokes the cloudwf.DelPageConfigTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/delpageconfigtemplate.html

func (*Client) DelPageConfigTemplateWithCallback

func (client *Client) DelPageConfigTemplateWithCallback(request *DelPageConfigTemplateRequest, callback func(response *DelPageConfigTemplateResponse, err error)) <-chan int

DelPageConfigTemplateWithCallback invokes the cloudwf.DelPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/delpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelPageConfigTemplateWithChan

func (client *Client) DelPageConfigTemplateWithChan(request *DelPageConfigTemplateRequest) (<-chan *DelPageConfigTemplateResponse, <-chan error)

DelPageConfigTemplateWithChan invokes the cloudwf.DelPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/delpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelPortalTemp

func (client *Client) DelPortalTemp(request *DelPortalTempRequest) (response *DelPortalTempResponse, err error)

DelPortalTemp invokes the cloudwf.DelPortalTemp API synchronously api document: https://help.aliyun.com/api/cloudwf/delportaltemp.html

func (*Client) DelPortalTempWithCallback

func (client *Client) DelPortalTempWithCallback(request *DelPortalTempRequest, callback func(response *DelPortalTempResponse, err error)) <-chan int

DelPortalTempWithCallback invokes the cloudwf.DelPortalTemp API asynchronously api document: https://help.aliyun.com/api/cloudwf/delportaltemp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelPortalTempWithChan

func (client *Client) DelPortalTempWithChan(request *DelPortalTempRequest) (<-chan *DelPortalTempResponse, <-chan error)

DelPortalTempWithChan invokes the cloudwf.DelPortalTemp API asynchronously api document: https://help.aliyun.com/api/cloudwf/delportaltemp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelSubAccountPermission

func (client *Client) DelSubAccountPermission(request *DelSubAccountPermissionRequest) (response *DelSubAccountPermissionResponse, err error)

DelSubAccountPermission invokes the cloudwf.DelSubAccountPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/delsubaccountpermission.html

func (*Client) DelSubAccountPermissionWithCallback

func (client *Client) DelSubAccountPermissionWithCallback(request *DelSubAccountPermissionRequest, callback func(response *DelSubAccountPermissionResponse, err error)) <-chan int

DelSubAccountPermissionWithCallback invokes the cloudwf.DelSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/delsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelSubAccountPermissionWithChan

func (client *Client) DelSubAccountPermissionWithChan(request *DelSubAccountPermissionRequest) (<-chan *DelSubAccountPermissionResponse, <-chan error)

DelSubAccountPermissionWithChan invokes the cloudwf.DelSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/delsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelUmengPagePermission4Root

func (client *Client) DelUmengPagePermission4Root(request *DelUmengPagePermission4RootRequest) (response *DelUmengPagePermission4RootResponse, err error)

DelUmengPagePermission4Root invokes the cloudwf.DelUmengPagePermission4Root API synchronously api document: https://help.aliyun.com/api/cloudwf/delumengpagepermission4root.html

func (*Client) DelUmengPagePermission4RootWithCallback

func (client *Client) DelUmengPagePermission4RootWithCallback(request *DelUmengPagePermission4RootRequest, callback func(response *DelUmengPagePermission4RootResponse, err error)) <-chan int

DelUmengPagePermission4RootWithCallback invokes the cloudwf.DelUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/delumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DelUmengPagePermission4RootWithChan

func (client *Client) DelUmengPagePermission4RootWithChan(request *DelUmengPagePermission4RootRequest) (<-chan *DelUmengPagePermission4RootResponse, <-chan error)

DelUmengPagePermission4RootWithChan invokes the cloudwf.DelUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/delumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApRadioSsidConfig

func (client *Client) DeleteApRadioSsidConfig(request *DeleteApRadioSsidConfigRequest) (response *DeleteApRadioSsidConfigResponse, err error)

DeleteApRadioSsidConfig invokes the cloudwf.DeleteApRadioSsidConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/deleteapradiossidconfig.html

func (*Client) DeleteApRadioSsidConfigWithCallback

func (client *Client) DeleteApRadioSsidConfigWithCallback(request *DeleteApRadioSsidConfigRequest, callback func(response *DeleteApRadioSsidConfigResponse, err error)) <-chan int

DeleteApRadioSsidConfigWithCallback invokes the cloudwf.DeleteApRadioSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapradiossidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApRadioSsidConfigWithChan

func (client *Client) DeleteApRadioSsidConfigWithChan(request *DeleteApRadioSsidConfigRequest) (<-chan *DeleteApRadioSsidConfigResponse, <-chan error)

DeleteApRadioSsidConfigWithChan invokes the cloudwf.DeleteApRadioSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapradiossidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApgroupConfig

func (client *Client) DeleteApgroupConfig(request *DeleteApgroupConfigRequest) (response *DeleteApgroupConfigResponse, err error)

DeleteApgroupConfig invokes the cloudwf.DeleteApgroupConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupconfig.html

func (*Client) DeleteApgroupConfigWithCallback

func (client *Client) DeleteApgroupConfigWithCallback(request *DeleteApgroupConfigRequest, callback func(response *DeleteApgroupConfigResponse, err error)) <-chan int

DeleteApgroupConfigWithCallback invokes the cloudwf.DeleteApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApgroupConfigWithChan

func (client *Client) DeleteApgroupConfigWithChan(request *DeleteApgroupConfigRequest) (<-chan *DeleteApgroupConfigResponse, <-chan error)

DeleteApgroupConfigWithChan invokes the cloudwf.DeleteApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApgroupSsidConfig

func (client *Client) DeleteApgroupSsidConfig(request *DeleteApgroupSsidConfigRequest) (response *DeleteApgroupSsidConfigResponse, err error)

DeleteApgroupSsidConfig invokes the cloudwf.DeleteApgroupSsidConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupssidconfig.html

func (*Client) DeleteApgroupSsidConfigWithCallback

func (client *Client) DeleteApgroupSsidConfigWithCallback(request *DeleteApgroupSsidConfigRequest, callback func(response *DeleteApgroupSsidConfigResponse, err error)) <-chan int

DeleteApgroupSsidConfigWithCallback invokes the cloudwf.DeleteApgroupSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupssidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteApgroupSsidConfigWithChan

func (client *Client) DeleteApgroupSsidConfigWithChan(request *DeleteApgroupSsidConfigRequest) (<-chan *DeleteApgroupSsidConfigResponse, <-chan error)

DeleteApgroupSsidConfigWithChan invokes the cloudwf.DeleteApgroupSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/deleteapgroupssidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePositionMap

func (client *Client) DeletePositionMap(request *DeletePositionMapRequest) (response *DeletePositionMapResponse, err error)

DeletePositionMap invokes the cloudwf.DeletePositionMap API synchronously api document: https://help.aliyun.com/api/cloudwf/deletepositionmap.html

func (*Client) DeletePositionMapWithCallback

func (client *Client) DeletePositionMapWithCallback(request *DeletePositionMapRequest, callback func(response *DeletePositionMapResponse, err error)) <-chan int

DeletePositionMapWithCallback invokes the cloudwf.DeletePositionMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/deletepositionmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeletePositionMapWithChan

func (client *Client) DeletePositionMapWithChan(request *DeletePositionMapRequest) (<-chan *DeletePositionMapResponse, <-chan error)

DeletePositionMapWithChan invokes the cloudwf.DeletePositionMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/deletepositionmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceBatchCreate

func (client *Client) DeviceBatchCreate(request *DeviceBatchCreateRequest) (response *DeviceBatchCreateResponse, err error)

DeviceBatchCreate invokes the cloudwf.DeviceBatchCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/devicebatchcreate.html

func (*Client) DeviceBatchCreateWithCallback

func (client *Client) DeviceBatchCreateWithCallback(request *DeviceBatchCreateRequest, callback func(response *DeviceBatchCreateResponse, err error)) <-chan int

DeviceBatchCreateWithCallback invokes the cloudwf.DeviceBatchCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicebatchcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceBatchCreateWithChan

func (client *Client) DeviceBatchCreateWithChan(request *DeviceBatchCreateRequest) (<-chan *DeviceBatchCreateResponse, <-chan error)

DeviceBatchCreateWithChan invokes the cloudwf.DeviceBatchCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicebatchcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceCreate

func (client *Client) DeviceCreate(request *DeviceCreateRequest) (response *DeviceCreateResponse, err error)

DeviceCreate invokes the cloudwf.DeviceCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/devicecreate.html

func (*Client) DeviceCreateWithCallback

func (client *Client) DeviceCreateWithCallback(request *DeviceCreateRequest, callback func(response *DeviceCreateResponse, err error)) <-chan int

DeviceCreateWithCallback invokes the cloudwf.DeviceCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicecreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceCreateWithChan

func (client *Client) DeviceCreateWithChan(request *DeviceCreateRequest) (<-chan *DeviceCreateResponse, <-chan error)

DeviceCreateWithChan invokes the cloudwf.DeviceCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicecreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceDelete

func (client *Client) DeviceDelete(request *DeviceDeleteRequest) (response *DeviceDeleteResponse, err error)

DeviceDelete invokes the cloudwf.DeviceDelete API synchronously api document: https://help.aliyun.com/api/cloudwf/devicedelete.html

func (*Client) DeviceDeleteWithCallback

func (client *Client) DeviceDeleteWithCallback(request *DeviceDeleteRequest, callback func(response *DeviceDeleteResponse, err error)) <-chan int

DeviceDeleteWithCallback invokes the cloudwf.DeviceDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicedelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceDeleteWithChan

func (client *Client) DeviceDeleteWithChan(request *DeviceDeleteRequest) (<-chan *DeviceDeleteResponse, <-chan error)

DeviceDeleteWithChan invokes the cloudwf.DeviceDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/devicedelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceShowList

func (client *Client) DeviceShowList(request *DeviceShowListRequest) (response *DeviceShowListResponse, err error)

DeviceShowList invokes the cloudwf.DeviceShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/deviceshowlist.html

func (*Client) DeviceShowListWithCallback

func (client *Client) DeviceShowListWithCallback(request *DeviceShowListRequest, callback func(response *DeviceShowListResponse, err error)) <-chan int

DeviceShowListWithCallback invokes the cloudwf.DeviceShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/deviceshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceShowListWithChan

func (client *Client) DeviceShowListWithChan(request *DeviceShowListRequest) (<-chan *DeviceShowListResponse, <-chan error)

DeviceShowListWithChan invokes the cloudwf.DeviceShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/deviceshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceUpdate

func (client *Client) DeviceUpdate(request *DeviceUpdateRequest) (response *DeviceUpdateResponse, err error)

DeviceUpdate invokes the cloudwf.DeviceUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/deviceupdate.html

func (*Client) DeviceUpdateWithCallback

func (client *Client) DeviceUpdateWithCallback(request *DeviceUpdateRequest, callback func(response *DeviceUpdateResponse, err error)) <-chan int

DeviceUpdateWithCallback invokes the cloudwf.DeviceUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/deviceupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeviceUpdateWithChan

func (client *Client) DeviceUpdateWithChan(request *DeviceUpdateRequest) (<-chan *DeviceUpdateResponse, <-chan error)

DeviceUpdateWithChan invokes the cloudwf.DeviceUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/deviceupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ExcelToJson

func (client *Client) ExcelToJson(request *ExcelToJsonRequest) (response *ExcelToJsonResponse, err error)

ExcelToJson invokes the cloudwf.ExcelToJson API synchronously api document: https://help.aliyun.com/api/cloudwf/exceltojson.html

func (*Client) ExcelToJsonWithCallback

func (client *Client) ExcelToJsonWithCallback(request *ExcelToJsonRequest, callback func(response *ExcelToJsonResponse, err error)) <-chan int

ExcelToJsonWithCallback invokes the cloudwf.ExcelToJson API asynchronously api document: https://help.aliyun.com/api/cloudwf/exceltojson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ExcelToJsonWithChan

func (client *Client) ExcelToJsonWithChan(request *ExcelToJsonRequest) (<-chan *ExcelToJsonResponse, <-chan error)

ExcelToJsonWithChan invokes the cloudwf.ExcelToJson API asynchronously api document: https://help.aliyun.com/api/cloudwf/exceltojson.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FindAp

func (client *Client) FindAp(request *FindApRequest) (response *FindApResponse, err error)

FindAp invokes the cloudwf.FindAp API synchronously api document: https://help.aliyun.com/api/cloudwf/findap.html

func (*Client) FindApWithCallback

func (client *Client) FindApWithCallback(request *FindApRequest, callback func(response *FindApResponse, err error)) <-chan int

FindApWithCallback invokes the cloudwf.FindAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/findap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FindApWithChan

func (client *Client) FindApWithChan(request *FindApRequest) (<-chan *FindApResponse, <-chan error)

FindApWithChan invokes the cloudwf.FindAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/findap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FrequencyAnalyse

func (client *Client) FrequencyAnalyse(request *FrequencyAnalyseRequest) (response *FrequencyAnalyseResponse, err error)

FrequencyAnalyse invokes the cloudwf.FrequencyAnalyse API synchronously api document: https://help.aliyun.com/api/cloudwf/frequencyanalyse.html

func (*Client) FrequencyAnalyseWithCallback

func (client *Client) FrequencyAnalyseWithCallback(request *FrequencyAnalyseRequest, callback func(response *FrequencyAnalyseResponse, err error)) <-chan int

FrequencyAnalyseWithCallback invokes the cloudwf.FrequencyAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/frequencyanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) FrequencyAnalyseWithChan

func (client *Client) FrequencyAnalyseWithChan(request *FrequencyAnalyseRequest) (<-chan *FrequencyAnalyseResponse, <-chan error)

FrequencyAnalyseWithChan invokes the cloudwf.FrequencyAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/frequencyanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAccountConfig

func (client *Client) GetAccountConfig(request *GetAccountConfigRequest) (response *GetAccountConfigResponse, err error)

GetAccountConfig invokes the cloudwf.GetAccountConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/getaccountconfig.html

func (*Client) GetAccountConfigWithCallback

func (client *Client) GetAccountConfigWithCallback(request *GetAccountConfigRequest, callback func(response *GetAccountConfigResponse, err error)) <-chan int

GetAccountConfigWithCallback invokes the cloudwf.GetAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAccountConfigWithChan

func (client *Client) GetAccountConfigWithChan(request *GetAccountConfigRequest) (<-chan *GetAccountConfigResponse, <-chan error)

GetAccountConfigWithChan invokes the cloudwf.GetAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAddApsProgress

func (client *Client) GetAddApsProgress(request *GetAddApsProgressRequest) (response *GetAddApsProgressResponse, err error)

GetAddApsProgress invokes the cloudwf.GetAddApsProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getaddapsprogress.html

func (*Client) GetAddApsProgressWithCallback

func (client *Client) GetAddApsProgressWithCallback(request *GetAddApsProgressRequest, callback func(response *GetAddApsProgressResponse, err error)) <-chan int

GetAddApsProgressWithCallback invokes the cloudwf.GetAddApsProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaddapsprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAddApsProgressWithChan

func (client *Client) GetAddApsProgressWithChan(request *GetAddApsProgressRequest) (<-chan *GetAddApsProgressResponse, <-chan error)

GetAddApsProgressWithChan invokes the cloudwf.GetAddApsProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaddapsprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAllActiveShopByGroup

func (client *Client) GetAllActiveShopByGroup(request *GetAllActiveShopByGroupRequest) (response *GetAllActiveShopByGroupResponse, err error)

GetAllActiveShopByGroup invokes the cloudwf.GetAllActiveShopByGroup API synchronously api document: https://help.aliyun.com/api/cloudwf/getallactiveshopbygroup.html

func (*Client) GetAllActiveShopByGroupWithCallback

func (client *Client) GetAllActiveShopByGroupWithCallback(request *GetAllActiveShopByGroupRequest, callback func(response *GetAllActiveShopByGroupResponse, err error)) <-chan int

GetAllActiveShopByGroupWithCallback invokes the cloudwf.GetAllActiveShopByGroup API asynchronously api document: https://help.aliyun.com/api/cloudwf/getallactiveshopbygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAllActiveShopByGroupWithChan

func (client *Client) GetAllActiveShopByGroupWithChan(request *GetAllActiveShopByGroupRequest) (<-chan *GetAllActiveShopByGroupResponse, <-chan error)

GetAllActiveShopByGroupWithChan invokes the cloudwf.GetAllActiveShopByGroup API asynchronously api document: https://help.aliyun.com/api/cloudwf/getallactiveshopbygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAllApModel

func (client *Client) GetAllApModel(request *GetAllApModelRequest) (response *GetAllApModelResponse, err error)

GetAllApModel invokes the cloudwf.GetAllApModel API synchronously api document: https://help.aliyun.com/api/cloudwf/getallapmodel.html

func (*Client) GetAllApModelWithCallback

func (client *Client) GetAllApModelWithCallback(request *GetAllApModelRequest, callback func(response *GetAllApModelResponse, err error)) <-chan int

GetAllApModelWithCallback invokes the cloudwf.GetAllApModel API asynchronously api document: https://help.aliyun.com/api/cloudwf/getallapmodel.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetAllApModelWithChan

func (client *Client) GetAllApModelWithChan(request *GetAllApModelRequest) (<-chan *GetAllApModelResponse, <-chan error)

GetAllApModelWithChan invokes the cloudwf.GetAllApModel API asynchronously api document: https://help.aliyun.com/api/cloudwf/getallapmodel.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApDetailedConfig

func (client *Client) GetApDetailedConfig(request *GetApDetailedConfigRequest) (response *GetApDetailedConfigResponse, err error)

GetApDetailedConfig invokes the cloudwf.GetApDetailedConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedconfig.html

func (*Client) GetApDetailedConfigWithCallback

func (client *Client) GetApDetailedConfigWithCallback(request *GetApDetailedConfigRequest, callback func(response *GetApDetailedConfigResponse, err error)) <-chan int

GetApDetailedConfigWithCallback invokes the cloudwf.GetApDetailedConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApDetailedConfigWithChan

func (client *Client) GetApDetailedConfigWithChan(request *GetApDetailedConfigRequest) (<-chan *GetApDetailedConfigResponse, <-chan error)

GetApDetailedConfigWithChan invokes the cloudwf.GetApDetailedConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApDetailedStatus

func (client *Client) GetApDetailedStatus(request *GetApDetailedStatusRequest) (response *GetApDetailedStatusResponse, err error)

GetApDetailedStatus invokes the cloudwf.GetApDetailedStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedstatus.html

func (*Client) GetApDetailedStatusWithCallback

func (client *Client) GetApDetailedStatusWithCallback(request *GetApDetailedStatusRequest, callback func(response *GetApDetailedStatusResponse, err error)) <-chan int

GetApDetailedStatusWithCallback invokes the cloudwf.GetApDetailedStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApDetailedStatusWithChan

func (client *Client) GetApDetailedStatusWithChan(request *GetApDetailedStatusRequest) (<-chan *GetApDetailedStatusResponse, <-chan error)

GetApDetailedStatusWithChan invokes the cloudwf.GetApDetailedStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapdetailedstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApPortalBind

func (client *Client) GetApPortalBind(request *GetApPortalBindRequest) (response *GetApPortalBindResponse, err error)

GetApPortalBind invokes the cloudwf.GetApPortalBind API synchronously api document: https://help.aliyun.com/api/cloudwf/getapportalbind.html

func (*Client) GetApPortalBindWithCallback

func (client *Client) GetApPortalBindWithCallback(request *GetApPortalBindRequest, callback func(response *GetApPortalBindResponse, err error)) <-chan int

GetApPortalBindWithCallback invokes the cloudwf.GetApPortalBind API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapportalbind.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApPortalBindWithChan

func (client *Client) GetApPortalBindWithChan(request *GetApPortalBindRequest) (<-chan *GetApPortalBindResponse, <-chan error)

GetApPortalBindWithChan invokes the cloudwf.GetApPortalBind API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapportalbind.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApRunHistoryTimeSer

func (client *Client) GetApRunHistoryTimeSer(request *GetApRunHistoryTimeSerRequest) (response *GetApRunHistoryTimeSerResponse, err error)

GetApRunHistoryTimeSer invokes the cloudwf.GetApRunHistoryTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getaprunhistorytimeser.html

func (*Client) GetApRunHistoryTimeSerWithCallback

func (client *Client) GetApRunHistoryTimeSerWithCallback(request *GetApRunHistoryTimeSerRequest, callback func(response *GetApRunHistoryTimeSerResponse, err error)) <-chan int

GetApRunHistoryTimeSerWithCallback invokes the cloudwf.GetApRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaprunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApRunHistoryTimeSerWithChan

func (client *Client) GetApRunHistoryTimeSerWithChan(request *GetApRunHistoryTimeSerRequest) (<-chan *GetApRunHistoryTimeSerResponse, <-chan error)

GetApRunHistoryTimeSerWithChan invokes the cloudwf.GetApRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaprunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApStaMiscAgg

func (client *Client) GetApStaMiscAgg(request *GetApStaMiscAggRequest) (response *GetApStaMiscAggResponse, err error)

GetApStaMiscAgg invokes the cloudwf.GetApStaMiscAgg API synchronously api document: https://help.aliyun.com/api/cloudwf/getapstamiscagg.html

func (*Client) GetApStaMiscAggWithCallback

func (client *Client) GetApStaMiscAggWithCallback(request *GetApStaMiscAggRequest, callback func(response *GetApStaMiscAggResponse, err error)) <-chan int

GetApStaMiscAggWithCallback invokes the cloudwf.GetApStaMiscAgg API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapstamiscagg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApStaMiscAggWithChan

func (client *Client) GetApStaMiscAggWithChan(request *GetApStaMiscAggRequest) (<-chan *GetApStaMiscAggResponse, <-chan error)

GetApStaMiscAggWithChan invokes the cloudwf.GetApStaMiscAgg API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapstamiscagg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApTop

func (client *Client) GetApTop(request *GetApTopRequest) (response *GetApTopResponse, err error)

GetApTop invokes the cloudwf.GetApTop API synchronously api document: https://help.aliyun.com/api/cloudwf/getaptop.html

func (*Client) GetApTopWithCallback

func (client *Client) GetApTopWithCallback(request *GetApTopRequest, callback func(response *GetApTopResponse, err error)) <-chan int

GetApTopWithCallback invokes the cloudwf.GetApTop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaptop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApTopWithChan

func (client *Client) GetApTopWithChan(request *GetApTopRequest) (<-chan *GetApTopResponse, <-chan error)

GetApTopWithChan invokes the cloudwf.GetApTop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getaptop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupConfigProgress

func (client *Client) GetApgroupConfigProgress(request *GetApgroupConfigProgressRequest) (response *GetApgroupConfigProgressResponse, err error)

GetApgroupConfigProgress invokes the cloudwf.GetApgroupConfigProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupconfigprogress.html

func (*Client) GetApgroupConfigProgressWithCallback

func (client *Client) GetApgroupConfigProgressWithCallback(request *GetApgroupConfigProgressRequest, callback func(response *GetApgroupConfigProgressResponse, err error)) <-chan int

GetApgroupConfigProgressWithCallback invokes the cloudwf.GetApgroupConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupConfigProgressWithChan

func (client *Client) GetApgroupConfigProgressWithChan(request *GetApgroupConfigProgressRequest) (<-chan *GetApgroupConfigProgressResponse, <-chan error)

GetApgroupConfigProgressWithChan invokes the cloudwf.GetApgroupConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupDetailedConfig

func (client *Client) GetApgroupDetailedConfig(request *GetApgroupDetailedConfigRequest) (response *GetApgroupDetailedConfigResponse, err error)

GetApgroupDetailedConfig invokes the cloudwf.GetApgroupDetailedConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupdetailedconfig.html

func (*Client) GetApgroupDetailedConfigWithCallback

func (client *Client) GetApgroupDetailedConfigWithCallback(request *GetApgroupDetailedConfigRequest, callback func(response *GetApgroupDetailedConfigResponse, err error)) <-chan int

GetApgroupDetailedConfigWithCallback invokes the cloudwf.GetApgroupDetailedConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupdetailedconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupDetailedConfigWithChan

func (client *Client) GetApgroupDetailedConfigWithChan(request *GetApgroupDetailedConfigRequest) (<-chan *GetApgroupDetailedConfigResponse, <-chan error)

GetApgroupDetailedConfigWithChan invokes the cloudwf.GetApgroupDetailedConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupdetailedconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupPortalConfigProgress

func (client *Client) GetApgroupPortalConfigProgress(request *GetApgroupPortalConfigProgressRequest) (response *GetApgroupPortalConfigProgressResponse, err error)

GetApgroupPortalConfigProgress invokes the cloudwf.GetApgroupPortalConfigProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupportalconfigprogress.html

func (*Client) GetApgroupPortalConfigProgressWithCallback

func (client *Client) GetApgroupPortalConfigProgressWithCallback(request *GetApgroupPortalConfigProgressRequest, callback func(response *GetApgroupPortalConfigProgressResponse, err error)) <-chan int

GetApgroupPortalConfigProgressWithCallback invokes the cloudwf.GetApgroupPortalConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupportalconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupPortalConfigProgressWithChan

func (client *Client) GetApgroupPortalConfigProgressWithChan(request *GetApgroupPortalConfigProgressRequest) (<-chan *GetApgroupPortalConfigProgressResponse, <-chan error)

GetApgroupPortalConfigProgressWithChan invokes the cloudwf.GetApgroupPortalConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupportalconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupScanConfigSaveProgress

func (client *Client) GetApgroupScanConfigSaveProgress(request *GetApgroupScanConfigSaveProgressRequest) (response *GetApgroupScanConfigSaveProgressResponse, err error)

GetApgroupScanConfigSaveProgress invokes the cloudwf.GetApgroupScanConfigSaveProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupscanconfigsaveprogress.html

func (*Client) GetApgroupScanConfigSaveProgressWithCallback

func (client *Client) GetApgroupScanConfigSaveProgressWithCallback(request *GetApgroupScanConfigSaveProgressRequest, callback func(response *GetApgroupScanConfigSaveProgressResponse, err error)) <-chan int

GetApgroupScanConfigSaveProgressWithCallback invokes the cloudwf.GetApgroupScanConfigSaveProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupscanconfigsaveprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupScanConfigSaveProgressWithChan

func (client *Client) GetApgroupScanConfigSaveProgressWithChan(request *GetApgroupScanConfigSaveProgressRequest) (<-chan *GetApgroupScanConfigSaveProgressResponse, <-chan error)

GetApgroupScanConfigSaveProgressWithChan invokes the cloudwf.GetApgroupScanConfigSaveProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupscanconfigsaveprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupSsidConfigProgress

func (client *Client) GetApgroupSsidConfigProgress(request *GetApgroupSsidConfigProgressRequest) (response *GetApgroupSsidConfigProgressResponse, err error)

GetApgroupSsidConfigProgress invokes the cloudwf.GetApgroupSsidConfigProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupssidconfigprogress.html

func (*Client) GetApgroupSsidConfigProgressWithCallback

func (client *Client) GetApgroupSsidConfigProgressWithCallback(request *GetApgroupSsidConfigProgressRequest, callback func(response *GetApgroupSsidConfigProgressResponse, err error)) <-chan int

GetApgroupSsidConfigProgressWithCallback invokes the cloudwf.GetApgroupSsidConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupssidconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetApgroupSsidConfigProgressWithChan

func (client *Client) GetApgroupSsidConfigProgressWithChan(request *GetApgroupSsidConfigProgressRequest) (<-chan *GetApgroupSsidConfigProgressResponse, <-chan error)

GetApgroupSsidConfigProgressWithChan invokes the cloudwf.GetApgroupSsidConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getapgroupssidconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBatchSaveApAssetProgress

func (client *Client) GetBatchSaveApAssetProgress(request *GetBatchSaveApAssetProgressRequest) (response *GetBatchSaveApAssetProgressResponse, err error)

GetBatchSaveApAssetProgress invokes the cloudwf.GetBatchSaveApAssetProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getbatchsaveapassetprogress.html

func (*Client) GetBatchSaveApAssetProgressWithCallback

func (client *Client) GetBatchSaveApAssetProgressWithCallback(request *GetBatchSaveApAssetProgressRequest, callback func(response *GetBatchSaveApAssetProgressResponse, err error)) <-chan int

GetBatchSaveApAssetProgressWithCallback invokes the cloudwf.GetBatchSaveApAssetProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbatchsaveapassetprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBatchSaveApAssetProgressWithChan

func (client *Client) GetBatchSaveApAssetProgressWithChan(request *GetBatchSaveApAssetProgressRequest) (<-chan *GetBatchSaveApAssetProgressResponse, <-chan error)

GetBatchSaveApAssetProgressWithChan invokes the cloudwf.GetBatchSaveApAssetProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbatchsaveapassetprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBid

func (client *Client) GetBid(request *GetBidRequest) (response *GetBidResponse, err error)

GetBid invokes the cloudwf.GetBid API synchronously api document: https://help.aliyun.com/api/cloudwf/getbid.html

func (*Client) GetBidWithCallback

func (client *Client) GetBidWithCallback(request *GetBidRequest, callback func(response *GetBidResponse, err error)) <-chan int

GetBidWithCallback invokes the cloudwf.GetBid API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBidWithChan

func (client *Client) GetBidWithChan(request *GetBidRequest) (<-chan *GetBidResponse, <-chan error)

GetBidWithChan invokes the cloudwf.GetBid API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBids4Uid4Root

func (client *Client) GetBids4Uid4Root(request *GetBids4Uid4RootRequest) (response *GetBids4Uid4RootResponse, err error)

GetBids4Uid4Root invokes the cloudwf.GetBids4Uid4Root API synchronously api document: https://help.aliyun.com/api/cloudwf/getbids4uid4root.html

func (*Client) GetBids4Uid4RootWithCallback

func (client *Client) GetBids4Uid4RootWithCallback(request *GetBids4Uid4RootRequest, callback func(response *GetBids4Uid4RootResponse, err error)) <-chan int

GetBids4Uid4RootWithCallback invokes the cloudwf.GetBids4Uid4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbids4uid4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBids4Uid4RootWithChan

func (client *Client) GetBids4Uid4RootWithChan(request *GetBids4Uid4RootRequest) (<-chan *GetBids4Uid4RootResponse, <-chan error)

GetBids4Uid4RootWithChan invokes the cloudwf.GetBids4Uid4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbids4uid4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBindAp4Umeng

func (client *Client) GetBindAp4Umeng(request *GetBindAp4UmengRequest) (response *GetBindAp4UmengResponse, err error)

GetBindAp4Umeng invokes the cloudwf.GetBindAp4Umeng API synchronously api document: https://help.aliyun.com/api/cloudwf/getbindap4umeng.html

func (*Client) GetBindAp4UmengWithCallback

func (client *Client) GetBindAp4UmengWithCallback(request *GetBindAp4UmengRequest, callback func(response *GetBindAp4UmengResponse, err error)) <-chan int

GetBindAp4UmengWithCallback invokes the cloudwf.GetBindAp4Umeng API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbindap4umeng.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetBindAp4UmengWithChan

func (client *Client) GetBindAp4UmengWithChan(request *GetBindAp4UmengRequest) (<-chan *GetBindAp4UmengResponse, <-chan error)

GetBindAp4UmengWithChan invokes the cloudwf.GetBindAp4Umeng API asynchronously api document: https://help.aliyun.com/api/cloudwf/getbindap4umeng.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetCrowdList

func (client *Client) GetCrowdList(request *GetCrowdListRequest) (response *GetCrowdListResponse, err error)

GetCrowdList invokes the cloudwf.GetCrowdList API synchronously api document: https://help.aliyun.com/api/cloudwf/getcrowdlist.html

func (*Client) GetCrowdListWithCallback

func (client *Client) GetCrowdListWithCallback(request *GetCrowdListRequest, callback func(response *GetCrowdListResponse, err error)) <-chan int

GetCrowdListWithCallback invokes the cloudwf.GetCrowdList API asynchronously api document: https://help.aliyun.com/api/cloudwf/getcrowdlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetCrowdListWithChan

func (client *Client) GetCrowdListWithChan(request *GetCrowdListRequest) (<-chan *GetCrowdListResponse, <-chan error)

GetCrowdListWithChan invokes the cloudwf.GetCrowdList API asynchronously api document: https://help.aliyun.com/api/cloudwf/getcrowdlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDailyStatistic

func (client *Client) GetDailyStatistic(request *GetDailyStatisticRequest) (response *GetDailyStatisticResponse, err error)

GetDailyStatistic invokes the cloudwf.GetDailyStatistic API synchronously api document: https://help.aliyun.com/api/cloudwf/getdailystatistic.html

func (*Client) GetDailyStatisticWithCallback

func (client *Client) GetDailyStatisticWithCallback(request *GetDailyStatisticRequest, callback func(response *GetDailyStatisticResponse, err error)) <-chan int

GetDailyStatisticWithCallback invokes the cloudwf.GetDailyStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getdailystatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDailyStatisticWithChan

func (client *Client) GetDailyStatisticWithChan(request *GetDailyStatisticRequest) (<-chan *GetDailyStatisticResponse, <-chan error)

GetDailyStatisticWithChan invokes the cloudwf.GetDailyStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getdailystatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDeviceInfoByMac

func (client *Client) GetDeviceInfoByMac(request *GetDeviceInfoByMacRequest) (response *GetDeviceInfoByMacResponse, err error)

GetDeviceInfoByMac invokes the cloudwf.GetDeviceInfoByMac API synchronously api document: https://help.aliyun.com/api/cloudwf/getdeviceinfobymac.html

func (*Client) GetDeviceInfoByMacWithCallback

func (client *Client) GetDeviceInfoByMacWithCallback(request *GetDeviceInfoByMacRequest, callback func(response *GetDeviceInfoByMacResponse, err error)) <-chan int

GetDeviceInfoByMacWithCallback invokes the cloudwf.GetDeviceInfoByMac API asynchronously api document: https://help.aliyun.com/api/cloudwf/getdeviceinfobymac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetDeviceInfoByMacWithChan

func (client *Client) GetDeviceInfoByMacWithChan(request *GetDeviceInfoByMacRequest) (<-chan *GetDeviceInfoByMacResponse, <-chan error)

GetDeviceInfoByMacWithChan invokes the cloudwf.GetDeviceInfoByMac API asynchronously api document: https://help.aliyun.com/api/cloudwf/getdeviceinfobymac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApChangeNameTemplate

func (client *Client) GetGroupApChangeNameTemplate(request *GetGroupApChangeNameTemplateRequest) (response *GetGroupApChangeNameTemplateResponse, err error)

GetGroupApChangeNameTemplate invokes the cloudwf.GetGroupApChangeNameTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapchangenametemplate.html

func (*Client) GetGroupApChangeNameTemplateWithCallback

func (client *Client) GetGroupApChangeNameTemplateWithCallback(request *GetGroupApChangeNameTemplateRequest, callback func(response *GetGroupApChangeNameTemplateResponse, err error)) <-chan int

GetGroupApChangeNameTemplateWithCallback invokes the cloudwf.GetGroupApChangeNameTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapchangenametemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApChangeNameTemplateWithChan

func (client *Client) GetGroupApChangeNameTemplateWithChan(request *GetGroupApChangeNameTemplateRequest) (<-chan *GetGroupApChangeNameTemplateResponse, <-chan error)

GetGroupApChangeNameTemplateWithChan invokes the cloudwf.GetGroupApChangeNameTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapchangenametemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioConfigProgress

func (client *Client) GetGroupApRadioConfigProgress(request *GetGroupApRadioConfigProgressRequest) (response *GetGroupApRadioConfigProgressResponse, err error)

GetGroupApRadioConfigProgress invokes the cloudwf.GetGroupApRadioConfigProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigprogress.html

func (*Client) GetGroupApRadioConfigProgressWithCallback

func (client *Client) GetGroupApRadioConfigProgressWithCallback(request *GetGroupApRadioConfigProgressRequest, callback func(response *GetGroupApRadioConfigProgressResponse, err error)) <-chan int

GetGroupApRadioConfigProgressWithCallback invokes the cloudwf.GetGroupApRadioConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioConfigProgressWithChan

func (client *Client) GetGroupApRadioConfigProgressWithChan(request *GetGroupApRadioConfigProgressRequest) (<-chan *GetGroupApRadioConfigProgressResponse, <-chan error)

GetGroupApRadioConfigProgressWithChan invokes the cloudwf.GetGroupApRadioConfigProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioConfigTemplate

func (client *Client) GetGroupApRadioConfigTemplate(request *GetGroupApRadioConfigTemplateRequest) (response *GetGroupApRadioConfigTemplateResponse, err error)

GetGroupApRadioConfigTemplate invokes the cloudwf.GetGroupApRadioConfigTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigtemplate.html

func (*Client) GetGroupApRadioConfigTemplateWithCallback

func (client *Client) GetGroupApRadioConfigTemplateWithCallback(request *GetGroupApRadioConfigTemplateRequest, callback func(response *GetGroupApRadioConfigTemplateResponse, err error)) <-chan int

GetGroupApRadioConfigTemplateWithCallback invokes the cloudwf.GetGroupApRadioConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioConfigTemplateWithChan

func (client *Client) GetGroupApRadioConfigTemplateWithChan(request *GetGroupApRadioConfigTemplateRequest) (<-chan *GetGroupApRadioConfigTemplateResponse, <-chan error)

GetGroupApRadioConfigTemplateWithChan invokes the cloudwf.GetGroupApRadioConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioOnoffProgress

func (client *Client) GetGroupApRadioOnoffProgress(request *GetGroupApRadioOnoffProgressRequest) (response *GetGroupApRadioOnoffProgressResponse, err error)

GetGroupApRadioOnoffProgress invokes the cloudwf.GetGroupApRadioOnoffProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioonoffprogress.html

func (*Client) GetGroupApRadioOnoffProgressWithCallback

func (client *Client) GetGroupApRadioOnoffProgressWithCallback(request *GetGroupApRadioOnoffProgressRequest, callback func(response *GetGroupApRadioOnoffProgressResponse, err error)) <-chan int

GetGroupApRadioOnoffProgressWithCallback invokes the cloudwf.GetGroupApRadioOnoffProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioonoffprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRadioOnoffProgressWithChan

func (client *Client) GetGroupApRadioOnoffProgressWithChan(request *GetGroupApRadioOnoffProgressRequest) (<-chan *GetGroupApRadioOnoffProgressResponse, <-chan error)

GetGroupApRadioOnoffProgressWithChan invokes the cloudwf.GetGroupApRadioOnoffProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupapradioonoffprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRepairProgress

func (client *Client) GetGroupApRepairProgress(request *GetGroupApRepairProgressRequest) (response *GetGroupApRepairProgressResponse, err error)

GetGroupApRepairProgress invokes the cloudwf.GetGroupApRepairProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getgroupaprepairprogress.html

func (*Client) GetGroupApRepairProgressWithCallback

func (client *Client) GetGroupApRepairProgressWithCallback(request *GetGroupApRepairProgressRequest, callback func(response *GetGroupApRepairProgressResponse, err error)) <-chan int

GetGroupApRepairProgressWithCallback invokes the cloudwf.GetGroupApRepairProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupaprepairprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetGroupApRepairProgressWithChan

func (client *Client) GetGroupApRepairProgressWithChan(request *GetGroupApRepairProgressRequest) (<-chan *GetGroupApRepairProgressResponse, <-chan error)

GetGroupApRepairProgressWithChan invokes the cloudwf.GetGroupApRepairProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getgroupaprepairprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetInstanceByShop

func (client *Client) GetInstanceByShop(request *GetInstanceByShopRequest) (response *GetInstanceByShopResponse, err error)

GetInstanceByShop invokes the cloudwf.GetInstanceByShop API synchronously api document: https://help.aliyun.com/api/cloudwf/getinstancebyshop.html

func (*Client) GetInstanceByShopWithCallback

func (client *Client) GetInstanceByShopWithCallback(request *GetInstanceByShopRequest, callback func(response *GetInstanceByShopResponse, err error)) <-chan int

GetInstanceByShopWithCallback invokes the cloudwf.GetInstanceByShop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getinstancebyshop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetInstanceByShopWithChan

func (client *Client) GetInstanceByShopWithChan(request *GetInstanceByShopRequest) (<-chan *GetInstanceByShopResponse, <-chan error)

GetInstanceByShopWithChan invokes the cloudwf.GetInstanceByShop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getinstancebyshop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLatestApStatistic

func (client *Client) GetLatestApStatistic(request *GetLatestApStatisticRequest) (response *GetLatestApStatisticResponse, err error)

GetLatestApStatistic invokes the cloudwf.GetLatestApStatistic API synchronously api document: https://help.aliyun.com/api/cloudwf/getlatestapstatistic.html

func (*Client) GetLatestApStatisticWithCallback

func (client *Client) GetLatestApStatisticWithCallback(request *GetLatestApStatisticRequest, callback func(response *GetLatestApStatisticResponse, err error)) <-chan int

GetLatestApStatisticWithCallback invokes the cloudwf.GetLatestApStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getlatestapstatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLatestApStatisticWithChan

func (client *Client) GetLatestApStatisticWithChan(request *GetLatestApStatisticRequest) (<-chan *GetLatestApStatisticResponse, <-chan error)

GetLatestApStatisticWithChan invokes the cloudwf.GetLatestApStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getlatestapstatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLatestStaStatistic

func (client *Client) GetLatestStaStatistic(request *GetLatestStaStatisticRequest) (response *GetLatestStaStatisticResponse, err error)

GetLatestStaStatistic invokes the cloudwf.GetLatestStaStatistic API synchronously api document: https://help.aliyun.com/api/cloudwf/getlateststastatistic.html

func (*Client) GetLatestStaStatisticWithCallback

func (client *Client) GetLatestStaStatisticWithCallback(request *GetLatestStaStatisticRequest, callback func(response *GetLatestStaStatisticResponse, err error)) <-chan int

GetLatestStaStatisticWithCallback invokes the cloudwf.GetLatestStaStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getlateststastatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLatestStaStatisticWithChan

func (client *Client) GetLatestStaStatisticWithChan(request *GetLatestStaStatisticRequest) (<-chan *GetLatestStaStatisticResponse, <-chan error)

GetLatestStaStatisticWithChan invokes the cloudwf.GetLatestStaStatistic API asynchronously api document: https://help.aliyun.com/api/cloudwf/getlateststastatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetMapUrl

func (client *Client) GetMapUrl(request *GetMapUrlRequest) (response *GetMapUrlResponse, err error)

GetMapUrl invokes the cloudwf.GetMapUrl API synchronously api document: https://help.aliyun.com/api/cloudwf/getmapurl.html

func (*Client) GetMapUrlWithCallback

func (client *Client) GetMapUrlWithCallback(request *GetMapUrlRequest, callback func(response *GetMapUrlResponse, err error)) <-chan int

GetMapUrlWithCallback invokes the cloudwf.GetMapUrl API asynchronously api document: https://help.aliyun.com/api/cloudwf/getmapurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetMapUrlWithChan

func (client *Client) GetMapUrlWithChan(request *GetMapUrlRequest) (<-chan *GetMapUrlResponse, <-chan error)

GetMapUrlWithChan invokes the cloudwf.GetMapUrl API asynchronously api document: https://help.aliyun.com/api/cloudwf/getmapurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineApTimeSer

func (client *Client) GetOnlineApTimeSer(request *GetOnlineApTimeSerRequest) (response *GetOnlineApTimeSerResponse, err error)

GetOnlineApTimeSer invokes the cloudwf.GetOnlineApTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getonlineaptimeser.html

func (*Client) GetOnlineApTimeSerWithCallback

func (client *Client) GetOnlineApTimeSerWithCallback(request *GetOnlineApTimeSerRequest, callback func(response *GetOnlineApTimeSerResponse, err error)) <-chan int

GetOnlineApTimeSerWithCallback invokes the cloudwf.GetOnlineApTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getonlineaptimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineApTimeSerWithChan

func (client *Client) GetOnlineApTimeSerWithChan(request *GetOnlineApTimeSerRequest) (<-chan *GetOnlineApTimeSerResponse, <-chan error)

GetOnlineApTimeSerWithChan invokes the cloudwf.GetOnlineApTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getonlineaptimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineStaTimeSer

func (client *Client) GetOnlineStaTimeSer(request *GetOnlineStaTimeSerRequest) (response *GetOnlineStaTimeSerResponse, err error)

GetOnlineStaTimeSer invokes the cloudwf.GetOnlineStaTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getonlinestatimeser.html

func (*Client) GetOnlineStaTimeSerWithCallback

func (client *Client) GetOnlineStaTimeSerWithCallback(request *GetOnlineStaTimeSerRequest, callback func(response *GetOnlineStaTimeSerResponse, err error)) <-chan int

GetOnlineStaTimeSerWithCallback invokes the cloudwf.GetOnlineStaTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getonlinestatimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOnlineStaTimeSerWithChan

func (client *Client) GetOnlineStaTimeSerWithChan(request *GetOnlineStaTimeSerRequest) (<-chan *GetOnlineStaTimeSerResponse, <-chan error)

GetOnlineStaTimeSerWithChan invokes the cloudwf.GetOnlineStaTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getonlinestatimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOssServerSign

func (client *Client) GetOssServerSign(request *GetOssServerSignRequest) (response *GetOssServerSignResponse, err error)

GetOssServerSign invokes the cloudwf.GetOssServerSign API synchronously api document: https://help.aliyun.com/api/cloudwf/getossserversign.html

func (*Client) GetOssServerSignWithCallback

func (client *Client) GetOssServerSignWithCallback(request *GetOssServerSignRequest, callback func(response *GetOssServerSignResponse, err error)) <-chan int

GetOssServerSignWithCallback invokes the cloudwf.GetOssServerSign API asynchronously api document: https://help.aliyun.com/api/cloudwf/getossserversign.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOssServerSignWithChan

func (client *Client) GetOssServerSignWithChan(request *GetOssServerSignRequest) (<-chan *GetOssServerSignResponse, <-chan error)

GetOssServerSignWithChan invokes the cloudwf.GetOssServerSign API asynchronously api document: https://help.aliyun.com/api/cloudwf/getossserversign.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPageConfigTemplate

func (client *Client) GetPageConfigTemplate(request *GetPageConfigTemplateRequest) (response *GetPageConfigTemplateResponse, err error)

GetPageConfigTemplate invokes the cloudwf.GetPageConfigTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/getpageconfigtemplate.html

func (*Client) GetPageConfigTemplateWithCallback

func (client *Client) GetPageConfigTemplateWithCallback(request *GetPageConfigTemplateRequest, callback func(response *GetPageConfigTemplateResponse, err error)) <-chan int

GetPageConfigTemplateWithCallback invokes the cloudwf.GetPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPageConfigTemplateWithChan

func (client *Client) GetPageConfigTemplateWithChan(request *GetPageConfigTemplateRequest) (<-chan *GetPageConfigTemplateResponse, <-chan error)

GetPageConfigTemplateWithChan invokes the cloudwf.GetPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/getpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPageProperties

func (client *Client) GetPageProperties(request *GetPagePropertiesRequest) (response *GetPagePropertiesResponse, err error)

GetPageProperties invokes the cloudwf.GetPageProperties API synchronously api document: https://help.aliyun.com/api/cloudwf/getpageproperties.html

func (*Client) GetPagePropertiesWithCallback

func (client *Client) GetPagePropertiesWithCallback(request *GetPagePropertiesRequest, callback func(response *GetPagePropertiesResponse, err error)) <-chan int

GetPagePropertiesWithCallback invokes the cloudwf.GetPageProperties API asynchronously api document: https://help.aliyun.com/api/cloudwf/getpageproperties.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPagePropertiesWithChan

func (client *Client) GetPagePropertiesWithChan(request *GetPagePropertiesRequest) (<-chan *GetPagePropertiesResponse, <-chan error)

GetPagePropertiesWithChan invokes the cloudwf.GetPageProperties API asynchronously api document: https://help.aliyun.com/api/cloudwf/getpageproperties.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPortalTempDetail

func (client *Client) GetPortalTempDetail(request *GetPortalTempDetailRequest) (response *GetPortalTempDetailResponse, err error)

GetPortalTempDetail invokes the cloudwf.GetPortalTempDetail API synchronously api document: https://help.aliyun.com/api/cloudwf/getportaltempdetail.html

func (*Client) GetPortalTempDetailWithCallback

func (client *Client) GetPortalTempDetailWithCallback(request *GetPortalTempDetailRequest, callback func(response *GetPortalTempDetailResponse, err error)) <-chan int

GetPortalTempDetailWithCallback invokes the cloudwf.GetPortalTempDetail API asynchronously api document: https://help.aliyun.com/api/cloudwf/getportaltempdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetPortalTempDetailWithChan

func (client *Client) GetPortalTempDetailWithChan(request *GetPortalTempDetailRequest) (<-chan *GetPortalTempDetailResponse, <-chan error)

GetPortalTempDetailWithChan invokes the cloudwf.GetPortalTempDetail API asynchronously api document: https://help.aliyun.com/api/cloudwf/getportaltempdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetProbeDataSubscriberConfig

func (client *Client) GetProbeDataSubscriberConfig(request *GetProbeDataSubscriberConfigRequest) (response *GetProbeDataSubscriberConfigResponse, err error)

GetProbeDataSubscriberConfig invokes the cloudwf.GetProbeDataSubscriberConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/getprobedatasubscriberconfig.html

func (*Client) GetProbeDataSubscriberConfigWithCallback

func (client *Client) GetProbeDataSubscriberConfigWithCallback(request *GetProbeDataSubscriberConfigRequest, callback func(response *GetProbeDataSubscriberConfigResponse, err error)) <-chan int

GetProbeDataSubscriberConfigWithCallback invokes the cloudwf.GetProbeDataSubscriberConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getprobedatasubscriberconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetProbeDataSubscriberConfigWithChan

func (client *Client) GetProbeDataSubscriberConfigWithChan(request *GetProbeDataSubscriberConfigRequest) (<-chan *GetProbeDataSubscriberConfigResponse, <-chan error)

GetProbeDataSubscriberConfigWithChan invokes the cloudwf.GetProbeDataSubscriberConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/getprobedatasubscriberconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetRadioRunHistoryTimeSer

func (client *Client) GetRadioRunHistoryTimeSer(request *GetRadioRunHistoryTimeSerRequest) (response *GetRadioRunHistoryTimeSerResponse, err error)

GetRadioRunHistoryTimeSer invokes the cloudwf.GetRadioRunHistoryTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getradiorunhistorytimeser.html

func (*Client) GetRadioRunHistoryTimeSerWithCallback

func (client *Client) GetRadioRunHistoryTimeSerWithCallback(request *GetRadioRunHistoryTimeSerRequest, callback func(response *GetRadioRunHistoryTimeSerResponse, err error)) <-chan int

GetRadioRunHistoryTimeSerWithCallback invokes the cloudwf.GetRadioRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getradiorunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetRadioRunHistoryTimeSerWithChan

func (client *Client) GetRadioRunHistoryTimeSerWithChan(request *GetRadioRunHistoryTimeSerRequest) (<-chan *GetRadioRunHistoryTimeSerResponse, <-chan error)

GetRadioRunHistoryTimeSerWithChan invokes the cloudwf.GetRadioRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getradiorunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetScanMode

func (client *Client) GetScanMode(request *GetScanModeRequest) (response *GetScanModeResponse, err error)

GetScanMode invokes the cloudwf.GetScanMode API synchronously api document: https://help.aliyun.com/api/cloudwf/getscanmode.html

func (*Client) GetScanModeWithCallback

func (client *Client) GetScanModeWithCallback(request *GetScanModeRequest, callback func(response *GetScanModeResponse, err error)) <-chan int

GetScanModeWithCallback invokes the cloudwf.GetScanMode API asynchronously api document: https://help.aliyun.com/api/cloudwf/getscanmode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetScanModeWithChan

func (client *Client) GetScanModeWithChan(request *GetScanModeRequest) (<-chan *GetScanModeResponse, <-chan error)

GetScanModeWithChan invokes the cloudwf.GetScanMode API asynchronously api document: https://help.aliyun.com/api/cloudwf/getscanmode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetScanProbeTimeSer

func (client *Client) GetScanProbeTimeSer(request *GetScanProbeTimeSerRequest) (response *GetScanProbeTimeSerResponse, err error)

GetScanProbeTimeSer invokes the cloudwf.GetScanProbeTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getscanprobetimeser.html

func (*Client) GetScanProbeTimeSerWithCallback

func (client *Client) GetScanProbeTimeSerWithCallback(request *GetScanProbeTimeSerRequest, callback func(response *GetScanProbeTimeSerResponse, err error)) <-chan int

GetScanProbeTimeSerWithCallback invokes the cloudwf.GetScanProbeTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getscanprobetimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetScanProbeTimeSerWithChan

func (client *Client) GetScanProbeTimeSerWithChan(request *GetScanProbeTimeSerRequest) (<-chan *GetScanProbeTimeSerResponse, <-chan error)

GetScanProbeTimeSerWithChan invokes the cloudwf.GetScanProbeTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getscanprobetimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSendCommandByMacProgress

func (client *Client) GetSendCommandByMacProgress(request *GetSendCommandByMacProgressRequest) (response *GetSendCommandByMacProgressResponse, err error)

GetSendCommandByMacProgress invokes the cloudwf.GetSendCommandByMacProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getsendcommandbymacprogress.html

func (*Client) GetSendCommandByMacProgressWithCallback

func (client *Client) GetSendCommandByMacProgressWithCallback(request *GetSendCommandByMacProgressRequest, callback func(response *GetSendCommandByMacProgressResponse, err error)) <-chan int

GetSendCommandByMacProgressWithCallback invokes the cloudwf.GetSendCommandByMacProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsendcommandbymacprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSendCommandByMacProgressWithChan

func (client *Client) GetSendCommandByMacProgressWithChan(request *GetSendCommandByMacProgressRequest) (<-chan *GetSendCommandByMacProgressResponse, <-chan error)

GetSendCommandByMacProgressWithChan invokes the cloudwf.GetSendCommandByMacProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsendcommandbymacprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSidsAndGids4Bid

func (client *Client) GetSidsAndGids4Bid(request *GetSidsAndGids4BidRequest) (response *GetSidsAndGids4BidResponse, err error)

GetSidsAndGids4Bid invokes the cloudwf.GetSidsAndGids4Bid API synchronously api document: https://help.aliyun.com/api/cloudwf/getsidsandgids4bid.html

func (*Client) GetSidsAndGids4BidWithCallback

func (client *Client) GetSidsAndGids4BidWithCallback(request *GetSidsAndGids4BidRequest, callback func(response *GetSidsAndGids4BidResponse, err error)) <-chan int

GetSidsAndGids4BidWithCallback invokes the cloudwf.GetSidsAndGids4Bid API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsidsandgids4bid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSidsAndGids4BidWithChan

func (client *Client) GetSidsAndGids4BidWithChan(request *GetSidsAndGids4BidRequest) (<-chan *GetSidsAndGids4BidResponse, <-chan error)

GetSidsAndGids4BidWithChan invokes the cloudwf.GetSidsAndGids4Bid API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsidsandgids4bid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaDetailedStatus

func (client *Client) GetStaDetailedStatus(request *GetStaDetailedStatusRequest) (response *GetStaDetailedStatusResponse, err error)

GetStaDetailedStatus invokes the cloudwf.GetStaDetailedStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/getstadetailedstatus.html

func (*Client) GetStaDetailedStatusWithCallback

func (client *Client) GetStaDetailedStatusWithCallback(request *GetStaDetailedStatusRequest, callback func(response *GetStaDetailedStatusResponse, err error)) <-chan int

GetStaDetailedStatusWithCallback invokes the cloudwf.GetStaDetailedStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstadetailedstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaDetailedStatusWithChan

func (client *Client) GetStaDetailedStatusWithChan(request *GetStaDetailedStatusRequest) (<-chan *GetStaDetailedStatusResponse, <-chan error)

GetStaDetailedStatusWithChan invokes the cloudwf.GetStaDetailedStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstadetailedstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaRunHistoryTimeSer

func (client *Client) GetStaRunHistoryTimeSer(request *GetStaRunHistoryTimeSerRequest) (response *GetStaRunHistoryTimeSerResponse, err error)

GetStaRunHistoryTimeSer invokes the cloudwf.GetStaRunHistoryTimeSer API synchronously api document: https://help.aliyun.com/api/cloudwf/getstarunhistorytimeser.html

func (*Client) GetStaRunHistoryTimeSerWithCallback

func (client *Client) GetStaRunHistoryTimeSerWithCallback(request *GetStaRunHistoryTimeSerRequest, callback func(response *GetStaRunHistoryTimeSerResponse, err error)) <-chan int

GetStaRunHistoryTimeSerWithCallback invokes the cloudwf.GetStaRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstarunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaRunHistoryTimeSerWithChan

func (client *Client) GetStaRunHistoryTimeSerWithChan(request *GetStaRunHistoryTimeSerRequest) (<-chan *GetStaRunHistoryTimeSerResponse, <-chan error)

GetStaRunHistoryTimeSerWithChan invokes the cloudwf.GetStaRunHistoryTimeSer API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstarunhistorytimeser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaTop

func (client *Client) GetStaTop(request *GetStaTopRequest) (response *GetStaTopResponse, err error)

GetStaTop invokes the cloudwf.GetStaTop API synchronously api document: https://help.aliyun.com/api/cloudwf/getstatop.html

func (*Client) GetStaTopWithCallback

func (client *Client) GetStaTopWithCallback(request *GetStaTopRequest, callback func(response *GetStaTopResponse, err error)) <-chan int

GetStaTopWithCallback invokes the cloudwf.GetStaTop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstatop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetStaTopWithChan

func (client *Client) GetStaTopWithChan(request *GetStaTopRequest) (<-chan *GetStaTopResponse, <-chan error)

GetStaTopWithChan invokes the cloudwf.GetStaTop API asynchronously api document: https://help.aliyun.com/api/cloudwf/getstatop.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSubAccountPermission

func (client *Client) GetSubAccountPermission(request *GetSubAccountPermissionRequest) (response *GetSubAccountPermissionResponse, err error)

GetSubAccountPermission invokes the cloudwf.GetSubAccountPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountpermission.html

func (*Client) GetSubAccountPermissionWithCallback

func (client *Client) GetSubAccountPermissionWithCallback(request *GetSubAccountPermissionRequest, callback func(response *GetSubAccountPermissionResponse, err error)) <-chan int

GetSubAccountPermissionWithCallback invokes the cloudwf.GetSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSubAccountPermissionWithChan

func (client *Client) GetSubAccountPermissionWithChan(request *GetSubAccountPermissionRequest) (<-chan *GetSubAccountPermissionResponse, <-chan error)

GetSubAccountPermissionWithChan invokes the cloudwf.GetSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSubAccountStatus

func (client *Client) GetSubAccountStatus(request *GetSubAccountStatusRequest) (response *GetSubAccountStatusResponse, err error)

GetSubAccountStatus invokes the cloudwf.GetSubAccountStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountstatus.html

func (*Client) GetSubAccountStatusWithCallback

func (client *Client) GetSubAccountStatusWithCallback(request *GetSubAccountStatusRequest, callback func(response *GetSubAccountStatusResponse, err error)) <-chan int

GetSubAccountStatusWithCallback invokes the cloudwf.GetSubAccountStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSubAccountStatusWithChan

func (client *Client) GetSubAccountStatusWithChan(request *GetSubAccountStatusRequest) (<-chan *GetSubAccountStatusResponse, <-chan error)

GetSubAccountStatusWithChan invokes the cloudwf.GetSubAccountStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/getsubaccountstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUmengPagePermission4Root

func (client *Client) GetUmengPagePermission4Root(request *GetUmengPagePermission4RootRequest) (response *GetUmengPagePermission4RootResponse, err error)

GetUmengPagePermission4Root invokes the cloudwf.GetUmengPagePermission4Root API synchronously api document: https://help.aliyun.com/api/cloudwf/getumengpagepermission4root.html

func (*Client) GetUmengPagePermission4RootWithCallback

func (client *Client) GetUmengPagePermission4RootWithCallback(request *GetUmengPagePermission4RootRequest, callback func(response *GetUmengPagePermission4RootResponse, err error)) <-chan int

GetUmengPagePermission4RootWithCallback invokes the cloudwf.GetUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/getumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUmengPagePermission4RootWithChan

func (client *Client) GetUmengPagePermission4RootWithChan(request *GetUmengPagePermission4RootRequest) (<-chan *GetUmengPagePermission4RootResponse, <-chan error)

GetUmengPagePermission4RootWithChan invokes the cloudwf.GetUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/getumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeAPGroupProgress

func (client *Client) GetUpgradeAPGroupProgress(request *GetUpgradeAPGroupProgressRequest) (response *GetUpgradeAPGroupProgressResponse, err error)

GetUpgradeAPGroupProgress invokes the cloudwf.GetUpgradeAPGroupProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapgroupprogress.html

func (*Client) GetUpgradeAPGroupProgressWithCallback

func (client *Client) GetUpgradeAPGroupProgressWithCallback(request *GetUpgradeAPGroupProgressRequest, callback func(response *GetUpgradeAPGroupProgressResponse, err error)) <-chan int

GetUpgradeAPGroupProgressWithCallback invokes the cloudwf.GetUpgradeAPGroupProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapgroupprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeAPGroupProgressWithChan

func (client *Client) GetUpgradeAPGroupProgressWithChan(request *GetUpgradeAPGroupProgressRequest) (<-chan *GetUpgradeAPGroupProgressResponse, <-chan error)

GetUpgradeAPGroupProgressWithChan invokes the cloudwf.GetUpgradeAPGroupProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapgroupprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeAPProgress

func (client *Client) GetUpgradeAPProgress(request *GetUpgradeAPProgressRequest) (response *GetUpgradeAPProgressResponse, err error)

GetUpgradeAPProgress invokes the cloudwf.GetUpgradeAPProgress API synchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapprogress.html

func (*Client) GetUpgradeAPProgressWithCallback

func (client *Client) GetUpgradeAPProgressWithCallback(request *GetUpgradeAPProgressRequest, callback func(response *GetUpgradeAPProgressResponse, err error)) <-chan int

GetUpgradeAPProgressWithCallback invokes the cloudwf.GetUpgradeAPProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeAPProgressWithChan

func (client *Client) GetUpgradeAPProgressWithChan(request *GetUpgradeAPProgressRequest) (<-chan *GetUpgradeAPProgressResponse, <-chan error)

GetUpgradeAPProgressWithChan invokes the cloudwf.GetUpgradeAPProgress API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeapprogress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeImg

func (client *Client) GetUpgradeImg(request *GetUpgradeImgRequest) (response *GetUpgradeImgResponse, err error)

GetUpgradeImg invokes the cloudwf.GetUpgradeImg API synchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeimg.html

func (*Client) GetUpgradeImgWithCallback

func (client *Client) GetUpgradeImgWithCallback(request *GetUpgradeImgRequest, callback func(response *GetUpgradeImgResponse, err error)) <-chan int

GetUpgradeImgWithCallback invokes the cloudwf.GetUpgradeImg API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeimg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUpgradeImgWithChan

func (client *Client) GetUpgradeImgWithChan(request *GetUpgradeImgRequest) (<-chan *GetUpgradeImgResponse, <-chan error)

GetUpgradeImgWithChan invokes the cloudwf.GetUpgradeImg API asynchronously api document: https://help.aliyun.com/api/cloudwf/getupgradeimg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserUmengPagePermission

func (client *Client) GetUserUmengPagePermission(request *GetUserUmengPagePermissionRequest) (response *GetUserUmengPagePermissionResponse, err error)

GetUserUmengPagePermission invokes the cloudwf.GetUserUmengPagePermission API synchronously api document: https://help.aliyun.com/api/cloudwf/getuserumengpagepermission.html

func (*Client) GetUserUmengPagePermissionWithCallback

func (client *Client) GetUserUmengPagePermissionWithCallback(request *GetUserUmengPagePermissionRequest, callback func(response *GetUserUmengPagePermissionResponse, err error)) <-chan int

GetUserUmengPagePermissionWithCallback invokes the cloudwf.GetUserUmengPagePermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/getuserumengpagepermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserUmengPagePermissionWithChan

func (client *Client) GetUserUmengPagePermissionWithChan(request *GetUserUmengPagePermissionRequest) (<-chan *GetUserUmengPagePermissionResponse, <-chan error)

GetUserUmengPagePermissionWithChan invokes the cloudwf.GetUserUmengPagePermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/getuserumengpagepermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupDetails

func (client *Client) GroupDetails(request *GroupDetailsRequest) (response *GroupDetailsResponse, err error)

GroupDetails invokes the cloudwf.GroupDetails API synchronously api document: https://help.aliyun.com/api/cloudwf/groupdetails.html

func (*Client) GroupDetailsWithCallback

func (client *Client) GroupDetailsWithCallback(request *GroupDetailsRequest, callback func(response *GroupDetailsResponse, err error)) <-chan int

GroupDetailsWithCallback invokes the cloudwf.GroupDetails API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupdetails.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupDetailsWithChan

func (client *Client) GroupDetailsWithChan(request *GroupDetailsRequest) (<-chan *GroupDetailsResponse, <-chan error)

GroupDetailsWithChan invokes the cloudwf.GroupDetails API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupdetails.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupIntime

func (client *Client) GroupIntime(request *GroupIntimeRequest) (response *GroupIntimeResponse, err error)

GroupIntime invokes the cloudwf.GroupIntime API synchronously api document: https://help.aliyun.com/api/cloudwf/groupintime.html

func (*Client) GroupIntimeWithCallback

func (client *Client) GroupIntimeWithCallback(request *GroupIntimeRequest, callback func(response *GroupIntimeResponse, err error)) <-chan int

GroupIntimeWithCallback invokes the cloudwf.GroupIntime API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupintime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupIntimeWithChan

func (client *Client) GroupIntimeWithChan(request *GroupIntimeRequest) (<-chan *GroupIntimeResponse, <-chan error)

GroupIntimeWithChan invokes the cloudwf.GroupIntime API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupintime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupOverview

func (client *Client) GroupOverview(request *GroupOverviewRequest) (response *GroupOverviewResponse, err error)

GroupOverview invokes the cloudwf.GroupOverview API synchronously api document: https://help.aliyun.com/api/cloudwf/groupoverview.html

func (*Client) GroupOverviewWithCallback

func (client *Client) GroupOverviewWithCallback(request *GroupOverviewRequest, callback func(response *GroupOverviewResponse, err error)) <-chan int

GroupOverviewWithCallback invokes the cloudwf.GroupOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupOverviewWithChan

func (client *Client) GroupOverviewWithChan(request *GroupOverviewRequest) (<-chan *GroupOverviewResponse, <-chan error)

GroupOverviewWithChan invokes the cloudwf.GroupOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/groupoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupTrend

func (client *Client) GroupTrend(request *GroupTrendRequest) (response *GroupTrendResponse, err error)

GroupTrend invokes the cloudwf.GroupTrend API synchronously api document: https://help.aliyun.com/api/cloudwf/grouptrend.html

func (*Client) GroupTrendWithCallback

func (client *Client) GroupTrendWithCallback(request *GroupTrendRequest, callback func(response *GroupTrendResponse, err error)) <-chan int

GroupTrendWithCallback invokes the cloudwf.GroupTrend API asynchronously api document: https://help.aliyun.com/api/cloudwf/grouptrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GroupTrendWithChan

func (client *Client) GroupTrendWithChan(request *GroupTrendRequest) (<-chan *GroupTrendResponse, <-chan error)

GroupTrendWithChan invokes the cloudwf.GroupTrend API asynchronously api document: https://help.aliyun.com/api/cloudwf/grouptrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersOverview

func (client *Client) HeadquartersOverview(request *HeadquartersOverviewRequest) (response *HeadquartersOverviewResponse, err error)

HeadquartersOverview invokes the cloudwf.HeadquartersOverview API synchronously api document: https://help.aliyun.com/api/cloudwf/headquartersoverview.html

func (*Client) HeadquartersOverviewWithCallback

func (client *Client) HeadquartersOverviewWithCallback(request *HeadquartersOverviewRequest, callback func(response *HeadquartersOverviewResponse, err error)) <-chan int

HeadquartersOverviewWithCallback invokes the cloudwf.HeadquartersOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquartersoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersOverviewWithChan

func (client *Client) HeadquartersOverviewWithChan(request *HeadquartersOverviewRequest) (<-chan *HeadquartersOverviewResponse, <-chan error)

HeadquartersOverviewWithChan invokes the cloudwf.HeadquartersOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquartersoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersRanking

func (client *Client) HeadquartersRanking(request *HeadquartersRankingRequest) (response *HeadquartersRankingResponse, err error)

HeadquartersRanking invokes the cloudwf.HeadquartersRanking API synchronously api document: https://help.aliyun.com/api/cloudwf/headquartersranking.html

func (*Client) HeadquartersRankingWithCallback

func (client *Client) HeadquartersRankingWithCallback(request *HeadquartersRankingRequest, callback func(response *HeadquartersRankingResponse, err error)) <-chan int

HeadquartersRankingWithCallback invokes the cloudwf.HeadquartersRanking API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquartersranking.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersRankingWithChan

func (client *Client) HeadquartersRankingWithChan(request *HeadquartersRankingRequest) (<-chan *HeadquartersRankingResponse, <-chan error)

HeadquartersRankingWithChan invokes the cloudwf.HeadquartersRanking API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquartersranking.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsCoincide

func (client *Client) HeadquartersToolsCoincide(request *HeadquartersToolsCoincideRequest) (response *HeadquartersToolsCoincideResponse, err error)

HeadquartersToolsCoincide invokes the cloudwf.HeadquartersToolsCoincide API synchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscoincide.html

func (*Client) HeadquartersToolsCoincideWithCallback

func (client *Client) HeadquartersToolsCoincideWithCallback(request *HeadquartersToolsCoincideRequest, callback func(response *HeadquartersToolsCoincideResponse, err error)) <-chan int

HeadquartersToolsCoincideWithCallback invokes the cloudwf.HeadquartersToolsCoincide API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscoincide.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsCoincideWithChan

func (client *Client) HeadquartersToolsCoincideWithChan(request *HeadquartersToolsCoincideRequest) (<-chan *HeadquartersToolsCoincideResponse, <-chan error)

HeadquartersToolsCoincideWithChan invokes the cloudwf.HeadquartersToolsCoincide API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscoincide.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsContrast

func (client *Client) HeadquartersToolsContrast(request *HeadquartersToolsContrastRequest) (response *HeadquartersToolsContrastResponse, err error)

HeadquartersToolsContrast invokes the cloudwf.HeadquartersToolsContrast API synchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscontrast.html

func (*Client) HeadquartersToolsContrastWithCallback

func (client *Client) HeadquartersToolsContrastWithCallback(request *HeadquartersToolsContrastRequest, callback func(response *HeadquartersToolsContrastResponse, err error)) <-chan int

HeadquartersToolsContrastWithCallback invokes the cloudwf.HeadquartersToolsContrast API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscontrast.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsContrastWithChan

func (client *Client) HeadquartersToolsContrastWithChan(request *HeadquartersToolsContrastRequest) (<-chan *HeadquartersToolsContrastResponse, <-chan error)

HeadquartersToolsContrastWithChan invokes the cloudwf.HeadquartersToolsContrast API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolscontrast.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsO2O

func (client *Client) HeadquartersToolsO2O(request *HeadquartersToolsO2ORequest) (response *HeadquartersToolsO2OResponse, err error)

HeadquartersToolsO2O invokes the cloudwf.HeadquartersToolsO2O API synchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolso2o.html

func (*Client) HeadquartersToolsO2OWithCallback

func (client *Client) HeadquartersToolsO2OWithCallback(request *HeadquartersToolsO2ORequest, callback func(response *HeadquartersToolsO2OResponse, err error)) <-chan int

HeadquartersToolsO2OWithCallback invokes the cloudwf.HeadquartersToolsO2O API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolso2o.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersToolsO2OWithChan

func (client *Client) HeadquartersToolsO2OWithChan(request *HeadquartersToolsO2ORequest) (<-chan *HeadquartersToolsO2OResponse, <-chan error)

HeadquartersToolsO2OWithChan invokes the cloudwf.HeadquartersToolsO2O API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstoolso2o.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersTrend

func (client *Client) HeadquartersTrend(request *HeadquartersTrendRequest) (response *HeadquartersTrendResponse, err error)

HeadquartersTrend invokes the cloudwf.HeadquartersTrend API synchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstrend.html

func (*Client) HeadquartersTrendWithCallback

func (client *Client) HeadquartersTrendWithCallback(request *HeadquartersTrendRequest, callback func(response *HeadquartersTrendResponse, err error)) <-chan int

HeadquartersTrendWithCallback invokes the cloudwf.HeadquartersTrend API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) HeadquartersTrendWithChan

func (client *Client) HeadquartersTrendWithChan(request *HeadquartersTrendRequest) (<-chan *HeadquartersTrendResponse, <-chan error)

HeadquartersTrendWithChan invokes the cloudwf.HeadquartersTrend API asynchronously api document: https://help.aliyun.com/api/cloudwf/headquarterstrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerCheckOrder

func (client *Client) InnerCheckOrder(request *InnerCheckOrderRequest) (response *InnerCheckOrderResponse, err error)

InnerCheckOrder invokes the cloudwf.InnerCheckOrder API synchronously api document: https://help.aliyun.com/api/cloudwf/innercheckorder.html

func (*Client) InnerCheckOrderWithCallback

func (client *Client) InnerCheckOrderWithCallback(request *InnerCheckOrderRequest, callback func(response *InnerCheckOrderResponse, err error)) <-chan int

InnerCheckOrderWithCallback invokes the cloudwf.InnerCheckOrder API asynchronously api document: https://help.aliyun.com/api/cloudwf/innercheckorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerCheckOrderWithChan

func (client *Client) InnerCheckOrderWithChan(request *InnerCheckOrderRequest) (<-chan *InnerCheckOrderResponse, <-chan error)

InnerCheckOrderWithChan invokes the cloudwf.InnerCheckOrder API asynchronously api document: https://help.aliyun.com/api/cloudwf/innercheckorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerProduceCloudWF

func (client *Client) InnerProduceCloudWF(request *InnerProduceCloudWFRequest) (response *InnerProduceCloudWFResponse, err error)

InnerProduceCloudWF invokes the cloudwf.InnerProduceCloudWF API synchronously api document: https://help.aliyun.com/api/cloudwf/innerproducecloudwf.html

func (*Client) InnerProduceCloudWFWithCallback

func (client *Client) InnerProduceCloudWFWithCallback(request *InnerProduceCloudWFRequest, callback func(response *InnerProduceCloudWFResponse, err error)) <-chan int

InnerProduceCloudWFWithCallback invokes the cloudwf.InnerProduceCloudWF API asynchronously api document: https://help.aliyun.com/api/cloudwf/innerproducecloudwf.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerProduceCloudWFWithChan

func (client *Client) InnerProduceCloudWFWithChan(request *InnerProduceCloudWFRequest) (<-chan *InnerProduceCloudWFResponse, <-chan error)

InnerProduceCloudWFWithChan invokes the cloudwf.InnerProduceCloudWF API asynchronously api document: https://help.aliyun.com/api/cloudwf/innerproducecloudwf.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerRefund

func (client *Client) InnerRefund(request *InnerRefundRequest) (response *InnerRefundResponse, err error)

InnerRefund invokes the cloudwf.InnerRefund API synchronously api document: https://help.aliyun.com/api/cloudwf/innerrefund.html

func (*Client) InnerRefundWithCallback

func (client *Client) InnerRefundWithCallback(request *InnerRefundRequest, callback func(response *InnerRefundResponse, err error)) <-chan int

InnerRefundWithCallback invokes the cloudwf.InnerRefund API asynchronously api document: https://help.aliyun.com/api/cloudwf/innerrefund.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) InnerRefundWithChan

func (client *Client) InnerRefundWithChan(request *InnerRefundRequest) (<-chan *InnerRefundResponse, <-chan error)

InnerRefundWithChan invokes the cloudwf.InnerRefund API asynchronously api document: https://help.aliyun.com/api/cloudwf/innerrefund.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KickAndClearPMKcache

func (client *Client) KickAndClearPMKcache(request *KickAndClearPMKcacheRequest) (response *KickAndClearPMKcacheResponse, err error)

KickAndClearPMKcache invokes the cloudwf.KickAndClearPMKcache API synchronously api document: https://help.aliyun.com/api/cloudwf/kickandclearpmkcache.html

func (*Client) KickAndClearPMKcacheWithCallback

func (client *Client) KickAndClearPMKcacheWithCallback(request *KickAndClearPMKcacheRequest, callback func(response *KickAndClearPMKcacheResponse, err error)) <-chan int

KickAndClearPMKcacheWithCallback invokes the cloudwf.KickAndClearPMKcache API asynchronously api document: https://help.aliyun.com/api/cloudwf/kickandclearpmkcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KickAndClearPMKcacheWithChan

func (client *Client) KickAndClearPMKcacheWithChan(request *KickAndClearPMKcacheRequest) (<-chan *KickAndClearPMKcacheResponse, <-chan error)

KickAndClearPMKcacheWithChan invokes the cloudwf.KickAndClearPMKcache API asynchronously api document: https://help.aliyun.com/api/cloudwf/kickandclearpmkcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KickSta

func (client *Client) KickSta(request *KickStaRequest) (response *KickStaResponse, err error)

KickSta invokes the cloudwf.KickSta API synchronously api document: https://help.aliyun.com/api/cloudwf/kicksta.html

func (*Client) KickStaWithCallback

func (client *Client) KickStaWithCallback(request *KickStaRequest, callback func(response *KickStaResponse, err error)) <-chan int

KickStaWithCallback invokes the cloudwf.KickSta API asynchronously api document: https://help.aliyun.com/api/cloudwf/kicksta.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KickStaWithChan

func (client *Client) KickStaWithChan(request *KickStaRequest) (<-chan *KickStaResponse, <-chan error)

KickStaWithChan invokes the cloudwf.KickSta API asynchronously api document: https://help.aliyun.com/api/cloudwf/kicksta.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAccountConfig

func (client *Client) ListAccountConfig(request *ListAccountConfigRequest) (response *ListAccountConfigResponse, err error)

ListAccountConfig invokes the cloudwf.ListAccountConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/listaccountconfig.html

func (*Client) ListAccountConfigWithCallback

func (client *Client) ListAccountConfigWithCallback(request *ListAccountConfigRequest, callback func(response *ListAccountConfigResponse, err error)) <-chan int

ListAccountConfigWithCallback invokes the cloudwf.ListAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAccountConfigWithChan

func (client *Client) ListAccountConfigWithChan(request *ListAccountConfigRequest) (<-chan *ListAccountConfigResponse, <-chan error)

ListAccountConfigWithChan invokes the cloudwf.ListAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApAsset

func (client *Client) ListApAsset(request *ListApAssetRequest) (response *ListApAssetResponse, err error)

ListApAsset invokes the cloudwf.ListApAsset API synchronously api document: https://help.aliyun.com/api/cloudwf/listapasset.html

func (*Client) ListApAssetCanBeAdded

func (client *Client) ListApAssetCanBeAdded(request *ListApAssetCanBeAddedRequest) (response *ListApAssetCanBeAddedResponse, err error)

ListApAssetCanBeAdded invokes the cloudwf.ListApAssetCanBeAdded API synchronously api document: https://help.aliyun.com/api/cloudwf/listapassetcanbeadded.html

func (*Client) ListApAssetCanBeAddedWithCallback

func (client *Client) ListApAssetCanBeAddedWithCallback(request *ListApAssetCanBeAddedRequest, callback func(response *ListApAssetCanBeAddedResponse, err error)) <-chan int

ListApAssetCanBeAddedWithCallback invokes the cloudwf.ListApAssetCanBeAdded API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapassetcanbeadded.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApAssetCanBeAddedWithChan

func (client *Client) ListApAssetCanBeAddedWithChan(request *ListApAssetCanBeAddedRequest) (<-chan *ListApAssetCanBeAddedResponse, <-chan error)

ListApAssetCanBeAddedWithChan invokes the cloudwf.ListApAssetCanBeAdded API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapassetcanbeadded.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApAssetWithCallback

func (client *Client) ListApAssetWithCallback(request *ListApAssetRequest, callback func(response *ListApAssetResponse, err error)) <-chan int

ListApAssetWithCallback invokes the cloudwf.ListApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApAssetWithChan

func (client *Client) ListApAssetWithChan(request *ListApAssetRequest) (<-chan *ListApAssetResponse, <-chan error)

ListApAssetWithChan invokes the cloudwf.ListApAsset API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapasset.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApDetailInfo

func (client *Client) ListApDetailInfo(request *ListApDetailInfoRequest) (response *ListApDetailInfoResponse, err error)

ListApDetailInfo invokes the cloudwf.ListApDetailInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/listapdetailinfo.html

func (*Client) ListApDetailInfoWithCallback

func (client *Client) ListApDetailInfoWithCallback(request *ListApDetailInfoRequest, callback func(response *ListApDetailInfoResponse, err error)) <-chan int

ListApDetailInfoWithCallback invokes the cloudwf.ListApDetailInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapdetailinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApDetailInfoWithChan

func (client *Client) ListApDetailInfoWithChan(request *ListApDetailInfoRequest) (<-chan *ListApDetailInfoResponse, <-chan error)

ListApDetailInfoWithChan invokes the cloudwf.ListApDetailInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapdetailinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPosition

func (client *Client) ListApPosition(request *ListApPositionRequest) (response *ListApPositionResponse, err error)

ListApPosition invokes the cloudwf.ListApPosition API synchronously api document: https://help.aliyun.com/api/cloudwf/listapposition.html

func (*Client) ListApPositionMap

func (client *Client) ListApPositionMap(request *ListApPositionMapRequest) (response *ListApPositionMapResponse, err error)

ListApPositionMap invokes the cloudwf.ListApPositionMap API synchronously api document: https://help.aliyun.com/api/cloudwf/listappositionmap.html

func (*Client) ListApPositionMapWithCallback

func (client *Client) ListApPositionMapWithCallback(request *ListApPositionMapRequest, callback func(response *ListApPositionMapResponse, err error)) <-chan int

ListApPositionMapWithCallback invokes the cloudwf.ListApPositionMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/listappositionmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPositionMapWithChan

func (client *Client) ListApPositionMapWithChan(request *ListApPositionMapRequest) (<-chan *ListApPositionMapResponse, <-chan error)

ListApPositionMapWithChan invokes the cloudwf.ListApPositionMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/listappositionmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPositionStatus

func (client *Client) ListApPositionStatus(request *ListApPositionStatusRequest) (response *ListApPositionStatusResponse, err error)

ListApPositionStatus invokes the cloudwf.ListApPositionStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/listappositionstatus.html

func (*Client) ListApPositionStatusWithCallback

func (client *Client) ListApPositionStatusWithCallback(request *ListApPositionStatusRequest, callback func(response *ListApPositionStatusResponse, err error)) <-chan int

ListApPositionStatusWithCallback invokes the cloudwf.ListApPositionStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listappositionstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPositionStatusWithChan

func (client *Client) ListApPositionStatusWithChan(request *ListApPositionStatusRequest) (<-chan *ListApPositionStatusResponse, <-chan error)

ListApPositionStatusWithChan invokes the cloudwf.ListApPositionStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listappositionstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPositionWithCallback

func (client *Client) ListApPositionWithCallback(request *ListApPositionRequest, callback func(response *ListApPositionResponse, err error)) <-chan int

ListApPositionWithCallback invokes the cloudwf.ListApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApPositionWithChan

func (client *Client) ListApPositionWithChan(request *ListApPositionRequest) (<-chan *ListApPositionResponse, <-chan error)

ListApPositionWithChan invokes the cloudwf.ListApPosition API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapposition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApRadioStatus

func (client *Client) ListApRadioStatus(request *ListApRadioStatusRequest) (response *ListApRadioStatusResponse, err error)

ListApRadioStatus invokes the cloudwf.ListApRadioStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/listapradiostatus.html

func (*Client) ListApRadioStatusWithCallback

func (client *Client) ListApRadioStatusWithCallback(request *ListApRadioStatusRequest, callback func(response *ListApRadioStatusResponse, err error)) <-chan int

ListApRadioStatusWithCallback invokes the cloudwf.ListApRadioStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapradiostatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApRadioStatusWithChan

func (client *Client) ListApRadioStatusWithChan(request *ListApRadioStatusRequest) (<-chan *ListApRadioStatusResponse, <-chan error)

ListApRadioStatusWithChan invokes the cloudwf.ListApRadioStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapradiostatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApStaStatus

func (client *Client) ListApStaStatus(request *ListApStaStatusRequest) (response *ListApStaStatusResponse, err error)

ListApStaStatus invokes the cloudwf.ListApStaStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/listapstastatus.html

func (*Client) ListApStaStatusWithCallback

func (client *Client) ListApStaStatusWithCallback(request *ListApStaStatusRequest, callback func(response *ListApStaStatusResponse, err error)) <-chan int

ListApStaStatusWithCallback invokes the cloudwf.ListApStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapstastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApStaStatusWithChan

func (client *Client) ListApStaStatusWithChan(request *ListApStaStatusRequest) (<-chan *ListApStaStatusResponse, <-chan error)

ListApStaStatusWithChan invokes the cloudwf.ListApStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapstastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApStatus

func (client *Client) ListApStatus(request *ListApStatusRequest) (response *ListApStatusResponse, err error)

ListApStatus invokes the cloudwf.ListApStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/listapstatus.html

func (*Client) ListApStatusWithCallback

func (client *Client) ListApStatusWithCallback(request *ListApStatusRequest, callback func(response *ListApStatusResponse, err error)) <-chan int

ListApStatusWithCallback invokes the cloudwf.ListApStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApStatusWithChan

func (client *Client) ListApStatusWithChan(request *ListApStatusRequest) (<-chan *ListApStatusResponse, <-chan error)

ListApStatusWithChan invokes the cloudwf.ListApStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApUpgrade

func (client *Client) ListApUpgrade(request *ListApUpgradeRequest) (response *ListApUpgradeResponse, err error)

ListApUpgrade invokes the cloudwf.ListApUpgrade API synchronously api document: https://help.aliyun.com/api/cloudwf/listapupgrade.html

func (*Client) ListApUpgradeWithCallback

func (client *Client) ListApUpgradeWithCallback(request *ListApUpgradeRequest, callback func(response *ListApUpgradeResponse, err error)) <-chan int

ListApUpgradeWithCallback invokes the cloudwf.ListApUpgrade API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapupgrade.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApUpgradeWithChan

func (client *Client) ListApUpgradeWithChan(request *ListApUpgradeRequest) (<-chan *ListApUpgradeResponse, <-chan error)

ListApUpgradeWithChan invokes the cloudwf.ListApUpgrade API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapupgrade.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApgroupConfig

func (client *Client) ListApgroupConfig(request *ListApgroupConfigRequest) (response *ListApgroupConfigResponse, err error)

ListApgroupConfig invokes the cloudwf.ListApgroupConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/listapgroupconfig.html

func (*Client) ListApgroupConfigWithCallback

func (client *Client) ListApgroupConfigWithCallback(request *ListApgroupConfigRequest, callback func(response *ListApgroupConfigResponse, err error)) <-chan int

ListApgroupConfigWithCallback invokes the cloudwf.ListApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListApgroupConfigWithChan

func (client *Client) ListApgroupConfigWithChan(request *ListApgroupConfigRequest) (<-chan *ListApgroupConfigResponse, <-chan error)

ListApgroupConfigWithChan invokes the cloudwf.ListApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBriefApConfig

func (client *Client) ListBriefApConfig(request *ListBriefApConfigRequest) (response *ListBriefApConfigResponse, err error)

ListBriefApConfig invokes the cloudwf.ListBriefApConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/listbriefapconfig.html

func (*Client) ListBriefApConfigWithCallback

func (client *Client) ListBriefApConfigWithCallback(request *ListBriefApConfigRequest, callback func(response *ListBriefApConfigResponse, err error)) <-chan int

ListBriefApConfigWithCallback invokes the cloudwf.ListBriefApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbriefapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBriefApConfigWithChan

func (client *Client) ListBriefApConfigWithChan(request *ListBriefApConfigRequest) (<-chan *ListBriefApConfigResponse, <-chan error)

ListBriefApConfigWithChan invokes the cloudwf.ListBriefApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbriefapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBriefConfigByAction

func (client *Client) ListBriefConfigByAction(request *ListBriefConfigByActionRequest) (response *ListBriefConfigByActionResponse, err error)

ListBriefConfigByAction invokes the cloudwf.ListBriefConfigByAction API synchronously api document: https://help.aliyun.com/api/cloudwf/listbriefconfigbyaction.html

func (*Client) ListBriefConfigByActionWithCallback

func (client *Client) ListBriefConfigByActionWithCallback(request *ListBriefConfigByActionRequest, callback func(response *ListBriefConfigByActionResponse, err error)) <-chan int

ListBriefConfigByActionWithCallback invokes the cloudwf.ListBriefConfigByAction API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbriefconfigbyaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBriefConfigByActionWithChan

func (client *Client) ListBriefConfigByActionWithChan(request *ListBriefConfigByActionRequest) (<-chan *ListBriefConfigByActionResponse, <-chan error)

ListBriefConfigByActionWithChan invokes the cloudwf.ListBriefConfigByAction API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbriefconfigbyaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBusinessDetails

func (client *Client) ListBusinessDetails(request *ListBusinessDetailsRequest) (response *ListBusinessDetailsResponse, err error)

ListBusinessDetails invokes the cloudwf.ListBusinessDetails API synchronously api document: https://help.aliyun.com/api/cloudwf/listbusinessdetails.html

func (*Client) ListBusinessDetailsWithCallback

func (client *Client) ListBusinessDetailsWithCallback(request *ListBusinessDetailsRequest, callback func(response *ListBusinessDetailsResponse, err error)) <-chan int

ListBusinessDetailsWithCallback invokes the cloudwf.ListBusinessDetails API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbusinessdetails.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBusinessDetailsWithChan

func (client *Client) ListBusinessDetailsWithChan(request *ListBusinessDetailsRequest) (<-chan *ListBusinessDetailsResponse, <-chan error)

ListBusinessDetailsWithChan invokes the cloudwf.ListBusinessDetails API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbusinessdetails.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBusinesses

func (client *Client) ListBusinesses(request *ListBusinessesRequest) (response *ListBusinessesResponse, err error)

ListBusinesses invokes the cloudwf.ListBusinesses API synchronously api document: https://help.aliyun.com/api/cloudwf/listbusinesses.html

func (*Client) ListBusinessesWithCallback

func (client *Client) ListBusinessesWithCallback(request *ListBusinessesRequest, callback func(response *ListBusinessesResponse, err error)) <-chan int

ListBusinessesWithCallback invokes the cloudwf.ListBusinesses API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbusinesses.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListBusinessesWithChan

func (client *Client) ListBusinessesWithChan(request *ListBusinessesRequest) (<-chan *ListBusinessesResponse, <-chan error)

ListBusinessesWithChan invokes the cloudwf.ListBusinesses API asynchronously api document: https://help.aliyun.com/api/cloudwf/listbusinesses.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConfigByAction

func (client *Client) ListConfigByAction(request *ListConfigByActionRequest) (response *ListConfigByActionResponse, err error)

ListConfigByAction invokes the cloudwf.ListConfigByAction API synchronously api document: https://help.aliyun.com/api/cloudwf/listconfigbyaction.html

func (*Client) ListConfigByActionWithCallback

func (client *Client) ListConfigByActionWithCallback(request *ListConfigByActionRequest, callback func(response *ListConfigByActionResponse, err error)) <-chan int

ListConfigByActionWithCallback invokes the cloudwf.ListConfigByAction API asynchronously api document: https://help.aliyun.com/api/cloudwf/listconfigbyaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListConfigByActionWithChan

func (client *Client) ListConfigByActionWithChan(request *ListConfigByActionRequest) (<-chan *ListConfigByActionResponse, <-chan error)

ListConfigByActionWithChan invokes the cloudwf.ListConfigByAction API asynchronously api document: https://help.aliyun.com/api/cloudwf/listconfigbyaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListGroupApBriefConfig

func (client *Client) ListGroupApBriefConfig(request *ListGroupApBriefConfigRequest) (response *ListGroupApBriefConfigResponse, err error)

ListGroupApBriefConfig invokes the cloudwf.ListGroupApBriefConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/listgroupapbriefconfig.html

func (*Client) ListGroupApBriefConfigWithCallback

func (client *Client) ListGroupApBriefConfigWithCallback(request *ListGroupApBriefConfigRequest, callback func(response *ListGroupApBriefConfigResponse, err error)) <-chan int

ListGroupApBriefConfigWithCallback invokes the cloudwf.ListGroupApBriefConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listgroupapbriefconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListGroupApBriefConfigWithChan

func (client *Client) ListGroupApBriefConfigWithChan(request *ListGroupApBriefConfigRequest) (<-chan *ListGroupApBriefConfigResponse, <-chan error)

ListGroupApBriefConfigWithChan invokes the cloudwf.ListGroupApBriefConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/listgroupapbriefconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPageConfigTemplate

func (client *Client) ListPageConfigTemplate(request *ListPageConfigTemplateRequest) (response *ListPageConfigTemplateResponse, err error)

ListPageConfigTemplate invokes the cloudwf.ListPageConfigTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/listpageconfigtemplate.html

func (*Client) ListPageConfigTemplateWithCallback

func (client *Client) ListPageConfigTemplateWithCallback(request *ListPageConfigTemplateRequest, callback func(response *ListPageConfigTemplateResponse, err error)) <-chan int

ListPageConfigTemplateWithCallback invokes the cloudwf.ListPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/listpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPageConfigTemplateWithChan

func (client *Client) ListPageConfigTemplateWithChan(request *ListPageConfigTemplateRequest) (<-chan *ListPageConfigTemplateResponse, <-chan error)

ListPageConfigTemplateWithChan invokes the cloudwf.ListPageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/listpageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPortalTemplate

func (client *Client) ListPortalTemplate(request *ListPortalTemplateRequest) (response *ListPortalTemplateResponse, err error)

ListPortalTemplate invokes the cloudwf.ListPortalTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/listportaltemplate.html

func (*Client) ListPortalTemplateWithCallback

func (client *Client) ListPortalTemplateWithCallback(request *ListPortalTemplateRequest, callback func(response *ListPortalTemplateResponse, err error)) <-chan int

ListPortalTemplateWithCallback invokes the cloudwf.ListPortalTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/listportaltemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListPortalTemplateWithChan

func (client *Client) ListPortalTemplateWithChan(request *ListPortalTemplateRequest) (<-chan *ListPortalTemplateResponse, <-chan error)

ListPortalTemplateWithChan invokes the cloudwf.ListPortalTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/listportaltemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListProbeinfo

func (client *Client) ListProbeinfo(request *ListProbeinfoRequest) (response *ListProbeinfoResponse, err error)

ListProbeinfo invokes the cloudwf.ListProbeinfo API synchronously api document: https://help.aliyun.com/api/cloudwf/listprobeinfo.html

func (*Client) ListProbeinfoWithCallback

func (client *Client) ListProbeinfoWithCallback(request *ListProbeinfoRequest, callback func(response *ListProbeinfoResponse, err error)) <-chan int

ListProbeinfoWithCallback invokes the cloudwf.ListProbeinfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/listprobeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListProbeinfoWithChan

func (client *Client) ListProbeinfoWithChan(request *ListProbeinfoRequest) (<-chan *ListProbeinfoResponse, <-chan error)

ListProbeinfoWithChan invokes the cloudwf.ListProbeinfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/listprobeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListStaOnoffLog

func (client *Client) ListStaOnoffLog(request *ListStaOnoffLogRequest) (response *ListStaOnoffLogResponse, err error)

ListStaOnoffLog invokes the cloudwf.ListStaOnoffLog API synchronously api document: https://help.aliyun.com/api/cloudwf/liststaonofflog.html

func (*Client) ListStaOnoffLogWithCallback

func (client *Client) ListStaOnoffLogWithCallback(request *ListStaOnoffLogRequest, callback func(response *ListStaOnoffLogResponse, err error)) <-chan int

ListStaOnoffLogWithCallback invokes the cloudwf.ListStaOnoffLog API asynchronously api document: https://help.aliyun.com/api/cloudwf/liststaonofflog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListStaOnoffLogWithChan

func (client *Client) ListStaOnoffLogWithChan(request *ListStaOnoffLogRequest) (<-chan *ListStaOnoffLogResponse, <-chan error)

ListStaOnoffLogWithChan invokes the cloudwf.ListStaOnoffLog API asynchronously api document: https://help.aliyun.com/api/cloudwf/liststaonofflog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListStaStatus

func (client *Client) ListStaStatus(request *ListStaStatusRequest) (response *ListStaStatusResponse, err error)

ListStaStatus invokes the cloudwf.ListStaStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/liststastatus.html

func (*Client) ListStaStatusWithCallback

func (client *Client) ListStaStatusWithCallback(request *ListStaStatusRequest, callback func(response *ListStaStatusResponse, err error)) <-chan int

ListStaStatusWithCallback invokes the cloudwf.ListStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/liststastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListStaStatusWithChan

func (client *Client) ListStaStatusWithChan(request *ListStaStatusRequest) (<-chan *ListStaStatusResponse, <-chan error)

ListStaStatusWithChan invokes the cloudwf.ListStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/liststastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSubAccountPermission

func (client *Client) ListSubAccountPermission(request *ListSubAccountPermissionRequest) (response *ListSubAccountPermissionResponse, err error)

ListSubAccountPermission invokes the cloudwf.ListSubAccountPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/listsubaccountpermission.html

func (*Client) ListSubAccountPermissionWithCallback

func (client *Client) ListSubAccountPermissionWithCallback(request *ListSubAccountPermissionRequest, callback func(response *ListSubAccountPermissionResponse, err error)) <-chan int

ListSubAccountPermissionWithCallback invokes the cloudwf.ListSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/listsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSubAccountPermissionWithChan

func (client *Client) ListSubAccountPermissionWithChan(request *ListSubAccountPermissionRequest) (<-chan *ListSubAccountPermissionResponse, <-chan error)

ListSubAccountPermissionWithChan invokes the cloudwf.ListSubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/listsubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUmengPagePermission4Root

func (client *Client) ListUmengPagePermission4Root(request *ListUmengPagePermission4RootRequest) (response *ListUmengPagePermission4RootResponse, err error)

ListUmengPagePermission4Root invokes the cloudwf.ListUmengPagePermission4Root API synchronously api document: https://help.aliyun.com/api/cloudwf/listumengpagepermission4root.html

func (*Client) ListUmengPagePermission4RootWithCallback

func (client *Client) ListUmengPagePermission4RootWithCallback(request *ListUmengPagePermission4RootRequest, callback func(response *ListUmengPagePermission4RootResponse, err error)) <-chan int

ListUmengPagePermission4RootWithCallback invokes the cloudwf.ListUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/listumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUmengPagePermission4RootWithChan

func (client *Client) ListUmengPagePermission4RootWithChan(request *ListUmengPagePermission4RootRequest) (<-chan *ListUmengPagePermission4RootResponse, <-chan error)

ListUmengPagePermission4RootWithChan invokes the cloudwf.ListUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/listumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUpgradeImg

func (client *Client) ListUpgradeImg(request *ListUpgradeImgRequest) (response *ListUpgradeImgResponse, err error)

ListUpgradeImg invokes the cloudwf.ListUpgradeImg API synchronously api document: https://help.aliyun.com/api/cloudwf/listupgradeimg.html

func (*Client) ListUpgradeImgWithCallback

func (client *Client) ListUpgradeImgWithCallback(request *ListUpgradeImgRequest, callback func(response *ListUpgradeImgResponse, err error)) <-chan int

ListUpgradeImgWithCallback invokes the cloudwf.ListUpgradeImg API asynchronously api document: https://help.aliyun.com/api/cloudwf/listupgradeimg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUpgradeImgWithChan

func (client *Client) ListUpgradeImgWithChan(request *ListUpgradeImgRequest) (<-chan *ListUpgradeImgResponse, <-chan error)

ListUpgradeImgWithChan invokes the cloudwf.ListUpgradeImg API asynchronously api document: https://help.aliyun.com/api/cloudwf/listupgradeimg.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifySubAccountPermission

func (client *Client) ModifySubAccountPermission(request *ModifySubAccountPermissionRequest) (response *ModifySubAccountPermissionResponse, err error)

ModifySubAccountPermission invokes the cloudwf.ModifySubAccountPermission API synchronously api document: https://help.aliyun.com/api/cloudwf/modifysubaccountpermission.html

func (*Client) ModifySubAccountPermissionWithCallback

func (client *Client) ModifySubAccountPermissionWithCallback(request *ModifySubAccountPermissionRequest, callback func(response *ModifySubAccountPermissionResponse, err error)) <-chan int

ModifySubAccountPermissionWithCallback invokes the cloudwf.ModifySubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/modifysubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifySubAccountPermissionWithChan

func (client *Client) ModifySubAccountPermissionWithChan(request *ModifySubAccountPermissionRequest) (<-chan *ModifySubAccountPermissionResponse, <-chan error)

ModifySubAccountPermissionWithChan invokes the cloudwf.ModifySubAccountPermission API asynchronously api document: https://help.aliyun.com/api/cloudwf/modifysubaccountpermission.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateAnalyse

func (client *Client) OemFlowrateAnalyse(request *OemFlowrateAnalyseRequest) (response *OemFlowrateAnalyseResponse, err error)

OemFlowrateAnalyse invokes the cloudwf.OemFlowrateAnalyse API synchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateanalyse.html

func (*Client) OemFlowrateAnalyseWithCallback

func (client *Client) OemFlowrateAnalyseWithCallback(request *OemFlowrateAnalyseRequest, callback func(response *OemFlowrateAnalyseResponse, err error)) <-chan int

OemFlowrateAnalyseWithCallback invokes the cloudwf.OemFlowrateAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateAnalyseWithChan

func (client *Client) OemFlowrateAnalyseWithChan(request *OemFlowrateAnalyseRequest) (<-chan *OemFlowrateAnalyseResponse, <-chan error)

OemFlowrateAnalyseWithChan invokes the cloudwf.OemFlowrateAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateIntelligent

func (client *Client) OemFlowrateIntelligent(request *OemFlowrateIntelligentRequest) (response *OemFlowrateIntelligentResponse, err error)

OemFlowrateIntelligent invokes the cloudwf.OemFlowrateIntelligent API synchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateintelligent.html

func (*Client) OemFlowrateIntelligentWithCallback

func (client *Client) OemFlowrateIntelligentWithCallback(request *OemFlowrateIntelligentRequest, callback func(response *OemFlowrateIntelligentResponse, err error)) <-chan int

OemFlowrateIntelligentWithCallback invokes the cloudwf.OemFlowrateIntelligent API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateintelligent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateIntelligentWithChan

func (client *Client) OemFlowrateIntelligentWithChan(request *OemFlowrateIntelligentRequest) (<-chan *OemFlowrateIntelligentResponse, <-chan error)

OemFlowrateIntelligentWithChan invokes the cloudwf.OemFlowrateIntelligent API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateintelligent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateMonitor

func (client *Client) OemFlowrateMonitor(request *OemFlowrateMonitorRequest) (response *OemFlowrateMonitorResponse, err error)

OemFlowrateMonitor invokes the cloudwf.OemFlowrateMonitor API synchronously api document: https://help.aliyun.com/api/cloudwf/oemflowratemonitor.html

func (*Client) OemFlowrateMonitorWithCallback

func (client *Client) OemFlowrateMonitorWithCallback(request *OemFlowrateMonitorRequest, callback func(response *OemFlowrateMonitorResponse, err error)) <-chan int

OemFlowrateMonitorWithCallback invokes the cloudwf.OemFlowrateMonitor API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowratemonitor.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateMonitorWithChan

func (client *Client) OemFlowrateMonitorWithChan(request *OemFlowrateMonitorRequest) (<-chan *OemFlowrateMonitorResponse, <-chan error)

OemFlowrateMonitorWithChan invokes the cloudwf.OemFlowrateMonitor API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowratemonitor.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateOverview

func (client *Client) OemFlowrateOverview(request *OemFlowrateOverviewRequest) (response *OemFlowrateOverviewResponse, err error)

OemFlowrateOverview invokes the cloudwf.OemFlowrateOverview API synchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateoverview.html

func (*Client) OemFlowrateOverviewWithCallback

func (client *Client) OemFlowrateOverviewWithCallback(request *OemFlowrateOverviewRequest, callback func(response *OemFlowrateOverviewResponse, err error)) <-chan int

OemFlowrateOverviewWithCallback invokes the cloudwf.OemFlowrateOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateOverviewWithChan

func (client *Client) OemFlowrateOverviewWithChan(request *OemFlowrateOverviewRequest) (<-chan *OemFlowrateOverviewResponse, <-chan error)

OemFlowrateOverviewWithChan invokes the cloudwf.OemFlowrateOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateRanking

func (client *Client) OemFlowrateRanking(request *OemFlowrateRankingRequest) (response *OemFlowrateRankingResponse, err error)

OemFlowrateRanking invokes the cloudwf.OemFlowrateRanking API synchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateranking.html

func (*Client) OemFlowrateRankingWithCallback

func (client *Client) OemFlowrateRankingWithCallback(request *OemFlowrateRankingRequest, callback func(response *OemFlowrateRankingResponse, err error)) <-chan int

OemFlowrateRankingWithCallback invokes the cloudwf.OemFlowrateRanking API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateranking.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemFlowrateRankingWithChan

func (client *Client) OemFlowrateRankingWithChan(request *OemFlowrateRankingRequest) (<-chan *OemFlowrateRankingResponse, <-chan error)

OemFlowrateRankingWithChan invokes the cloudwf.OemFlowrateRanking API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemflowrateranking.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatLine

func (client *Client) OemHeatLine(request *OemHeatLineRequest) (response *OemHeatLineResponse, err error)

OemHeatLine invokes the cloudwf.OemHeatLine API synchronously api document: https://help.aliyun.com/api/cloudwf/oemheatline.html

func (*Client) OemHeatLineWithCallback

func (client *Client) OemHeatLineWithCallback(request *OemHeatLineRequest, callback func(response *OemHeatLineResponse, err error)) <-chan int

OemHeatLineWithCallback invokes the cloudwf.OemHeatLine API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatLineWithChan

func (client *Client) OemHeatLineWithChan(request *OemHeatLineRequest) (<-chan *OemHeatLineResponse, <-chan error)

OemHeatLineWithChan invokes the cloudwf.OemHeatLine API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatline.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatMap

func (client *Client) OemHeatMap(request *OemHeatMapRequest) (response *OemHeatMapResponse, err error)

OemHeatMap invokes the cloudwf.OemHeatMap API synchronously api document: https://help.aliyun.com/api/cloudwf/oemheatmap.html

func (*Client) OemHeatMapWithCallback

func (client *Client) OemHeatMapWithCallback(request *OemHeatMapRequest, callback func(response *OemHeatMapResponse, err error)) <-chan int

OemHeatMapWithCallback invokes the cloudwf.OemHeatMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatMapWithChan

func (client *Client) OemHeatMapWithChan(request *OemHeatMapRequest) (<-chan *OemHeatMapResponse, <-chan error)

OemHeatMapWithChan invokes the cloudwf.OemHeatMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatSetting

func (client *Client) OemHeatSetting(request *OemHeatSettingRequest) (response *OemHeatSettingResponse, err error)

OemHeatSetting invokes the cloudwf.OemHeatSetting API synchronously api document: https://help.aliyun.com/api/cloudwf/oemheatsetting.html

func (*Client) OemHeatSettingWithCallback

func (client *Client) OemHeatSettingWithCallback(request *OemHeatSettingRequest, callback func(response *OemHeatSettingResponse, err error)) <-chan int

OemHeatSettingWithCallback invokes the cloudwf.OemHeatSetting API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatsetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemHeatSettingWithChan

func (client *Client) OemHeatSettingWithChan(request *OemHeatSettingRequest) (<-chan *OemHeatSettingResponse, <-chan error)

OemHeatSettingWithChan invokes the cloudwf.OemHeatSetting API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemheatsetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingCustomer

func (client *Client) OemMarketingCustomer(request *OemMarketingCustomerRequest) (response *OemMarketingCustomerResponse, err error)

OemMarketingCustomer invokes the cloudwf.OemMarketingCustomer API synchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingcustomer.html

func (*Client) OemMarketingCustomerWithCallback

func (client *Client) OemMarketingCustomerWithCallback(request *OemMarketingCustomerRequest, callback func(response *OemMarketingCustomerResponse, err error)) <-chan int

OemMarketingCustomerWithCallback invokes the cloudwf.OemMarketingCustomer API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingcustomer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingCustomerWithChan

func (client *Client) OemMarketingCustomerWithChan(request *OemMarketingCustomerRequest) (<-chan *OemMarketingCustomerResponse, <-chan error)

OemMarketingCustomerWithChan invokes the cloudwf.OemMarketingCustomer API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingcustomer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingPotential

func (client *Client) OemMarketingPotential(request *OemMarketingPotentialRequest) (response *OemMarketingPotentialResponse, err error)

OemMarketingPotential invokes the cloudwf.OemMarketingPotential API synchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingpotential.html

func (*Client) OemMarketingPotentialWithCallback

func (client *Client) OemMarketingPotentialWithCallback(request *OemMarketingPotentialRequest, callback func(response *OemMarketingPotentialResponse, err error)) <-chan int

OemMarketingPotentialWithCallback invokes the cloudwf.OemMarketingPotential API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingpotential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingPotentialWithChan

func (client *Client) OemMarketingPotentialWithChan(request *OemMarketingPotentialRequest) (<-chan *OemMarketingPotentialResponse, <-chan error)

OemMarketingPotentialWithChan invokes the cloudwf.OemMarketingPotential API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingpotential.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingSettingData

func (client *Client) OemMarketingSettingData(request *OemMarketingSettingDataRequest) (response *OemMarketingSettingDataResponse, err error)

OemMarketingSettingData invokes the cloudwf.OemMarketingSettingData API synchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingsettingdata.html

func (*Client) OemMarketingSettingDataWithCallback

func (client *Client) OemMarketingSettingDataWithCallback(request *OemMarketingSettingDataRequest, callback func(response *OemMarketingSettingDataResponse, err error)) <-chan int

OemMarketingSettingDataWithCallback invokes the cloudwf.OemMarketingSettingData API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingsettingdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemMarketingSettingDataWithChan

func (client *Client) OemMarketingSettingDataWithChan(request *OemMarketingSettingDataRequest) (<-chan *OemMarketingSettingDataResponse, <-chan error)

OemMarketingSettingDataWithChan invokes the cloudwf.OemMarketingSettingData API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemmarketingsettingdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemSitingContrast

func (client *Client) OemSitingContrast(request *OemSitingContrastRequest) (response *OemSitingContrastResponse, err error)

OemSitingContrast invokes the cloudwf.OemSitingContrast API synchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingcontrast.html

func (*Client) OemSitingContrastWithCallback

func (client *Client) OemSitingContrastWithCallback(request *OemSitingContrastRequest, callback func(response *OemSitingContrastResponse, err error)) <-chan int

OemSitingContrastWithCallback invokes the cloudwf.OemSitingContrast API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingcontrast.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemSitingContrastWithChan

func (client *Client) OemSitingContrastWithChan(request *OemSitingContrastRequest) (<-chan *OemSitingContrastResponse, <-chan error)

OemSitingContrastWithChan invokes the cloudwf.OemSitingContrast API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingcontrast.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemSitingSelction

func (client *Client) OemSitingSelction(request *OemSitingSelctionRequest) (response *OemSitingSelctionResponse, err error)

OemSitingSelction invokes the cloudwf.OemSitingSelction API synchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingselction.html

func (*Client) OemSitingSelctionWithCallback

func (client *Client) OemSitingSelctionWithCallback(request *OemSitingSelctionRequest, callback func(response *OemSitingSelctionResponse, err error)) <-chan int

OemSitingSelctionWithCallback invokes the cloudwf.OemSitingSelction API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingselction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OemSitingSelctionWithChan

func (client *Client) OemSitingSelctionWithChan(request *OemSitingSelctionRequest) (<-chan *OemSitingSelctionResponse, <-chan error)

OemSitingSelctionWithChan invokes the cloudwf.OemSitingSelction API asynchronously api document: https://help.aliyun.com/api/cloudwf/oemsitingselction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OnoffGroupApRadio

func (client *Client) OnoffGroupApRadio(request *OnoffGroupApRadioRequest) (response *OnoffGroupApRadioResponse, err error)

OnoffGroupApRadio invokes the cloudwf.OnoffGroupApRadio API synchronously api document: https://help.aliyun.com/api/cloudwf/onoffgroupapradio.html

func (*Client) OnoffGroupApRadioWithCallback

func (client *Client) OnoffGroupApRadioWithCallback(request *OnoffGroupApRadioRequest, callback func(response *OnoffGroupApRadioResponse, err error)) <-chan int

OnoffGroupApRadioWithCallback invokes the cloudwf.OnoffGroupApRadio API asynchronously api document: https://help.aliyun.com/api/cloudwf/onoffgroupapradio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OnoffGroupApRadioWithChan

func (client *Client) OnoffGroupApRadioWithChan(request *OnoffGroupApRadioRequest) (<-chan *OnoffGroupApRadioResponse, <-chan error)

OnoffGroupApRadioWithChan invokes the cloudwf.OnoffGroupApRadio API asynchronously api document: https://help.aliyun.com/api/cloudwf/onoffgroupapradio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PeripheryAnalyse

func (client *Client) PeripheryAnalyse(request *PeripheryAnalyseRequest) (response *PeripheryAnalyseResponse, err error)

PeripheryAnalyse invokes the cloudwf.PeripheryAnalyse API synchronously api document: https://help.aliyun.com/api/cloudwf/peripheryanalyse.html

func (*Client) PeripheryAnalyseWithCallback

func (client *Client) PeripheryAnalyseWithCallback(request *PeripheryAnalyseRequest, callback func(response *PeripheryAnalyseResponse, err error)) <-chan int

PeripheryAnalyseWithCallback invokes the cloudwf.PeripheryAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/peripheryanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PeripheryAnalyseWithChan

func (client *Client) PeripheryAnalyseWithChan(request *PeripheryAnalyseRequest) (<-chan *PeripheryAnalyseResponse, <-chan error)

PeripheryAnalyseWithChan invokes the cloudwf.PeripheryAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/peripheryanalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProduceInstance

func (client *Client) ProduceInstance(request *ProduceInstanceRequest) (response *ProduceInstanceResponse, err error)

ProduceInstance invokes the cloudwf.ProduceInstance API synchronously api document: https://help.aliyun.com/api/cloudwf/produceinstance.html

func (*Client) ProduceInstanceWithCallback

func (client *Client) ProduceInstanceWithCallback(request *ProduceInstanceRequest, callback func(response *ProduceInstanceResponse, err error)) <-chan int

ProduceInstanceWithCallback invokes the cloudwf.ProduceInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/produceinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProduceInstanceWithChan

func (client *Client) ProduceInstanceWithChan(request *ProduceInstanceRequest) (<-chan *ProduceInstanceResponse, <-chan error)

ProduceInstanceWithChan invokes the cloudwf.ProduceInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/produceinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileBase

func (client *Client) ProfileBase(request *ProfileBaseRequest) (response *ProfileBaseResponse, err error)

ProfileBase invokes the cloudwf.ProfileBase API synchronously api document: https://help.aliyun.com/api/cloudwf/profilebase.html

func (*Client) ProfileBaseWithCallback

func (client *Client) ProfileBaseWithCallback(request *ProfileBaseRequest, callback func(response *ProfileBaseResponse, err error)) <-chan int

ProfileBaseWithCallback invokes the cloudwf.ProfileBase API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilebase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileBaseWithChan

func (client *Client) ProfileBaseWithChan(request *ProfileBaseRequest) (<-chan *ProfileBaseResponse, <-chan error)

ProfileBaseWithChan invokes the cloudwf.ProfileBase API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilebase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileConsume

func (client *Client) ProfileConsume(request *ProfileConsumeRequest) (response *ProfileConsumeResponse, err error)

ProfileConsume invokes the cloudwf.ProfileConsume API synchronously api document: https://help.aliyun.com/api/cloudwf/profileconsume.html

func (*Client) ProfileConsumeWithCallback

func (client *Client) ProfileConsumeWithCallback(request *ProfileConsumeRequest, callback func(response *ProfileConsumeResponse, err error)) <-chan int

ProfileConsumeWithCallback invokes the cloudwf.ProfileConsume API asynchronously api document: https://help.aliyun.com/api/cloudwf/profileconsume.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileConsumeWithChan

func (client *Client) ProfileConsumeWithChan(request *ProfileConsumeRequest) (<-chan *ProfileConsumeResponse, <-chan error)

ProfileConsumeWithChan invokes the cloudwf.ProfileConsume API asynchronously api document: https://help.aliyun.com/api/cloudwf/profileconsume.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileDistrict

func (client *Client) ProfileDistrict(request *ProfileDistrictRequest) (response *ProfileDistrictResponse, err error)

ProfileDistrict invokes the cloudwf.ProfileDistrict API synchronously api document: https://help.aliyun.com/api/cloudwf/profiledistrict.html

func (*Client) ProfileDistrictWithCallback

func (client *Client) ProfileDistrictWithCallback(request *ProfileDistrictRequest, callback func(response *ProfileDistrictResponse, err error)) <-chan int

ProfileDistrictWithCallback invokes the cloudwf.ProfileDistrict API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiledistrict.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileDistrictWithChan

func (client *Client) ProfileDistrictWithChan(request *ProfileDistrictRequest) (<-chan *ProfileDistrictResponse, <-chan error)

ProfileDistrictWithChan invokes the cloudwf.ProfileDistrict API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiledistrict.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileHistory

func (client *Client) ProfileHistory(request *ProfileHistoryRequest) (response *ProfileHistoryResponse, err error)

ProfileHistory invokes the cloudwf.ProfileHistory API synchronously api document: https://help.aliyun.com/api/cloudwf/profilehistory.html

func (*Client) ProfileHistoryList

func (client *Client) ProfileHistoryList(request *ProfileHistoryListRequest) (response *ProfileHistoryListResponse, err error)

ProfileHistoryList invokes the cloudwf.ProfileHistoryList API synchronously api document: https://help.aliyun.com/api/cloudwf/profilehistorylist.html

func (*Client) ProfileHistoryListWithCallback

func (client *Client) ProfileHistoryListWithCallback(request *ProfileHistoryListRequest, callback func(response *ProfileHistoryListResponse, err error)) <-chan int

ProfileHistoryListWithCallback invokes the cloudwf.ProfileHistoryList API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilehistorylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileHistoryListWithChan

func (client *Client) ProfileHistoryListWithChan(request *ProfileHistoryListRequest) (<-chan *ProfileHistoryListResponse, <-chan error)

ProfileHistoryListWithChan invokes the cloudwf.ProfileHistoryList API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilehistorylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileHistoryWithCallback

func (client *Client) ProfileHistoryWithCallback(request *ProfileHistoryRequest, callback func(response *ProfileHistoryResponse, err error)) <-chan int

ProfileHistoryWithCallback invokes the cloudwf.ProfileHistory API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilehistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileHistoryWithChan

func (client *Client) ProfileHistoryWithChan(request *ProfileHistoryRequest) (<-chan *ProfileHistoryResponse, <-chan error)

ProfileHistoryWithChan invokes the cloudwf.ProfileHistory API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilehistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileMedia

func (client *Client) ProfileMedia(request *ProfileMediaRequest) (response *ProfileMediaResponse, err error)

ProfileMedia invokes the cloudwf.ProfileMedia API synchronously api document: https://help.aliyun.com/api/cloudwf/profilemedia.html

func (*Client) ProfileMediaWithCallback

func (client *Client) ProfileMediaWithCallback(request *ProfileMediaRequest, callback func(response *ProfileMediaResponse, err error)) <-chan int

ProfileMediaWithCallback invokes the cloudwf.ProfileMedia API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileMediaWithChan

func (client *Client) ProfileMediaWithChan(request *ProfileMediaRequest) (<-chan *ProfileMediaResponse, <-chan error)

ProfileMediaWithChan invokes the cloudwf.ProfileMedia API asynchronously api document: https://help.aliyun.com/api/cloudwf/profilemedia.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileTag

func (client *Client) ProfileTag(request *ProfileTagRequest) (response *ProfileTagResponse, err error)

ProfileTag invokes the cloudwf.ProfileTag API synchronously api document: https://help.aliyun.com/api/cloudwf/profiletag.html

func (*Client) ProfileTagWithCallback

func (client *Client) ProfileTagWithCallback(request *ProfileTagRequest, callback func(response *ProfileTagResponse, err error)) <-chan int

ProfileTagWithCallback invokes the cloudwf.ProfileTag API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiletag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileTagWithChan

func (client *Client) ProfileTagWithChan(request *ProfileTagRequest) (<-chan *ProfileTagResponse, <-chan error)

ProfileTagWithChan invokes the cloudwf.ProfileTag API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiletag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileTrade

func (client *Client) ProfileTrade(request *ProfileTradeRequest) (response *ProfileTradeResponse, err error)

ProfileTrade invokes the cloudwf.ProfileTrade API synchronously api document: https://help.aliyun.com/api/cloudwf/profiletrade.html

func (*Client) ProfileTradeWithCallback

func (client *Client) ProfileTradeWithCallback(request *ProfileTradeRequest, callback func(response *ProfileTradeResponse, err error)) <-chan int

ProfileTradeWithCallback invokes the cloudwf.ProfileTrade API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiletrade.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProfileTradeWithChan

func (client *Client) ProfileTradeWithChan(request *ProfileTradeRequest) (<-chan *ProfileTradeResponse, <-chan error)

ProfileTradeWithChan invokes the cloudwf.ProfileTrade API asynchronously api document: https://help.aliyun.com/api/cloudwf/profiletrade.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PutOssFile

func (client *Client) PutOssFile(request *PutOssFileRequest) (response *PutOssFileResponse, err error)

PutOssFile invokes the cloudwf.PutOssFile API synchronously api document: https://help.aliyun.com/api/cloudwf/putossfile.html

func (*Client) PutOssFileWithCallback

func (client *Client) PutOssFileWithCallback(request *PutOssFileRequest, callback func(response *PutOssFileResponse, err error)) <-chan int

PutOssFileWithCallback invokes the cloudwf.PutOssFile API asynchronously api document: https://help.aliyun.com/api/cloudwf/putossfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PutOssFileWithChan

func (client *Client) PutOssFileWithChan(request *PutOssFileRequest) (<-chan *PutOssFileResponse, <-chan error)

PutOssFileWithChan invokes the cloudwf.PutOssFile API asynchronously api document: https://help.aliyun.com/api/cloudwf/putossfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRenewPrice

func (client *Client) QueryRenewPrice(request *QueryRenewPriceRequest) (response *QueryRenewPriceResponse, err error)

QueryRenewPrice invokes the cloudwf.QueryRenewPrice API synchronously api document: https://help.aliyun.com/api/cloudwf/queryrenewprice.html

func (*Client) QueryRenewPriceWithCallback

func (client *Client) QueryRenewPriceWithCallback(request *QueryRenewPriceRequest, callback func(response *QueryRenewPriceResponse, err error)) <-chan int

QueryRenewPriceWithCallback invokes the cloudwf.QueryRenewPrice API asynchronously api document: https://help.aliyun.com/api/cloudwf/queryrenewprice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryRenewPriceWithChan

func (client *Client) QueryRenewPriceWithChan(request *QueryRenewPriceRequest) (<-chan *QueryRenewPriceResponse, <-chan error)

QueryRenewPriceWithChan invokes the cloudwf.QueryRenewPrice API asynchronously api document: https://help.aliyun.com/api/cloudwf/queryrenewprice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseInstance

func (client *Client) ReleaseInstance(request *ReleaseInstanceRequest) (response *ReleaseInstanceResponse, err error)

ReleaseInstance invokes the cloudwf.ReleaseInstance API synchronously api document: https://help.aliyun.com/api/cloudwf/releaseinstance.html

func (*Client) ReleaseInstanceWithCallback

func (client *Client) ReleaseInstanceWithCallback(request *ReleaseInstanceRequest, callback func(response *ReleaseInstanceResponse, err error)) <-chan int

ReleaseInstanceWithCallback invokes the cloudwf.ReleaseInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/releaseinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseInstanceWithChan

func (client *Client) ReleaseInstanceWithChan(request *ReleaseInstanceRequest) (<-chan *ReleaseInstanceResponse, <-chan error)

ReleaseInstanceWithChan invokes the cloudwf.ReleaseInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/releaseinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RepairAp

func (client *Client) RepairAp(request *RepairApRequest) (response *RepairApResponse, err error)

RepairAp invokes the cloudwf.RepairAp API synchronously api document: https://help.aliyun.com/api/cloudwf/repairap.html

func (*Client) RepairApWithCallback

func (client *Client) RepairApWithCallback(request *RepairApRequest, callback func(response *RepairApResponse, err error)) <-chan int

RepairApWithCallback invokes the cloudwf.RepairAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/repairap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RepairApWithChan

func (client *Client) RepairApWithChan(request *RepairApRequest) (<-chan *RepairApResponse, <-chan error)

RepairApWithChan invokes the cloudwf.RepairAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/repairap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RepairGroupAp

func (client *Client) RepairGroupAp(request *RepairGroupApRequest) (response *RepairGroupApResponse, err error)

RepairGroupAp invokes the cloudwf.RepairGroupAp API synchronously api document: https://help.aliyun.com/api/cloudwf/repairgroupap.html

func (*Client) RepairGroupApWithCallback

func (client *Client) RepairGroupApWithCallback(request *RepairGroupApRequest, callback func(response *RepairGroupApResponse, err error)) <-chan int

RepairGroupApWithCallback invokes the cloudwf.RepairGroupAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/repairgroupap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RepairGroupApWithChan

func (client *Client) RepairGroupApWithChan(request *RepairGroupApRequest) (<-chan *RepairGroupApResponse, <-chan error)

RepairGroupApWithChan invokes the cloudwf.RepairGroupAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/repairgroupap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportDay

func (client *Client) ReportDay(request *ReportDayRequest) (response *ReportDayResponse, err error)

ReportDay invokes the cloudwf.ReportDay API synchronously api document: https://help.aliyun.com/api/cloudwf/reportday.html

func (*Client) ReportDayWithCallback

func (client *Client) ReportDayWithCallback(request *ReportDayRequest, callback func(response *ReportDayResponse, err error)) <-chan int

ReportDayWithCallback invokes the cloudwf.ReportDay API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportDayWithChan

func (client *Client) ReportDayWithChan(request *ReportDayRequest) (<-chan *ReportDayResponse, <-chan error)

ReportDayWithChan invokes the cloudwf.ReportDay API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportHour

func (client *Client) ReportHour(request *ReportHourRequest) (response *ReportHourResponse, err error)

ReportHour invokes the cloudwf.ReportHour API synchronously api document: https://help.aliyun.com/api/cloudwf/reporthour.html

func (*Client) ReportHourWithCallback

func (client *Client) ReportHourWithCallback(request *ReportHourRequest, callback func(response *ReportHourResponse, err error)) <-chan int

ReportHourWithCallback invokes the cloudwf.ReportHour API asynchronously api document: https://help.aliyun.com/api/cloudwf/reporthour.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportHourWithChan

func (client *Client) ReportHourWithChan(request *ReportHourRequest) (<-chan *ReportHourResponse, <-chan error)

ReportHourWithChan invokes the cloudwf.ReportHour API asynchronously api document: https://help.aliyun.com/api/cloudwf/reporthour.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportMinute

func (client *Client) ReportMinute(request *ReportMinuteRequest) (response *ReportMinuteResponse, err error)

ReportMinute invokes the cloudwf.ReportMinute API synchronously api document: https://help.aliyun.com/api/cloudwf/reportminute.html

func (*Client) ReportMinuteWithCallback

func (client *Client) ReportMinuteWithCallback(request *ReportMinuteRequest, callback func(response *ReportMinuteResponse, err error)) <-chan int

ReportMinuteWithCallback invokes the cloudwf.ReportMinute API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportminute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportMinuteWithChan

func (client *Client) ReportMinuteWithChan(request *ReportMinuteRequest) (<-chan *ReportMinuteResponse, <-chan error)

ReportMinuteWithChan invokes the cloudwf.ReportMinute API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportminute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportRealtime

func (client *Client) ReportRealtime(request *ReportRealtimeRequest) (response *ReportRealtimeResponse, err error)

ReportRealtime invokes the cloudwf.ReportRealtime API synchronously api document: https://help.aliyun.com/api/cloudwf/reportrealtime.html

func (*Client) ReportRealtimeWithCallback

func (client *Client) ReportRealtimeWithCallback(request *ReportRealtimeRequest, callback func(response *ReportRealtimeResponse, err error)) <-chan int

ReportRealtimeWithCallback invokes the cloudwf.ReportRealtime API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportrealtime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportRealtimeWithChan

func (client *Client) ReportRealtimeWithChan(request *ReportRealtimeRequest) (<-chan *ReportRealtimeResponse, <-chan error)

ReportRealtimeWithChan invokes the cloudwf.ReportRealtime API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportrealtime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneDay

func (client *Client) ReportZoneDay(request *ReportZoneDayRequest) (response *ReportZoneDayResponse, err error)

ReportZoneDay invokes the cloudwf.ReportZoneDay API synchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneday.html

func (*Client) ReportZoneDayWithCallback

func (client *Client) ReportZoneDayWithCallback(request *ReportZoneDayRequest, callback func(response *ReportZoneDayResponse, err error)) <-chan int

ReportZoneDayWithCallback invokes the cloudwf.ReportZoneDay API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneDayWithChan

func (client *Client) ReportZoneDayWithChan(request *ReportZoneDayRequest) (<-chan *ReportZoneDayResponse, <-chan error)

ReportZoneDayWithChan invokes the cloudwf.ReportZoneDay API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneHour

func (client *Client) ReportZoneHour(request *ReportZoneHourRequest) (response *ReportZoneHourResponse, err error)

ReportZoneHour invokes the cloudwf.ReportZoneHour API synchronously api document: https://help.aliyun.com/api/cloudwf/reportzonehour.html

func (*Client) ReportZoneHourWithCallback

func (client *Client) ReportZoneHourWithCallback(request *ReportZoneHourRequest, callback func(response *ReportZoneHourResponse, err error)) <-chan int

ReportZoneHourWithCallback invokes the cloudwf.ReportZoneHour API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzonehour.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneHourWithChan

func (client *Client) ReportZoneHourWithChan(request *ReportZoneHourRequest) (<-chan *ReportZoneHourResponse, <-chan error)

ReportZoneHourWithChan invokes the cloudwf.ReportZoneHour API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzonehour.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneMinute

func (client *Client) ReportZoneMinute(request *ReportZoneMinuteRequest) (response *ReportZoneMinuteResponse, err error)

ReportZoneMinute invokes the cloudwf.ReportZoneMinute API synchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneminute.html

func (*Client) ReportZoneMinuteWithCallback

func (client *Client) ReportZoneMinuteWithCallback(request *ReportZoneMinuteRequest, callback func(response *ReportZoneMinuteResponse, err error)) <-chan int

ReportZoneMinuteWithCallback invokes the cloudwf.ReportZoneMinute API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneminute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneMinuteWithChan

func (client *Client) ReportZoneMinuteWithChan(request *ReportZoneMinuteRequest) (<-chan *ReportZoneMinuteResponse, <-chan error)

ReportZoneMinuteWithChan invokes the cloudwf.ReportZoneMinute API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzoneminute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneRealtime

func (client *Client) ReportZoneRealtime(request *ReportZoneRealtimeRequest) (response *ReportZoneRealtimeResponse, err error)

ReportZoneRealtime invokes the cloudwf.ReportZoneRealtime API synchronously api document: https://help.aliyun.com/api/cloudwf/reportzonerealtime.html

func (*Client) ReportZoneRealtimeWithCallback

func (client *Client) ReportZoneRealtimeWithCallback(request *ReportZoneRealtimeRequest, callback func(response *ReportZoneRealtimeResponse, err error)) <-chan int

ReportZoneRealtimeWithCallback invokes the cloudwf.ReportZoneRealtime API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzonerealtime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReportZoneRealtimeWithChan

func (client *Client) ReportZoneRealtimeWithChan(request *ReportZoneRealtimeRequest) (<-chan *ReportZoneRealtimeResponse, <-chan error)

ReportZoneRealtimeWithChan invokes the cloudwf.ReportZoneRealtime API asynchronously api document: https://help.aliyun.com/api/cloudwf/reportzonerealtime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetAp

func (client *Client) ResetAp(request *ResetApRequest) (response *ResetApResponse, err error)

ResetAp invokes the cloudwf.ResetAp API synchronously api document: https://help.aliyun.com/api/cloudwf/resetap.html

func (*Client) ResetApConfig

func (client *Client) ResetApConfig(request *ResetApConfigRequest) (response *ResetApConfigResponse, err error)

ResetApConfig invokes the cloudwf.ResetApConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/resetapconfig.html

func (*Client) ResetApConfigWithCallback

func (client *Client) ResetApConfigWithCallback(request *ResetApConfigRequest, callback func(response *ResetApConfigResponse, err error)) <-chan int

ResetApConfigWithCallback invokes the cloudwf.ResetApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/resetapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetApConfigWithChan

func (client *Client) ResetApConfigWithChan(request *ResetApConfigRequest) (<-chan *ResetApConfigResponse, <-chan error)

ResetApConfigWithChan invokes the cloudwf.ResetApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/resetapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetApWithCallback

func (client *Client) ResetApWithCallback(request *ResetApRequest, callback func(response *ResetApResponse, err error)) <-chan int

ResetApWithCallback invokes the cloudwf.ResetAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/resetap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResetApWithChan

func (client *Client) ResetApWithChan(request *ResetApRequest) (<-chan *ResetApResponse, <-chan error)

ResetApWithChan invokes the cloudwf.ResetAp API asynchronously api document: https://help.aliyun.com/api/cloudwf/resetap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeInstance

func (client *Client) ResumeInstance(request *ResumeInstanceRequest) (response *ResumeInstanceResponse, err error)

ResumeInstance invokes the cloudwf.ResumeInstance API synchronously api document: https://help.aliyun.com/api/cloudwf/resumeinstance.html

func (*Client) ResumeInstanceWithCallback

func (client *Client) ResumeInstanceWithCallback(request *ResumeInstanceRequest, callback func(response *ResumeInstanceResponse, err error)) <-chan int

ResumeInstanceWithCallback invokes the cloudwf.ResumeInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/resumeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeInstanceWithChan

func (client *Client) ResumeInstanceWithChan(request *ResumeInstanceRequest) (<-chan *ResumeInstanceResponse, <-chan error)

ResumeInstanceWithChan invokes the cloudwf.ResumeInstance API asynchronously api document: https://help.aliyun.com/api/cloudwf/resumeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveAccountConfig

func (client *Client) SaveAccountConfig(request *SaveAccountConfigRequest) (response *SaveAccountConfigResponse, err error)

SaveAccountConfig invokes the cloudwf.SaveAccountConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveaccountconfig.html

func (*Client) SaveAccountConfigWithCallback

func (client *Client) SaveAccountConfigWithCallback(request *SaveAccountConfigRequest, callback func(response *SaveAccountConfigResponse, err error)) <-chan int

SaveAccountConfigWithCallback invokes the cloudwf.SaveAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveAccountConfigWithChan

func (client *Client) SaveAccountConfigWithChan(request *SaveAccountConfigRequest) (<-chan *SaveAccountConfigResponse, <-chan error)

SaveAccountConfigWithChan invokes the cloudwf.SaveAccountConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveaccountconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApConfig

func (client *Client) SaveApConfig(request *SaveApConfigRequest) (response *SaveApConfigResponse, err error)

SaveApConfig invokes the cloudwf.SaveApConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapconfig.html

func (*Client) SaveApConfigWithCallback

func (client *Client) SaveApConfigWithCallback(request *SaveApConfigRequest, callback func(response *SaveApConfigResponse, err error)) <-chan int

SaveApConfigWithCallback invokes the cloudwf.SaveApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApConfigWithChan

func (client *Client) SaveApConfigWithChan(request *SaveApConfigRequest) (<-chan *SaveApConfigResponse, <-chan error)

SaveApConfigWithChan invokes the cloudwf.SaveApConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApMapInfo

func (client *Client) SaveApMapInfo(request *SaveApMapInfoRequest) (response *SaveApMapInfoResponse, err error)

SaveApMapInfo invokes the cloudwf.SaveApMapInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapmapinfo.html

func (*Client) SaveApMapInfoWithCallback

func (client *Client) SaveApMapInfoWithCallback(request *SaveApMapInfoRequest, callback func(response *SaveApMapInfoResponse, err error)) <-chan int

SaveApMapInfoWithCallback invokes the cloudwf.SaveApMapInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapmapinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApMapInfoWithChan

func (client *Client) SaveApMapInfoWithChan(request *SaveApMapInfoRequest) (<-chan *SaveApMapInfoResponse, <-chan error)

SaveApMapInfoWithChan invokes the cloudwf.SaveApMapInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapmapinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApPortalConfig

func (client *Client) SaveApPortalConfig(request *SaveApPortalConfigRequest) (response *SaveApPortalConfigResponse, err error)

SaveApPortalConfig invokes the cloudwf.SaveApPortalConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapportalconfig.html

func (*Client) SaveApPortalConfigWithCallback

func (client *Client) SaveApPortalConfigWithCallback(request *SaveApPortalConfigRequest, callback func(response *SaveApPortalConfigResponse, err error)) <-chan int

SaveApPortalConfigWithCallback invokes the cloudwf.SaveApPortalConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapportalconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApPortalConfigWithChan

func (client *Client) SaveApPortalConfigWithChan(request *SaveApPortalConfigRequest) (<-chan *SaveApPortalConfigResponse, <-chan error)

SaveApPortalConfigWithChan invokes the cloudwf.SaveApPortalConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapportalconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApRadioConfig

func (client *Client) SaveApRadioConfig(request *SaveApRadioConfigRequest) (response *SaveApRadioConfigResponse, err error)

SaveApRadioConfig invokes the cloudwf.SaveApRadioConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapradioconfig.html

func (*Client) SaveApRadioConfigWithCallback

func (client *Client) SaveApRadioConfigWithCallback(request *SaveApRadioConfigRequest, callback func(response *SaveApRadioConfigResponse, err error)) <-chan int

SaveApRadioConfigWithCallback invokes the cloudwf.SaveApRadioConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapradioconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApRadioConfigWithChan

func (client *Client) SaveApRadioConfigWithChan(request *SaveApRadioConfigRequest) (<-chan *SaveApRadioConfigResponse, <-chan error)

SaveApRadioConfigWithChan invokes the cloudwf.SaveApRadioConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapradioconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApRadioSsidConfig

func (client *Client) SaveApRadioSsidConfig(request *SaveApRadioSsidConfigRequest) (response *SaveApRadioSsidConfigResponse, err error)

SaveApRadioSsidConfig invokes the cloudwf.SaveApRadioSsidConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapradiossidconfig.html

func (*Client) SaveApRadioSsidConfigWithCallback

func (client *Client) SaveApRadioSsidConfigWithCallback(request *SaveApRadioSsidConfigRequest, callback func(response *SaveApRadioSsidConfigResponse, err error)) <-chan int

SaveApRadioSsidConfigWithCallback invokes the cloudwf.SaveApRadioSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapradiossidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApRadioSsidConfigWithChan

func (client *Client) SaveApRadioSsidConfigWithChan(request *SaveApRadioSsidConfigRequest) (<-chan *SaveApRadioSsidConfigResponse, <-chan error)

SaveApRadioSsidConfigWithChan invokes the cloudwf.SaveApRadioSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapradiossidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApScanConfig

func (client *Client) SaveApScanConfig(request *SaveApScanConfigRequest) (response *SaveApScanConfigResponse, err error)

SaveApScanConfig invokes the cloudwf.SaveApScanConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapscanconfig.html

func (*Client) SaveApScanConfigWithCallback

func (client *Client) SaveApScanConfigWithCallback(request *SaveApScanConfigRequest, callback func(response *SaveApScanConfigResponse, err error)) <-chan int

SaveApScanConfigWithCallback invokes the cloudwf.SaveApScanConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapscanconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApScanConfigWithChan

func (client *Client) SaveApScanConfigWithChan(request *SaveApScanConfigRequest) (<-chan *SaveApScanConfigResponse, <-chan error)

SaveApScanConfigWithChan invokes the cloudwf.SaveApScanConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapscanconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupConfig

func (client *Client) SaveApgroupConfig(request *SaveApgroupConfigRequest) (response *SaveApgroupConfigResponse, err error)

SaveApgroupConfig invokes the cloudwf.SaveApgroupConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupconfig.html

func (*Client) SaveApgroupConfigWithCallback

func (client *Client) SaveApgroupConfigWithCallback(request *SaveApgroupConfigRequest, callback func(response *SaveApgroupConfigResponse, err error)) <-chan int

SaveApgroupConfigWithCallback invokes the cloudwf.SaveApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupConfigWithChan

func (client *Client) SaveApgroupConfigWithChan(request *SaveApgroupConfigRequest) (<-chan *SaveApgroupConfigResponse, <-chan error)

SaveApgroupConfigWithChan invokes the cloudwf.SaveApgroupConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupScanConfig

func (client *Client) SaveApgroupScanConfig(request *SaveApgroupScanConfigRequest) (response *SaveApgroupScanConfigResponse, err error)

SaveApgroupScanConfig invokes the cloudwf.SaveApgroupScanConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupscanconfig.html

func (*Client) SaveApgroupScanConfigWithCallback

func (client *Client) SaveApgroupScanConfigWithCallback(request *SaveApgroupScanConfigRequest, callback func(response *SaveApgroupScanConfigResponse, err error)) <-chan int

SaveApgroupScanConfigWithCallback invokes the cloudwf.SaveApgroupScanConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupscanconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupScanConfigWithChan

func (client *Client) SaveApgroupScanConfigWithChan(request *SaveApgroupScanConfigRequest) (<-chan *SaveApgroupScanConfigResponse, <-chan error)

SaveApgroupScanConfigWithChan invokes the cloudwf.SaveApgroupScanConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupscanconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupSsidConfig

func (client *Client) SaveApgroupSsidConfig(request *SaveApgroupSsidConfigRequest) (response *SaveApgroupSsidConfigResponse, err error)

SaveApgroupSsidConfig invokes the cloudwf.SaveApgroupSsidConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupssidconfig.html

func (*Client) SaveApgroupSsidConfigWithCallback

func (client *Client) SaveApgroupSsidConfigWithCallback(request *SaveApgroupSsidConfigRequest, callback func(response *SaveApgroupSsidConfigResponse, err error)) <-chan int

SaveApgroupSsidConfigWithCallback invokes the cloudwf.SaveApgroupSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupssidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveApgroupSsidConfigWithChan

func (client *Client) SaveApgroupSsidConfigWithChan(request *SaveApgroupSsidConfigRequest) (<-chan *SaveApgroupSsidConfigResponse, <-chan error)

SaveApgroupSsidConfigWithChan invokes the cloudwf.SaveApgroupSsidConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveapgroupssidconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveGroupApRadioConfig

func (client *Client) SaveGroupApRadioConfig(request *SaveGroupApRadioConfigRequest) (response *SaveGroupApRadioConfigResponse, err error)

SaveGroupApRadioConfig invokes the cloudwf.SaveGroupApRadioConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/savegroupapradioconfig.html

func (*Client) SaveGroupApRadioConfigWithCallback

func (client *Client) SaveGroupApRadioConfigWithCallback(request *SaveGroupApRadioConfigRequest, callback func(response *SaveGroupApRadioConfigResponse, err error)) <-chan int

SaveGroupApRadioConfigWithCallback invokes the cloudwf.SaveGroupApRadioConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/savegroupapradioconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveGroupApRadioConfigWithChan

func (client *Client) SaveGroupApRadioConfigWithChan(request *SaveGroupApRadioConfigRequest) (<-chan *SaveGroupApRadioConfigResponse, <-chan error)

SaveGroupApRadioConfigWithChan invokes the cloudwf.SaveGroupApRadioConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/savegroupapradioconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePageConfigTemplate

func (client *Client) SavePageConfigTemplate(request *SavePageConfigTemplateRequest) (response *SavePageConfigTemplateResponse, err error)

SavePageConfigTemplate invokes the cloudwf.SavePageConfigTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/savepageconfigtemplate.html

func (*Client) SavePageConfigTemplateWithCallback

func (client *Client) SavePageConfigTemplateWithCallback(request *SavePageConfigTemplateRequest, callback func(response *SavePageConfigTemplateResponse, err error)) <-chan int

SavePageConfigTemplateWithCallback invokes the cloudwf.SavePageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/savepageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePageConfigTemplateWithChan

func (client *Client) SavePageConfigTemplateWithChan(request *SavePageConfigTemplateRequest) (<-chan *SavePageConfigTemplateResponse, <-chan error)

SavePageConfigTemplateWithChan invokes the cloudwf.SavePageConfigTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/savepageconfigtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePortalConfig

func (client *Client) SavePortalConfig(request *SavePortalConfigRequest) (response *SavePortalConfigResponse, err error)

SavePortalConfig invokes the cloudwf.SavePortalConfig API synchronously api document: https://help.aliyun.com/api/cloudwf/saveportalconfig.html

func (*Client) SavePortalConfigWithCallback

func (client *Client) SavePortalConfigWithCallback(request *SavePortalConfigRequest, callback func(response *SavePortalConfigResponse, err error)) <-chan int

SavePortalConfigWithCallback invokes the cloudwf.SavePortalConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveportalconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePortalConfigWithChan

func (client *Client) SavePortalConfigWithChan(request *SavePortalConfigRequest) (<-chan *SavePortalConfigResponse, <-chan error)

SavePortalConfigWithChan invokes the cloudwf.SavePortalConfig API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveportalconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePortalTemplate

func (client *Client) SavePortalTemplate(request *SavePortalTemplateRequest) (response *SavePortalTemplateResponse, err error)

SavePortalTemplate invokes the cloudwf.SavePortalTemplate API synchronously api document: https://help.aliyun.com/api/cloudwf/saveportaltemplate.html

func (*Client) SavePortalTemplateWithCallback

func (client *Client) SavePortalTemplateWithCallback(request *SavePortalTemplateRequest, callback func(response *SavePortalTemplateResponse, err error)) <-chan int

SavePortalTemplateWithCallback invokes the cloudwf.SavePortalTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveportaltemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SavePortalTemplateWithChan

func (client *Client) SavePortalTemplateWithChan(request *SavePortalTemplateRequest) (<-chan *SavePortalTemplateResponse, <-chan error)

SavePortalTemplateWithChan invokes the cloudwf.SavePortalTemplate API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveportaltemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveProbeDataSubscriber

func (client *Client) SaveProbeDataSubscriber(request *SaveProbeDataSubscriberRequest) (response *SaveProbeDataSubscriberResponse, err error)

SaveProbeDataSubscriber invokes the cloudwf.SaveProbeDataSubscriber API synchronously api document: https://help.aliyun.com/api/cloudwf/saveprobedatasubscriber.html

func (*Client) SaveProbeDataSubscriberWithCallback

func (client *Client) SaveProbeDataSubscriberWithCallback(request *SaveProbeDataSubscriberRequest, callback func(response *SaveProbeDataSubscriberResponse, err error)) <-chan int

SaveProbeDataSubscriberWithCallback invokes the cloudwf.SaveProbeDataSubscriber API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveprobedatasubscriber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveProbeDataSubscriberWithChan

func (client *Client) SaveProbeDataSubscriberWithChan(request *SaveProbeDataSubscriberRequest) (<-chan *SaveProbeDataSubscriberResponse, <-chan error)

SaveProbeDataSubscriberWithChan invokes the cloudwf.SaveProbeDataSubscriber API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveprobedatasubscriber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveStaStatus

func (client *Client) SaveStaStatus(request *SaveStaStatusRequest) (response *SaveStaStatusResponse, err error)

SaveStaStatus invokes the cloudwf.SaveStaStatus API synchronously api document: https://help.aliyun.com/api/cloudwf/savestastatus.html

func (*Client) SaveStaStatusWithCallback

func (client *Client) SaveStaStatusWithCallback(request *SaveStaStatusRequest, callback func(response *SaveStaStatusResponse, err error)) <-chan int

SaveStaStatusWithCallback invokes the cloudwf.SaveStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/savestastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveStaStatusWithChan

func (client *Client) SaveStaStatusWithChan(request *SaveStaStatusRequest) (<-chan *SaveStaStatusResponse, <-chan error)

SaveStaStatusWithChan invokes the cloudwf.SaveStaStatus API asynchronously api document: https://help.aliyun.com/api/cloudwf/savestastatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveUmengPagePermission4Root

func (client *Client) SaveUmengPagePermission4Root(request *SaveUmengPagePermission4RootRequest) (response *SaveUmengPagePermission4RootResponse, err error)

SaveUmengPagePermission4Root invokes the cloudwf.SaveUmengPagePermission4Root API synchronously api document: https://help.aliyun.com/api/cloudwf/saveumengpagepermission4root.html

func (*Client) SaveUmengPagePermission4RootWithCallback

func (client *Client) SaveUmengPagePermission4RootWithCallback(request *SaveUmengPagePermission4RootRequest, callback func(response *SaveUmengPagePermission4RootResponse, err error)) <-chan int

SaveUmengPagePermission4RootWithCallback invokes the cloudwf.SaveUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveUmengPagePermission4RootWithChan

func (client *Client) SaveUmengPagePermission4RootWithChan(request *SaveUmengPagePermission4RootRequest) (<-chan *SaveUmengPagePermission4RootResponse, <-chan error)

SaveUmengPagePermission4RootWithChan invokes the cloudwf.SaveUmengPagePermission4Root API asynchronously api document: https://help.aliyun.com/api/cloudwf/saveumengpagepermission4root.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SendCommandByMac

func (client *Client) SendCommandByMac(request *SendCommandByMacRequest) (response *SendCommandByMacResponse, err error)

SendCommandByMac invokes the cloudwf.SendCommandByMac API synchronously api document: https://help.aliyun.com/api/cloudwf/sendcommandbymac.html

func (*Client) SendCommandByMacWithCallback

func (client *Client) SendCommandByMacWithCallback(request *SendCommandByMacRequest, callback func(response *SendCommandByMacResponse, err error)) <-chan int

SendCommandByMacWithCallback invokes the cloudwf.SendCommandByMac API asynchronously api document: https://help.aliyun.com/api/cloudwf/sendcommandbymac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SendCommandByMacWithChan

func (client *Client) SendCommandByMacWithChan(request *SendCommandByMacRequest) (<-chan *SendCommandByMacResponse, <-chan error)

SendCommandByMacWithChan invokes the cloudwf.SendCommandByMac API asynchronously api document: https://help.aliyun.com/api/cloudwf/sendcommandbymac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetScanMode

func (client *Client) SetScanMode(request *SetScanModeRequest) (response *SetScanModeResponse, err error)

SetScanMode invokes the cloudwf.SetScanMode API synchronously api document: https://help.aliyun.com/api/cloudwf/setscanmode.html

func (*Client) SetScanModeWithCallback

func (client *Client) SetScanModeWithCallback(request *SetScanModeRequest, callback func(response *SetScanModeResponse, err error)) <-chan int

SetScanModeWithCallback invokes the cloudwf.SetScanMode API asynchronously api document: https://help.aliyun.com/api/cloudwf/setscanmode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetScanModeWithChan

func (client *Client) SetScanModeWithChan(request *SetScanModeRequest) (<-chan *SetScanModeResponse, <-chan error)

SetScanModeWithChan invokes the cloudwf.SetScanMode API asynchronously api document: https://help.aliyun.com/api/cloudwf/setscanmode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUpgradeImgByModel

func (client *Client) SetUpgradeImgByModel(request *SetUpgradeImgByModelRequest) (response *SetUpgradeImgByModelResponse, err error)

SetUpgradeImgByModel invokes the cloudwf.SetUpgradeImgByModel API synchronously api document: https://help.aliyun.com/api/cloudwf/setupgradeimgbymodel.html

func (*Client) SetUpgradeImgByModelWithCallback

func (client *Client) SetUpgradeImgByModelWithCallback(request *SetUpgradeImgByModelRequest, callback func(response *SetUpgradeImgByModelResponse, err error)) <-chan int

SetUpgradeImgByModelWithCallback invokes the cloudwf.SetUpgradeImgByModel API asynchronously api document: https://help.aliyun.com/api/cloudwf/setupgradeimgbymodel.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUpgradeImgByModelWithChan

func (client *Client) SetUpgradeImgByModelWithChan(request *SetUpgradeImgByModelRequest) (<-chan *SetUpgradeImgByModelResponse, <-chan error)

SetUpgradeImgByModelWithChan invokes the cloudwf.SetUpgradeImgByModel API asynchronously api document: https://help.aliyun.com/api/cloudwf/setupgradeimgbymodel.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopActionCustome

func (client *Client) ShopActionCustome(request *ShopActionCustomeRequest) (response *ShopActionCustomeResponse, err error)

ShopActionCustome invokes the cloudwf.ShopActionCustome API synchronously api document: https://help.aliyun.com/api/cloudwf/shopactioncustome.html

func (*Client) ShopActionCustomeWithCallback

func (client *Client) ShopActionCustomeWithCallback(request *ShopActionCustomeRequest, callback func(response *ShopActionCustomeResponse, err error)) <-chan int

ShopActionCustomeWithCallback invokes the cloudwf.ShopActionCustome API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopactioncustome.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopActionCustomeWithChan

func (client *Client) ShopActionCustomeWithChan(request *ShopActionCustomeRequest) (<-chan *ShopActionCustomeResponse, <-chan error)

ShopActionCustomeWithChan invokes the cloudwf.ShopActionCustome API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopactioncustome.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopActionReturning

func (client *Client) ShopActionReturning(request *ShopActionReturningRequest) (response *ShopActionReturningResponse, err error)

ShopActionReturning invokes the cloudwf.ShopActionReturning API synchronously api document: https://help.aliyun.com/api/cloudwf/shopactionreturning.html

func (*Client) ShopActionReturningWithCallback

func (client *Client) ShopActionReturningWithCallback(request *ShopActionReturningRequest, callback func(response *ShopActionReturningResponse, err error)) <-chan int

ShopActionReturningWithCallback invokes the cloudwf.ShopActionReturning API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopactionreturning.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopActionReturningWithChan

func (client *Client) ShopActionReturningWithChan(request *ShopActionReturningRequest) (<-chan *ShopActionReturningResponse, <-chan error)

ShopActionReturningWithChan invokes the cloudwf.ShopActionReturning API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopactionreturning.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCamera

func (client *Client) ShopCamera(request *ShopCameraRequest) (response *ShopCameraResponse, err error)

ShopCamera invokes the cloudwf.ShopCamera API synchronously api document: https://help.aliyun.com/api/cloudwf/shopcamera.html

func (*Client) ShopCameraWithCallback

func (client *Client) ShopCameraWithCallback(request *ShopCameraRequest, callback func(response *ShopCameraResponse, err error)) <-chan int

ShopCameraWithCallback invokes the cloudwf.ShopCamera API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcamera.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCameraWithChan

func (client *Client) ShopCameraWithChan(request *ShopCameraRequest) (<-chan *ShopCameraResponse, <-chan error)

ShopCameraWithChan invokes the cloudwf.ShopCamera API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcamera.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCreate

func (client *Client) ShopCreate(request *ShopCreateRequest) (response *ShopCreateResponse, err error)

ShopCreate invokes the cloudwf.ShopCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/shopcreate.html

func (*Client) ShopCreateWithCallback

func (client *Client) ShopCreateWithCallback(request *ShopCreateRequest, callback func(response *ShopCreateResponse, err error)) <-chan int

ShopCreateWithCallback invokes the cloudwf.ShopCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCreateWithChan

func (client *Client) ShopCreateWithChan(request *ShopCreateRequest) (<-chan *ShopCreateResponse, <-chan error)

ShopCreateWithChan invokes the cloudwf.ShopCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCreatemarketing

func (client *Client) ShopCreatemarketing(request *ShopCreatemarketingRequest) (response *ShopCreatemarketingResponse, err error)

ShopCreatemarketing invokes the cloudwf.ShopCreatemarketing API synchronously api document: https://help.aliyun.com/api/cloudwf/shopcreatemarketing.html

func (*Client) ShopCreatemarketingWithCallback

func (client *Client) ShopCreatemarketingWithCallback(request *ShopCreatemarketingRequest, callback func(response *ShopCreatemarketingResponse, err error)) <-chan int

ShopCreatemarketingWithCallback invokes the cloudwf.ShopCreatemarketing API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcreatemarketing.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopCreatemarketingWithChan

func (client *Client) ShopCreatemarketingWithChan(request *ShopCreatemarketingRequest) (<-chan *ShopCreatemarketingResponse, <-chan error)

ShopCreatemarketingWithChan invokes the cloudwf.ShopCreatemarketing API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopcreatemarketing.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDataAlarm

func (client *Client) ShopDataAlarm(request *ShopDataAlarmRequest) (response *ShopDataAlarmResponse, err error)

ShopDataAlarm invokes the cloudwf.ShopDataAlarm API synchronously api document: https://help.aliyun.com/api/cloudwf/shopdataalarm.html

func (*Client) ShopDataAlarmWithCallback

func (client *Client) ShopDataAlarmWithCallback(request *ShopDataAlarmRequest, callback func(response *ShopDataAlarmResponse, err error)) <-chan int

ShopDataAlarmWithCallback invokes the cloudwf.ShopDataAlarm API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdataalarm.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDataAlarmWithChan

func (client *Client) ShopDataAlarmWithChan(request *ShopDataAlarmRequest) (<-chan *ShopDataAlarmResponse, <-chan error)

ShopDataAlarmWithChan invokes the cloudwf.ShopDataAlarm API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdataalarm.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDelete

func (client *Client) ShopDelete(request *ShopDeleteRequest) (response *ShopDeleteResponse, err error)

ShopDelete invokes the cloudwf.ShopDelete API synchronously api document: https://help.aliyun.com/api/cloudwf/shopdelete.html

func (*Client) ShopDeleteWithCallback

func (client *Client) ShopDeleteWithCallback(request *ShopDeleteRequest, callback func(response *ShopDeleteResponse, err error)) <-chan int

ShopDeleteWithCallback invokes the cloudwf.ShopDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDeleteWithChan

func (client *Client) ShopDeleteWithChan(request *ShopDeleteRequest) (<-chan *ShopDeleteResponse, <-chan error)

ShopDeleteWithChan invokes the cloudwf.ShopDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDeletemarketing

func (client *Client) ShopDeletemarketing(request *ShopDeletemarketingRequest) (response *ShopDeletemarketingResponse, err error)

ShopDeletemarketing invokes the cloudwf.ShopDeletemarketing API synchronously api document: https://help.aliyun.com/api/cloudwf/shopdeletemarketing.html

func (*Client) ShopDeletemarketingWithCallback

func (client *Client) ShopDeletemarketingWithCallback(request *ShopDeletemarketingRequest, callback func(response *ShopDeletemarketingResponse, err error)) <-chan int

ShopDeletemarketingWithCallback invokes the cloudwf.ShopDeletemarketing API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdeletemarketing.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopDeletemarketingWithChan

func (client *Client) ShopDeletemarketingWithChan(request *ShopDeletemarketingRequest) (<-chan *ShopDeletemarketingResponse, <-chan error)

ShopDeletemarketingWithChan invokes the cloudwf.ShopDeletemarketing API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopdeletemarketing.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGetfiltermac

func (client *Client) ShopGetfiltermac(request *ShopGetfiltermacRequest) (response *ShopGetfiltermacResponse, err error)

ShopGetfiltermac invokes the cloudwf.ShopGetfiltermac API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgetfiltermac.html

func (*Client) ShopGetfiltermacWithCallback

func (client *Client) ShopGetfiltermacWithCallback(request *ShopGetfiltermacRequest, callback func(response *ShopGetfiltermacResponse, err error)) <-chan int

ShopGetfiltermacWithCallback invokes the cloudwf.ShopGetfiltermac API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgetfiltermac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGetfiltermacWithChan

func (client *Client) ShopGetfiltermacWithChan(request *ShopGetfiltermacRequest) (<-chan *ShopGetfiltermacResponse, <-chan error)

ShopGetfiltermacWithChan invokes the cloudwf.ShopGetfiltermac API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgetfiltermac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGetredress

func (client *Client) ShopGetredress(request *ShopGetredressRequest) (response *ShopGetredressResponse, err error)

ShopGetredress invokes the cloudwf.ShopGetredress API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgetredress.html

func (*Client) ShopGetredressWithCallback

func (client *Client) ShopGetredressWithCallback(request *ShopGetredressRequest, callback func(response *ShopGetredressResponse, err error)) <-chan int

ShopGetredressWithCallback invokes the cloudwf.ShopGetredress API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgetredress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGetredressWithChan

func (client *Client) ShopGetredressWithChan(request *ShopGetredressRequest) (<-chan *ShopGetredressResponse, <-chan error)

ShopGetredressWithChan invokes the cloudwf.ShopGetredress API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgetredress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupCreate

func (client *Client) ShopGroupCreate(request *ShopGroupCreateRequest) (response *ShopGroupCreateResponse, err error)

ShopGroupCreate invokes the cloudwf.ShopGroupCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupcreate.html

func (*Client) ShopGroupCreateWithCallback

func (client *Client) ShopGroupCreateWithCallback(request *ShopGroupCreateRequest, callback func(response *ShopGroupCreateResponse, err error)) <-chan int

ShopGroupCreateWithCallback invokes the cloudwf.ShopGroupCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupCreateWithChan

func (client *Client) ShopGroupCreateWithChan(request *ShopGroupCreateRequest) (<-chan *ShopGroupCreateResponse, <-chan error)

ShopGroupCreateWithChan invokes the cloudwf.ShopGroupCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupcreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupDelete

func (client *Client) ShopGroupDelete(request *ShopGroupDeleteRequest) (response *ShopGroupDeleteResponse, err error)

ShopGroupDelete invokes the cloudwf.ShopGroupDelete API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupdelete.html

func (*Client) ShopGroupDeleteWithCallback

func (client *Client) ShopGroupDeleteWithCallback(request *ShopGroupDeleteRequest, callback func(response *ShopGroupDeleteResponse, err error)) <-chan int

ShopGroupDeleteWithCallback invokes the cloudwf.ShopGroupDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupDeleteWithChan

func (client *Client) ShopGroupDeleteWithChan(request *ShopGroupDeleteRequest) (<-chan *ShopGroupDeleteResponse, <-chan error)

ShopGroupDeleteWithChan invokes the cloudwf.ShopGroupDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupdelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupInfo

func (client *Client) ShopGroupInfo(request *ShopGroupInfoRequest) (response *ShopGroupInfoResponse, err error)

ShopGroupInfo invokes the cloudwf.ShopGroupInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupinfo.html

func (*Client) ShopGroupInfoWithCallback

func (client *Client) ShopGroupInfoWithCallback(request *ShopGroupInfoRequest, callback func(response *ShopGroupInfoResponse, err error)) <-chan int

ShopGroupInfoWithCallback invokes the cloudwf.ShopGroupInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupInfoWithChan

func (client *Client) ShopGroupInfoWithChan(request *ShopGroupInfoRequest) (<-chan *ShopGroupInfoResponse, <-chan error)

ShopGroupInfoWithChan invokes the cloudwf.ShopGroupInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupShowList

func (client *Client) ShopGroupShowList(request *ShopGroupShowListRequest) (response *ShopGroupShowListResponse, err error)

ShopGroupShowList invokes the cloudwf.ShopGroupShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupshowlist.html

func (*Client) ShopGroupShowListWithCallback

func (client *Client) ShopGroupShowListWithCallback(request *ShopGroupShowListRequest, callback func(response *ShopGroupShowListResponse, err error)) <-chan int

ShopGroupShowListWithCallback invokes the cloudwf.ShopGroupShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupShowListWithChan

func (client *Client) ShopGroupShowListWithChan(request *ShopGroupShowListRequest) (<-chan *ShopGroupShowListResponse, <-chan error)

ShopGroupShowListWithChan invokes the cloudwf.ShopGroupShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupUpdate

func (client *Client) ShopGroupUpdate(request *ShopGroupUpdateRequest) (response *ShopGroupUpdateResponse, err error)

ShopGroupUpdate invokes the cloudwf.ShopGroupUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupupdate.html

func (*Client) ShopGroupUpdateWithCallback

func (client *Client) ShopGroupUpdateWithCallback(request *ShopGroupUpdateRequest, callback func(response *ShopGroupUpdateResponse, err error)) <-chan int

ShopGroupUpdateWithCallback invokes the cloudwf.ShopGroupUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopGroupUpdateWithChan

func (client *Client) ShopGroupUpdateWithChan(request *ShopGroupUpdateRequest) (<-chan *ShopGroupUpdateResponse, <-chan error)

ShopGroupUpdateWithChan invokes the cloudwf.ShopGroupUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopgroupupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopInfo

func (client *Client) ShopInfo(request *ShopInfoRequest) (response *ShopInfoResponse, err error)

ShopInfo invokes the cloudwf.ShopInfo API synchronously api document: https://help.aliyun.com/api/cloudwf/shopinfo.html

func (*Client) ShopInfoWithCallback

func (client *Client) ShopInfoWithCallback(request *ShopInfoRequest, callback func(response *ShopInfoResponse, err error)) <-chan int

ShopInfoWithCallback invokes the cloudwf.ShopInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopInfoWithChan

func (client *Client) ShopInfoWithChan(request *ShopInfoRequest) (<-chan *ShopInfoResponse, <-chan error)

ShopInfoWithChan invokes the cloudwf.ShopInfo API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopMarketingList

func (client *Client) ShopMarketingList(request *ShopMarketingListRequest) (response *ShopMarketingListResponse, err error)

ShopMarketingList invokes the cloudwf.ShopMarketingList API synchronously api document: https://help.aliyun.com/api/cloudwf/shopmarketinglist.html

func (*Client) ShopMarketingListWithCallback

func (client *Client) ShopMarketingListWithCallback(request *ShopMarketingListRequest, callback func(response *ShopMarketingListResponse, err error)) <-chan int

ShopMarketingListWithCallback invokes the cloudwf.ShopMarketingList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopmarketinglist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopMarketingListWithChan

func (client *Client) ShopMarketingListWithChan(request *ShopMarketingListRequest) (<-chan *ShopMarketingListResponse, <-chan error)

ShopMarketingListWithChan invokes the cloudwf.ShopMarketingList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopmarketinglist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopOverview

func (client *Client) ShopOverview(request *ShopOverviewRequest) (response *ShopOverviewResponse, err error)

ShopOverview invokes the cloudwf.ShopOverview API synchronously api document: https://help.aliyun.com/api/cloudwf/shopoverview.html

func (*Client) ShopOverviewWithCallback

func (client *Client) ShopOverviewWithCallback(request *ShopOverviewRequest, callback func(response *ShopOverviewResponse, err error)) <-chan int

ShopOverviewWithCallback invokes the cloudwf.ShopOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopOverviewWithChan

func (client *Client) ShopOverviewWithChan(request *ShopOverviewRequest) (<-chan *ShopOverviewResponse, <-chan error)

ShopOverviewWithChan invokes the cloudwf.ShopOverview API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopoverview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopSetfiltermac

func (client *Client) ShopSetfiltermac(request *ShopSetfiltermacRequest) (response *ShopSetfiltermacResponse, err error)

ShopSetfiltermac invokes the cloudwf.ShopSetfiltermac API synchronously api document: https://help.aliyun.com/api/cloudwf/shopsetfiltermac.html

func (*Client) ShopSetfiltermacWithCallback

func (client *Client) ShopSetfiltermacWithCallback(request *ShopSetfiltermacRequest, callback func(response *ShopSetfiltermacResponse, err error)) <-chan int

ShopSetfiltermacWithCallback invokes the cloudwf.ShopSetfiltermac API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopsetfiltermac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopSetfiltermacWithChan

func (client *Client) ShopSetfiltermacWithChan(request *ShopSetfiltermacRequest) (<-chan *ShopSetfiltermacResponse, <-chan error)

ShopSetfiltermacWithChan invokes the cloudwf.ShopSetfiltermac API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopsetfiltermac.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopSetredress

func (client *Client) ShopSetredress(request *ShopSetredressRequest) (response *ShopSetredressResponse, err error)

ShopSetredress invokes the cloudwf.ShopSetredress API synchronously api document: https://help.aliyun.com/api/cloudwf/shopsetredress.html

func (*Client) ShopSetredressWithCallback

func (client *Client) ShopSetredressWithCallback(request *ShopSetredressRequest, callback func(response *ShopSetredressResponse, err error)) <-chan int

ShopSetredressWithCallback invokes the cloudwf.ShopSetredress API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopsetredress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopSetredressWithChan

func (client *Client) ShopSetredressWithChan(request *ShopSetredressRequest) (<-chan *ShopSetredressResponse, <-chan error)

ShopSetredressWithChan invokes the cloudwf.ShopSetredress API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopsetredress.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopShowList

func (client *Client) ShopShowList(request *ShopShowListRequest) (response *ShopShowListResponse, err error)

ShopShowList invokes the cloudwf.ShopShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/shopshowlist.html

func (*Client) ShopShowListWithCallback

func (client *Client) ShopShowListWithCallback(request *ShopShowListRequest, callback func(response *ShopShowListResponse, err error)) <-chan int

ShopShowListWithCallback invokes the cloudwf.ShopShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopShowListWithChan

func (client *Client) ShopShowListWithChan(request *ShopShowListRequest) (<-chan *ShopShowListResponse, <-chan error)

ShopShowListWithChan invokes the cloudwf.ShopShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopshowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopUpdate

func (client *Client) ShopUpdate(request *ShopUpdateRequest) (response *ShopUpdateResponse, err error)

ShopUpdate invokes the cloudwf.ShopUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/shopupdate.html

func (*Client) ShopUpdateWithCallback

func (client *Client) ShopUpdateWithCallback(request *ShopUpdateRequest, callback func(response *ShopUpdateResponse, err error)) <-chan int

ShopUpdateWithCallback invokes the cloudwf.ShopUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ShopUpdateWithChan

func (client *Client) ShopUpdateWithChan(request *ShopUpdateRequest) (<-chan *ShopUpdateResponse, <-chan error)

ShopUpdateWithChan invokes the cloudwf.ShopUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/shopupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpLoadMap

func (client *Client) UpLoadMap(request *UpLoadMapRequest) (response *UpLoadMapResponse, err error)

UpLoadMap invokes the cloudwf.UpLoadMap API synchronously api document: https://help.aliyun.com/api/cloudwf/uploadmap.html

func (*Client) UpLoadMapWithCallback

func (client *Client) UpLoadMapWithCallback(request *UpLoadMapRequest, callback func(response *UpLoadMapResponse, err error)) <-chan int

UpLoadMapWithCallback invokes the cloudwf.UpLoadMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/uploadmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpLoadMapWithChan

func (client *Client) UpLoadMapWithChan(request *UpLoadMapRequest) (<-chan *UpLoadMapResponse, <-chan error)

UpLoadMapWithChan invokes the cloudwf.UpLoadMap API asynchronously api document: https://help.aliyun.com/api/cloudwf/uploadmap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpgradeAP

func (client *Client) UpgradeAP(request *UpgradeAPRequest) (response *UpgradeAPResponse, err error)

UpgradeAP invokes the cloudwf.UpgradeAP API synchronously api document: https://help.aliyun.com/api/cloudwf/upgradeap.html

func (*Client) UpgradeAPGroup

func (client *Client) UpgradeAPGroup(request *UpgradeAPGroupRequest) (response *UpgradeAPGroupResponse, err error)

UpgradeAPGroup invokes the cloudwf.UpgradeAPGroup API synchronously api document: https://help.aliyun.com/api/cloudwf/upgradeapgroup.html

func (*Client) UpgradeAPGroupWithCallback

func (client *Client) UpgradeAPGroupWithCallback(request *UpgradeAPGroupRequest, callback func(response *UpgradeAPGroupResponse, err error)) <-chan int

UpgradeAPGroupWithCallback invokes the cloudwf.UpgradeAPGroup API asynchronously api document: https://help.aliyun.com/api/cloudwf/upgradeapgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpgradeAPGroupWithChan

func (client *Client) UpgradeAPGroupWithChan(request *UpgradeAPGroupRequest) (<-chan *UpgradeAPGroupResponse, <-chan error)

UpgradeAPGroupWithChan invokes the cloudwf.UpgradeAPGroup API asynchronously api document: https://help.aliyun.com/api/cloudwf/upgradeapgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpgradeAPWithCallback

func (client *Client) UpgradeAPWithCallback(request *UpgradeAPRequest, callback func(response *UpgradeAPResponse, err error)) <-chan int

UpgradeAPWithCallback invokes the cloudwf.UpgradeAP API asynchronously api document: https://help.aliyun.com/api/cloudwf/upgradeap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpgradeAPWithChan

func (client *Client) UpgradeAPWithChan(request *UpgradeAPRequest) (<-chan *UpgradeAPResponse, <-chan error)

UpgradeAPWithChan invokes the cloudwf.UpgradeAP API asynchronously api document: https://help.aliyun.com/api/cloudwf/upgradeap.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserAnalyse

func (client *Client) UserAnalyse(request *UserAnalyseRequest) (response *UserAnalyseResponse, err error)

UserAnalyse invokes the cloudwf.UserAnalyse API synchronously api document: https://help.aliyun.com/api/cloudwf/useranalyse.html

func (*Client) UserAnalyseWithCallback

func (client *Client) UserAnalyseWithCallback(request *UserAnalyseRequest, callback func(response *UserAnalyseResponse, err error)) <-chan int

UserAnalyseWithCallback invokes the cloudwf.UserAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/useranalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserAnalyseWithChan

func (client *Client) UserAnalyseWithChan(request *UserAnalyseRequest) (<-chan *UserAnalyseResponse, <-chan error)

UserAnalyseWithChan invokes the cloudwf.UserAnalyse API asynchronously api document: https://help.aliyun.com/api/cloudwf/useranalyse.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataCreate

func (client *Client) UserDataCreate(request *UserDataCreateRequest) (response *UserDataCreateResponse, err error)

UserDataCreate invokes the cloudwf.UserDataCreate API synchronously api document: https://help.aliyun.com/api/cloudwf/userdatacreate.html

func (*Client) UserDataCreateWithCallback

func (client *Client) UserDataCreateWithCallback(request *UserDataCreateRequest, callback func(response *UserDataCreateResponse, err error)) <-chan int

UserDataCreateWithCallback invokes the cloudwf.UserDataCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatacreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataCreateWithChan

func (client *Client) UserDataCreateWithChan(request *UserDataCreateRequest) (<-chan *UserDataCreateResponse, <-chan error)

UserDataCreateWithChan invokes the cloudwf.UserDataCreate API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatacreate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataDelete

func (client *Client) UserDataDelete(request *UserDataDeleteRequest) (response *UserDataDeleteResponse, err error)

UserDataDelete invokes the cloudwf.UserDataDelete API synchronously api document: https://help.aliyun.com/api/cloudwf/userdatadelete.html

func (*Client) UserDataDeleteWithCallback

func (client *Client) UserDataDeleteWithCallback(request *UserDataDeleteRequest, callback func(response *UserDataDeleteResponse, err error)) <-chan int

UserDataDeleteWithCallback invokes the cloudwf.UserDataDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatadelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataDeleteWithChan

func (client *Client) UserDataDeleteWithChan(request *UserDataDeleteRequest) (<-chan *UserDataDeleteResponse, <-chan error)

UserDataDeleteWithChan invokes the cloudwf.UserDataDelete API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatadelete.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataShowList

func (client *Client) UserDataShowList(request *UserDataShowListRequest) (response *UserDataShowListResponse, err error)

UserDataShowList invokes the cloudwf.UserDataShowList API synchronously api document: https://help.aliyun.com/api/cloudwf/userdatashowlist.html

func (*Client) UserDataShowListWithCallback

func (client *Client) UserDataShowListWithCallback(request *UserDataShowListRequest, callback func(response *UserDataShowListResponse, err error)) <-chan int

UserDataShowListWithCallback invokes the cloudwf.UserDataShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatashowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataShowListWithChan

func (client *Client) UserDataShowListWithChan(request *UserDataShowListRequest) (<-chan *UserDataShowListResponse, <-chan error)

UserDataShowListWithChan invokes the cloudwf.UserDataShowList API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdatashowlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataUpdate

func (client *Client) UserDataUpdate(request *UserDataUpdateRequest) (response *UserDataUpdateResponse, err error)

UserDataUpdate invokes the cloudwf.UserDataUpdate API synchronously api document: https://help.aliyun.com/api/cloudwf/userdataupdate.html

func (*Client) UserDataUpdateWithCallback

func (client *Client) UserDataUpdateWithCallback(request *UserDataUpdateRequest, callback func(response *UserDataUpdateResponse, err error)) <-chan int

UserDataUpdateWithCallback invokes the cloudwf.UserDataUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdataupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UserDataUpdateWithChan

func (client *Client) UserDataUpdateWithChan(request *UserDataUpdateRequest) (<-chan *UserDataUpdateResponse, <-chan error)

UserDataUpdateWithChan invokes the cloudwf.UserDataUpdate API asynchronously api document: https://help.aliyun.com/api/cloudwf/userdataupdate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type ConfigAutoRenewRequest

type ConfigAutoRenewRequest struct {
	*requests.RpcRequest
	OffsetDays requests.Integer `position:"Query" name:"OffsetDays"`
	Months     requests.Integer `position:"Query" name:"Months"`
	AutoRenew  requests.Boolean `position:"Query" name:"AutoRenew"`
	ApList     *[]string        `position:"Query" name:"ApList"  type:"Repeated"`
}

ConfigAutoRenewRequest is the request struct for api ConfigAutoRenew

func CreateConfigAutoRenewRequest

func CreateConfigAutoRenewRequest() (request *ConfigAutoRenewRequest)

CreateConfigAutoRenewRequest creates a request to invoke ConfigAutoRenew API

type ConfigAutoRenewResponse

type ConfigAutoRenewResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Code      string `json:"code" xml:"code"`
	Data      string `json:"data" xml:"data"`
}

ConfigAutoRenewResponse is the response struct for api ConfigAutoRenew

func CreateConfigAutoRenewResponse

func CreateConfigAutoRenewResponse() (response *ConfigAutoRenewResponse)

CreateConfigAutoRenewResponse creates a response to parse from ConfigAutoRenew response

type CreateRenewOrderRequest

type CreateRenewOrderRequest struct {
	*requests.RpcRequest
	TimeCycleNum requests.Integer `position:"Query" name:"TimeCycleNum"`
	ApList       *[]string        `position:"Query" name:"ApList"  type:"Repeated"`
}

CreateRenewOrderRequest is the request struct for api CreateRenewOrder

func CreateCreateRenewOrderRequest

func CreateCreateRenewOrderRequest() (request *CreateRenewOrderRequest)

CreateCreateRenewOrderRequest creates a request to invoke CreateRenewOrder API

type CreateRenewOrderResponse

type CreateRenewOrderResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Code      string `json:"code" xml:"code"`
	Data      string `json:"data" xml:"data"`
}

CreateRenewOrderResponse is the response struct for api CreateRenewOrder

func CreateCreateRenewOrderResponse

func CreateCreateRenewOrderResponse() (response *CreateRenewOrderResponse)

CreateCreateRenewOrderResponse creates a response to parse from CreateRenewOrder response

type CreateSubAccountPermissionRequest

type CreateSubAccountPermissionRequest struct {
	*requests.RpcRequest
	Uid            requests.Integer `position:"Query" name:"Uid"`
	ShopGroupIds   *[]string        `position:"Query" name:"ShopGroupIds"  type:"Repeated"`
	ShopIds        *[]string        `position:"Query" name:"ShopIds"  type:"Repeated"`
	PagePermission string           `position:"Query" name:"PagePermission"`
	PermissionType requests.Integer `position:"Query" name:"PermissionType"`
	BusinessIds    *[]string        `position:"Query" name:"BusinessIds"  type:"Repeated"`
}

CreateSubAccountPermissionRequest is the request struct for api CreateSubAccountPermission

func CreateCreateSubAccountPermissionRequest

func CreateCreateSubAccountPermissionRequest() (request *CreateSubAccountPermissionRequest)

CreateCreateSubAccountPermissionRequest creates a request to invoke CreateSubAccountPermission API

type CreateSubAccountPermissionResponse

type CreateSubAccountPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

CreateSubAccountPermissionResponse is the response struct for api CreateSubAccountPermission

func CreateCreateSubAccountPermissionResponse

func CreateCreateSubAccountPermissionResponse() (response *CreateSubAccountPermissionResponse)

CreateCreateSubAccountPermissionResponse creates a response to parse from CreateSubAccountPermission response

type Data

type Data struct {
	BusinessInfo []BusinessInfo `json:"BusinessInfo" xml:"BusinessInfo"`
}

Data is a nested struct in cloudwf response

type DelApPositionRequest

type DelApPositionRequest struct {
	*requests.RpcRequest
	ApAssetId requests.Integer `position:"Query" name:"ApAssetId"`
	MapId     requests.Integer `position:"Query" name:"MapId"`
}

DelApPositionRequest is the request struct for api DelApPosition

func CreateDelApPositionRequest

func CreateDelApPositionRequest() (request *DelApPositionRequest)

CreateDelApPositionRequest creates a request to invoke DelApPosition API

type DelApPositionResponse

type DelApPositionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DelApPositionResponse is the response struct for api DelApPosition

func CreateDelApPositionResponse

func CreateDelApPositionResponse() (response *DelApPositionResponse)

CreateDelApPositionResponse creates a response to parse from DelApPosition response

type DelPageConfigTemplateRequest

type DelPageConfigTemplateRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

DelPageConfigTemplateRequest is the request struct for api DelPageConfigTemplate

func CreateDelPageConfigTemplateRequest

func CreateDelPageConfigTemplateRequest() (request *DelPageConfigTemplateRequest)

CreateDelPageConfigTemplateRequest creates a request to invoke DelPageConfigTemplate API

type DelPageConfigTemplateResponse

type DelPageConfigTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DelPageConfigTemplateResponse is the response struct for api DelPageConfigTemplate

func CreateDelPageConfigTemplateResponse

func CreateDelPageConfigTemplateResponse() (response *DelPageConfigTemplateResponse)

CreateDelPageConfigTemplateResponse creates a response to parse from DelPageConfigTemplate response

type DelPortalTempRequest

type DelPortalTempRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

DelPortalTempRequest is the request struct for api DelPortalTemp

func CreateDelPortalTempRequest

func CreateDelPortalTempRequest() (request *DelPortalTempRequest)

CreateDelPortalTempRequest creates a request to invoke DelPortalTemp API

type DelPortalTempResponse

type DelPortalTempResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DelPortalTempResponse is the response struct for api DelPortalTemp

func CreateDelPortalTempResponse

func CreateDelPortalTempResponse() (response *DelPortalTempResponse)

CreateDelPortalTempResponse creates a response to parse from DelPortalTemp response

type DelSubAccountPermissionRequest

type DelSubAccountPermissionRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

DelSubAccountPermissionRequest is the request struct for api DelSubAccountPermission

func CreateDelSubAccountPermissionRequest

func CreateDelSubAccountPermissionRequest() (request *DelSubAccountPermissionRequest)

CreateDelSubAccountPermissionRequest creates a request to invoke DelSubAccountPermission API

type DelSubAccountPermissionResponse

type DelSubAccountPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DelSubAccountPermissionResponse is the response struct for api DelSubAccountPermission

func CreateDelSubAccountPermissionResponse

func CreateDelSubAccountPermissionResponse() (response *DelSubAccountPermissionResponse)

CreateDelSubAccountPermissionResponse creates a response to parse from DelSubAccountPermission response

type DelUmengPagePermission4RootRequest

type DelUmengPagePermission4RootRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

DelUmengPagePermission4RootRequest is the request struct for api DelUmengPagePermission4Root

func CreateDelUmengPagePermission4RootRequest

func CreateDelUmengPagePermission4RootRequest() (request *DelUmengPagePermission4RootRequest)

CreateDelUmengPagePermission4RootRequest creates a request to invoke DelUmengPagePermission4Root API

type DelUmengPagePermission4RootResponse

type DelUmengPagePermission4RootResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DelUmengPagePermission4RootResponse is the response struct for api DelUmengPagePermission4Root

func CreateDelUmengPagePermission4RootResponse

func CreateDelUmengPagePermission4RootResponse() (response *DelUmengPagePermission4RootResponse)

CreateDelUmengPagePermission4RootResponse creates a response to parse from DelUmengPagePermission4Root response

type DeleteApRadioSsidConfigRequest

type DeleteApRadioSsidConfigRequest struct {
	*requests.RpcRequest
	InstantlyEffective requests.Integer `position:"Query" name:"InstantlyEffective"`
	Id                 requests.Integer `position:"Query" name:"Id"`
}

DeleteApRadioSsidConfigRequest is the request struct for api DeleteApRadioSsidConfig

func CreateDeleteApRadioSsidConfigRequest

func CreateDeleteApRadioSsidConfigRequest() (request *DeleteApRadioSsidConfigRequest)

CreateDeleteApRadioSsidConfigRequest creates a request to invoke DeleteApRadioSsidConfig API

type DeleteApRadioSsidConfigResponse

type DeleteApRadioSsidConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeleteApRadioSsidConfigResponse is the response struct for api DeleteApRadioSsidConfig

func CreateDeleteApRadioSsidConfigResponse

func CreateDeleteApRadioSsidConfigResponse() (response *DeleteApRadioSsidConfigResponse)

CreateDeleteApRadioSsidConfigResponse creates a response to parse from DeleteApRadioSsidConfig response

type DeleteApgroupConfigRequest

type DeleteApgroupConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

DeleteApgroupConfigRequest is the request struct for api DeleteApgroupConfig

func CreateDeleteApgroupConfigRequest

func CreateDeleteApgroupConfigRequest() (request *DeleteApgroupConfigRequest)

CreateDeleteApgroupConfigRequest creates a request to invoke DeleteApgroupConfig API

type DeleteApgroupConfigResponse

type DeleteApgroupConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeleteApgroupConfigResponse is the response struct for api DeleteApgroupConfig

func CreateDeleteApgroupConfigResponse

func CreateDeleteApgroupConfigResponse() (response *DeleteApgroupConfigResponse)

CreateDeleteApgroupConfigResponse creates a response to parse from DeleteApgroupConfig response

type DeleteApgroupSsidConfigRequest

type DeleteApgroupSsidConfigRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Id        requests.Integer `position:"Query" name:"Id"`
}

DeleteApgroupSsidConfigRequest is the request struct for api DeleteApgroupSsidConfig

func CreateDeleteApgroupSsidConfigRequest

func CreateDeleteApgroupSsidConfigRequest() (request *DeleteApgroupSsidConfigRequest)

CreateDeleteApgroupSsidConfigRequest creates a request to invoke DeleteApgroupSsidConfig API

type DeleteApgroupSsidConfigResponse

type DeleteApgroupSsidConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeleteApgroupSsidConfigResponse is the response struct for api DeleteApgroupSsidConfig

func CreateDeleteApgroupSsidConfigResponse

func CreateDeleteApgroupSsidConfigResponse() (response *DeleteApgroupSsidConfigResponse)

CreateDeleteApgroupSsidConfigResponse creates a response to parse from DeleteApgroupSsidConfig response

type DeletePositionMapRequest

type DeletePositionMapRequest struct {
	*requests.RpcRequest
	MapId requests.Integer `position:"Query" name:"MapId"`
}

DeletePositionMapRequest is the request struct for api DeletePositionMap

func CreateDeletePositionMapRequest

func CreateDeletePositionMapRequest() (request *DeletePositionMapRequest)

CreateDeletePositionMapRequest creates a request to invoke DeletePositionMap API

type DeletePositionMapResponse

type DeletePositionMapResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeletePositionMapResponse is the response struct for api DeletePositionMap

func CreateDeletePositionMapResponse

func CreateDeletePositionMapResponse() (response *DeletePositionMapResponse)

CreateDeletePositionMapResponse creates a response to parse from DeletePositionMap response

type DeviceBatchCreateRequest

type DeviceBatchCreateRequest struct {
	*requests.RpcRequest
	Sn         string           `position:"Query" name:"Sn"`
	DeviceType requests.Integer `position:"Query" name:"DeviceType"`
}

DeviceBatchCreateRequest is the request struct for api DeviceBatchCreate

func CreateDeviceBatchCreateRequest

func CreateDeviceBatchCreateRequest() (request *DeviceBatchCreateRequest)

CreateDeviceBatchCreateRequest creates a request to invoke DeviceBatchCreate API

type DeviceBatchCreateResponse

type DeviceBatchCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeviceBatchCreateResponse is the response struct for api DeviceBatchCreate

func CreateDeviceBatchCreateResponse

func CreateDeviceBatchCreateResponse() (response *DeviceBatchCreateResponse)

CreateDeviceBatchCreateResponse creates a response to parse from DeviceBatchCreate response

type DeviceCreateRequest

type DeviceCreateRequest struct {
	*requests.RpcRequest
	DeviceNum      string           `position:"Query" name:"DeviceNum"`
	DevicePosition string           `position:"Query" name:"DevicePosition"`
	DeviceName     string           `position:"Query" name:"DeviceName"`
	DeviceType     requests.Integer `position:"Query" name:"DeviceType"`
	Sid            requests.Integer `position:"Query" name:"Sid"`
}

DeviceCreateRequest is the request struct for api DeviceCreate

func CreateDeviceCreateRequest

func CreateDeviceCreateRequest() (request *DeviceCreateRequest)

CreateDeviceCreateRequest creates a request to invoke DeviceCreate API

type DeviceCreateResponse

type DeviceCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeviceCreateResponse is the response struct for api DeviceCreate

func CreateDeviceCreateResponse

func CreateDeviceCreateResponse() (response *DeviceCreateResponse)

CreateDeviceCreateResponse creates a response to parse from DeviceCreate response

type DeviceDeleteRequest

type DeviceDeleteRequest struct {
	*requests.RpcRequest
	Did requests.Integer `position:"Query" name:"Did"`
	Mac string           `position:"Query" name:"Mac"`
}

DeviceDeleteRequest is the request struct for api DeviceDelete

func CreateDeviceDeleteRequest

func CreateDeviceDeleteRequest() (request *DeviceDeleteRequest)

CreateDeviceDeleteRequest creates a request to invoke DeviceDelete API

type DeviceDeleteResponse

type DeviceDeleteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeviceDeleteResponse is the response struct for api DeviceDelete

func CreateDeviceDeleteResponse

func CreateDeviceDeleteResponse() (response *DeviceDeleteResponse)

CreateDeviceDeleteResponse creates a response to parse from DeviceDelete response

type DeviceShowListRequest

type DeviceShowListRequest struct {
	*requests.RpcRequest
	Dirc       string           `position:"Query" name:"Dirc"`
	Page       requests.Integer `position:"Query" name:"Page"`
	Per        requests.Integer `position:"Query" name:"Per"`
	DeviceType requests.Integer `position:"Query" name:"DeviceType"`
	Sid        requests.Integer `position:"Query" name:"Sid"`
}

DeviceShowListRequest is the request struct for api DeviceShowList

func CreateDeviceShowListRequest

func CreateDeviceShowListRequest() (request *DeviceShowListRequest)

CreateDeviceShowListRequest creates a request to invoke DeviceShowList API

type DeviceShowListResponse

type DeviceShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeviceShowListResponse is the response struct for api DeviceShowList

func CreateDeviceShowListResponse

func CreateDeviceShowListResponse() (response *DeviceShowListResponse)

CreateDeviceShowListResponse creates a response to parse from DeviceShowList response

type DeviceUpdateRequest

type DeviceUpdateRequest struct {
	*requests.RpcRequest
	DevicePosition string           `position:"Query" name:"DevicePosition"`
	DeviceName     string           `position:"Query" name:"DeviceName"`
	Did            requests.Integer `position:"Query" name:"Did"`
}

DeviceUpdateRequest is the request struct for api DeviceUpdate

func CreateDeviceUpdateRequest

func CreateDeviceUpdateRequest() (request *DeviceUpdateRequest)

CreateDeviceUpdateRequest creates a request to invoke DeviceUpdate API

type DeviceUpdateResponse

type DeviceUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

DeviceUpdateResponse is the response struct for api DeviceUpdate

func CreateDeviceUpdateResponse

func CreateDeviceUpdateResponse() (response *DeviceUpdateResponse)

CreateDeviceUpdateResponse creates a response to parse from DeviceUpdate response

type ExcelToJsonRequest

type ExcelToJsonRequest struct {
	*requests.RpcRequest
	UploadData string `position:"Query" name:"UploadData"`
}

ExcelToJsonRequest is the request struct for api ExcelToJson

func CreateExcelToJsonRequest

func CreateExcelToJsonRequest() (request *ExcelToJsonRequest)

CreateExcelToJsonRequest creates a request to invoke ExcelToJson API

type ExcelToJsonResponse

type ExcelToJsonResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ExcelToJsonResponse is the response struct for api ExcelToJson

func CreateExcelToJsonResponse

func CreateExcelToJsonResponse() (response *ExcelToJsonResponse)

CreateExcelToJsonResponse creates a response to parse from ExcelToJson response

type FindApRequest

type FindApRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

FindApRequest is the request struct for api FindAp

func CreateFindApRequest

func CreateFindApRequest() (request *FindApRequest)

CreateFindApRequest creates a request to invoke FindAp API

type FindApResponse

type FindApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

FindApResponse is the response struct for api FindAp

func CreateFindApResponse

func CreateFindApResponse() (response *FindApResponse)

CreateFindApResponse creates a response to parse from FindAp response

type FrequencyAnalyseRequest

type FrequencyAnalyseRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

FrequencyAnalyseRequest is the request struct for api FrequencyAnalyse

func CreateFrequencyAnalyseRequest

func CreateFrequencyAnalyseRequest() (request *FrequencyAnalyseRequest)

CreateFrequencyAnalyseRequest creates a request to invoke FrequencyAnalyse API

type FrequencyAnalyseResponse

type FrequencyAnalyseResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

FrequencyAnalyseResponse is the response struct for api FrequencyAnalyse

func CreateFrequencyAnalyseResponse

func CreateFrequencyAnalyseResponse() (response *FrequencyAnalyseResponse)

CreateFrequencyAnalyseResponse creates a response to parse from FrequencyAnalyse response

type GetAccountConfigRequest

type GetAccountConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetAccountConfigRequest is the request struct for api GetAccountConfig

func CreateGetAccountConfigRequest

func CreateGetAccountConfigRequest() (request *GetAccountConfigRequest)

CreateGetAccountConfigRequest creates a request to invoke GetAccountConfig API

type GetAccountConfigResponse

type GetAccountConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetAccountConfigResponse is the response struct for api GetAccountConfig

func CreateGetAccountConfigResponse

func CreateGetAccountConfigResponse() (response *GetAccountConfigResponse)

CreateGetAccountConfigResponse creates a response to parse from GetAccountConfig response

type GetAddApsProgressRequest

type GetAddApsProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetAddApsProgressRequest is the request struct for api GetAddApsProgress

func CreateGetAddApsProgressRequest

func CreateGetAddApsProgressRequest() (request *GetAddApsProgressRequest)

CreateGetAddApsProgressRequest creates a request to invoke GetAddApsProgress API

type GetAddApsProgressResponse

type GetAddApsProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetAddApsProgressResponse is the response struct for api GetAddApsProgress

func CreateGetAddApsProgressResponse

func CreateGetAddApsProgressResponse() (response *GetAddApsProgressResponse)

CreateGetAddApsProgressResponse creates a response to parse from GetAddApsProgress response

type GetAllActiveShopByGroupRequest

type GetAllActiveShopByGroupRequest struct {
	*requests.RpcRequest
	Gids *[]string        `position:"Query" name:"Gids"  type:"Repeated"`
	Bid  requests.Integer `position:"Query" name:"Bid"`
}

GetAllActiveShopByGroupRequest is the request struct for api GetAllActiveShopByGroup

func CreateGetAllActiveShopByGroupRequest

func CreateGetAllActiveShopByGroupRequest() (request *GetAllActiveShopByGroupRequest)

CreateGetAllActiveShopByGroupRequest creates a request to invoke GetAllActiveShopByGroup API

type GetAllActiveShopByGroupResponse

type GetAllActiveShopByGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetAllActiveShopByGroupResponse is the response struct for api GetAllActiveShopByGroup

func CreateGetAllActiveShopByGroupResponse

func CreateGetAllActiveShopByGroupResponse() (response *GetAllActiveShopByGroupResponse)

CreateGetAllActiveShopByGroupResponse creates a response to parse from GetAllActiveShopByGroup response

type GetAllApModelRequest

type GetAllApModelRequest struct {
	*requests.RpcRequest
}

GetAllApModelRequest is the request struct for api GetAllApModel

func CreateGetAllApModelRequest

func CreateGetAllApModelRequest() (request *GetAllApModelRequest)

CreateGetAllApModelRequest creates a request to invoke GetAllApModel API

type GetAllApModelResponse

type GetAllApModelResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetAllApModelResponse is the response struct for api GetAllApModel

func CreateGetAllApModelResponse

func CreateGetAllApModelResponse() (response *GetAllApModelResponse)

CreateGetAllApModelResponse creates a response to parse from GetAllApModel response

type GetApDetailedConfigRequest

type GetApDetailedConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApDetailedConfigRequest is the request struct for api GetApDetailedConfig

func CreateGetApDetailedConfigRequest

func CreateGetApDetailedConfigRequest() (request *GetApDetailedConfigRequest)

CreateGetApDetailedConfigRequest creates a request to invoke GetApDetailedConfig API

type GetApDetailedConfigResponse

type GetApDetailedConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApDetailedConfigResponse is the response struct for api GetApDetailedConfig

func CreateGetApDetailedConfigResponse

func CreateGetApDetailedConfigResponse() (response *GetApDetailedConfigResponse)

CreateGetApDetailedConfigResponse creates a response to parse from GetApDetailedConfig response

type GetApDetailedStatusRequest

type GetApDetailedStatusRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApDetailedStatusRequest is the request struct for api GetApDetailedStatus

func CreateGetApDetailedStatusRequest

func CreateGetApDetailedStatusRequest() (request *GetApDetailedStatusRequest)

CreateGetApDetailedStatusRequest creates a request to invoke GetApDetailedStatus API

type GetApDetailedStatusResponse

type GetApDetailedStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApDetailedStatusResponse is the response struct for api GetApDetailedStatus

func CreateGetApDetailedStatusResponse

func CreateGetApDetailedStatusResponse() (response *GetApDetailedStatusResponse)

CreateGetApDetailedStatusResponse creates a response to parse from GetApDetailedStatus response

type GetApPortalBindRequest

type GetApPortalBindRequest struct {
	*requests.RpcRequest
	ConfigType requests.Integer `position:"Query" name:"ConfigType"`
	BindId     requests.Integer `position:"Query" name:"BindId"`
}

GetApPortalBindRequest is the request struct for api GetApPortalBind

func CreateGetApPortalBindRequest

func CreateGetApPortalBindRequest() (request *GetApPortalBindRequest)

CreateGetApPortalBindRequest creates a request to invoke GetApPortalBind API

type GetApPortalBindResponse

type GetApPortalBindResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApPortalBindResponse is the response struct for api GetApPortalBind

func CreateGetApPortalBindResponse

func CreateGetApPortalBindResponse() (response *GetApPortalBindResponse)

CreateGetApPortalBindResponse creates a response to parse from GetApPortalBind response

type GetApRunHistoryTimeSerRequest

type GetApRunHistoryTimeSerRequest struct {
	*requests.RpcRequest
	Start requests.Integer `position:"Query" name:"Start"`
	End   requests.Integer `position:"Query" name:"End"`
	Id    requests.Integer `position:"Query" name:"Id"`
}

GetApRunHistoryTimeSerRequest is the request struct for api GetApRunHistoryTimeSer

func CreateGetApRunHistoryTimeSerRequest

func CreateGetApRunHistoryTimeSerRequest() (request *GetApRunHistoryTimeSerRequest)

CreateGetApRunHistoryTimeSerRequest creates a request to invoke GetApRunHistoryTimeSer API

type GetApRunHistoryTimeSerResponse

type GetApRunHistoryTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApRunHistoryTimeSerResponse is the response struct for api GetApRunHistoryTimeSer

func CreateGetApRunHistoryTimeSerResponse

func CreateGetApRunHistoryTimeSerResponse() (response *GetApRunHistoryTimeSerResponse)

CreateGetApRunHistoryTimeSerResponse creates a response to parse from GetApRunHistoryTimeSer response

type GetApStaMiscAggRequest

type GetApStaMiscAggRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetApStaMiscAggRequest is the request struct for api GetApStaMiscAgg

func CreateGetApStaMiscAggRequest

func CreateGetApStaMiscAggRequest() (request *GetApStaMiscAggRequest)

CreateGetApStaMiscAggRequest creates a request to invoke GetApStaMiscAgg API

type GetApStaMiscAggResponse

type GetApStaMiscAggResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApStaMiscAggResponse is the response struct for api GetApStaMiscAgg

func CreateGetApStaMiscAggResponse

func CreateGetApStaMiscAggResponse() (response *GetApStaMiscAggResponse)

CreateGetApStaMiscAggResponse creates a response to parse from GetApStaMiscAgg response

type GetApTopRequest

type GetApTopRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetApTopRequest is the request struct for api GetApTop

func CreateGetApTopRequest

func CreateGetApTopRequest() (request *GetApTopRequest)

CreateGetApTopRequest creates a request to invoke GetApTop API

type GetApTopResponse

type GetApTopResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApTopResponse is the response struct for api GetApTop

func CreateGetApTopResponse

func CreateGetApTopResponse() (response *GetApTopResponse)

CreateGetApTopResponse creates a response to parse from GetApTop response

type GetApgroupConfigProgressRequest

type GetApgroupConfigProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApgroupConfigProgressRequest is the request struct for api GetApgroupConfigProgress

func CreateGetApgroupConfigProgressRequest

func CreateGetApgroupConfigProgressRequest() (request *GetApgroupConfigProgressRequest)

CreateGetApgroupConfigProgressRequest creates a request to invoke GetApgroupConfigProgress API

type GetApgroupConfigProgressResponse

type GetApgroupConfigProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApgroupConfigProgressResponse is the response struct for api GetApgroupConfigProgress

func CreateGetApgroupConfigProgressResponse

func CreateGetApgroupConfigProgressResponse() (response *GetApgroupConfigProgressResponse)

CreateGetApgroupConfigProgressResponse creates a response to parse from GetApgroupConfigProgress response

type GetApgroupDetailedConfigRequest

type GetApgroupDetailedConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApgroupDetailedConfigRequest is the request struct for api GetApgroupDetailedConfig

func CreateGetApgroupDetailedConfigRequest

func CreateGetApgroupDetailedConfigRequest() (request *GetApgroupDetailedConfigRequest)

CreateGetApgroupDetailedConfigRequest creates a request to invoke GetApgroupDetailedConfig API

type GetApgroupDetailedConfigResponse

type GetApgroupDetailedConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApgroupDetailedConfigResponse is the response struct for api GetApgroupDetailedConfig

func CreateGetApgroupDetailedConfigResponse

func CreateGetApgroupDetailedConfigResponse() (response *GetApgroupDetailedConfigResponse)

CreateGetApgroupDetailedConfigResponse creates a response to parse from GetApgroupDetailedConfig response

type GetApgroupPortalConfigProgressRequest

type GetApgroupPortalConfigProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApgroupPortalConfigProgressRequest is the request struct for api GetApgroupPortalConfigProgress

func CreateGetApgroupPortalConfigProgressRequest

func CreateGetApgroupPortalConfigProgressRequest() (request *GetApgroupPortalConfigProgressRequest)

CreateGetApgroupPortalConfigProgressRequest creates a request to invoke GetApgroupPortalConfigProgress API

type GetApgroupPortalConfigProgressResponse

type GetApgroupPortalConfigProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApgroupPortalConfigProgressResponse is the response struct for api GetApgroupPortalConfigProgress

func CreateGetApgroupPortalConfigProgressResponse

func CreateGetApgroupPortalConfigProgressResponse() (response *GetApgroupPortalConfigProgressResponse)

CreateGetApgroupPortalConfigProgressResponse creates a response to parse from GetApgroupPortalConfigProgress response

type GetApgroupScanConfigSaveProgressRequest

type GetApgroupScanConfigSaveProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApgroupScanConfigSaveProgressRequest is the request struct for api GetApgroupScanConfigSaveProgress

func CreateGetApgroupScanConfigSaveProgressRequest

func CreateGetApgroupScanConfigSaveProgressRequest() (request *GetApgroupScanConfigSaveProgressRequest)

CreateGetApgroupScanConfigSaveProgressRequest creates a request to invoke GetApgroupScanConfigSaveProgress API

type GetApgroupScanConfigSaveProgressResponse

type GetApgroupScanConfigSaveProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApgroupScanConfigSaveProgressResponse is the response struct for api GetApgroupScanConfigSaveProgress

func CreateGetApgroupScanConfigSaveProgressResponse

func CreateGetApgroupScanConfigSaveProgressResponse() (response *GetApgroupScanConfigSaveProgressResponse)

CreateGetApgroupScanConfigSaveProgressResponse creates a response to parse from GetApgroupScanConfigSaveProgress response

type GetApgroupSsidConfigProgressRequest

type GetApgroupSsidConfigProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetApgroupSsidConfigProgressRequest is the request struct for api GetApgroupSsidConfigProgress

func CreateGetApgroupSsidConfigProgressRequest

func CreateGetApgroupSsidConfigProgressRequest() (request *GetApgroupSsidConfigProgressRequest)

CreateGetApgroupSsidConfigProgressRequest creates a request to invoke GetApgroupSsidConfigProgress API

type GetApgroupSsidConfigProgressResponse

type GetApgroupSsidConfigProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetApgroupSsidConfigProgressResponse is the response struct for api GetApgroupSsidConfigProgress

func CreateGetApgroupSsidConfigProgressResponse

func CreateGetApgroupSsidConfigProgressResponse() (response *GetApgroupSsidConfigProgressResponse)

CreateGetApgroupSsidConfigProgressResponse creates a response to parse from GetApgroupSsidConfigProgress response

type GetBatchSaveApAssetProgressRequest

type GetBatchSaveApAssetProgressRequest struct {
	*requests.RpcRequest
}

GetBatchSaveApAssetProgressRequest is the request struct for api GetBatchSaveApAssetProgress

func CreateGetBatchSaveApAssetProgressRequest

func CreateGetBatchSaveApAssetProgressRequest() (request *GetBatchSaveApAssetProgressRequest)

CreateGetBatchSaveApAssetProgressRequest creates a request to invoke GetBatchSaveApAssetProgress API

type GetBatchSaveApAssetProgressResponse

type GetBatchSaveApAssetProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetBatchSaveApAssetProgressResponse is the response struct for api GetBatchSaveApAssetProgress

func CreateGetBatchSaveApAssetProgressResponse

func CreateGetBatchSaveApAssetProgressResponse() (response *GetBatchSaveApAssetProgressResponse)

CreateGetBatchSaveApAssetProgressResponse creates a response to parse from GetBatchSaveApAssetProgress response

type GetBidRequest

type GetBidRequest struct {
	*requests.RpcRequest
	Length    requests.Integer `position:"Query" name:"Length"`
	PageIndex requests.Integer `position:"Query" name:"PageIndex"`
}

GetBidRequest is the request struct for api GetBid

func CreateGetBidRequest

func CreateGetBidRequest() (request *GetBidRequest)

CreateGetBidRequest creates a request to invoke GetBid API

type GetBidResponse

type GetBidResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetBidResponse is the response struct for api GetBid

func CreateGetBidResponse

func CreateGetBidResponse() (response *GetBidResponse)

CreateGetBidResponse creates a response to parse from GetBid response

type GetBids4Uid4RootRequest

type GetBids4Uid4RootRequest struct {
	*requests.RpcRequest
	Uid requests.Integer `position:"Query" name:"Uid"`
}

GetBids4Uid4RootRequest is the request struct for api GetBids4Uid4Root

func CreateGetBids4Uid4RootRequest

func CreateGetBids4Uid4RootRequest() (request *GetBids4Uid4RootRequest)

CreateGetBids4Uid4RootRequest creates a request to invoke GetBids4Uid4Root API

type GetBids4Uid4RootResponse

type GetBids4Uid4RootResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetBids4Uid4RootResponse is the response struct for api GetBids4Uid4Root

func CreateGetBids4Uid4RootResponse

func CreateGetBids4Uid4RootResponse() (response *GetBids4Uid4RootResponse)

CreateGetBids4Uid4RootResponse creates a response to parse from GetBids4Uid4Root response

type GetBindAp4UmengRequest

type GetBindAp4UmengRequest struct {
	*requests.RpcRequest
}

GetBindAp4UmengRequest is the request struct for api GetBindAp4Umeng

func CreateGetBindAp4UmengRequest

func CreateGetBindAp4UmengRequest() (request *GetBindAp4UmengRequest)

CreateGetBindAp4UmengRequest creates a request to invoke GetBindAp4Umeng API

type GetBindAp4UmengResponse

type GetBindAp4UmengResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetBindAp4UmengResponse is the response struct for api GetBindAp4Umeng

func CreateGetBindAp4UmengResponse

func CreateGetBindAp4UmengResponse() (response *GetBindAp4UmengResponse)

CreateGetBindAp4UmengResponse creates a response to parse from GetBindAp4Umeng response

type GetCrowdListRequest

type GetCrowdListRequest struct {
	*requests.RpcRequest
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
	ClassType requests.Integer `position:"Query" name:"ClassType"`
	GsType    string           `position:"Query" name:"GsType"`
	EndTime   string           `position:"Query" name:"EndTime"`
	Page      requests.Integer `position:"Query" name:"Page"`
	StartTime string           `position:"Query" name:"StartTime"`
	Per       requests.Integer `position:"Query" name:"Per"`
	Bid       requests.Integer `position:"Query" name:"Bid"`
}

GetCrowdListRequest is the request struct for api GetCrowdList

func CreateGetCrowdListRequest

func CreateGetCrowdListRequest() (request *GetCrowdListRequest)

CreateGetCrowdListRequest creates a request to invoke GetCrowdList API

type GetCrowdListResponse

type GetCrowdListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetCrowdListResponse is the response struct for api GetCrowdList

func CreateGetCrowdListResponse

func CreateGetCrowdListResponse() (response *GetCrowdListResponse)

CreateGetCrowdListResponse creates a response to parse from GetCrowdList response

type GetDailyStatisticRequest

type GetDailyStatisticRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetDailyStatisticRequest is the request struct for api GetDailyStatistic

func CreateGetDailyStatisticRequest

func CreateGetDailyStatisticRequest() (request *GetDailyStatisticRequest)

CreateGetDailyStatisticRequest creates a request to invoke GetDailyStatistic API

type GetDailyStatisticResponse

type GetDailyStatisticResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetDailyStatisticResponse is the response struct for api GetDailyStatistic

func CreateGetDailyStatisticResponse

func CreateGetDailyStatisticResponse() (response *GetDailyStatisticResponse)

CreateGetDailyStatisticResponse creates a response to parse from GetDailyStatistic response

type GetDeviceInfoByMacRequest

type GetDeviceInfoByMacRequest struct {
	*requests.RpcRequest
	Mac string `position:"Query" name:"Mac"`
}

GetDeviceInfoByMacRequest is the request struct for api GetDeviceInfoByMac

func CreateGetDeviceInfoByMacRequest

func CreateGetDeviceInfoByMacRequest() (request *GetDeviceInfoByMacRequest)

CreateGetDeviceInfoByMacRequest creates a request to invoke GetDeviceInfoByMac API

type GetDeviceInfoByMacResponse

type GetDeviceInfoByMacResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetDeviceInfoByMacResponse is the response struct for api GetDeviceInfoByMac

func CreateGetDeviceInfoByMacResponse

func CreateGetDeviceInfoByMacResponse() (response *GetDeviceInfoByMacResponse)

CreateGetDeviceInfoByMacResponse creates a response to parse from GetDeviceInfoByMac response

type GetGroupApChangeNameTemplateRequest

type GetGroupApChangeNameTemplateRequest struct {
	*requests.RpcRequest
}

GetGroupApChangeNameTemplateRequest is the request struct for api GetGroupApChangeNameTemplate

func CreateGetGroupApChangeNameTemplateRequest

func CreateGetGroupApChangeNameTemplateRequest() (request *GetGroupApChangeNameTemplateRequest)

CreateGetGroupApChangeNameTemplateRequest creates a request to invoke GetGroupApChangeNameTemplate API

type GetGroupApChangeNameTemplateResponse

type GetGroupApChangeNameTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetGroupApChangeNameTemplateResponse is the response struct for api GetGroupApChangeNameTemplate

func CreateGetGroupApChangeNameTemplateResponse

func CreateGetGroupApChangeNameTemplateResponse() (response *GetGroupApChangeNameTemplateResponse)

CreateGetGroupApChangeNameTemplateResponse creates a response to parse from GetGroupApChangeNameTemplate response

type GetGroupApRadioConfigProgressRequest

type GetGroupApRadioConfigProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetGroupApRadioConfigProgressRequest is the request struct for api GetGroupApRadioConfigProgress

func CreateGetGroupApRadioConfigProgressRequest

func CreateGetGroupApRadioConfigProgressRequest() (request *GetGroupApRadioConfigProgressRequest)

CreateGetGroupApRadioConfigProgressRequest creates a request to invoke GetGroupApRadioConfigProgress API

type GetGroupApRadioConfigProgressResponse

type GetGroupApRadioConfigProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetGroupApRadioConfigProgressResponse is the response struct for api GetGroupApRadioConfigProgress

func CreateGetGroupApRadioConfigProgressResponse

func CreateGetGroupApRadioConfigProgressResponse() (response *GetGroupApRadioConfigProgressResponse)

CreateGetGroupApRadioConfigProgressResponse creates a response to parse from GetGroupApRadioConfigProgress response

type GetGroupApRadioConfigTemplateRequest

type GetGroupApRadioConfigTemplateRequest struct {
	*requests.RpcRequest
}

GetGroupApRadioConfigTemplateRequest is the request struct for api GetGroupApRadioConfigTemplate

func CreateGetGroupApRadioConfigTemplateRequest

func CreateGetGroupApRadioConfigTemplateRequest() (request *GetGroupApRadioConfigTemplateRequest)

CreateGetGroupApRadioConfigTemplateRequest creates a request to invoke GetGroupApRadioConfigTemplate API

type GetGroupApRadioConfigTemplateResponse

type GetGroupApRadioConfigTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetGroupApRadioConfigTemplateResponse is the response struct for api GetGroupApRadioConfigTemplate

func CreateGetGroupApRadioConfigTemplateResponse

func CreateGetGroupApRadioConfigTemplateResponse() (response *GetGroupApRadioConfigTemplateResponse)

CreateGetGroupApRadioConfigTemplateResponse creates a response to parse from GetGroupApRadioConfigTemplate response

type GetGroupApRadioOnoffProgressRequest

type GetGroupApRadioOnoffProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetGroupApRadioOnoffProgressRequest is the request struct for api GetGroupApRadioOnoffProgress

func CreateGetGroupApRadioOnoffProgressRequest

func CreateGetGroupApRadioOnoffProgressRequest() (request *GetGroupApRadioOnoffProgressRequest)

CreateGetGroupApRadioOnoffProgressRequest creates a request to invoke GetGroupApRadioOnoffProgress API

type GetGroupApRadioOnoffProgressResponse

type GetGroupApRadioOnoffProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetGroupApRadioOnoffProgressResponse is the response struct for api GetGroupApRadioOnoffProgress

func CreateGetGroupApRadioOnoffProgressResponse

func CreateGetGroupApRadioOnoffProgressResponse() (response *GetGroupApRadioOnoffProgressResponse)

CreateGetGroupApRadioOnoffProgressResponse creates a response to parse from GetGroupApRadioOnoffProgress response

type GetGroupApRepairProgressRequest

type GetGroupApRepairProgressRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetGroupApRepairProgressRequest is the request struct for api GetGroupApRepairProgress

func CreateGetGroupApRepairProgressRequest

func CreateGetGroupApRepairProgressRequest() (request *GetGroupApRepairProgressRequest)

CreateGetGroupApRepairProgressRequest creates a request to invoke GetGroupApRepairProgress API

type GetGroupApRepairProgressResponse

type GetGroupApRepairProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetGroupApRepairProgressResponse is the response struct for api GetGroupApRepairProgress

func CreateGetGroupApRepairProgressResponse

func CreateGetGroupApRepairProgressResponse() (response *GetGroupApRepairProgressResponse)

CreateGetGroupApRepairProgressResponse creates a response to parse from GetGroupApRepairProgress response

type GetInstanceByShopRequest

type GetInstanceByShopRequest struct {
	*requests.RpcRequest
	ShopId requests.Integer `position:"Query" name:"ShopId"`
}

GetInstanceByShopRequest is the request struct for api GetInstanceByShop

func CreateGetInstanceByShopRequest

func CreateGetInstanceByShopRequest() (request *GetInstanceByShopRequest)

CreateGetInstanceByShopRequest creates a request to invoke GetInstanceByShop API

type GetInstanceByShopResponse

type GetInstanceByShopResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetInstanceByShopResponse is the response struct for api GetInstanceByShop

func CreateGetInstanceByShopResponse

func CreateGetInstanceByShopResponse() (response *GetInstanceByShopResponse)

CreateGetInstanceByShopResponse creates a response to parse from GetInstanceByShop response

type GetLatestApStatisticRequest

type GetLatestApStatisticRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetLatestApStatisticRequest is the request struct for api GetLatestApStatistic

func CreateGetLatestApStatisticRequest

func CreateGetLatestApStatisticRequest() (request *GetLatestApStatisticRequest)

CreateGetLatestApStatisticRequest creates a request to invoke GetLatestApStatistic API

type GetLatestApStatisticResponse

type GetLatestApStatisticResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetLatestApStatisticResponse is the response struct for api GetLatestApStatistic

func CreateGetLatestApStatisticResponse

func CreateGetLatestApStatisticResponse() (response *GetLatestApStatisticResponse)

CreateGetLatestApStatisticResponse creates a response to parse from GetLatestApStatistic response

type GetLatestStaStatisticRequest

type GetLatestStaStatisticRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetLatestStaStatisticRequest is the request struct for api GetLatestStaStatistic

func CreateGetLatestStaStatisticRequest

func CreateGetLatestStaStatisticRequest() (request *GetLatestStaStatisticRequest)

CreateGetLatestStaStatisticRequest creates a request to invoke GetLatestStaStatistic API

type GetLatestStaStatisticResponse

type GetLatestStaStatisticResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetLatestStaStatisticResponse is the response struct for api GetLatestStaStatistic

func CreateGetLatestStaStatisticResponse

func CreateGetLatestStaStatisticResponse() (response *GetLatestStaStatisticResponse)

CreateGetLatestStaStatisticResponse creates a response to parse from GetLatestStaStatistic response

type GetMapUrlRequest

type GetMapUrlRequest struct {
	*requests.RpcRequest
	MapId requests.Integer `position:"Query" name:"MapId"`
}

GetMapUrlRequest is the request struct for api GetMapUrl

func CreateGetMapUrlRequest

func CreateGetMapUrlRequest() (request *GetMapUrlRequest)

CreateGetMapUrlRequest creates a request to invoke GetMapUrl API

type GetMapUrlResponse

type GetMapUrlResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetMapUrlResponse is the response struct for api GetMapUrl

func CreateGetMapUrlResponse

func CreateGetMapUrlResponse() (response *GetMapUrlResponse)

CreateGetMapUrlResponse creates a response to parse from GetMapUrl response

type GetOnlineApTimeSerRequest

type GetOnlineApTimeSerRequest struct {
	*requests.RpcRequest
	ZoomStart requests.Integer `position:"Query" name:"ZoomStart"`
	CompanyId requests.Integer `position:"Query" name:"CompanyId"`
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Start     requests.Integer `position:"Query" name:"Start"`
	ZoomEnd   requests.Integer `position:"Query" name:"ZoomEnd"`
	End       requests.Integer `position:"Query" name:"End"`
}

GetOnlineApTimeSerRequest is the request struct for api GetOnlineApTimeSer

func CreateGetOnlineApTimeSerRequest

func CreateGetOnlineApTimeSerRequest() (request *GetOnlineApTimeSerRequest)

CreateGetOnlineApTimeSerRequest creates a request to invoke GetOnlineApTimeSer API

type GetOnlineApTimeSerResponse

type GetOnlineApTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetOnlineApTimeSerResponse is the response struct for api GetOnlineApTimeSer

func CreateGetOnlineApTimeSerResponse

func CreateGetOnlineApTimeSerResponse() (response *GetOnlineApTimeSerResponse)

CreateGetOnlineApTimeSerResponse creates a response to parse from GetOnlineApTimeSer response

type GetOnlineStaTimeSerRequest

type GetOnlineStaTimeSerRequest struct {
	*requests.RpcRequest
	ZoomStart requests.Integer `position:"Query" name:"ZoomStart"`
	CompanyId requests.Integer `position:"Query" name:"CompanyId"`
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Start     requests.Integer `position:"Query" name:"Start"`
	ZoomEnd   requests.Integer `position:"Query" name:"ZoomEnd"`
	End       requests.Integer `position:"Query" name:"End"`
}

GetOnlineStaTimeSerRequest is the request struct for api GetOnlineStaTimeSer

func CreateGetOnlineStaTimeSerRequest

func CreateGetOnlineStaTimeSerRequest() (request *GetOnlineStaTimeSerRequest)

CreateGetOnlineStaTimeSerRequest creates a request to invoke GetOnlineStaTimeSer API

type GetOnlineStaTimeSerResponse

type GetOnlineStaTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetOnlineStaTimeSerResponse is the response struct for api GetOnlineStaTimeSer

func CreateGetOnlineStaTimeSerResponse

func CreateGetOnlineStaTimeSerResponse() (response *GetOnlineStaTimeSerResponse)

CreateGetOnlineStaTimeSerResponse creates a response to parse from GetOnlineStaTimeSer response

type GetOssServerSignRequest

type GetOssServerSignRequest struct {
	*requests.RpcRequest
	DirType requests.Integer `position:"Query" name:"DirType"`
}

GetOssServerSignRequest is the request struct for api GetOssServerSign

func CreateGetOssServerSignRequest

func CreateGetOssServerSignRequest() (request *GetOssServerSignRequest)

CreateGetOssServerSignRequest creates a request to invoke GetOssServerSign API

type GetOssServerSignResponse

type GetOssServerSignResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetOssServerSignResponse is the response struct for api GetOssServerSign

func CreateGetOssServerSignResponse

func CreateGetOssServerSignResponse() (response *GetOssServerSignResponse)

CreateGetOssServerSignResponse creates a response to parse from GetOssServerSign response

type GetPageConfigTemplateRequest

type GetPageConfigTemplateRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetPageConfigTemplateRequest is the request struct for api GetPageConfigTemplate

func CreateGetPageConfigTemplateRequest

func CreateGetPageConfigTemplateRequest() (request *GetPageConfigTemplateRequest)

CreateGetPageConfigTemplateRequest creates a request to invoke GetPageConfigTemplate API

type GetPageConfigTemplateResponse

type GetPageConfigTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetPageConfigTemplateResponse is the response struct for api GetPageConfigTemplate

func CreateGetPageConfigTemplateResponse

func CreateGetPageConfigTemplateResponse() (response *GetPageConfigTemplateResponse)

CreateGetPageConfigTemplateResponse creates a response to parse from GetPageConfigTemplate response

type GetPagePropertiesRequest

type GetPagePropertiesRequest struct {
	*requests.RpcRequest
}

GetPagePropertiesRequest is the request struct for api GetPageProperties

func CreateGetPagePropertiesRequest

func CreateGetPagePropertiesRequest() (request *GetPagePropertiesRequest)

CreateGetPagePropertiesRequest creates a request to invoke GetPageProperties API

type GetPagePropertiesResponse

type GetPagePropertiesResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetPagePropertiesResponse is the response struct for api GetPageProperties

func CreateGetPagePropertiesResponse

func CreateGetPagePropertiesResponse() (response *GetPagePropertiesResponse)

CreateGetPagePropertiesResponse creates a response to parse from GetPageProperties response

type GetPortalTempDetailRequest

type GetPortalTempDetailRequest struct {
	*requests.RpcRequest
	Id       requests.Integer `position:"Query" name:"Id"`
	UniqueId string           `position:"Query" name:"UniqueId"`
}

GetPortalTempDetailRequest is the request struct for api GetPortalTempDetail

func CreateGetPortalTempDetailRequest

func CreateGetPortalTempDetailRequest() (request *GetPortalTempDetailRequest)

CreateGetPortalTempDetailRequest creates a request to invoke GetPortalTempDetail API

type GetPortalTempDetailResponse

type GetPortalTempDetailResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetPortalTempDetailResponse is the response struct for api GetPortalTempDetail

func CreateGetPortalTempDetailResponse

func CreateGetPortalTempDetailResponse() (response *GetPortalTempDetailResponse)

CreateGetPortalTempDetailResponse creates a response to parse from GetPortalTempDetail response

type GetProbeDataSubscriberConfigRequest

type GetProbeDataSubscriberConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetProbeDataSubscriberConfigRequest is the request struct for api GetProbeDataSubscriberConfig

func CreateGetProbeDataSubscriberConfigRequest

func CreateGetProbeDataSubscriberConfigRequest() (request *GetProbeDataSubscriberConfigRequest)

CreateGetProbeDataSubscriberConfigRequest creates a request to invoke GetProbeDataSubscriberConfig API

type GetProbeDataSubscriberConfigResponse

type GetProbeDataSubscriberConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetProbeDataSubscriberConfigResponse is the response struct for api GetProbeDataSubscriberConfig

func CreateGetProbeDataSubscriberConfigResponse

func CreateGetProbeDataSubscriberConfigResponse() (response *GetProbeDataSubscriberConfigResponse)

CreateGetProbeDataSubscriberConfigResponse creates a response to parse from GetProbeDataSubscriberConfig response

type GetRadioRunHistoryTimeSerRequest

type GetRadioRunHistoryTimeSerRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetRadioRunHistoryTimeSerRequest is the request struct for api GetRadioRunHistoryTimeSer

func CreateGetRadioRunHistoryTimeSerRequest

func CreateGetRadioRunHistoryTimeSerRequest() (request *GetRadioRunHistoryTimeSerRequest)

CreateGetRadioRunHistoryTimeSerRequest creates a request to invoke GetRadioRunHistoryTimeSer API

type GetRadioRunHistoryTimeSerResponse

type GetRadioRunHistoryTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetRadioRunHistoryTimeSerResponse is the response struct for api GetRadioRunHistoryTimeSer

func CreateGetRadioRunHistoryTimeSerResponse

func CreateGetRadioRunHistoryTimeSerResponse() (response *GetRadioRunHistoryTimeSerResponse)

CreateGetRadioRunHistoryTimeSerResponse creates a response to parse from GetRadioRunHistoryTimeSer response

type GetScanModeRequest

type GetScanModeRequest struct {
	*requests.RpcRequest
	MacList *[]string `position:"Query" name:"MacList"  type:"Repeated"`
}

GetScanModeRequest is the request struct for api GetScanMode

func CreateGetScanModeRequest

func CreateGetScanModeRequest() (request *GetScanModeRequest)

CreateGetScanModeRequest creates a request to invoke GetScanMode API

type GetScanModeResponse

type GetScanModeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetScanModeResponse is the response struct for api GetScanMode

func CreateGetScanModeResponse

func CreateGetScanModeResponse() (response *GetScanModeResponse)

CreateGetScanModeResponse creates a response to parse from GetScanMode response

type GetScanProbeTimeSerRequest

type GetScanProbeTimeSerRequest struct {
	*requests.RpcRequest
	ZoomStart requests.Integer `position:"Query" name:"ZoomStart"`
	CompanyId requests.Integer `position:"Query" name:"CompanyId"`
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Start     requests.Integer `position:"Query" name:"Start"`
	ZoomEnd   requests.Integer `position:"Query" name:"ZoomEnd"`
	End       requests.Integer `position:"Query" name:"End"`
}

GetScanProbeTimeSerRequest is the request struct for api GetScanProbeTimeSer

func CreateGetScanProbeTimeSerRequest

func CreateGetScanProbeTimeSerRequest() (request *GetScanProbeTimeSerRequest)

CreateGetScanProbeTimeSerRequest creates a request to invoke GetScanProbeTimeSer API

type GetScanProbeTimeSerResponse

type GetScanProbeTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetScanProbeTimeSerResponse is the response struct for api GetScanProbeTimeSer

func CreateGetScanProbeTimeSerResponse

func CreateGetScanProbeTimeSerResponse() (response *GetScanProbeTimeSerResponse)

CreateGetScanProbeTimeSerResponse creates a response to parse from GetScanProbeTimeSer response

type GetSendCommandByMacProgressRequest

type GetSendCommandByMacProgressRequest struct {
	*requests.RpcRequest
}

GetSendCommandByMacProgressRequest is the request struct for api GetSendCommandByMacProgress

func CreateGetSendCommandByMacProgressRequest

func CreateGetSendCommandByMacProgressRequest() (request *GetSendCommandByMacProgressRequest)

CreateGetSendCommandByMacProgressRequest creates a request to invoke GetSendCommandByMacProgress API

type GetSendCommandByMacProgressResponse

type GetSendCommandByMacProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetSendCommandByMacProgressResponse is the response struct for api GetSendCommandByMacProgress

func CreateGetSendCommandByMacProgressResponse

func CreateGetSendCommandByMacProgressResponse() (response *GetSendCommandByMacProgressResponse)

CreateGetSendCommandByMacProgressResponse creates a response to parse from GetSendCommandByMacProgress response

type GetSidsAndGids4BidRequest

type GetSidsAndGids4BidRequest struct {
	*requests.RpcRequest
	QueryType requests.Integer `position:"Query" name:"QueryType"`
	QueryId   requests.Integer `position:"Query" name:"QueryId"`
}

GetSidsAndGids4BidRequest is the request struct for api GetSidsAndGids4Bid

func CreateGetSidsAndGids4BidRequest

func CreateGetSidsAndGids4BidRequest() (request *GetSidsAndGids4BidRequest)

CreateGetSidsAndGids4BidRequest creates a request to invoke GetSidsAndGids4Bid API

type GetSidsAndGids4BidResponse

type GetSidsAndGids4BidResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetSidsAndGids4BidResponse is the response struct for api GetSidsAndGids4Bid

func CreateGetSidsAndGids4BidResponse

func CreateGetSidsAndGids4BidResponse() (response *GetSidsAndGids4BidResponse)

CreateGetSidsAndGids4BidResponse creates a response to parse from GetSidsAndGids4Bid response

type GetStaDetailedStatusRequest

type GetStaDetailedStatusRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetStaDetailedStatusRequest is the request struct for api GetStaDetailedStatus

func CreateGetStaDetailedStatusRequest

func CreateGetStaDetailedStatusRequest() (request *GetStaDetailedStatusRequest)

CreateGetStaDetailedStatusRequest creates a request to invoke GetStaDetailedStatus API

type GetStaDetailedStatusResponse

type GetStaDetailedStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetStaDetailedStatusResponse is the response struct for api GetStaDetailedStatus

func CreateGetStaDetailedStatusResponse

func CreateGetStaDetailedStatusResponse() (response *GetStaDetailedStatusResponse)

CreateGetStaDetailedStatusResponse creates a response to parse from GetStaDetailedStatus response

type GetStaRunHistoryTimeSerRequest

type GetStaRunHistoryTimeSerRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetStaRunHistoryTimeSerRequest is the request struct for api GetStaRunHistoryTimeSer

func CreateGetStaRunHistoryTimeSerRequest

func CreateGetStaRunHistoryTimeSerRequest() (request *GetStaRunHistoryTimeSerRequest)

CreateGetStaRunHistoryTimeSerRequest creates a request to invoke GetStaRunHistoryTimeSer API

type GetStaRunHistoryTimeSerResponse

type GetStaRunHistoryTimeSerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetStaRunHistoryTimeSerResponse is the response struct for api GetStaRunHistoryTimeSer

func CreateGetStaRunHistoryTimeSerResponse

func CreateGetStaRunHistoryTimeSerResponse() (response *GetStaRunHistoryTimeSerResponse)

CreateGetStaRunHistoryTimeSerResponse creates a response to parse from GetStaRunHistoryTimeSer response

type GetStaTopRequest

type GetStaTopRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

GetStaTopRequest is the request struct for api GetStaTop

func CreateGetStaTopRequest

func CreateGetStaTopRequest() (request *GetStaTopRequest)

CreateGetStaTopRequest creates a request to invoke GetStaTop API

type GetStaTopResponse

type GetStaTopResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetStaTopResponse is the response struct for api GetStaTop

func CreateGetStaTopResponse

func CreateGetStaTopResponse() (response *GetStaTopResponse)

CreateGetStaTopResponse creates a response to parse from GetStaTop response

type GetSubAccountPermissionRequest

type GetSubAccountPermissionRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetSubAccountPermissionRequest is the request struct for api GetSubAccountPermission

func CreateGetSubAccountPermissionRequest

func CreateGetSubAccountPermissionRequest() (request *GetSubAccountPermissionRequest)

CreateGetSubAccountPermissionRequest creates a request to invoke GetSubAccountPermission API

type GetSubAccountPermissionResponse

type GetSubAccountPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetSubAccountPermissionResponse is the response struct for api GetSubAccountPermission

func CreateGetSubAccountPermissionResponse

func CreateGetSubAccountPermissionResponse() (response *GetSubAccountPermissionResponse)

CreateGetSubAccountPermissionResponse creates a response to parse from GetSubAccountPermission response

type GetSubAccountStatusRequest

type GetSubAccountStatusRequest struct {
	*requests.RpcRequest
}

GetSubAccountStatusRequest is the request struct for api GetSubAccountStatus

func CreateGetSubAccountStatusRequest

func CreateGetSubAccountStatusRequest() (request *GetSubAccountStatusRequest)

CreateGetSubAccountStatusRequest creates a request to invoke GetSubAccountStatus API

type GetSubAccountStatusResponse

type GetSubAccountStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetSubAccountStatusResponse is the response struct for api GetSubAccountStatus

func CreateGetSubAccountStatusResponse

func CreateGetSubAccountStatusResponse() (response *GetSubAccountStatusResponse)

CreateGetSubAccountStatusResponse creates a response to parse from GetSubAccountStatus response

type GetUmengPagePermission4RootRequest

type GetUmengPagePermission4RootRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetUmengPagePermission4RootRequest is the request struct for api GetUmengPagePermission4Root

func CreateGetUmengPagePermission4RootRequest

func CreateGetUmengPagePermission4RootRequest() (request *GetUmengPagePermission4RootRequest)

CreateGetUmengPagePermission4RootRequest creates a request to invoke GetUmengPagePermission4Root API

type GetUmengPagePermission4RootResponse

type GetUmengPagePermission4RootResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetUmengPagePermission4RootResponse is the response struct for api GetUmengPagePermission4Root

func CreateGetUmengPagePermission4RootResponse

func CreateGetUmengPagePermission4RootResponse() (response *GetUmengPagePermission4RootResponse)

CreateGetUmengPagePermission4RootResponse creates a response to parse from GetUmengPagePermission4Root response

type GetUpgradeAPGroupProgressRequest

type GetUpgradeAPGroupProgressRequest struct {
	*requests.RpcRequest
}

GetUpgradeAPGroupProgressRequest is the request struct for api GetUpgradeAPGroupProgress

func CreateGetUpgradeAPGroupProgressRequest

func CreateGetUpgradeAPGroupProgressRequest() (request *GetUpgradeAPGroupProgressRequest)

CreateGetUpgradeAPGroupProgressRequest creates a request to invoke GetUpgradeAPGroupProgress API

type GetUpgradeAPGroupProgressResponse

type GetUpgradeAPGroupProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetUpgradeAPGroupProgressResponse is the response struct for api GetUpgradeAPGroupProgress

func CreateGetUpgradeAPGroupProgressResponse

func CreateGetUpgradeAPGroupProgressResponse() (response *GetUpgradeAPGroupProgressResponse)

CreateGetUpgradeAPGroupProgressResponse creates a response to parse from GetUpgradeAPGroupProgress response

type GetUpgradeAPProgressRequest

type GetUpgradeAPProgressRequest struct {
	*requests.RpcRequest
}

GetUpgradeAPProgressRequest is the request struct for api GetUpgradeAPProgress

func CreateGetUpgradeAPProgressRequest

func CreateGetUpgradeAPProgressRequest() (request *GetUpgradeAPProgressRequest)

CreateGetUpgradeAPProgressRequest creates a request to invoke GetUpgradeAPProgress API

type GetUpgradeAPProgressResponse

type GetUpgradeAPProgressResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetUpgradeAPProgressResponse is the response struct for api GetUpgradeAPProgress

func CreateGetUpgradeAPProgressResponse

func CreateGetUpgradeAPProgressResponse() (response *GetUpgradeAPProgressResponse)

CreateGetUpgradeAPProgressResponse creates a response to parse from GetUpgradeAPProgress response

type GetUpgradeImgRequest

type GetUpgradeImgRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

GetUpgradeImgRequest is the request struct for api GetUpgradeImg

func CreateGetUpgradeImgRequest

func CreateGetUpgradeImgRequest() (request *GetUpgradeImgRequest)

CreateGetUpgradeImgRequest creates a request to invoke GetUpgradeImg API

type GetUpgradeImgResponse

type GetUpgradeImgResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetUpgradeImgResponse is the response struct for api GetUpgradeImg

func CreateGetUpgradeImgResponse

func CreateGetUpgradeImgResponse() (response *GetUpgradeImgResponse)

CreateGetUpgradeImgResponse creates a response to parse from GetUpgradeImg response

type GetUserUmengPagePermissionRequest

type GetUserUmengPagePermissionRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

GetUserUmengPagePermissionRequest is the request struct for api GetUserUmengPagePermission

func CreateGetUserUmengPagePermissionRequest

func CreateGetUserUmengPagePermissionRequest() (request *GetUserUmengPagePermissionRequest)

CreateGetUserUmengPagePermissionRequest creates a request to invoke GetUserUmengPagePermission API

type GetUserUmengPagePermissionResponse

type GetUserUmengPagePermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GetUserUmengPagePermissionResponse is the response struct for api GetUserUmengPagePermission

func CreateGetUserUmengPagePermissionResponse

func CreateGetUserUmengPagePermissionResponse() (response *GetUserUmengPagePermissionResponse)

CreateGetUserUmengPagePermissionResponse creates a response to parse from GetUserUmengPagePermission response

type GroupDetailsRequest

type GroupDetailsRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

GroupDetailsRequest is the request struct for api GroupDetails

func CreateGroupDetailsRequest

func CreateGroupDetailsRequest() (request *GroupDetailsRequest)

CreateGroupDetailsRequest creates a request to invoke GroupDetails API

type GroupDetailsResponse

type GroupDetailsResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GroupDetailsResponse is the response struct for api GroupDetails

func CreateGroupDetailsResponse

func CreateGroupDetailsResponse() (response *GroupDetailsResponse)

CreateGroupDetailsResponse creates a response to parse from GroupDetails response

type GroupIntimeRequest

type GroupIntimeRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

GroupIntimeRequest is the request struct for api GroupIntime

func CreateGroupIntimeRequest

func CreateGroupIntimeRequest() (request *GroupIntimeRequest)

CreateGroupIntimeRequest creates a request to invoke GroupIntime API

type GroupIntimeResponse

type GroupIntimeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GroupIntimeResponse is the response struct for api GroupIntime

func CreateGroupIntimeResponse

func CreateGroupIntimeResponse() (response *GroupIntimeResponse)

CreateGroupIntimeResponse creates a response to parse from GroupIntime response

type GroupOverviewRequest

type GroupOverviewRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

GroupOverviewRequest is the request struct for api GroupOverview

func CreateGroupOverviewRequest

func CreateGroupOverviewRequest() (request *GroupOverviewRequest)

CreateGroupOverviewRequest creates a request to invoke GroupOverview API

type GroupOverviewResponse

type GroupOverviewResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GroupOverviewResponse is the response struct for api GroupOverview

func CreateGroupOverviewResponse

func CreateGroupOverviewResponse() (response *GroupOverviewResponse)

CreateGroupOverviewResponse creates a response to parse from GroupOverview response

type GroupTrendRequest

type GroupTrendRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

GroupTrendRequest is the request struct for api GroupTrend

func CreateGroupTrendRequest

func CreateGroupTrendRequest() (request *GroupTrendRequest)

CreateGroupTrendRequest creates a request to invoke GroupTrend API

type GroupTrendResponse

type GroupTrendResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

GroupTrendResponse is the response struct for api GroupTrend

func CreateGroupTrendResponse

func CreateGroupTrendResponse() (response *GroupTrendResponse)

CreateGroupTrendResponse creates a response to parse from GroupTrend response

type HeadquartersOverviewRequest

type HeadquartersOverviewRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersOverviewRequest is the request struct for api HeadquartersOverview

func CreateHeadquartersOverviewRequest

func CreateHeadquartersOverviewRequest() (request *HeadquartersOverviewRequest)

CreateHeadquartersOverviewRequest creates a request to invoke HeadquartersOverview API

type HeadquartersOverviewResponse

type HeadquartersOverviewResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersOverviewResponse is the response struct for api HeadquartersOverview

func CreateHeadquartersOverviewResponse

func CreateHeadquartersOverviewResponse() (response *HeadquartersOverviewResponse)

CreateHeadquartersOverviewResponse creates a response to parse from HeadquartersOverview response

type HeadquartersRankingRequest

type HeadquartersRankingRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersRankingRequest is the request struct for api HeadquartersRanking

func CreateHeadquartersRankingRequest

func CreateHeadquartersRankingRequest() (request *HeadquartersRankingRequest)

CreateHeadquartersRankingRequest creates a request to invoke HeadquartersRanking API

type HeadquartersRankingResponse

type HeadquartersRankingResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersRankingResponse is the response struct for api HeadquartersRanking

func CreateHeadquartersRankingResponse

func CreateHeadquartersRankingResponse() (response *HeadquartersRankingResponse)

CreateHeadquartersRankingResponse creates a response to parse from HeadquartersRanking response

type HeadquartersToolsCoincideRequest

type HeadquartersToolsCoincideRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersToolsCoincideRequest is the request struct for api HeadquartersToolsCoincide

func CreateHeadquartersToolsCoincideRequest

func CreateHeadquartersToolsCoincideRequest() (request *HeadquartersToolsCoincideRequest)

CreateHeadquartersToolsCoincideRequest creates a request to invoke HeadquartersToolsCoincide API

type HeadquartersToolsCoincideResponse

type HeadquartersToolsCoincideResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersToolsCoincideResponse is the response struct for api HeadquartersToolsCoincide

func CreateHeadquartersToolsCoincideResponse

func CreateHeadquartersToolsCoincideResponse() (response *HeadquartersToolsCoincideResponse)

CreateHeadquartersToolsCoincideResponse creates a response to parse from HeadquartersToolsCoincide response

type HeadquartersToolsContrastRequest

type HeadquartersToolsContrastRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersToolsContrastRequest is the request struct for api HeadquartersToolsContrast

func CreateHeadquartersToolsContrastRequest

func CreateHeadquartersToolsContrastRequest() (request *HeadquartersToolsContrastRequest)

CreateHeadquartersToolsContrastRequest creates a request to invoke HeadquartersToolsContrast API

type HeadquartersToolsContrastResponse

type HeadquartersToolsContrastResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersToolsContrastResponse is the response struct for api HeadquartersToolsContrast

func CreateHeadquartersToolsContrastResponse

func CreateHeadquartersToolsContrastResponse() (response *HeadquartersToolsContrastResponse)

CreateHeadquartersToolsContrastResponse creates a response to parse from HeadquartersToolsContrast response

type HeadquartersToolsO2ORequest

type HeadquartersToolsO2ORequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersToolsO2ORequest is the request struct for api HeadquartersToolsO2O

func CreateHeadquartersToolsO2ORequest

func CreateHeadquartersToolsO2ORequest() (request *HeadquartersToolsO2ORequest)

CreateHeadquartersToolsO2ORequest creates a request to invoke HeadquartersToolsO2O API

type HeadquartersToolsO2OResponse

type HeadquartersToolsO2OResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersToolsO2OResponse is the response struct for api HeadquartersToolsO2O

func CreateHeadquartersToolsO2OResponse

func CreateHeadquartersToolsO2OResponse() (response *HeadquartersToolsO2OResponse)

CreateHeadquartersToolsO2OResponse creates a response to parse from HeadquartersToolsO2O response

type HeadquartersTrendRequest

type HeadquartersTrendRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

HeadquartersTrendRequest is the request struct for api HeadquartersTrend

func CreateHeadquartersTrendRequest

func CreateHeadquartersTrendRequest() (request *HeadquartersTrendRequest)

CreateHeadquartersTrendRequest creates a request to invoke HeadquartersTrend API

type HeadquartersTrendResponse

type HeadquartersTrendResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

HeadquartersTrendResponse is the response struct for api HeadquartersTrend

func CreateHeadquartersTrendResponse

func CreateHeadquartersTrendResponse() (response *HeadquartersTrendResponse)

CreateHeadquartersTrendResponse creates a response to parse from HeadquartersTrend response

type InnerCheckOrderRequest

type InnerCheckOrderRequest struct {
	*requests.RpcRequest
	Data string `position:"Query" name:"data"`
}

InnerCheckOrderRequest is the request struct for api InnerCheckOrder

func CreateInnerCheckOrderRequest

func CreateInnerCheckOrderRequest() (request *InnerCheckOrderRequest)

CreateInnerCheckOrderRequest creates a request to invoke InnerCheckOrder API

type InnerCheckOrderResponse

type InnerCheckOrderResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Code      string `json:"code" xml:"code"`
	Data      string `json:"data" xml:"data"`
}

InnerCheckOrderResponse is the response struct for api InnerCheckOrder

func CreateInnerCheckOrderResponse

func CreateInnerCheckOrderResponse() (response *InnerCheckOrderResponse)

CreateInnerCheckOrderResponse creates a response to parse from InnerCheckOrder response

type InnerProduceCloudWFRequest

type InnerProduceCloudWFRequest struct {
	*requests.RpcRequest
	Data string `position:"Query" name:"data"`
}

InnerProduceCloudWFRequest is the request struct for api InnerProduceCloudWF

func CreateInnerProduceCloudWFRequest

func CreateInnerProduceCloudWFRequest() (request *InnerProduceCloudWFRequest)

CreateInnerProduceCloudWFRequest creates a request to invoke InnerProduceCloudWF API

type InnerProduceCloudWFResponse

type InnerProduceCloudWFResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"data" xml:"data"`
}

InnerProduceCloudWFResponse is the response struct for api InnerProduceCloudWF

func CreateInnerProduceCloudWFResponse

func CreateInnerProduceCloudWFResponse() (response *InnerProduceCloudWFResponse)

CreateInnerProduceCloudWFResponse creates a response to parse from InnerProduceCloudWF response

type InnerRefundRequest

type InnerRefundRequest struct {
	*requests.RpcRequest
	Data string `position:"Query" name:"data"`
}

InnerRefundRequest is the request struct for api InnerRefund

func CreateInnerRefundRequest

func CreateInnerRefundRequest() (request *InnerRefundRequest)

CreateInnerRefundRequest creates a request to invoke InnerRefund API

type InnerRefundResponse

type InnerRefundResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"data" xml:"data"`
}

InnerRefundResponse is the response struct for api InnerRefund

func CreateInnerRefundResponse

func CreateInnerRefundResponse() (response *InnerRefundResponse)

CreateInnerRefundResponse creates a response to parse from InnerRefund response

type KickAndClearPMKcacheRequest

type KickAndClearPMKcacheRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

KickAndClearPMKcacheRequest is the request struct for api KickAndClearPMKcache

func CreateKickAndClearPMKcacheRequest

func CreateKickAndClearPMKcacheRequest() (request *KickAndClearPMKcacheRequest)

CreateKickAndClearPMKcacheRequest creates a request to invoke KickAndClearPMKcache API

type KickAndClearPMKcacheResponse

type KickAndClearPMKcacheResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

KickAndClearPMKcacheResponse is the response struct for api KickAndClearPMKcache

func CreateKickAndClearPMKcacheResponse

func CreateKickAndClearPMKcacheResponse() (response *KickAndClearPMKcacheResponse)

CreateKickAndClearPMKcacheResponse creates a response to parse from KickAndClearPMKcache response

type KickStaRequest

type KickStaRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

KickStaRequest is the request struct for api KickSta

func CreateKickStaRequest

func CreateKickStaRequest() (request *KickStaRequest)

CreateKickStaRequest creates a request to invoke KickSta API

type KickStaResponse

type KickStaResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

KickStaResponse is the response struct for api KickSta

func CreateKickStaResponse

func CreateKickStaResponse() (response *KickStaResponse)

CreateKickStaResponse creates a response to parse from KickSta response

type ListAccountConfigRequest

type ListAccountConfigRequest struct {
	*requests.RpcRequest
	OrderCol    string           `position:"Query" name:"OrderCol"`
	Length      requests.Integer `position:"Query" name:"Length"`
	SearchEmail string           `position:"Query" name:"SearchEmail"`
	PageIndex   requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir    string           `position:"Query" name:"OrderDir"`
}

ListAccountConfigRequest is the request struct for api ListAccountConfig

func CreateListAccountConfigRequest

func CreateListAccountConfigRequest() (request *ListAccountConfigRequest)

CreateListAccountConfigRequest creates a request to invoke ListAccountConfig API

type ListAccountConfigResponse

type ListAccountConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListAccountConfigResponse is the response struct for api ListAccountConfig

func CreateListAccountConfigResponse

func CreateListAccountConfigResponse() (response *ListAccountConfigResponse)

CreateListAccountConfigResponse creates a response to parse from ListAccountConfig response

type ListApAssetCanBeAddedRequest

type ListApAssetCanBeAddedRequest struct {
	*requests.RpcRequest
	SearchName  string           `position:"Query" name:"SearchName"`
	ApgroupId   requests.Integer `position:"Query" name:"ApgroupId"`
	Length      requests.Integer `position:"Query" name:"Length"`
	PageIndex   requests.Integer `position:"Query" name:"PageIndex"`
	SearchMac   string           `position:"Query" name:"SearchMac"`
	SearchModel string           `position:"Query" name:"SearchModel"`
}

ListApAssetCanBeAddedRequest is the request struct for api ListApAssetCanBeAdded

func CreateListApAssetCanBeAddedRequest

func CreateListApAssetCanBeAddedRequest() (request *ListApAssetCanBeAddedRequest)

CreateListApAssetCanBeAddedRequest creates a request to invoke ListApAssetCanBeAdded API

type ListApAssetCanBeAddedResponse

type ListApAssetCanBeAddedResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApAssetCanBeAddedResponse is the response struct for api ListApAssetCanBeAdded

func CreateListApAssetCanBeAddedResponse

func CreateListApAssetCanBeAddedResponse() (response *ListApAssetCanBeAddedResponse)

CreateListApAssetCanBeAddedResponse creates a response to parse from ListApAssetCanBeAdded response

type ListApAssetRequest

type ListApAssetRequest struct {
	*requests.RpcRequest
	OrderCol       string           `position:"Query" name:"OrderCol"`
	SearchName     string           `position:"Query" name:"SearchName"`
	SearchSerialNo string           `position:"Query" name:"SearchSerialNo"`
	Length         requests.Integer `position:"Query" name:"Length"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	SearchMac      string           `position:"Query" name:"SearchMac"`
	OrderDir       string           `position:"Query" name:"OrderDir"`
	SearchModel    string           `position:"Query" name:"SearchModel"`
}

ListApAssetRequest is the request struct for api ListApAsset

func CreateListApAssetRequest

func CreateListApAssetRequest() (request *ListApAssetRequest)

CreateListApAssetRequest creates a request to invoke ListApAsset API

type ListApAssetResponse

type ListApAssetResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApAssetResponse is the response struct for api ListApAsset

func CreateListApAssetResponse

func CreateListApAssetResponse() (response *ListApAssetResponse)

CreateListApAssetResponse creates a response to parse from ListApAsset response

type ListApDetailInfoRequest

type ListApDetailInfoRequest struct {
	*requests.RpcRequest
	ApAssetId requests.Integer `position:"Query" name:"ApAssetId"`
}

ListApDetailInfoRequest is the request struct for api ListApDetailInfo

func CreateListApDetailInfoRequest

func CreateListApDetailInfoRequest() (request *ListApDetailInfoRequest)

CreateListApDetailInfoRequest creates a request to invoke ListApDetailInfo API

type ListApDetailInfoResponse

type ListApDetailInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApDetailInfoResponse is the response struct for api ListApDetailInfo

func CreateListApDetailInfoResponse

func CreateListApDetailInfoResponse() (response *ListApDetailInfoResponse)

CreateListApDetailInfoResponse creates a response to parse from ListApDetailInfo response

type ListApPositionMapRequest

type ListApPositionMapRequest struct {
	*requests.RpcRequest
	OrderCol          string           `position:"Query" name:"OrderCol"`
	SearchName        string           `position:"Query" name:"SearchName"`
	TotalItem         requests.Integer `position:"Query" name:"TotalItem"`
	Length            requests.Integer `position:"Query" name:"Length"`
	MapType           requests.Integer `position:"Query" name:"MapType"`
	PageIndex         requests.Integer `position:"Query" name:"PageIndex"`
	SearchApgroupName string           `position:"Query" name:"SearchApgroupName"`
	OrderDir          string           `position:"Query" name:"OrderDir"`
}

ListApPositionMapRequest is the request struct for api ListApPositionMap

func CreateListApPositionMapRequest

func CreateListApPositionMapRequest() (request *ListApPositionMapRequest)

CreateListApPositionMapRequest creates a request to invoke ListApPositionMap API

type ListApPositionMapResponse

type ListApPositionMapResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApPositionMapResponse is the response struct for api ListApPositionMap

func CreateListApPositionMapResponse

func CreateListApPositionMapResponse() (response *ListApPositionMapResponse)

CreateListApPositionMapResponse creates a response to parse from ListApPositionMap response

type ListApPositionRequest

type ListApPositionRequest struct {
	*requests.RpcRequest
	MapId requests.Integer `position:"Query" name:"MapId"`
}

ListApPositionRequest is the request struct for api ListApPosition

func CreateListApPositionRequest

func CreateListApPositionRequest() (request *ListApPositionRequest)

CreateListApPositionRequest creates a request to invoke ListApPosition API

type ListApPositionResponse

type ListApPositionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApPositionResponse is the response struct for api ListApPosition

func CreateListApPositionResponse

func CreateListApPositionResponse() (response *ListApPositionResponse)

CreateListApPositionResponse creates a response to parse from ListApPosition response

type ListApPositionStatusRequest

type ListApPositionStatusRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

ListApPositionStatusRequest is the request struct for api ListApPositionStatus

func CreateListApPositionStatusRequest

func CreateListApPositionStatusRequest() (request *ListApPositionStatusRequest)

CreateListApPositionStatusRequest creates a request to invoke ListApPositionStatus API

type ListApPositionStatusResponse

type ListApPositionStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApPositionStatusResponse is the response struct for api ListApPositionStatus

func CreateListApPositionStatusResponse

func CreateListApPositionStatusResponse() (response *ListApPositionStatusResponse)

CreateListApPositionStatusResponse creates a response to parse from ListApPositionStatus response

type ListApRadioStatusRequest

type ListApRadioStatusRequest struct {
	*requests.RpcRequest
	SearchDisabled      requests.Integer `position:"Query" name:"SearchDisabled"`
	OrderCol            string           `position:"Query" name:"OrderCol"`
	SearchName          string           `position:"Query" name:"SearchName"`
	SearchChannelEquals requests.Integer `position:"Query" name:"SearchChannelEquals"`
	Length              requests.Integer `position:"Query" name:"Length"`
	SearchMac           string           `position:"Query" name:"SearchMac"`
	SearchApgroupName   string           `position:"Query" name:"SearchApgroupName"`
	PageIndex           requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir            string           `position:"Query" name:"OrderDir"`
	SearchApStatus      requests.Integer `position:"Query" name:"SearchApStatus"`
}

ListApRadioStatusRequest is the request struct for api ListApRadioStatus

func CreateListApRadioStatusRequest

func CreateListApRadioStatusRequest() (request *ListApRadioStatusRequest)

CreateListApRadioStatusRequest creates a request to invoke ListApRadioStatus API

type ListApRadioStatusResponse

type ListApRadioStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApRadioStatusResponse is the response struct for api ListApRadioStatus

func CreateListApRadioStatusResponse

func CreateListApRadioStatusResponse() (response *ListApRadioStatusResponse)

CreateListApRadioStatusResponse creates a response to parse from ListApRadioStatus response

type ListApStaStatusRequest

type ListApStaStatusRequest struct {
	*requests.RpcRequest
	OrderCol       string           `position:"Query" name:"OrderCol"`
	SearchProtocal string           `position:"Query" name:"SearchProtocal"`
	SearchSsid     string           `position:"Query" name:"SearchSsid"`
	SearchIp       string           `position:"Query" name:"SearchIp"`
	Length         requests.Integer `position:"Query" name:"Length"`
	SearchUsername string           `position:"Query" name:"SearchUsername"`
	SearchMac      string           `position:"Query" name:"SearchMac"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	Id             requests.Integer `position:"Query" name:"Id"`
	OrderDir       string           `position:"Query" name:"OrderDir"`
}

ListApStaStatusRequest is the request struct for api ListApStaStatus

func CreateListApStaStatusRequest

func CreateListApStaStatusRequest() (request *ListApStaStatusRequest)

CreateListApStaStatusRequest creates a request to invoke ListApStaStatus API

type ListApStaStatusResponse

type ListApStaStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApStaStatusResponse is the response struct for api ListApStaStatus

func CreateListApStaStatusResponse

func CreateListApStaStatusResponse() (response *ListApStaStatusResponse)

CreateListApStaStatusResponse creates a response to parse from ListApStaStatus response

type ListApStatusRequest

type ListApStatusRequest struct {
	*requests.RpcRequest
	OrderCol          string           `position:"Query" name:"OrderCol"`
	SearchName        string           `position:"Query" name:"SearchName"`
	SearchGroupName   string           `position:"Query" name:"SearchGroupName"`
	SearchStatus      requests.Integer `position:"Query" name:"SearchStatus"`
	SearchWanIp       string           `position:"Query" name:"SearchWanIp"`
	SearchApModelName string           `position:"Query" name:"SearchApModelName"`
	Length            requests.Integer `position:"Query" name:"Length"`
	OrderDir          string           `position:"Query" name:"OrderDir"`
	SearchBssEquals   requests.Integer `position:"Query" name:"SearchBssEquals"`
	SearchSwVersion   requests.Integer `position:"Query" name:"SearchSwVersion"`
	SearchCompanyName string           `position:"Query" name:"SearchCompanyName"`
	SearchMac         string           `position:"Query" name:"SearchMac"`
	PageIndex         requests.Integer `position:"Query" name:"PageIndex"`
}

ListApStatusRequest is the request struct for api ListApStatus

func CreateListApStatusRequest

func CreateListApStatusRequest() (request *ListApStatusRequest)

CreateListApStatusRequest creates a request to invoke ListApStatus API

type ListApStatusResponse

type ListApStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApStatusResponse is the response struct for api ListApStatus

func CreateListApStatusResponse

func CreateListApStatusResponse() (response *ListApStatusResponse)

CreateListApStatusResponse creates a response to parse from ListApStatus response

type ListApUpgradeRequest

type ListApUpgradeRequest struct {
	*requests.RpcRequest
	OrderCol          string           `position:"Query" name:"OrderCol"`
	SearchName        string           `position:"Query" name:"SearchName"`
	SearchApModelName string           `position:"Query" name:"SearchApModelName"`
	Length            requests.Integer `position:"Query" name:"Length"`
	SearchMac         string           `position:"Query" name:"SearchMac"`
	PageIndex         requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir          string           `position:"Query" name:"OrderDir"`
}

ListApUpgradeRequest is the request struct for api ListApUpgrade

func CreateListApUpgradeRequest

func CreateListApUpgradeRequest() (request *ListApUpgradeRequest)

CreateListApUpgradeRequest creates a request to invoke ListApUpgrade API

type ListApUpgradeResponse

type ListApUpgradeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApUpgradeResponse is the response struct for api ListApUpgrade

func CreateListApUpgradeResponse

func CreateListApUpgradeResponse() (response *ListApUpgradeResponse)

CreateListApUpgradeResponse creates a response to parse from ListApUpgrade response

type ListApgroupConfigRequest

type ListApgroupConfigRequest struct {
	*requests.RpcRequest
	OrderCol      string           `position:"Query" name:"OrderCol"`
	SearchName    string           `position:"Query" name:"SearchName"`
	SearchCompany string           `position:"Query" name:"SearchCompany"`
	Length        requests.Integer `position:"Query" name:"Length"`
	PageIndex     requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir      string           `position:"Query" name:"OrderDir"`
}

ListApgroupConfigRequest is the request struct for api ListApgroupConfig

func CreateListApgroupConfigRequest

func CreateListApgroupConfigRequest() (request *ListApgroupConfigRequest)

CreateListApgroupConfigRequest creates a request to invoke ListApgroupConfig API

type ListApgroupConfigResponse

type ListApgroupConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListApgroupConfigResponse is the response struct for api ListApgroupConfig

func CreateListApgroupConfigResponse

func CreateListApgroupConfigResponse() (response *ListApgroupConfigResponse)

CreateListApgroupConfigResponse creates a response to parse from ListApgroupConfig response

type ListBriefApConfigRequest

type ListBriefApConfigRequest struct {
	*requests.RpcRequest
	SearchScan  requests.Integer `position:"Query" name:"SearchScan"`
	OrderCol    string           `position:"Query" name:"OrderCol"`
	SearchName  string           `position:"Query" name:"SearchName"`
	Length      requests.Integer `position:"Query" name:"Length"`
	SearchMac   string           `position:"Query" name:"SearchMac"`
	PageIndex   requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir    string           `position:"Query" name:"OrderDir"`
	SearchModel string           `position:"Query" name:"SearchModel"`
}

ListBriefApConfigRequest is the request struct for api ListBriefApConfig

func CreateListBriefApConfigRequest

func CreateListBriefApConfigRequest() (request *ListBriefApConfigRequest)

CreateListBriefApConfigRequest creates a request to invoke ListBriefApConfig API

type ListBriefApConfigResponse

type ListBriefApConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListBriefApConfigResponse is the response struct for api ListBriefApConfig

func CreateListBriefApConfigResponse

func CreateListBriefApConfigResponse() (response *ListBriefApConfigResponse)

CreateListBriefApConfigResponse creates a response to parse from ListBriefApConfig response

type ListBriefConfigByActionRequest

type ListBriefConfigByActionRequest struct {
	*requests.RpcRequest
	AncestorApgroupId requests.Integer `position:"Query" name:"AncestorApgroupId"`
	Limit             requests.Integer `position:"Query" name:"Limit"`
	FuzzySearch       string           `position:"Query" name:"FuzzySearch"`
}

ListBriefConfigByActionRequest is the request struct for api ListBriefConfigByAction

func CreateListBriefConfigByActionRequest

func CreateListBriefConfigByActionRequest() (request *ListBriefConfigByActionRequest)

CreateListBriefConfigByActionRequest creates a request to invoke ListBriefConfigByAction API

type ListBriefConfigByActionResponse

type ListBriefConfigByActionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListBriefConfigByActionResponse is the response struct for api ListBriefConfigByAction

func CreateListBriefConfigByActionResponse

func CreateListBriefConfigByActionResponse() (response *ListBriefConfigByActionResponse)

CreateListBriefConfigByActionResponse creates a response to parse from ListBriefConfigByAction response

type ListBusinessDetailsRequest

type ListBusinessDetailsRequest struct {
	*requests.RpcRequest
	OrderCol   string           `position:"Query" name:"OrderCol"`
	SearchName string           `position:"Query" name:"SearchName"`
	Length     requests.Integer `position:"Query" name:"Length"`
	PageIndex  requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir   string           `position:"Query" name:"OrderDir"`
}

ListBusinessDetailsRequest is the request struct for api ListBusinessDetails

func CreateListBusinessDetailsRequest

func CreateListBusinessDetailsRequest() (request *ListBusinessDetailsRequest)

CreateListBusinessDetailsRequest creates a request to invoke ListBusinessDetails API

type ListBusinessDetailsResponse

type ListBusinessDetailsResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListBusinessDetailsResponse is the response struct for api ListBusinessDetails

func CreateListBusinessDetailsResponse

func CreateListBusinessDetailsResponse() (response *ListBusinessDetailsResponse)

CreateListBusinessDetailsResponse creates a response to parse from ListBusinessDetails response

type ListBusinessesRequest

type ListBusinessesRequest struct {
	*requests.RpcRequest
}

ListBusinessesRequest is the request struct for api ListBusinesses

func CreateListBusinessesRequest

func CreateListBusinessesRequest() (request *ListBusinessesRequest)

CreateListBusinessesRequest creates a request to invoke ListBusinesses API

type ListBusinessesResponse

type ListBusinessesResponse struct {
	*responses.BaseResponse
	RequestId string         `json:"RequestId" xml:"RequestId"`
	Success   bool           `json:"Success" xml:"Success"`
	Message   string         `json:"Message" xml:"Message"`
	ErrorCode int            `json:"ErrorCode" xml:"ErrorCode"`
	Data      []BusinessInfo `json:"data" xml:"data"`
}

ListBusinessesResponse is the response struct for api ListBusinesses

func CreateListBusinessesResponse

func CreateListBusinessesResponse() (response *ListBusinessesResponse)

CreateListBusinessesResponse creates a response to parse from ListBusinesses response

type ListConfigByActionRequest

type ListConfigByActionRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	Limit      requests.Integer `position:"Query" name:"Limit"`
	ActionName string           `position:"Query" name:"ActionName"`
}

ListConfigByActionRequest is the request struct for api ListConfigByAction

func CreateListConfigByActionRequest

func CreateListConfigByActionRequest() (request *ListConfigByActionRequest)

CreateListConfigByActionRequest creates a request to invoke ListConfigByAction API

type ListConfigByActionResponse

type ListConfigByActionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListConfigByActionResponse is the response struct for api ListConfigByAction

func CreateListConfigByActionResponse

func CreateListConfigByActionResponse() (response *ListConfigByActionResponse)

CreateListConfigByActionResponse creates a response to parse from ListConfigByAction response

type ListGroupApBriefConfigRequest

type ListGroupApBriefConfigRequest struct {
	*requests.RpcRequest
	OrderCol   string           `position:"Query" name:"OrderCol"`
	SearchName string           `position:"Query" name:"SearchName"`
	ApgroupId  requests.Integer `position:"Query" name:"ApgroupId"`
	ColCnt     requests.Integer `position:"Query" name:"ColCnt"`
	Length     requests.Integer `position:"Query" name:"Length"`
	PageIndex  requests.Integer `position:"Query" name:"PageIndex"`
	SearchMac  string           `position:"Query" name:"SearchMac"`
	OrderDir   string           `position:"Query" name:"OrderDir"`
}

ListGroupApBriefConfigRequest is the request struct for api ListGroupApBriefConfig

func CreateListGroupApBriefConfigRequest

func CreateListGroupApBriefConfigRequest() (request *ListGroupApBriefConfigRequest)

CreateListGroupApBriefConfigRequest creates a request to invoke ListGroupApBriefConfig API

type ListGroupApBriefConfigResponse

type ListGroupApBriefConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListGroupApBriefConfigResponse is the response struct for api ListGroupApBriefConfig

func CreateListGroupApBriefConfigResponse

func CreateListGroupApBriefConfigResponse() (response *ListGroupApBriefConfigResponse)

CreateListGroupApBriefConfigResponse creates a response to parse from ListGroupApBriefConfig response

type ListPageConfigTemplateRequest

type ListPageConfigTemplateRequest struct {
	*requests.RpcRequest
	Length         requests.Integer `position:"Query" name:"Length"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	SearchTempName string           `position:"Query" name:"SearchTempName"`
}

ListPageConfigTemplateRequest is the request struct for api ListPageConfigTemplate

func CreateListPageConfigTemplateRequest

func CreateListPageConfigTemplateRequest() (request *ListPageConfigTemplateRequest)

CreateListPageConfigTemplateRequest creates a request to invoke ListPageConfigTemplate API

type ListPageConfigTemplateResponse

type ListPageConfigTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListPageConfigTemplateResponse is the response struct for api ListPageConfigTemplate

func CreateListPageConfigTemplateResponse

func CreateListPageConfigTemplateResponse() (response *ListPageConfigTemplateResponse)

CreateListPageConfigTemplateResponse creates a response to parse from ListPageConfigTemplate response

type ListPortalTemplateRequest

type ListPortalTemplateRequest struct {
	*requests.RpcRequest
	OrderCol       string           `position:"Query" name:"OrderCol"`
	Length         requests.Integer `position:"Query" name:"Length"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir       string           `position:"Query" name:"OrderDir"`
	SearchTempName string           `position:"Query" name:"SearchTempName"`
}

ListPortalTemplateRequest is the request struct for api ListPortalTemplate

func CreateListPortalTemplateRequest

func CreateListPortalTemplateRequest() (request *ListPortalTemplateRequest)

CreateListPortalTemplateRequest creates a request to invoke ListPortalTemplate API

type ListPortalTemplateResponse

type ListPortalTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListPortalTemplateResponse is the response struct for api ListPortalTemplate

func CreateListPortalTemplateResponse

func CreateListPortalTemplateResponse() (response *ListPortalTemplateResponse)

CreateListPortalTemplateResponse creates a response to parse from ListPortalTemplate response

type ListProbeinfoRequest

type ListProbeinfoRequest struct {
	*requests.RpcRequest
	OrderCol         string           `position:"Query" name:"OrderCol"`
	SearchUserMac    string           `position:"Query" name:"SearchUserMac"`
	SearchSensorMac  string           `position:"Query" name:"SearchSensorMac"`
	Length           requests.Integer `position:"Query" name:"Length"`
	SearchSensorName string           `position:"Query" name:"SearchSensorName"`
	PageIndex        requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir         string           `position:"Query" name:"OrderDir"`
}

ListProbeinfoRequest is the request struct for api ListProbeinfo

func CreateListProbeinfoRequest

func CreateListProbeinfoRequest() (request *ListProbeinfoRequest)

CreateListProbeinfoRequest creates a request to invoke ListProbeinfo API

type ListProbeinfoResponse

type ListProbeinfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListProbeinfoResponse is the response struct for api ListProbeinfo

func CreateListProbeinfoResponse

func CreateListProbeinfoResponse() (response *ListProbeinfoResponse)

CreateListProbeinfoResponse creates a response to parse from ListProbeinfo response

type ListStaOnoffLogRequest

type ListStaOnoffLogRequest struct {
	*requests.RpcRequest
	OrderCol       string           `position:"Query" name:"OrderCol"`
	SearchSsid     string           `position:"Query" name:"SearchSsid"`
	SearchApName   string           `position:"Query" name:"SearchApName"`
	Length         requests.Integer `position:"Query" name:"Length"`
	SearchUsername string           `position:"Query" name:"SearchUsername"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	Id             requests.Integer `position:"Query" name:"Id"`
	OrderDir       string           `position:"Query" name:"OrderDir"`
}

ListStaOnoffLogRequest is the request struct for api ListStaOnoffLog

func CreateListStaOnoffLogRequest

func CreateListStaOnoffLogRequest() (request *ListStaOnoffLogRequest)

CreateListStaOnoffLogRequest creates a request to invoke ListStaOnoffLog API

type ListStaOnoffLogResponse

type ListStaOnoffLogResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListStaOnoffLogResponse is the response struct for api ListStaOnoffLog

func CreateListStaOnoffLogResponse

func CreateListStaOnoffLogResponse() (response *ListStaOnoffLogResponse)

CreateListStaOnoffLogResponse creates a response to parse from ListStaOnoffLog response

type ListStaStatusRequest

type ListStaStatusRequest struct {
	*requests.RpcRequest
	OrderCol          string           `position:"Query" name:"OrderCol"`
	SearchGroupName   string           `position:"Query" name:"SearchGroupName"`
	SearchStatus      requests.Integer `position:"Query" name:"SearchStatus"`
	Length            requests.Integer `position:"Query" name:"Length"`
	SearchUsername    string           `position:"Query" name:"SearchUsername"`
	OrderDir          string           `position:"Query" name:"OrderDir"`
	SearchProtocal    string           `position:"Query" name:"SearchProtocal"`
	SearchSsid        string           `position:"Query" name:"SearchSsid"`
	SearchApName      string           `position:"Query" name:"SearchApName"`
	SearchIp          string           `position:"Query" name:"SearchIp"`
	PageIndex         requests.Integer `position:"Query" name:"PageIndex"`
	SearchMac         string           `position:"Query" name:"SearchMac"`
	SearchDescription string           `position:"Query" name:"SearchDescription"`
}

ListStaStatusRequest is the request struct for api ListStaStatus

func CreateListStaStatusRequest

func CreateListStaStatusRequest() (request *ListStaStatusRequest)

CreateListStaStatusRequest creates a request to invoke ListStaStatus API

type ListStaStatusResponse

type ListStaStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListStaStatusResponse is the response struct for api ListStaStatus

func CreateListStaStatusResponse

func CreateListStaStatusResponse() (response *ListStaStatusResponse)

CreateListStaStatusResponse creates a response to parse from ListStaStatus response

type ListSubAccountPermissionRequest

type ListSubAccountPermissionRequest struct {
	*requests.RpcRequest
	SearchUid requests.Integer `position:"Query" name:"SearchUid"`
	Length    requests.Integer `position:"Query" name:"Length"`
	PageIndex requests.Integer `position:"Query" name:"PageIndex"`
}

ListSubAccountPermissionRequest is the request struct for api ListSubAccountPermission

func CreateListSubAccountPermissionRequest

func CreateListSubAccountPermissionRequest() (request *ListSubAccountPermissionRequest)

CreateListSubAccountPermissionRequest creates a request to invoke ListSubAccountPermission API

type ListSubAccountPermissionResponse

type ListSubAccountPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListSubAccountPermissionResponse is the response struct for api ListSubAccountPermission

func CreateListSubAccountPermissionResponse

func CreateListSubAccountPermissionResponse() (response *ListSubAccountPermissionResponse)

CreateListSubAccountPermissionResponse creates a response to parse from ListSubAccountPermission response

type ListUmengPagePermission4RootRequest

type ListUmengPagePermission4RootRequest struct {
	*requests.RpcRequest
	OrderCol    string           `position:"Query" name:"OrderCol"`
	Length      requests.Integer `position:"Query" name:"Length"`
	SearchEmail string           `position:"Query" name:"SearchEmail"`
	PageIndex   requests.Integer `position:"Query" name:"PageIndex"`
	OrderDir    string           `position:"Query" name:"OrderDir"`
}

ListUmengPagePermission4RootRequest is the request struct for api ListUmengPagePermission4Root

func CreateListUmengPagePermission4RootRequest

func CreateListUmengPagePermission4RootRequest() (request *ListUmengPagePermission4RootRequest)

CreateListUmengPagePermission4RootRequest creates a request to invoke ListUmengPagePermission4Root API

type ListUmengPagePermission4RootResponse

type ListUmengPagePermission4RootResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListUmengPagePermission4RootResponse is the response struct for api ListUmengPagePermission4Root

func CreateListUmengPagePermission4RootResponse

func CreateListUmengPagePermission4RootResponse() (response *ListUmengPagePermission4RootResponse)

CreateListUmengPagePermission4RootResponse creates a response to parse from ListUmengPagePermission4Root response

type ListUpgradeImgRequest

type ListUpgradeImgRequest struct {
	*requests.RpcRequest
	Length    requests.Integer `position:"Query" name:"Length"`
	PageIndex requests.Integer `position:"Query" name:"PageIndex"`
}

ListUpgradeImgRequest is the request struct for api ListUpgradeImg

func CreateListUpgradeImgRequest

func CreateListUpgradeImgRequest() (request *ListUpgradeImgRequest)

CreateListUpgradeImgRequest creates a request to invoke ListUpgradeImg API

type ListUpgradeImgResponse

type ListUpgradeImgResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ListUpgradeImgResponse is the response struct for api ListUpgradeImg

func CreateListUpgradeImgResponse

func CreateListUpgradeImgResponse() (response *ListUpgradeImgResponse)

CreateListUpgradeImgResponse creates a response to parse from ListUpgradeImg response

type ModifySubAccountPermissionRequest

type ModifySubAccountPermissionRequest struct {
	*requests.RpcRequest
	ShopGroupIds   *[]string        `position:"Query" name:"ShopGroupIds"  type:"Repeated"`
	ShopIds        *[]string        `position:"Query" name:"ShopIds"  type:"Repeated"`
	PagePermission string           `position:"Query" name:"PagePermission"`
	Id             requests.Integer `position:"Query" name:"Id"`
	BusinessIds    *[]string        `position:"Query" name:"BusinessIds"  type:"Repeated"`
}

ModifySubAccountPermissionRequest is the request struct for api ModifySubAccountPermission

func CreateModifySubAccountPermissionRequest

func CreateModifySubAccountPermissionRequest() (request *ModifySubAccountPermissionRequest)

CreateModifySubAccountPermissionRequest creates a request to invoke ModifySubAccountPermission API

type ModifySubAccountPermissionResponse

type ModifySubAccountPermissionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ModifySubAccountPermissionResponse is the response struct for api ModifySubAccountPermission

func CreateModifySubAccountPermissionResponse

func CreateModifySubAccountPermissionResponse() (response *ModifySubAccountPermissionResponse)

CreateModifySubAccountPermissionResponse creates a response to parse from ModifySubAccountPermission response

type OemFlowrateAnalyseRequest

type OemFlowrateAnalyseRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemFlowrateAnalyseRequest is the request struct for api OemFlowrateAnalyse

func CreateOemFlowrateAnalyseRequest

func CreateOemFlowrateAnalyseRequest() (request *OemFlowrateAnalyseRequest)

CreateOemFlowrateAnalyseRequest creates a request to invoke OemFlowrateAnalyse API

type OemFlowrateAnalyseResponse

type OemFlowrateAnalyseResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemFlowrateAnalyseResponse is the response struct for api OemFlowrateAnalyse

func CreateOemFlowrateAnalyseResponse

func CreateOemFlowrateAnalyseResponse() (response *OemFlowrateAnalyseResponse)

CreateOemFlowrateAnalyseResponse creates a response to parse from OemFlowrateAnalyse response

type OemFlowrateIntelligentRequest

type OemFlowrateIntelligentRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemFlowrateIntelligentRequest is the request struct for api OemFlowrateIntelligent

func CreateOemFlowrateIntelligentRequest

func CreateOemFlowrateIntelligentRequest() (request *OemFlowrateIntelligentRequest)

CreateOemFlowrateIntelligentRequest creates a request to invoke OemFlowrateIntelligent API

type OemFlowrateIntelligentResponse

type OemFlowrateIntelligentResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemFlowrateIntelligentResponse is the response struct for api OemFlowrateIntelligent

func CreateOemFlowrateIntelligentResponse

func CreateOemFlowrateIntelligentResponse() (response *OemFlowrateIntelligentResponse)

CreateOemFlowrateIntelligentResponse creates a response to parse from OemFlowrateIntelligent response

type OemFlowrateMonitorRequest

type OemFlowrateMonitorRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemFlowrateMonitorRequest is the request struct for api OemFlowrateMonitor

func CreateOemFlowrateMonitorRequest

func CreateOemFlowrateMonitorRequest() (request *OemFlowrateMonitorRequest)

CreateOemFlowrateMonitorRequest creates a request to invoke OemFlowrateMonitor API

type OemFlowrateMonitorResponse

type OemFlowrateMonitorResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemFlowrateMonitorResponse is the response struct for api OemFlowrateMonitor

func CreateOemFlowrateMonitorResponse

func CreateOemFlowrateMonitorResponse() (response *OemFlowrateMonitorResponse)

CreateOemFlowrateMonitorResponse creates a response to parse from OemFlowrateMonitor response

type OemFlowrateOverviewRequest

type OemFlowrateOverviewRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemFlowrateOverviewRequest is the request struct for api OemFlowrateOverview

func CreateOemFlowrateOverviewRequest

func CreateOemFlowrateOverviewRequest() (request *OemFlowrateOverviewRequest)

CreateOemFlowrateOverviewRequest creates a request to invoke OemFlowrateOverview API

type OemFlowrateOverviewResponse

type OemFlowrateOverviewResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemFlowrateOverviewResponse is the response struct for api OemFlowrateOverview

func CreateOemFlowrateOverviewResponse

func CreateOemFlowrateOverviewResponse() (response *OemFlowrateOverviewResponse)

CreateOemFlowrateOverviewResponse creates a response to parse from OemFlowrateOverview response

type OemFlowrateRankingRequest

type OemFlowrateRankingRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemFlowrateRankingRequest is the request struct for api OemFlowrateRanking

func CreateOemFlowrateRankingRequest

func CreateOemFlowrateRankingRequest() (request *OemFlowrateRankingRequest)

CreateOemFlowrateRankingRequest creates a request to invoke OemFlowrateRanking API

type OemFlowrateRankingResponse

type OemFlowrateRankingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemFlowrateRankingResponse is the response struct for api OemFlowrateRanking

func CreateOemFlowrateRankingResponse

func CreateOemFlowrateRankingResponse() (response *OemFlowrateRankingResponse)

CreateOemFlowrateRankingResponse creates a response to parse from OemFlowrateRanking response

type OemHeatLineRequest

type OemHeatLineRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemHeatLineRequest is the request struct for api OemHeatLine

func CreateOemHeatLineRequest

func CreateOemHeatLineRequest() (request *OemHeatLineRequest)

CreateOemHeatLineRequest creates a request to invoke OemHeatLine API

type OemHeatLineResponse

type OemHeatLineResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemHeatLineResponse is the response struct for api OemHeatLine

func CreateOemHeatLineResponse

func CreateOemHeatLineResponse() (response *OemHeatLineResponse)

CreateOemHeatLineResponse creates a response to parse from OemHeatLine response

type OemHeatMapRequest

type OemHeatMapRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemHeatMapRequest is the request struct for api OemHeatMap

func CreateOemHeatMapRequest

func CreateOemHeatMapRequest() (request *OemHeatMapRequest)

CreateOemHeatMapRequest creates a request to invoke OemHeatMap API

type OemHeatMapResponse

type OemHeatMapResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemHeatMapResponse is the response struct for api OemHeatMap

func CreateOemHeatMapResponse

func CreateOemHeatMapResponse() (response *OemHeatMapResponse)

CreateOemHeatMapResponse creates a response to parse from OemHeatMap response

type OemHeatSettingRequest

type OemHeatSettingRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

OemHeatSettingRequest is the request struct for api OemHeatSetting

func CreateOemHeatSettingRequest

func CreateOemHeatSettingRequest() (request *OemHeatSettingRequest)

CreateOemHeatSettingRequest creates a request to invoke OemHeatSetting API

type OemHeatSettingResponse

type OemHeatSettingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemHeatSettingResponse is the response struct for api OemHeatSetting

func CreateOemHeatSettingResponse

func CreateOemHeatSettingResponse() (response *OemHeatSettingResponse)

CreateOemHeatSettingResponse creates a response to parse from OemHeatSetting response

type OemMarketingCustomerRequest

type OemMarketingCustomerRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemMarketingCustomerRequest is the request struct for api OemMarketingCustomer

func CreateOemMarketingCustomerRequest

func CreateOemMarketingCustomerRequest() (request *OemMarketingCustomerRequest)

CreateOemMarketingCustomerRequest creates a request to invoke OemMarketingCustomer API

type OemMarketingCustomerResponse

type OemMarketingCustomerResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemMarketingCustomerResponse is the response struct for api OemMarketingCustomer

func CreateOemMarketingCustomerResponse

func CreateOemMarketingCustomerResponse() (response *OemMarketingCustomerResponse)

CreateOemMarketingCustomerResponse creates a response to parse from OemMarketingCustomer response

type OemMarketingPotentialRequest

type OemMarketingPotentialRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemMarketingPotentialRequest is the request struct for api OemMarketingPotential

func CreateOemMarketingPotentialRequest

func CreateOemMarketingPotentialRequest() (request *OemMarketingPotentialRequest)

CreateOemMarketingPotentialRequest creates a request to invoke OemMarketingPotential API

type OemMarketingPotentialResponse

type OemMarketingPotentialResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemMarketingPotentialResponse is the response struct for api OemMarketingPotential

func CreateOemMarketingPotentialResponse

func CreateOemMarketingPotentialResponse() (response *OemMarketingPotentialResponse)

CreateOemMarketingPotentialResponse creates a response to parse from OemMarketingPotential response

type OemMarketingSettingDataRequest

type OemMarketingSettingDataRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemMarketingSettingDataRequest is the request struct for api OemMarketingSettingData

func CreateOemMarketingSettingDataRequest

func CreateOemMarketingSettingDataRequest() (request *OemMarketingSettingDataRequest)

CreateOemMarketingSettingDataRequest creates a request to invoke OemMarketingSettingData API

type OemMarketingSettingDataResponse

type OemMarketingSettingDataResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemMarketingSettingDataResponse is the response struct for api OemMarketingSettingData

func CreateOemMarketingSettingDataResponse

func CreateOemMarketingSettingDataResponse() (response *OemMarketingSettingDataResponse)

CreateOemMarketingSettingDataResponse creates a response to parse from OemMarketingSettingData response

type OemSitingContrastRequest

type OemSitingContrastRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemSitingContrastRequest is the request struct for api OemSitingContrast

func CreateOemSitingContrastRequest

func CreateOemSitingContrastRequest() (request *OemSitingContrastRequest)

CreateOemSitingContrastRequest creates a request to invoke OemSitingContrast API

type OemSitingContrastResponse

type OemSitingContrastResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemSitingContrastResponse is the response struct for api OemSitingContrast

func CreateOemSitingContrastResponse

func CreateOemSitingContrastResponse() (response *OemSitingContrastResponse)

CreateOemSitingContrastResponse creates a response to parse from OemSitingContrast response

type OemSitingSelctionRequest

type OemSitingSelctionRequest struct {
	*requests.RpcRequest
	Bid requests.Integer `position:"Query" name:"Bid"`
}

OemSitingSelctionRequest is the request struct for api OemSitingSelction

func CreateOemSitingSelctionRequest

func CreateOemSitingSelctionRequest() (request *OemSitingSelctionRequest)

CreateOemSitingSelctionRequest creates a request to invoke OemSitingSelction API

type OemSitingSelctionResponse

type OemSitingSelctionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OemSitingSelctionResponse is the response struct for api OemSitingSelction

func CreateOemSitingSelctionResponse

func CreateOemSitingSelctionResponse() (response *OemSitingSelctionResponse)

CreateOemSitingSelctionResponse creates a response to parse from OemSitingSelction response

type OnoffGroupApRadioRequest

type OnoffGroupApRadioRequest struct {
	*requests.RpcRequest
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
	Disabled  requests.Integer `position:"Query" name:"Disabled"`
}

OnoffGroupApRadioRequest is the request struct for api OnoffGroupApRadio

func CreateOnoffGroupApRadioRequest

func CreateOnoffGroupApRadioRequest() (request *OnoffGroupApRadioRequest)

CreateOnoffGroupApRadioRequest creates a request to invoke OnoffGroupApRadio API

type OnoffGroupApRadioResponse

type OnoffGroupApRadioResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

OnoffGroupApRadioResponse is the response struct for api OnoffGroupApRadio

func CreateOnoffGroupApRadioResponse

func CreateOnoffGroupApRadioResponse() (response *OnoffGroupApRadioResponse)

CreateOnoffGroupApRadioResponse creates a response to parse from OnoffGroupApRadio response

type PeripheryAnalyseRequest

type PeripheryAnalyseRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

PeripheryAnalyseRequest is the request struct for api PeripheryAnalyse

func CreatePeripheryAnalyseRequest

func CreatePeripheryAnalyseRequest() (request *PeripheryAnalyseRequest)

CreatePeripheryAnalyseRequest creates a request to invoke PeripheryAnalyse API

type PeripheryAnalyseResponse

type PeripheryAnalyseResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

PeripheryAnalyseResponse is the response struct for api PeripheryAnalyse

func CreatePeripheryAnalyseResponse

func CreatePeripheryAnalyseResponse() (response *PeripheryAnalyseResponse)

CreatePeripheryAnalyseResponse creates a response to parse from PeripheryAnalyse response

type ProduceInstanceRequest

type ProduceInstanceRequest struct {
	*requests.RpcRequest
	TraceId          string `position:"Query" name:"TraceId"`
	ProduceParameter string `position:"Query" name:"ProduceParameter"`
}

ProduceInstanceRequest is the request struct for api ProduceInstance

func CreateProduceInstanceRequest

func CreateProduceInstanceRequest() (request *ProduceInstanceRequest)

CreateProduceInstanceRequest creates a request to invoke ProduceInstance API

type ProduceInstanceResponse

type ProduceInstanceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Result    string `json:"result" xml:"result"`
}

ProduceInstanceResponse is the response struct for api ProduceInstance

func CreateProduceInstanceResponse

func CreateProduceInstanceResponse() (response *ProduceInstanceResponse)

CreateProduceInstanceResponse creates a response to parse from ProduceInstance response

type ProfileBaseRequest

type ProfileBaseRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	DataType  requests.Integer `position:"Query" name:"DataType"`
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
}

ProfileBaseRequest is the request struct for api ProfileBase

func CreateProfileBaseRequest

func CreateProfileBaseRequest() (request *ProfileBaseRequest)

CreateProfileBaseRequest creates a request to invoke ProfileBase API

type ProfileBaseResponse

type ProfileBaseResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileBaseResponse is the response struct for api ProfileBase

func CreateProfileBaseResponse

func CreateProfileBaseResponse() (response *ProfileBaseResponse)

CreateProfileBaseResponse creates a response to parse from ProfileBase response

type ProfileConsumeRequest

type ProfileConsumeRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	DataType  requests.Integer `position:"Query" name:"DataType"`
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
}

ProfileConsumeRequest is the request struct for api ProfileConsume

func CreateProfileConsumeRequest

func CreateProfileConsumeRequest() (request *ProfileConsumeRequest)

CreateProfileConsumeRequest creates a request to invoke ProfileConsume API

type ProfileConsumeResponse

type ProfileConsumeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileConsumeResponse is the response struct for api ProfileConsume

func CreateProfileConsumeResponse

func CreateProfileConsumeResponse() (response *ProfileConsumeResponse)

CreateProfileConsumeResponse creates a response to parse from ProfileConsume response

type ProfileDistrictRequest

type ProfileDistrictRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	DataType  requests.Integer `position:"Query" name:"DataType"`
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
}

ProfileDistrictRequest is the request struct for api ProfileDistrict

func CreateProfileDistrictRequest

func CreateProfileDistrictRequest() (request *ProfileDistrictRequest)

CreateProfileDistrictRequest creates a request to invoke ProfileDistrict API

type ProfileDistrictResponse

type ProfileDistrictResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileDistrictResponse is the response struct for api ProfileDistrict

func CreateProfileDistrictResponse

func CreateProfileDistrictResponse() (response *ProfileDistrictResponse)

CreateProfileDistrictResponse creates a response to parse from ProfileDistrict response

type ProfileHistoryListRequest

type ProfileHistoryListRequest struct {
	*requests.RpcRequest
	Idtype requests.Integer `position:"Query" name:"Idtype"`
	Page   requests.Integer `position:"Query" name:"Page"`
	Per    requests.Integer `position:"Query" name:"Per"`
	Agsid  requests.Integer `position:"Query" name:"Agsid"`
}

ProfileHistoryListRequest is the request struct for api ProfileHistoryList

func CreateProfileHistoryListRequest

func CreateProfileHistoryListRequest() (request *ProfileHistoryListRequest)

CreateProfileHistoryListRequest creates a request to invoke ProfileHistoryList API

type ProfileHistoryListResponse

type ProfileHistoryListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileHistoryListResponse is the response struct for api ProfileHistoryList

func CreateProfileHistoryListResponse

func CreateProfileHistoryListResponse() (response *ProfileHistoryListResponse)

CreateProfileHistoryListResponse creates a response to parse from ProfileHistoryList response

type ProfileHistoryRequest

type ProfileHistoryRequest struct {
	*requests.RpcRequest
	Idtype     requests.Integer `position:"Query" name:"Idtype"`
	EndMonth   string           `position:"Query" name:"EndMonth"`
	BeginMonth string           `position:"Query" name:"BeginMonth"`
	Agsid      requests.Integer `position:"Query" name:"Agsid"`
}

ProfileHistoryRequest is the request struct for api ProfileHistory

func CreateProfileHistoryRequest

func CreateProfileHistoryRequest() (request *ProfileHistoryRequest)

CreateProfileHistoryRequest creates a request to invoke ProfileHistory API

type ProfileHistoryResponse

type ProfileHistoryResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileHistoryResponse is the response struct for api ProfileHistory

func CreateProfileHistoryResponse

func CreateProfileHistoryResponse() (response *ProfileHistoryResponse)

CreateProfileHistoryResponse creates a response to parse from ProfileHistory response

type ProfileMediaRequest

type ProfileMediaRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	DataType  requests.Integer `position:"Query" name:"DataType"`
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
}

ProfileMediaRequest is the request struct for api ProfileMedia

func CreateProfileMediaRequest

func CreateProfileMediaRequest() (request *ProfileMediaRequest)

CreateProfileMediaRequest creates a request to invoke ProfileMedia API

type ProfileMediaResponse

type ProfileMediaResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileMediaResponse is the response struct for api ProfileMedia

func CreateProfileMediaResponse

func CreateProfileMediaResponse() (response *ProfileMediaResponse)

CreateProfileMediaResponse creates a response to parse from ProfileMedia response

type ProfileTagRequest

type ProfileTagRequest struct {
	*requests.RpcRequest
	Idtype     requests.Integer `position:"Query" name:"Idtype"`
	BeginDate  string           `position:"Query" name:"BeginDate"`
	EndDate    string           `position:"Query" name:"EndDate"`
	AppType    requests.Integer `position:"Query" name:"AppType"`
	Tag        string           `position:"Query" name:"Tag"`
	Agsid      requests.Integer `position:"Query" name:"Agsid"`
	AreaNumber requests.Integer `position:"Query" name:"AreaNumber"`
}

ProfileTagRequest is the request struct for api ProfileTag

func CreateProfileTagRequest

func CreateProfileTagRequest() (request *ProfileTagRequest)

CreateProfileTagRequest creates a request to invoke ProfileTag API

type ProfileTagResponse

type ProfileTagResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileTagResponse is the response struct for api ProfileTag

func CreateProfileTagResponse

func CreateProfileTagResponse() (response *ProfileTagResponse)

CreateProfileTagResponse creates a response to parse from ProfileTag response

type ProfileTradeRequest

type ProfileTradeRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	DataType  requests.Integer `position:"Query" name:"DataType"`
	Gsid      requests.Integer `position:"Query" name:"Gsid"`
}

ProfileTradeRequest is the request struct for api ProfileTrade

func CreateProfileTradeRequest

func CreateProfileTradeRequest() (request *ProfileTradeRequest)

CreateProfileTradeRequest creates a request to invoke ProfileTrade API

type ProfileTradeResponse

type ProfileTradeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ProfileTradeResponse is the response struct for api ProfileTrade

func CreateProfileTradeResponse

func CreateProfileTradeResponse() (response *ProfileTradeResponse)

CreateProfileTradeResponse creates a response to parse from ProfileTrade response

type PutOssFileRequest

type PutOssFileRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

PutOssFileRequest is the request struct for api PutOssFile

func CreatePutOssFileRequest

func CreatePutOssFileRequest() (request *PutOssFileRequest)

CreatePutOssFileRequest creates a request to invoke PutOssFile API

type PutOssFileResponse

type PutOssFileResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

PutOssFileResponse is the response struct for api PutOssFile

func CreatePutOssFileResponse

func CreatePutOssFileResponse() (response *PutOssFileResponse)

CreatePutOssFileResponse creates a response to parse from PutOssFile response

type QueryRenewPriceRequest

type QueryRenewPriceRequest struct {
	*requests.RpcRequest
	TimeCycleNum requests.Integer `position:"Query" name:"TimeCycleNum"`
	ApList       *[]string        `position:"Query" name:"ApList"  type:"Repeated"`
}

QueryRenewPriceRequest is the request struct for api QueryRenewPrice

func CreateQueryRenewPriceRequest

func CreateQueryRenewPriceRequest() (request *QueryRenewPriceRequest)

CreateQueryRenewPriceRequest creates a request to invoke QueryRenewPrice API

type QueryRenewPriceResponse

type QueryRenewPriceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Code      string `json:"code" xml:"code"`
	Data      string `json:"data" xml:"data"`
}

QueryRenewPriceResponse is the response struct for api QueryRenewPrice

func CreateQueryRenewPriceResponse

func CreateQueryRenewPriceResponse() (response *QueryRenewPriceResponse)

CreateQueryRenewPriceResponse creates a response to parse from QueryRenewPrice response

type ReleaseInstanceRequest

type ReleaseInstanceRequest struct {
	*requests.RpcRequest
	TraceId string `position:"Query" name:"TraceId"`
	SpMsg   string `position:"Query" name:"SpMsg"`
}

ReleaseInstanceRequest is the request struct for api ReleaseInstance

func CreateReleaseInstanceRequest

func CreateReleaseInstanceRequest() (request *ReleaseInstanceRequest)

CreateReleaseInstanceRequest creates a request to invoke ReleaseInstance API

type ReleaseInstanceResponse

type ReleaseInstanceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Result    string `json:"result" xml:"result"`
}

ReleaseInstanceResponse is the response struct for api ReleaseInstance

func CreateReleaseInstanceResponse

func CreateReleaseInstanceResponse() (response *ReleaseInstanceResponse)

CreateReleaseInstanceResponse creates a response to parse from ReleaseInstance response

type RepairApRequest

type RepairApRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

RepairApRequest is the request struct for api RepairAp

func CreateRepairApRequest

func CreateRepairApRequest() (request *RepairApRequest)

CreateRepairApRequest creates a request to invoke RepairAp API

type RepairApResponse

type RepairApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

RepairApResponse is the response struct for api RepairAp

func CreateRepairApResponse

func CreateRepairApResponse() (response *RepairApResponse)

CreateRepairApResponse creates a response to parse from RepairAp response

type RepairGroupApRequest

type RepairGroupApRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

RepairGroupApRequest is the request struct for api RepairGroupAp

func CreateRepairGroupApRequest

func CreateRepairGroupApRequest() (request *RepairGroupApRequest)

CreateRepairGroupApRequest creates a request to invoke RepairGroupAp API

type RepairGroupApResponse

type RepairGroupApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

RepairGroupApResponse is the response struct for api RepairGroupAp

func CreateRepairGroupApResponse

func CreateRepairGroupApResponse() (response *RepairGroupApResponse)

CreateRepairGroupApResponse creates a response to parse from RepairGroupAp response

type ReportDayRequest

type ReportDayRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportDayRequest is the request struct for api ReportDay

func CreateReportDayRequest

func CreateReportDayRequest() (request *ReportDayRequest)

CreateReportDayRequest creates a request to invoke ReportDay API

type ReportDayResponse

type ReportDayResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportDayResponse is the response struct for api ReportDay

func CreateReportDayResponse

func CreateReportDayResponse() (response *ReportDayResponse)

CreateReportDayResponse creates a response to parse from ReportDay response

type ReportHourRequest

type ReportHourRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportHourRequest is the request struct for api ReportHour

func CreateReportHourRequest

func CreateReportHourRequest() (request *ReportHourRequest)

CreateReportHourRequest creates a request to invoke ReportHour API

type ReportHourResponse

type ReportHourResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportHourResponse is the response struct for api ReportHour

func CreateReportHourResponse

func CreateReportHourResponse() (response *ReportHourResponse)

CreateReportHourResponse creates a response to parse from ReportHour response

type ReportMinuteRequest

type ReportMinuteRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportMinuteRequest is the request struct for api ReportMinute

func CreateReportMinuteRequest

func CreateReportMinuteRequest() (request *ReportMinuteRequest)

CreateReportMinuteRequest creates a request to invoke ReportMinute API

type ReportMinuteResponse

type ReportMinuteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportMinuteResponse is the response struct for api ReportMinute

func CreateReportMinuteResponse

func CreateReportMinuteResponse() (response *ReportMinuteResponse)

CreateReportMinuteResponse creates a response to parse from ReportMinute response

type ReportRealtimeRequest

type ReportRealtimeRequest struct {
	*requests.RpcRequest
	Agsid requests.Integer `position:"Query" name:"Agsid"`
}

ReportRealtimeRequest is the request struct for api ReportRealtime

func CreateReportRealtimeRequest

func CreateReportRealtimeRequest() (request *ReportRealtimeRequest)

CreateReportRealtimeRequest creates a request to invoke ReportRealtime API

type ReportRealtimeResponse

type ReportRealtimeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportRealtimeResponse is the response struct for api ReportRealtime

func CreateReportRealtimeResponse

func CreateReportRealtimeResponse() (response *ReportRealtimeResponse)

CreateReportRealtimeResponse creates a response to parse from ReportRealtime response

type ReportZoneDayRequest

type ReportZoneDayRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportZoneDayRequest is the request struct for api ReportZoneDay

func CreateReportZoneDayRequest

func CreateReportZoneDayRequest() (request *ReportZoneDayRequest)

CreateReportZoneDayRequest creates a request to invoke ReportZoneDay API

type ReportZoneDayResponse

type ReportZoneDayResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportZoneDayResponse is the response struct for api ReportZoneDay

func CreateReportZoneDayResponse

func CreateReportZoneDayResponse() (response *ReportZoneDayResponse)

CreateReportZoneDayResponse creates a response to parse from ReportZoneDay response

type ReportZoneHourRequest

type ReportZoneHourRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportZoneHourRequest is the request struct for api ReportZoneHour

func CreateReportZoneHourRequest

func CreateReportZoneHourRequest() (request *ReportZoneHourRequest)

CreateReportZoneHourRequest creates a request to invoke ReportZoneHour API

type ReportZoneHourResponse

type ReportZoneHourResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportZoneHourResponse is the response struct for api ReportZoneHour

func CreateReportZoneHourResponse

func CreateReportZoneHourResponse() (response *ReportZoneHourResponse)

CreateReportZoneHourResponse creates a response to parse from ReportZoneHour response

type ReportZoneMinuteRequest

type ReportZoneMinuteRequest struct {
	*requests.RpcRequest
	BeginDate string           `position:"Query" name:"BeginDate"`
	EndDate   string           `position:"Query" name:"EndDate"`
	Agsid     requests.Integer `position:"Query" name:"Agsid"`
}

ReportZoneMinuteRequest is the request struct for api ReportZoneMinute

func CreateReportZoneMinuteRequest

func CreateReportZoneMinuteRequest() (request *ReportZoneMinuteRequest)

CreateReportZoneMinuteRequest creates a request to invoke ReportZoneMinute API

type ReportZoneMinuteResponse

type ReportZoneMinuteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportZoneMinuteResponse is the response struct for api ReportZoneMinute

func CreateReportZoneMinuteResponse

func CreateReportZoneMinuteResponse() (response *ReportZoneMinuteResponse)

CreateReportZoneMinuteResponse creates a response to parse from ReportZoneMinute response

type ReportZoneRealtimeRequest

type ReportZoneRealtimeRequest struct {
	*requests.RpcRequest
	Agsid requests.Integer `position:"Query" name:"Agsid"`
}

ReportZoneRealtimeRequest is the request struct for api ReportZoneRealtime

func CreateReportZoneRealtimeRequest

func CreateReportZoneRealtimeRequest() (request *ReportZoneRealtimeRequest)

CreateReportZoneRealtimeRequest creates a request to invoke ReportZoneRealtime API

type ReportZoneRealtimeResponse

type ReportZoneRealtimeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ReportZoneRealtimeResponse is the response struct for api ReportZoneRealtime

func CreateReportZoneRealtimeResponse

func CreateReportZoneRealtimeResponse() (response *ReportZoneRealtimeResponse)

CreateReportZoneRealtimeResponse creates a response to parse from ReportZoneRealtime response

type ResetApConfigRequest

type ResetApConfigRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

ResetApConfigRequest is the request struct for api ResetApConfig

func CreateResetApConfigRequest

func CreateResetApConfigRequest() (request *ResetApConfigRequest)

CreateResetApConfigRequest creates a request to invoke ResetApConfig API

type ResetApConfigResponse

type ResetApConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ResetApConfigResponse is the response struct for api ResetApConfig

func CreateResetApConfigResponse

func CreateResetApConfigResponse() (response *ResetApConfigResponse)

CreateResetApConfigResponse creates a response to parse from ResetApConfig response

type ResetApRequest

type ResetApRequest struct {
	*requests.RpcRequest
	Id requests.Integer `position:"Query" name:"Id"`
}

ResetApRequest is the request struct for api ResetAp

func CreateResetApRequest

func CreateResetApRequest() (request *ResetApRequest)

CreateResetApRequest creates a request to invoke ResetAp API

type ResetApResponse

type ResetApResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ResetApResponse is the response struct for api ResetAp

func CreateResetApResponse

func CreateResetApResponse() (response *ResetApResponse)

CreateResetApResponse creates a response to parse from ResetAp response

type ResumeInstanceRequest

type ResumeInstanceRequest struct {
	*requests.RpcRequest
	TraceId string `position:"Query" name:"TraceId"`
	SpMsg   string `position:"Query" name:"SpMsg"`
}

ResumeInstanceRequest is the request struct for api ResumeInstance

func CreateResumeInstanceRequest

func CreateResumeInstanceRequest() (request *ResumeInstanceRequest)

CreateResumeInstanceRequest creates a request to invoke ResumeInstance API

type ResumeInstanceResponse

type ResumeInstanceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	Message   string `json:"message" xml:"message"`
	Result    string `json:"result" xml:"result"`
}

ResumeInstanceResponse is the response struct for api ResumeInstance

func CreateResumeInstanceResponse

func CreateResumeInstanceResponse() (response *ResumeInstanceResponse)

CreateResumeInstanceResponse creates a response to parse from ResumeInstance response

type SaveAccountConfigRequest

type SaveAccountConfigRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

SaveAccountConfigRequest is the request struct for api SaveAccountConfig

func CreateSaveAccountConfigRequest

func CreateSaveAccountConfigRequest() (request *SaveAccountConfigRequest)

CreateSaveAccountConfigRequest creates a request to invoke SaveAccountConfig API

type SaveAccountConfigResponse

type SaveAccountConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveAccountConfigResponse is the response struct for api SaveAccountConfig

func CreateSaveAccountConfigResponse

func CreateSaveAccountConfigResponse() (response *SaveAccountConfigResponse)

CreateSaveAccountConfigResponse creates a response to parse from SaveAccountConfig response

type SaveApConfigRequest

type SaveApConfigRequest struct {
	*requests.RpcRequest
	Country     string           `position:"Query" name:"Country"`
	ApAssetId   requests.Integer `position:"Query" name:"ApAssetId"`
	LogLevel    requests.Integer `position:"Query" name:"LogLevel"`
	Name        string           `position:"Query" name:"Name"`
	EchoInt     requests.Integer `position:"Query" name:"EchoInt"`
	Scan        requests.Integer `position:"Query" name:"Scan"`
	Description string           `position:"Query" name:"Description"`
	Id          requests.Integer `position:"Query" name:"Id"`
	Dai         string           `position:"Query" name:"Dai"`
	LogIp       string           `position:"Query" name:"LogIp"`
	Mac         string           `position:"Query" name:"Mac"`
}

SaveApConfigRequest is the request struct for api SaveApConfig

func CreateSaveApConfigRequest

func CreateSaveApConfigRequest() (request *SaveApConfigRequest)

CreateSaveApConfigRequest creates a request to invoke SaveApConfig API

type SaveApConfigResponse

type SaveApConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApConfigResponse is the response struct for api SaveApConfig

func CreateSaveApConfigResponse

func CreateSaveApConfigResponse() (response *SaveApConfigResponse)

CreateSaveApConfigResponse creates a response to parse from SaveApConfig response

type SaveApMapInfoRequest

type SaveApMapInfoRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

SaveApMapInfoRequest is the request struct for api SaveApMapInfo

func CreateSaveApMapInfoRequest

func CreateSaveApMapInfoRequest() (request *SaveApMapInfoRequest)

CreateSaveApMapInfoRequest creates a request to invoke SaveApMapInfo API

type SaveApMapInfoResponse

type SaveApMapInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApMapInfoResponse is the response struct for api SaveApMapInfo

func CreateSaveApMapInfoResponse

func CreateSaveApMapInfoResponse() (response *SaveApMapInfoResponse)

CreateSaveApMapInfoResponse creates a response to parse from SaveApMapInfo response

type SaveApPortalConfigRequest

type SaveApPortalConfigRequest struct {
	*requests.RpcRequest
	AuthKey      string           `position:"Query" name:"AuthKey"`
	PortalUrl    string           `position:"Query" name:"PortalUrl"`
	PortalStatus requests.Boolean `position:"Query" name:"PortalStatus"`
	Whitelist    string           `position:"Query" name:"Whitelist"`
	CheckUrl     string           `position:"Query" name:"CheckUrl"`
	ApConfigId   requests.Integer `position:"Query" name:"ApConfigId"`
	AuthSecret   string           `position:"Query" name:"AuthSecret"`
	WebAuthUrl   string           `position:"Query" name:"WebAuthUrl"`
	Network      requests.Integer `position:"Query" name:"Network"`
}

SaveApPortalConfigRequest is the request struct for api SaveApPortalConfig

func CreateSaveApPortalConfigRequest

func CreateSaveApPortalConfigRequest() (request *SaveApPortalConfigRequest)

CreateSaveApPortalConfigRequest creates a request to invoke SaveApPortalConfig API

type SaveApPortalConfigResponse

type SaveApPortalConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApPortalConfigResponse is the response struct for api SaveApPortalConfig

func CreateSaveApPortalConfigResponse

func CreateSaveApPortalConfigResponse() (response *SaveApPortalConfigResponse)

CreateSaveApPortalConfigResponse creates a response to parse from SaveApPortalConfig response

type SaveApRadioConfigRequest

type SaveApRadioConfigRequest struct {
	*requests.RpcRequest
	RequireMode        string           `position:"Query" name:"RequireMode"`
	Htmode             string           `position:"Query" name:"Htmode"`
	Frag               requests.Integer `position:"Query" name:"Frag"`
	Minrate            requests.Integer `position:"Query" name:"Minrate"`
	McastRate          requests.Integer `position:"Query" name:"McastRate"`
	Probereq           requests.Integer `position:"Query" name:"Probereq"`
	Channel            requests.Integer `position:"Query" name:"Channel"`
	Shortgi            requests.Integer `position:"Query" name:"Shortgi"`
	Hwmode             string           `position:"Query" name:"Hwmode"`
	Uapsd              requests.Integer `position:"Query" name:"Uapsd"`
	BeaconInt          requests.Integer `position:"Query" name:"BeaconInt"`
	Mac                string           `position:"Query" name:"Mac"`
	Rts                requests.Integer `position:"Query" name:"Rts"`
	Txpower            requests.Integer `position:"Query" name:"Txpower"`
	Noscan             requests.Integer `position:"Query" name:"Noscan"`
	BcastRate          requests.Integer `position:"Query" name:"BcastRate"`
	Disabled           requests.Integer `position:"Query" name:"Disabled"`
	InstantlyEffective requests.Integer `position:"Query" name:"InstantlyEffective"`
	Id                 requests.Integer `position:"Query" name:"Id"`
	RadioIndex         requests.Integer `position:"Query" name:"RadioIndex"`
}

SaveApRadioConfigRequest is the request struct for api SaveApRadioConfig

func CreateSaveApRadioConfigRequest

func CreateSaveApRadioConfigRequest() (request *SaveApRadioConfigRequest)

CreateSaveApRadioConfigRequest creates a request to invoke SaveApRadioConfig API

type SaveApRadioConfigResponse

type SaveApRadioConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApRadioConfigResponse is the response struct for api SaveApRadioConfig

func CreateSaveApRadioConfigResponse

func CreateSaveApRadioConfigResponse() (response *SaveApRadioConfigResponse)

CreateSaveApRadioConfigResponse creates a response to parse from SaveApRadioConfig response

type SaveApRadioSsidConfigRequest

type SaveApRadioSsidConfigRequest struct {
	*requests.RpcRequest
	Nasid               string           `position:"Query" name:"Nasid"`
	AuthPort            requests.Integer `position:"Query" name:"AuthPort"`
	Hidden              requests.Integer `position:"Query" name:"Hidden"`
	DynamicVlan         requests.Integer `position:"Query" name:"DynamicVlan"`
	AuthServer          string           `position:"Query" name:"AuthServer"`
	SecondaryAcctServer string           `position:"Query" name:"SecondaryAcctServer"`
	Ssid                string           `position:"Query" name:"Ssid"`
	Cir                 requests.Integer `position:"Query" name:"Cir"`
	Mac                 string           `position:"Query" name:"Mac"`
	SecondaryAcctSecret string           `position:"Query" name:"SecondaryAcctSecret"`
	Ieee80211w          requests.Integer `position:"Query" name:"Ieee80211w"`
	Network             requests.Integer `position:"Query" name:"Network"`
	Isolate             requests.Integer `position:"Query" name:"Isolate"`
	ApAssetId           requests.Integer `position:"Query" name:"ApAssetId"`
	EncKey              string           `position:"Query" name:"EncKey"`
	MulticastForward    requests.Integer `position:"Query" name:"MulticastForward"`
	Encryption          string           `position:"Query" name:"Encryption"`
	Wmm                 requests.Integer `position:"Query" name:"Wmm"`
	AuthCache           requests.Integer `position:"Query" name:"AuthCache"`
	Disabled            requests.Integer `position:"Query" name:"Disabled"`
	Id                  requests.Integer `position:"Query" name:"Id"`
	RadioIndex          requests.Integer `position:"Query" name:"RadioIndex"`
	IgnoreWeakProbe     requests.Integer `position:"Query" name:"IgnoreWeakProbe"`
	Maxassoc            requests.Integer `position:"Query" name:"Maxassoc"`
	AcctServer          string           `position:"Query" name:"AcctServer"`
	SecondaryAuthServer string           `position:"Query" name:"SecondaryAuthServer"`
	DaeClient           string           `position:"Query" name:"DaeClient"`
	DaeSecret           string           `position:"Query" name:"DaeSecret"`
	DisassocLowAck      requests.Integer `position:"Query" name:"DisassocLowAck"`
	SecondaryAuthPort   requests.Integer `position:"Query" name:"SecondaryAuthPort"`
	AcctSecret          string           `position:"Query" name:"AcctSecret"`
	DisassocWeakRssi    requests.Integer `position:"Query" name:"DisassocWeakRssi"`
	SecondaryAcctPort   requests.Integer `position:"Query" name:"SecondaryAcctPort"`
	DaePort             requests.Integer `position:"Query" name:"DaePort"`
	SsidLb              requests.Integer `position:"Query" name:"SsidLb"`
	AcctPort            requests.Integer `position:"Query" name:"AcctPort"`
	MaxInactivity       requests.Integer `position:"Query" name:"MaxInactivity"`
	VlanDhcp            requests.Integer `position:"Query" name:"VlanDhcp"`
	InstantlyEffective  requests.Integer `position:"Query" name:"InstantlyEffective"`
	ShortPreamble       requests.Integer `position:"Query" name:"ShortPreamble"`
	AuthSecret          string           `position:"Query" name:"AuthSecret"`
	SecondaryAuthSecret string           `position:"Query" name:"SecondaryAuthSecret"`
	Ownip               string           `position:"Query" name:"Ownip"`
}

SaveApRadioSsidConfigRequest is the request struct for api SaveApRadioSsidConfig

func CreateSaveApRadioSsidConfigRequest

func CreateSaveApRadioSsidConfigRequest() (request *SaveApRadioSsidConfigRequest)

CreateSaveApRadioSsidConfigRequest creates a request to invoke SaveApRadioSsidConfig API

type SaveApRadioSsidConfigResponse

type SaveApRadioSsidConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApRadioSsidConfigResponse is the response struct for api SaveApRadioSsidConfig

func CreateSaveApRadioSsidConfigResponse

func CreateSaveApRadioSsidConfigResponse() (response *SaveApRadioSsidConfigResponse)

CreateSaveApRadioSsidConfigResponse creates a response to parse from SaveApRadioSsidConfig response

type SaveApScanConfigRequest

type SaveApScanConfigRequest struct {
	*requests.RpcRequest
	JsonData   string           `position:"Query" name:"JsonData"`
	ApConfigId requests.Integer `position:"Query" name:"ApConfigId"`
}

SaveApScanConfigRequest is the request struct for api SaveApScanConfig

func CreateSaveApScanConfigRequest

func CreateSaveApScanConfigRequest() (request *SaveApScanConfigRequest)

CreateSaveApScanConfigRequest creates a request to invoke SaveApScanConfig API

type SaveApScanConfigResponse

type SaveApScanConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApScanConfigResponse is the response struct for api SaveApScanConfig

func CreateSaveApScanConfigResponse

func CreateSaveApScanConfigResponse() (response *SaveApScanConfigResponse)

CreateSaveApScanConfigResponse creates a response to parse from SaveApScanConfig response

type SaveApgroupConfigRequest

type SaveApgroupConfigRequest struct {
	*requests.RpcRequest
	Country     string           `position:"Query" name:"Country"`
	LogLevel    requests.Integer `position:"Query" name:"LogLevel"`
	Name        string           `position:"Query" name:"Name"`
	EchoInt     requests.Integer `position:"Query" name:"EchoInt"`
	Scan        requests.Integer `position:"Query" name:"Scan"`
	Description string           `position:"Query" name:"Description"`
	Id          requests.Integer `position:"Query" name:"Id"`
	Dai         string           `position:"Query" name:"Dai"`
	LogIp       string           `position:"Query" name:"LogIp"`
}

SaveApgroupConfigRequest is the request struct for api SaveApgroupConfig

func CreateSaveApgroupConfigRequest

func CreateSaveApgroupConfigRequest() (request *SaveApgroupConfigRequest)

CreateSaveApgroupConfigRequest creates a request to invoke SaveApgroupConfig API

type SaveApgroupConfigResponse

type SaveApgroupConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApgroupConfigResponse is the response struct for api SaveApgroupConfig

func CreateSaveApgroupConfigResponse

func CreateSaveApgroupConfigResponse() (response *SaveApgroupConfigResponse)

CreateSaveApgroupConfigResponse creates a response to parse from SaveApgroupConfig response

type SaveApgroupScanConfigRequest

type SaveApgroupScanConfigRequest struct {
	*requests.RpcRequest
	JsonData  string           `position:"Query" name:"JsonData"`
	ApgroupId requests.Integer `position:"Query" name:"ApgroupId"`
}

SaveApgroupScanConfigRequest is the request struct for api SaveApgroupScanConfig

func CreateSaveApgroupScanConfigRequest

func CreateSaveApgroupScanConfigRequest() (request *SaveApgroupScanConfigRequest)

CreateSaveApgroupScanConfigRequest creates a request to invoke SaveApgroupScanConfig API

type SaveApgroupScanConfigResponse

type SaveApgroupScanConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApgroupScanConfigResponse is the response struct for api SaveApgroupScanConfig

func CreateSaveApgroupScanConfigResponse

func CreateSaveApgroupScanConfigResponse() (response *SaveApgroupScanConfigResponse)

CreateSaveApgroupScanConfigResponse creates a response to parse from SaveApgroupScanConfig response

type SaveApgroupSsidConfigRequest

type SaveApgroupSsidConfigRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

SaveApgroupSsidConfigRequest is the request struct for api SaveApgroupSsidConfig

func CreateSaveApgroupSsidConfigRequest

func CreateSaveApgroupSsidConfigRequest() (request *SaveApgroupSsidConfigRequest)

CreateSaveApgroupSsidConfigRequest creates a request to invoke SaveApgroupSsidConfig API

type SaveApgroupSsidConfigResponse

type SaveApgroupSsidConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveApgroupSsidConfigResponse is the response struct for api SaveApgroupSsidConfig

func CreateSaveApgroupSsidConfigResponse

func CreateSaveApgroupSsidConfigResponse() (response *SaveApgroupSsidConfigResponse)

CreateSaveApgroupSsidConfigResponse creates a response to parse from SaveApgroupSsidConfig response

type SaveGroupApRadioConfigRequest

type SaveGroupApRadioConfigRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

SaveGroupApRadioConfigRequest is the request struct for api SaveGroupApRadioConfig

func CreateSaveGroupApRadioConfigRequest

func CreateSaveGroupApRadioConfigRequest() (request *SaveGroupApRadioConfigRequest)

CreateSaveGroupApRadioConfigRequest creates a request to invoke SaveGroupApRadioConfig API

type SaveGroupApRadioConfigResponse

type SaveGroupApRadioConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveGroupApRadioConfigResponse is the response struct for api SaveGroupApRadioConfig

func CreateSaveGroupApRadioConfigResponse

func CreateSaveGroupApRadioConfigResponse() (response *SaveGroupApRadioConfigResponse)

CreateSaveGroupApRadioConfigResponse creates a response to parse from SaveGroupApRadioConfig response

type SavePageConfigTemplateRequest

type SavePageConfigTemplateRequest struct {
	*requests.RpcRequest
	TempType       requests.Integer `position:"Query" name:"TempType"`
	TempDesc       string           `position:"Query" name:"TempDesc"`
	TempName       string           `position:"Query" name:"TempName"`
	Id             requests.Integer `position:"Query" name:"Id"`
	TempPermission string           `position:"Query" name:"TempPermission"`
}

SavePageConfigTemplateRequest is the request struct for api SavePageConfigTemplate

func CreateSavePageConfigTemplateRequest

func CreateSavePageConfigTemplateRequest() (request *SavePageConfigTemplateRequest)

CreateSavePageConfigTemplateRequest creates a request to invoke SavePageConfigTemplate API

type SavePageConfigTemplateResponse

type SavePageConfigTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SavePageConfigTemplateResponse is the response struct for api SavePageConfigTemplate

func CreateSavePageConfigTemplateResponse

func CreateSavePageConfigTemplateResponse() (response *SavePageConfigTemplateResponse)

CreateSavePageConfigTemplateResponse creates a response to parse from SavePageConfigTemplate response

type SavePortalConfigRequest

type SavePortalConfigRequest struct {
	*requests.RpcRequest
	JsonData string `position:"Query" name:"JsonData"`
}

SavePortalConfigRequest is the request struct for api SavePortalConfig

func CreateSavePortalConfigRequest

func CreateSavePortalConfigRequest() (request *SavePortalConfigRequest)

CreateSavePortalConfigRequest creates a request to invoke SavePortalConfig API

type SavePortalConfigResponse

type SavePortalConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SavePortalConfigResponse is the response struct for api SavePortalConfig

func CreateSavePortalConfigResponse

func CreateSavePortalConfigResponse() (response *SavePortalConfigResponse)

CreateSavePortalConfigResponse creates a response to parse from SavePortalConfig response

type SavePortalTemplateRequest

type SavePortalTemplateRequest struct {
	*requests.RpcRequest
	TextContent string           `position:"Query" name:"TextContent"`
	TempName    string           `position:"Query" name:"TempName"`
	TextAlign   string           `position:"Query" name:"TextAlign"`
	TextColor   string           `position:"Query" name:"TextColor"`
	Id          requests.Integer `position:"Query" name:"Id"`
	OssFileId   requests.Integer `position:"Query" name:"OssFileId"`
}

SavePortalTemplateRequest is the request struct for api SavePortalTemplate

func CreateSavePortalTemplateRequest

func CreateSavePortalTemplateRequest() (request *SavePortalTemplateRequest)

CreateSavePortalTemplateRequest creates a request to invoke SavePortalTemplate API

type SavePortalTemplateResponse

type SavePortalTemplateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SavePortalTemplateResponse is the response struct for api SavePortalTemplate

func CreateSavePortalTemplateResponse

func CreateSavePortalTemplateResponse() (response *SavePortalTemplateResponse)

CreateSavePortalTemplateResponse creates a response to parse from SavePortalTemplate response

type SaveProbeDataSubscriberRequest

type SaveProbeDataSubscriberRequest struct {
	*requests.RpcRequest
	ApiUrl         string           `position:"Query" name:"ApiUrl"`
	ParamGenScript string           `position:"Query" name:"ParamGenScript"`
	Name           string           `position:"Query" name:"Name"`
	HttpMethod     string           `position:"Query" name:"HttpMethod"`
	Description    string           `position:"Query" name:"Description"`
	Id             requests.Integer `position:"Query" name:"Id"`
	Type           requests.Integer `position:"Query" name:"Type"`
	ResourceIds    *[]string        `position:"Query" name:"ResourceIds"  type:"Repeated"`
}

SaveProbeDataSubscriberRequest is the request struct for api SaveProbeDataSubscriber

func CreateSaveProbeDataSubscriberRequest

func CreateSaveProbeDataSubscriberRequest() (request *SaveProbeDataSubscriberRequest)

CreateSaveProbeDataSubscriberRequest creates a request to invoke SaveProbeDataSubscriber API

type SaveProbeDataSubscriberResponse

type SaveProbeDataSubscriberResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveProbeDataSubscriberResponse is the response struct for api SaveProbeDataSubscriber

func CreateSaveProbeDataSubscriberResponse

func CreateSaveProbeDataSubscriberResponse() (response *SaveProbeDataSubscriberResponse)

CreateSaveProbeDataSubscriberResponse creates a response to parse from SaveProbeDataSubscriber response

type SaveStaStatusRequest

type SaveStaStatusRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Id          requests.Integer `position:"Query" name:"Id"`
}

SaveStaStatusRequest is the request struct for api SaveStaStatus

func CreateSaveStaStatusRequest

func CreateSaveStaStatusRequest() (request *SaveStaStatusRequest)

CreateSaveStaStatusRequest creates a request to invoke SaveStaStatus API

type SaveStaStatusResponse

type SaveStaStatusResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveStaStatusResponse is the response struct for api SaveStaStatus

func CreateSaveStaStatusResponse

func CreateSaveStaStatusResponse() (response *SaveStaStatusResponse)

CreateSaveStaStatusResponse creates a response to parse from SaveStaStatus response

type SaveUmengPagePermission4RootRequest

type SaveUmengPagePermission4RootRequest struct {
	*requests.RpcRequest
	GsPermission   string           `position:"Query" name:"GsPermission"`
	AliyunPk       requests.Integer `position:"Query" name:"AliyunPk"`
	PagePermission requests.Integer `position:"Query" name:"PagePermission"`
	Id             requests.Integer `position:"Query" name:"Id"`
	Bid            requests.Integer `position:"Query" name:"Bid"`
}

SaveUmengPagePermission4RootRequest is the request struct for api SaveUmengPagePermission4Root

func CreateSaveUmengPagePermission4RootRequest

func CreateSaveUmengPagePermission4RootRequest() (request *SaveUmengPagePermission4RootRequest)

CreateSaveUmengPagePermission4RootRequest creates a request to invoke SaveUmengPagePermission4Root API

type SaveUmengPagePermission4RootResponse

type SaveUmengPagePermission4RootResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SaveUmengPagePermission4RootResponse is the response struct for api SaveUmengPagePermission4Root

func CreateSaveUmengPagePermission4RootResponse

func CreateSaveUmengPagePermission4RootResponse() (response *SaveUmengPagePermission4RootResponse)

CreateSaveUmengPagePermission4RootResponse creates a response to parse from SaveUmengPagePermission4Root response

type SendCommandByMacRequest

type SendCommandByMacRequest struct {
	*requests.RpcRequest
	MacList *[]string `position:"Query" name:"MacList"  type:"Repeated"`
	Command string    `position:"Query" name:"Command"`
}

SendCommandByMacRequest is the request struct for api SendCommandByMac

func CreateSendCommandByMacRequest

func CreateSendCommandByMacRequest() (request *SendCommandByMacRequest)

CreateSendCommandByMacRequest creates a request to invoke SendCommandByMac API

type SendCommandByMacResponse

type SendCommandByMacResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SendCommandByMacResponse is the response struct for api SendCommandByMac

func CreateSendCommandByMacResponse

func CreateSendCommandByMacResponse() (response *SendCommandByMacResponse)

CreateSendCommandByMacResponse creates a response to parse from SendCommandByMac response

type SetScanModeRequest

type SetScanModeRequest struct {
	*requests.RpcRequest
	Operation requests.Integer `position:"Query" name:"Operation"`
	MacList   *[]string        `position:"Query" name:"MacList"  type:"Repeated"`
}

SetScanModeRequest is the request struct for api SetScanMode

func CreateSetScanModeRequest

func CreateSetScanModeRequest() (request *SetScanModeRequest)

CreateSetScanModeRequest creates a request to invoke SetScanMode API

type SetScanModeResponse

type SetScanModeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SetScanModeResponse is the response struct for api SetScanMode

func CreateSetScanModeResponse

func CreateSetScanModeResponse() (response *SetScanModeResponse)

CreateSetScanModeResponse creates a response to parse from SetScanMode response

type SetUpgradeImgByModelRequest

type SetUpgradeImgByModelRequest struct {
	*requests.RpcRequest
	ImgAddr    string           `position:"Query" name:"ImgAddr"`
	ImgVersion string           `position:"Query" name:"ImgVersion"`
	ApModelId  requests.Integer `position:"Query" name:"ApModelId"`
	Comment    string           `position:"Query" name:"Comment"`
}

SetUpgradeImgByModelRequest is the request struct for api SetUpgradeImgByModel

func CreateSetUpgradeImgByModelRequest

func CreateSetUpgradeImgByModelRequest() (request *SetUpgradeImgByModelRequest)

CreateSetUpgradeImgByModelRequest creates a request to invoke SetUpgradeImgByModel API

type SetUpgradeImgByModelResponse

type SetUpgradeImgByModelResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

SetUpgradeImgByModelResponse is the response struct for api SetUpgradeImgByModel

func CreateSetUpgradeImgByModelResponse

func CreateSetUpgradeImgByModelResponse() (response *SetUpgradeImgByModelResponse)

CreateSetUpgradeImgByModelResponse creates a response to parse from SetUpgradeImgByModel response

type ShopActionCustomeRequest

type ShopActionCustomeRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

ShopActionCustomeRequest is the request struct for api ShopActionCustome

func CreateShopActionCustomeRequest

func CreateShopActionCustomeRequest() (request *ShopActionCustomeRequest)

CreateShopActionCustomeRequest creates a request to invoke ShopActionCustome API

type ShopActionCustomeResponse

type ShopActionCustomeResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopActionCustomeResponse is the response struct for api ShopActionCustome

func CreateShopActionCustomeResponse

func CreateShopActionCustomeResponse() (response *ShopActionCustomeResponse)

CreateShopActionCustomeResponse creates a response to parse from ShopActionCustome response

type ShopActionReturningRequest

type ShopActionReturningRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

ShopActionReturningRequest is the request struct for api ShopActionReturning

func CreateShopActionReturningRequest

func CreateShopActionReturningRequest() (request *ShopActionReturningRequest)

CreateShopActionReturningRequest creates a request to invoke ShopActionReturning API

type ShopActionReturningResponse

type ShopActionReturningResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopActionReturningResponse is the response struct for api ShopActionReturning

func CreateShopActionReturningResponse

func CreateShopActionReturningResponse() (response *ShopActionReturningResponse)

CreateShopActionReturningResponse creates a response to parse from ShopActionReturning response

type ShopCameraRequest

type ShopCameraRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

ShopCameraRequest is the request struct for api ShopCamera

func CreateShopCameraRequest

func CreateShopCameraRequest() (request *ShopCameraRequest)

CreateShopCameraRequest creates a request to invoke ShopCamera API

type ShopCameraResponse

type ShopCameraResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopCameraResponse is the response struct for api ShopCamera

func CreateShopCameraResponse

func CreateShopCameraResponse() (response *ShopCameraResponse)

CreateShopCameraResponse creates a response to parse from ShopCamera response

type ShopCreateRequest

type ShopCreateRequest struct {
	*requests.RpcRequest
	ShopCoordinate    string           `position:"Query" name:"ShopCoordinate"`
	ShopProvince      string           `position:"Query" name:"ShopProvince"`
	ShopTopType       requests.Integer `position:"Query" name:"ShopTopType"`
	ShopAddress       string           `position:"Query" name:"ShopAddress"`
	ShopType          requests.Integer `position:"Query" name:"ShopType"`
	WarnEmail         string           `position:"Query" name:"WarnEmail"`
	ShopTel           string           `position:"Query" name:"ShopTel"`
	WarnpHone         string           `position:"Query" name:"WarnpHone"`
	Warn              requests.Integer `position:"Query" name:"Warn"`
	ShopArea          requests.Integer `position:"Query" name:"ShopArea"`
	ShopRemarks       string           `position:"Query" name:"ShopRemarks"`
	ShopCity          string           `position:"Query" name:"ShopCity"`
	ShopSubtype       requests.Integer `position:"Query" name:"ShopSubtype"`
	ShopBrand         string           `position:"Query" name:"ShopBrand"`
	ShopName          string           `position:"Query" name:"ShopName"`
	ShopCloseWarn     requests.Integer `position:"Query" name:"ShopCloseWarn"`
	Bid               requests.Integer `position:"Query" name:"Bid"`
	ShopManager       string           `position:"Query" name:"ShopManager"`
	ShopBusinessHours string           `position:"Query" name:"ShopBusinessHours"`
}

ShopCreateRequest is the request struct for api ShopCreate

func CreateShopCreateRequest

func CreateShopCreateRequest() (request *ShopCreateRequest)

CreateShopCreateRequest creates a request to invoke ShopCreate API

type ShopCreateResponse

type ShopCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopCreateResponse is the response struct for api ShopCreate

func CreateShopCreateResponse

func CreateShopCreateResponse() (response *ShopCreateResponse)

CreateShopCreateResponse creates a response to parse from ShopCreate response

type ShopCreatemarketingRequest

type ShopCreatemarketingRequest struct {
	*requests.RpcRequest
	Etime string           `position:"Query" name:"Etime"`
	Name  string           `position:"Query" name:"Name"`
	Stime string           `position:"Query" name:"Stime"`
	Sid   requests.Integer `position:"Query" name:"Sid"`
}

ShopCreatemarketingRequest is the request struct for api ShopCreatemarketing

func CreateShopCreatemarketingRequest

func CreateShopCreatemarketingRequest() (request *ShopCreatemarketingRequest)

CreateShopCreatemarketingRequest creates a request to invoke ShopCreatemarketing API

type ShopCreatemarketingResponse

type ShopCreatemarketingResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopCreatemarketingResponse is the response struct for api ShopCreatemarketing

func CreateShopCreatemarketingResponse

func CreateShopCreatemarketingResponse() (response *ShopCreatemarketingResponse)

CreateShopCreatemarketingResponse creates a response to parse from ShopCreatemarketing response

type ShopDataAlarmRequest

type ShopDataAlarmRequest struct {
	*requests.RpcRequest
	WarnPhone string           `position:"Query" name:"WarnPhone"`
	Warn      requests.Integer `position:"Query" name:"Warn"`
	CloseWarn requests.Integer `position:"Query" name:"CloseWarn"`
	WarnEmail string           `position:"Query" name:"WarnEmail"`
	Sid       requests.Integer `position:"Query" name:"Sid"`
}

ShopDataAlarmRequest is the request struct for api ShopDataAlarm

func CreateShopDataAlarmRequest

func CreateShopDataAlarmRequest() (request *ShopDataAlarmRequest)

CreateShopDataAlarmRequest creates a request to invoke ShopDataAlarm API

type ShopDataAlarmResponse

type ShopDataAlarmResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopDataAlarmResponse is the response struct for api ShopDataAlarm

func CreateShopDataAlarmResponse

func CreateShopDataAlarmResponse() (response *ShopDataAlarmResponse)

CreateShopDataAlarmResponse creates a response to parse from ShopDataAlarm response

type ShopDeleteRequest

type ShopDeleteRequest struct {
	*requests.RpcRequest
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopDeleteRequest is the request struct for api ShopDelete

func CreateShopDeleteRequest

func CreateShopDeleteRequest() (request *ShopDeleteRequest)

CreateShopDeleteRequest creates a request to invoke ShopDelete API

type ShopDeleteResponse

type ShopDeleteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopDeleteResponse is the response struct for api ShopDelete

func CreateShopDeleteResponse

func CreateShopDeleteResponse() (response *ShopDeleteResponse)

CreateShopDeleteResponse creates a response to parse from ShopDelete response

type ShopDeletemarketingRequest

type ShopDeletemarketingRequest struct {
	*requests.RpcRequest
	Id  requests.Integer `position:"Query" name:"Id"`
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopDeletemarketingRequest is the request struct for api ShopDeletemarketing

func CreateShopDeletemarketingRequest

func CreateShopDeletemarketingRequest() (request *ShopDeletemarketingRequest)

CreateShopDeletemarketingRequest creates a request to invoke ShopDeletemarketing API

type ShopDeletemarketingResponse

type ShopDeletemarketingResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopDeletemarketingResponse is the response struct for api ShopDeletemarketing

func CreateShopDeletemarketingResponse

func CreateShopDeletemarketingResponse() (response *ShopDeletemarketingResponse)

CreateShopDeletemarketingResponse creates a response to parse from ShopDeletemarketing response

type ShopGetfiltermacRequest

type ShopGetfiltermacRequest struct {
	*requests.RpcRequest
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopGetfiltermacRequest is the request struct for api ShopGetfiltermac

func CreateShopGetfiltermacRequest

func CreateShopGetfiltermacRequest() (request *ShopGetfiltermacRequest)

CreateShopGetfiltermacRequest creates a request to invoke ShopGetfiltermac API

type ShopGetfiltermacResponse

type ShopGetfiltermacResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGetfiltermacResponse is the response struct for api ShopGetfiltermac

func CreateShopGetfiltermacResponse

func CreateShopGetfiltermacResponse() (response *ShopGetfiltermacResponse)

CreateShopGetfiltermacResponse creates a response to parse from ShopGetfiltermac response

type ShopGetredressRequest

type ShopGetredressRequest struct {
	*requests.RpcRequest
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopGetredressRequest is the request struct for api ShopGetredress

func CreateShopGetredressRequest

func CreateShopGetredressRequest() (request *ShopGetredressRequest)

CreateShopGetredressRequest creates a request to invoke ShopGetredress API

type ShopGetredressResponse

type ShopGetredressResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGetredressResponse is the response struct for api ShopGetredress

func CreateShopGetredressResponse

func CreateShopGetredressResponse() (response *ShopGetredressResponse)

CreateShopGetredressResponse creates a response to parse from ShopGetredress response

type ShopGroupCreateRequest

type ShopGroupCreateRequest struct {
	*requests.RpcRequest
	ShopIds     string           `position:"Query" name:"ShopIds"`
	Name        string           `position:"Query" name:"Name"`
	Description string           `position:"Query" name:"Description"`
	Bid         requests.Integer `position:"Query" name:"Bid"`
}

ShopGroupCreateRequest is the request struct for api ShopGroupCreate

func CreateShopGroupCreateRequest

func CreateShopGroupCreateRequest() (request *ShopGroupCreateRequest)

CreateShopGroupCreateRequest creates a request to invoke ShopGroupCreate API

type ShopGroupCreateResponse

type ShopGroupCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGroupCreateResponse is the response struct for api ShopGroupCreate

func CreateShopGroupCreateResponse

func CreateShopGroupCreateResponse() (response *ShopGroupCreateResponse)

CreateShopGroupCreateResponse creates a response to parse from ShopGroupCreate response

type ShopGroupDeleteRequest

type ShopGroupDeleteRequest struct {
	*requests.RpcRequest
	Gid requests.Integer `position:"Query" name:"Gid"`
}

ShopGroupDeleteRequest is the request struct for api ShopGroupDelete

func CreateShopGroupDeleteRequest

func CreateShopGroupDeleteRequest() (request *ShopGroupDeleteRequest)

CreateShopGroupDeleteRequest creates a request to invoke ShopGroupDelete API

type ShopGroupDeleteResponse

type ShopGroupDeleteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGroupDeleteResponse is the response struct for api ShopGroupDelete

func CreateShopGroupDeleteResponse

func CreateShopGroupDeleteResponse() (response *ShopGroupDeleteResponse)

CreateShopGroupDeleteResponse creates a response to parse from ShopGroupDelete response

type ShopGroupInfoRequest

type ShopGroupInfoRequest struct {
	*requests.RpcRequest
	Gid requests.Integer `position:"Query" name:"Gid"`
}

ShopGroupInfoRequest is the request struct for api ShopGroupInfo

func CreateShopGroupInfoRequest

func CreateShopGroupInfoRequest() (request *ShopGroupInfoRequest)

CreateShopGroupInfoRequest creates a request to invoke ShopGroupInfo API

type ShopGroupInfoResponse

type ShopGroupInfoResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGroupInfoResponse is the response struct for api ShopGroupInfo

func CreateShopGroupInfoResponse

func CreateShopGroupInfoResponse() (response *ShopGroupInfoResponse)

CreateShopGroupInfoResponse creates a response to parse from ShopGroupInfo response

type ShopGroupShowListRequest

type ShopGroupShowListRequest struct {
	*requests.RpcRequest
	Page requests.Integer `position:"Query" name:"Page"`
	Bid  requests.Integer `position:"Query" name:"Bid"`
	Per  requests.Integer `position:"Query" name:"Per"`
}

ShopGroupShowListRequest is the request struct for api ShopGroupShowList

func CreateShopGroupShowListRequest

func CreateShopGroupShowListRequest() (request *ShopGroupShowListRequest)

CreateShopGroupShowListRequest creates a request to invoke ShopGroupShowList API

type ShopGroupShowListResponse

type ShopGroupShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGroupShowListResponse is the response struct for api ShopGroupShowList

func CreateShopGroupShowListResponse

func CreateShopGroupShowListResponse() (response *ShopGroupShowListResponse)

CreateShopGroupShowListResponse creates a response to parse from ShopGroupShowList response

type ShopGroupUpdateRequest

type ShopGroupUpdateRequest struct {
	*requests.RpcRequest
	Gid         requests.Integer `position:"Query" name:"Gid"`
	ShopIds     string           `position:"Query" name:"ShopIds"`
	Name        string           `position:"Query" name:"Name"`
	Description string           `position:"Query" name:"Description"`
}

ShopGroupUpdateRequest is the request struct for api ShopGroupUpdate

func CreateShopGroupUpdateRequest

func CreateShopGroupUpdateRequest() (request *ShopGroupUpdateRequest)

CreateShopGroupUpdateRequest creates a request to invoke ShopGroupUpdate API

type ShopGroupUpdateResponse

type ShopGroupUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopGroupUpdateResponse is the response struct for api ShopGroupUpdate

func CreateShopGroupUpdateResponse

func CreateShopGroupUpdateResponse() (response *ShopGroupUpdateResponse)

CreateShopGroupUpdateResponse creates a response to parse from ShopGroupUpdate response

type ShopInfoRequest

type ShopInfoRequest struct {
	*requests.RpcRequest
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopInfoRequest is the request struct for api ShopInfo

func CreateShopInfoRequest

func CreateShopInfoRequest() (request *ShopInfoRequest)

CreateShopInfoRequest creates a request to invoke ShopInfo API

type ShopInfoResponse

type ShopInfoResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopInfoResponse is the response struct for api ShopInfo

func CreateShopInfoResponse

func CreateShopInfoResponse() (response *ShopInfoResponse)

CreateShopInfoResponse creates a response to parse from ShopInfo response

type ShopMarketingListRequest

type ShopMarketingListRequest struct {
	*requests.RpcRequest
	Name string           `position:"Query" name:"Name"`
	Page requests.Integer `position:"Query" name:"Page"`
	Per  requests.Integer `position:"Query" name:"Per"`
	Sid  requests.Integer `position:"Query" name:"Sid"`
}

ShopMarketingListRequest is the request struct for api ShopMarketingList

func CreateShopMarketingListRequest

func CreateShopMarketingListRequest() (request *ShopMarketingListRequest)

CreateShopMarketingListRequest creates a request to invoke ShopMarketingList API

type ShopMarketingListResponse

type ShopMarketingListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopMarketingListResponse is the response struct for api ShopMarketingList

func CreateShopMarketingListResponse

func CreateShopMarketingListResponse() (response *ShopMarketingListResponse)

CreateShopMarketingListResponse creates a response to parse from ShopMarketingList response

type ShopOverviewRequest

type ShopOverviewRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

ShopOverviewRequest is the request struct for api ShopOverview

func CreateShopOverviewRequest

func CreateShopOverviewRequest() (request *ShopOverviewRequest)

CreateShopOverviewRequest creates a request to invoke ShopOverview API

type ShopOverviewResponse

type ShopOverviewResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopOverviewResponse is the response struct for api ShopOverview

func CreateShopOverviewResponse

func CreateShopOverviewResponse() (response *ShopOverviewResponse)

CreateShopOverviewResponse creates a response to parse from ShopOverview response

type ShopSetfiltermacRequest

type ShopSetfiltermacRequest struct {
	*requests.RpcRequest
	Mac string           `position:"Query" name:"Mac"`
	Sid requests.Integer `position:"Query" name:"Sid"`
}

ShopSetfiltermacRequest is the request struct for api ShopSetfiltermac

func CreateShopSetfiltermacRequest

func CreateShopSetfiltermacRequest() (request *ShopSetfiltermacRequest)

CreateShopSetfiltermacRequest creates a request to invoke ShopSetfiltermac API

type ShopSetfiltermacResponse

type ShopSetfiltermacResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopSetfiltermacResponse is the response struct for api ShopSetfiltermac

func CreateShopSetfiltermacResponse

func CreateShopSetfiltermacResponse() (response *ShopSetfiltermacResponse)

CreateShopSetfiltermacResponse creates a response to parse from ShopSetfiltermac response

type ShopSetredressRequest

type ShopSetredressRequest struct {
	*requests.RpcRequest
	Workday     string           `position:"Query" name:"Workday"`
	Filterclose requests.Integer `position:"Query" name:"Filterclose"`
	Minstoptime requests.Integer `position:"Query" name:"Minstoptime"`
	Holiday     string           `position:"Query" name:"Holiday"`
	Hnum        string           `position:"Query" name:"Hnum"`
	Sid         requests.Integer `position:"Query" name:"Sid"`
	Clerk       requests.Integer `position:"Query" name:"Clerk"`
	Filterstate requests.Integer `position:"Query" name:"Filterstate"`
	Wnum        string           `position:"Query" name:"Wnum"`
	State       requests.Integer `position:"Query" name:"State"`
	Crowdfixed  requests.Integer `position:"Query" name:"Crowdfixed"`
	Maxstoptime requests.Integer `position:"Query" name:"Maxstoptime"`
}

ShopSetredressRequest is the request struct for api ShopSetredress

func CreateShopSetredressRequest

func CreateShopSetredressRequest() (request *ShopSetredressRequest)

CreateShopSetredressRequest creates a request to invoke ShopSetredress API

type ShopSetredressResponse

type ShopSetredressResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopSetredressResponse is the response struct for api ShopSetredress

func CreateShopSetredressResponse

func CreateShopSetredressResponse() (response *ShopSetredressResponse)

CreateShopSetredressResponse creates a response to parse from ShopSetredress response

type ShopShowListRequest

type ShopShowListRequest struct {
	*requests.RpcRequest
	Gid        requests.Integer `position:"Query" name:"Gid"`
	Address    string           `position:"Query" name:"Address"`
	Name       string           `position:"Query" name:"Name"`
	Dirc       string           `position:"Query" name:"Dirc"`
	Page       requests.Integer `position:"Query" name:"Page"`
	Bid        requests.Integer `position:"Query" name:"Bid"`
	Per        requests.Integer `position:"Query" name:"Per"`
	ShopStatus requests.Integer `position:"Query" name:"ShopStatus"`
}

ShopShowListRequest is the request struct for api ShopShowList

func CreateShopShowListRequest

func CreateShopShowListRequest() (request *ShopShowListRequest)

CreateShopShowListRequest creates a request to invoke ShopShowList API

type ShopShowListResponse

type ShopShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopShowListResponse is the response struct for api ShopShowList

func CreateShopShowListResponse

func CreateShopShowListResponse() (response *ShopShowListResponse)

CreateShopShowListResponse creates a response to parse from ShopShowList response

type ShopUpdateRequest

type ShopUpdateRequest struct {
	*requests.RpcRequest
	ShopCoordinate    string           `position:"Query" name:"ShopCoordinate"`
	ShopProvince      string           `position:"Query" name:"ShopProvince"`
	ShopTopType       requests.Integer `position:"Query" name:"ShopTopType"`
	ShopAddress       string           `position:"Query" name:"ShopAddress"`
	ShopType          requests.Integer `position:"Query" name:"ShopType"`
	WarnEmail         string           `position:"Query" name:"WarnEmail"`
	Sid               requests.Integer `position:"Query" name:"Sid"`
	ShopTel           string           `position:"Query" name:"ShopTel"`
	WarnpHone         string           `position:"Query" name:"WarnpHone"`
	Warn              requests.Integer `position:"Query" name:"Warn"`
	ShopArea          requests.Integer `position:"Query" name:"ShopArea"`
	ShopRemarks       string           `position:"Query" name:"ShopRemarks"`
	ShopCity          string           `position:"Query" name:"ShopCity"`
	ShopSubtype       requests.Integer `position:"Query" name:"ShopSubtype"`
	ShopBrand         string           `position:"Query" name:"ShopBrand"`
	ShopName          string           `position:"Query" name:"ShopName"`
	ShopCloseWarn     requests.Integer `position:"Query" name:"ShopCloseWarn"`
	ShopManager       string           `position:"Query" name:"ShopManager"`
	ShopBusinessHours string           `position:"Query" name:"ShopBusinessHours"`
}

ShopUpdateRequest is the request struct for api ShopUpdate

func CreateShopUpdateRequest

func CreateShopUpdateRequest() (request *ShopUpdateRequest)

CreateShopUpdateRequest creates a request to invoke ShopUpdate API

type ShopUpdateResponse

type ShopUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

ShopUpdateResponse is the response struct for api ShopUpdate

func CreateShopUpdateResponse

func CreateShopUpdateResponse() (response *ShopUpdateResponse)

CreateShopUpdateResponse creates a response to parse from ShopUpdate response

type UpLoadMapRequest

type UpLoadMapRequest struct {
	*requests.RpcRequest
	FileName   string           `position:"Query" name:"FileName"`
	UploadId   string           `position:"Query" name:"UploadId"`
	ObjectName string           `position:"Query" name:"ObjectName"`
	ChunkIndex requests.Integer `position:"Query" name:"ChunkIndex"`
	ChunkCnt   requests.Integer `position:"Query" name:"ChunkCnt"`
}

UpLoadMapRequest is the request struct for api UpLoadMap

func CreateUpLoadMapRequest

func CreateUpLoadMapRequest() (request *UpLoadMapRequest)

CreateUpLoadMapRequest creates a request to invoke UpLoadMap API

type UpLoadMapResponse

type UpLoadMapResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UpLoadMapResponse is the response struct for api UpLoadMap

func CreateUpLoadMapResponse

func CreateUpLoadMapResponse() (response *UpLoadMapResponse)

CreateUpLoadMapResponse creates a response to parse from UpLoadMap response

type UpgradeAPGroupRequest

type UpgradeAPGroupRequest struct {
	*requests.RpcRequest
	Ids *[]string `position:"Query" name:"Ids"  type:"Repeated"`
}

UpgradeAPGroupRequest is the request struct for api UpgradeAPGroup

func CreateUpgradeAPGroupRequest

func CreateUpgradeAPGroupRequest() (request *UpgradeAPGroupRequest)

CreateUpgradeAPGroupRequest creates a request to invoke UpgradeAPGroup API

type UpgradeAPGroupResponse

type UpgradeAPGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UpgradeAPGroupResponse is the response struct for api UpgradeAPGroup

func CreateUpgradeAPGroupResponse

func CreateUpgradeAPGroupResponse() (response *UpgradeAPGroupResponse)

CreateUpgradeAPGroupResponse creates a response to parse from UpgradeAPGroup response

type UpgradeAPRequest

type UpgradeAPRequest struct {
	*requests.RpcRequest
	Ids *[]string `position:"Query" name:"Ids"  type:"Repeated"`
}

UpgradeAPRequest is the request struct for api UpgradeAP

func CreateUpgradeAPRequest

func CreateUpgradeAPRequest() (request *UpgradeAPRequest)

CreateUpgradeAPRequest creates a request to invoke UpgradeAP API

type UpgradeAPResponse

type UpgradeAPResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	Message   string `json:"Message" xml:"Message"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UpgradeAPResponse is the response struct for api UpgradeAP

func CreateUpgradeAPResponse

func CreateUpgradeAPResponse() (response *UpgradeAPResponse)

CreateUpgradeAPResponse creates a response to parse from UpgradeAP response

type UserAnalyseRequest

type UserAnalyseRequest struct {
	*requests.RpcRequest
	Gsid requests.Integer `position:"Query" name:"Gsid"`
}

UserAnalyseRequest is the request struct for api UserAnalyse

func CreateUserAnalyseRequest

func CreateUserAnalyseRequest() (request *UserAnalyseRequest)

CreateUserAnalyseRequest creates a request to invoke UserAnalyse API

type UserAnalyseResponse

type UserAnalyseResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UserAnalyseResponse is the response struct for api UserAnalyse

func CreateUserAnalyseResponse

func CreateUserAnalyseResponse() (response *UserAnalyseResponse)

CreateUserAnalyseResponse creates a response to parse from UserAnalyse response

type UserDataCreateRequest

type UserDataCreateRequest struct {
	*requests.RpcRequest
	UploadFile string           `position:"Query" name:"UploadFile"`
	Name       string           `position:"Query" name:"Name"`
	Bid        requests.Integer `position:"Query" name:"Bid"`
	Type       string           `position:"Query" name:"Type"`
}

UserDataCreateRequest is the request struct for api UserDataCreate

func CreateUserDataCreateRequest

func CreateUserDataCreateRequest() (request *UserDataCreateRequest)

CreateUserDataCreateRequest creates a request to invoke UserDataCreate API

type UserDataCreateResponse

type UserDataCreateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UserDataCreateResponse is the response struct for api UserDataCreate

func CreateUserDataCreateResponse

func CreateUserDataCreateResponse() (response *UserDataCreateResponse)

CreateUserDataCreateResponse creates a response to parse from UserDataCreate response

type UserDataDeleteRequest

type UserDataDeleteRequest struct {
	*requests.RpcRequest
	Iid requests.Integer `position:"Query" name:"Iid"`
	Bid requests.Integer `position:"Query" name:"Bid"`
}

UserDataDeleteRequest is the request struct for api UserDataDelete

func CreateUserDataDeleteRequest

func CreateUserDataDeleteRequest() (request *UserDataDeleteRequest)

CreateUserDataDeleteRequest creates a request to invoke UserDataDelete API

type UserDataDeleteResponse

type UserDataDeleteResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UserDataDeleteResponse is the response struct for api UserDataDelete

func CreateUserDataDeleteResponse

func CreateUserDataDeleteResponse() (response *UserDataDeleteResponse)

CreateUserDataDeleteResponse creates a response to parse from UserDataDelete response

type UserDataShowListRequest

type UserDataShowListRequest struct {
	*requests.RpcRequest
	Iid  requests.Integer `position:"Query" name:"Iid"`
	Name string           `position:"Query" name:"Name"`
	Page requests.Integer `position:"Query" name:"Page"`
	Bid  requests.Integer `position:"Query" name:"Bid"`
	Per  requests.Integer `position:"Query" name:"Per"`
}

UserDataShowListRequest is the request struct for api UserDataShowList

func CreateUserDataShowListRequest

func CreateUserDataShowListRequest() (request *UserDataShowListRequest)

CreateUserDataShowListRequest creates a request to invoke UserDataShowList API

type UserDataShowListResponse

type UserDataShowListResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UserDataShowListResponse is the response struct for api UserDataShowList

func CreateUserDataShowListResponse

func CreateUserDataShowListResponse() (response *UserDataShowListResponse)

CreateUserDataShowListResponse creates a response to parse from UserDataShowList response

type UserDataUpdateRequest

type UserDataUpdateRequest struct {
	*requests.RpcRequest
	Iid        requests.Integer `position:"Query" name:"Iid"`
	UploadFile string           `position:"Query" name:"UploadFile"`
	Name       string           `position:"Query" name:"Name"`
	Bid        requests.Integer `position:"Query" name:"Bid"`
	Type       string           `position:"Query" name:"Type"`
}

UserDataUpdateRequest is the request struct for api UserDataUpdate

func CreateUserDataUpdateRequest

func CreateUserDataUpdateRequest() (request *UserDataUpdateRequest)

CreateUserDataUpdateRequest creates a request to invoke UserDataUpdate API

type UserDataUpdateResponse

type UserDataUpdateResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	Data      string `json:"Data" xml:"Data"`
	ErrorCode int    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
}

UserDataUpdateResponse is the response struct for api UserDataUpdate

func CreateUserDataUpdateResponse

func CreateUserDataUpdateResponse() (response *UserDataUpdateResponse)

CreateUserDataUpdateResponse creates a response to parse from UserDataUpdate response

Source Files

Jump to

Keyboard shortcuts

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