Documentation ¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type CertNoThreeElementVerificationRequest
- func (s CertNoThreeElementVerificationRequest) GoString() string
- func (s *CertNoThreeElementVerificationRequest) SetAuthCode(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetCertName(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetCertNo(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetCertPicture(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetMask(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetOwnerId(v int64) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetResourceOwnerAccount(v string) *CertNoThreeElementVerificationRequest
- func (s *CertNoThreeElementVerificationRequest) SetResourceOwnerId(v int64) *CertNoThreeElementVerificationRequest
- func (s CertNoThreeElementVerificationRequest) String() string
- type CertNoThreeElementVerificationResponse
- func (s CertNoThreeElementVerificationResponse) GoString() string
- func (s *CertNoThreeElementVerificationResponse) SetBody(v *CertNoThreeElementVerificationResponseBody) *CertNoThreeElementVerificationResponse
- func (s *CertNoThreeElementVerificationResponse) SetHeaders(v map[string]*string) *CertNoThreeElementVerificationResponse
- func (s *CertNoThreeElementVerificationResponse) SetStatusCode(v int32) *CertNoThreeElementVerificationResponse
- func (s CertNoThreeElementVerificationResponse) String() string
- type CertNoThreeElementVerificationResponseBody
- func (s CertNoThreeElementVerificationResponseBody) GoString() string
- func (s *CertNoThreeElementVerificationResponseBody) SetAccessDeniedDetail(v string) *CertNoThreeElementVerificationResponseBody
- func (s *CertNoThreeElementVerificationResponseBody) SetCode(v string) *CertNoThreeElementVerificationResponseBody
- func (s *CertNoThreeElementVerificationResponseBody) SetData(v *CertNoThreeElementVerificationResponseBodyData) *CertNoThreeElementVerificationResponseBody
- func (s *CertNoThreeElementVerificationResponseBody) SetMessage(v string) *CertNoThreeElementVerificationResponseBody
- func (s *CertNoThreeElementVerificationResponseBody) SetRequestId(v string) *CertNoThreeElementVerificationResponseBody
- func (s CertNoThreeElementVerificationResponseBody) String() string
- type CertNoThreeElementVerificationResponseBodyData
- type CertNoTwoElementVerificationRequest
- func (s CertNoTwoElementVerificationRequest) GoString() string
- func (s *CertNoTwoElementVerificationRequest) SetAuthCode(v string) *CertNoTwoElementVerificationRequest
- func (s *CertNoTwoElementVerificationRequest) SetCertName(v string) *CertNoTwoElementVerificationRequest
- func (s *CertNoTwoElementVerificationRequest) SetCertNo(v string) *CertNoTwoElementVerificationRequest
- func (s *CertNoTwoElementVerificationRequest) SetOwnerId(v int64) *CertNoTwoElementVerificationRequest
- func (s *CertNoTwoElementVerificationRequest) SetResourceOwnerAccount(v string) *CertNoTwoElementVerificationRequest
- func (s *CertNoTwoElementVerificationRequest) SetResourceOwnerId(v int64) *CertNoTwoElementVerificationRequest
- func (s CertNoTwoElementVerificationRequest) String() string
- type CertNoTwoElementVerificationResponse
- func (s CertNoTwoElementVerificationResponse) GoString() string
- func (s *CertNoTwoElementVerificationResponse) SetBody(v *CertNoTwoElementVerificationResponseBody) *CertNoTwoElementVerificationResponse
- func (s *CertNoTwoElementVerificationResponse) SetHeaders(v map[string]*string) *CertNoTwoElementVerificationResponse
- func (s *CertNoTwoElementVerificationResponse) SetStatusCode(v int32) *CertNoTwoElementVerificationResponse
- func (s CertNoTwoElementVerificationResponse) String() string
- type CertNoTwoElementVerificationResponseBody
- func (s CertNoTwoElementVerificationResponseBody) GoString() string
- func (s *CertNoTwoElementVerificationResponseBody) SetAccessDeniedDetail(v string) *CertNoTwoElementVerificationResponseBody
- func (s *CertNoTwoElementVerificationResponseBody) SetCode(v string) *CertNoTwoElementVerificationResponseBody
- func (s *CertNoTwoElementVerificationResponseBody) SetData(v *CertNoTwoElementVerificationResponseBodyData) *CertNoTwoElementVerificationResponseBody
- func (s *CertNoTwoElementVerificationResponseBody) SetMessage(v string) *CertNoTwoElementVerificationResponseBody
- func (s *CertNoTwoElementVerificationResponseBody) SetRequestId(v string) *CertNoTwoElementVerificationResponseBody
- func (s CertNoTwoElementVerificationResponseBody) String() string
- type CertNoTwoElementVerificationResponseBodyData
- type Client
- func (client *Client) CertNoThreeElementVerification(request *CertNoThreeElementVerificationRequest) (_result *CertNoThreeElementVerificationResponse, _err error)
- func (client *Client) CertNoThreeElementVerificationWithOptions(request *CertNoThreeElementVerificationRequest, runtime *util.RuntimeOptions) (_result *CertNoThreeElementVerificationResponse, _err error)
- func (client *Client) CertNoTwoElementVerification(request *CertNoTwoElementVerificationRequest) (_result *CertNoTwoElementVerificationResponse, _err error)
- func (client *Client) CertNoTwoElementVerificationWithOptions(request *CertNoTwoElementVerificationRequest, runtime *util.RuntimeOptions) (_result *CertNoTwoElementVerificationResponse, _err error)
- func (client *Client) CompanyFourElementsVerification(request *CompanyFourElementsVerificationRequest) (_result *CompanyFourElementsVerificationResponse, _err error)
- func (client *Client) CompanyFourElementsVerificationWithOptions(request *CompanyFourElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyFourElementsVerificationResponse, _err error)
- func (client *Client) CompanyThreeElementsVerification(request *CompanyThreeElementsVerificationRequest) (_result *CompanyThreeElementsVerificationResponse, _err error)
- func (client *Client) CompanyThreeElementsVerificationWithOptions(request *CompanyThreeElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyThreeElementsVerificationResponse, _err error)
- func (client *Client) CompanyTwoElementsVerification(request *CompanyTwoElementsVerificationRequest) (_result *CompanyTwoElementsVerificationResponse, _err error)
- func (client *Client) CompanyTwoElementsVerificationWithOptions(request *CompanyTwoElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyTwoElementsVerificationResponse, _err error)
- func (client *Client) DescribeEmptyNumber(request *DescribeEmptyNumberRequest) (_result *DescribeEmptyNumberResponse, _err error)
- func (client *Client) DescribeEmptyNumberWithOptions(request *DescribeEmptyNumberRequest, runtime *util.RuntimeOptions) (_result *DescribeEmptyNumberResponse, _err error)
- func (client *Client) DescribeMobileOperatorAttribute(request *DescribeMobileOperatorAttributeRequest) (_result *DescribeMobileOperatorAttributeResponse, _err error)
- func (client *Client) DescribeMobileOperatorAttributeWithOptions(request *DescribeMobileOperatorAttributeRequest, runtime *util.RuntimeOptions) (_result *DescribeMobileOperatorAttributeResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysis(request *DescribePhoneNumberAnalysisRequest) (_result *DescribePhoneNumberAnalysisResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisAI(request *DescribePhoneNumberAnalysisAIRequest) (_result *DescribePhoneNumberAnalysisAIResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisAIWithOptions(request *DescribePhoneNumberAnalysisAIRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisAIResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisPai(request *DescribePhoneNumberAnalysisPaiRequest) (_result *DescribePhoneNumberAnalysisPaiResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisPaiWithOptions(request *DescribePhoneNumberAnalysisPaiRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisPaiResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisTransparent(request *DescribePhoneNumberAnalysisTransparentRequest) (_result *DescribePhoneNumberAnalysisTransparentResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisTransparentWithOptions(request *DescribePhoneNumberAnalysisTransparentRequest, ...) (_result *DescribePhoneNumberAnalysisTransparentResponse, _err error)
- func (client *Client) DescribePhoneNumberAnalysisWithOptions(request *DescribePhoneNumberAnalysisRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisResponse, _err error)
- func (client *Client) DescribePhoneNumberAttribute(request *DescribePhoneNumberAttributeRequest) (_result *DescribePhoneNumberAttributeResponse, _err error)deprecated
- func (client *Client) DescribePhoneNumberAttributeWithOptions(request *DescribePhoneNumberAttributeRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAttributeResponse, _err error)deprecated
- func (client *Client) DescribePhoneNumberOnlineTime(request *DescribePhoneNumberOnlineTimeRequest) (_result *DescribePhoneNumberOnlineTimeResponse, _err error)
- func (client *Client) DescribePhoneNumberOnlineTimeWithOptions(request *DescribePhoneNumberOnlineTimeRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberOnlineTimeResponse, _err error)
- func (client *Client) DescribePhoneNumberOperatorAttribute(request *DescribePhoneNumberOperatorAttributeRequest) (_result *DescribePhoneNumberOperatorAttributeResponse, _err error)
- func (client *Client) DescribePhoneNumberOperatorAttributeWithOptions(request *DescribePhoneNumberOperatorAttributeRequest, ...) (_result *DescribePhoneNumberOperatorAttributeResponse, _err error)
- func (client *Client) DescribePhoneNumberRisk(request *DescribePhoneNumberRiskRequest) (_result *DescribePhoneNumberRiskResponse, _err error)
- func (client *Client) DescribePhoneNumberRiskWithOptions(request *DescribePhoneNumberRiskRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberRiskResponse, _err error)
- func (client *Client) DescribePhoneTwiceTelVerify(request *DescribePhoneTwiceTelVerifyRequest) (_result *DescribePhoneTwiceTelVerifyResponse, _err error)
- func (client *Client) DescribePhoneTwiceTelVerifyWithOptions(request *DescribePhoneTwiceTelVerifyRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneTwiceTelVerifyResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetUAIDApplyTokenSign(request *GetUAIDApplyTokenSignRequest) (_result *GetUAIDApplyTokenSignResponse, _err error)
- func (client *Client) GetUAIDApplyTokenSignWithOptions(request *GetUAIDApplyTokenSignRequest, runtime *util.RuntimeOptions) (_result *GetUAIDApplyTokenSignResponse, _err error)
- func (client *Client) GetUAIDConversionSign(request *GetUAIDConversionSignRequest) (_result *GetUAIDConversionSignResponse, _err error)
- func (client *Client) GetUAIDConversionSignWithOptions(request *GetUAIDConversionSignRequest, runtime *util.RuntimeOptions) (_result *GetUAIDConversionSignResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) InvalidPhoneNumberFilter(request *InvalidPhoneNumberFilterRequest) (_result *InvalidPhoneNumberFilterResponse, _err error)
- func (client *Client) InvalidPhoneNumberFilterWithOptions(request *InvalidPhoneNumberFilterRequest, runtime *util.RuntimeOptions) (_result *InvalidPhoneNumberFilterResponse, _err error)
- func (client *Client) PhoneNumberConvertService(request *PhoneNumberConvertServiceRequest) (_result *PhoneNumberConvertServiceResponse, _err error)
- func (client *Client) PhoneNumberConvertServiceWithOptions(request *PhoneNumberConvertServiceRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberConvertServiceResponse, _err error)
- func (client *Client) PhoneNumberEncrypt(request *PhoneNumberEncryptRequest) (_result *PhoneNumberEncryptResponse, _err error)
- func (client *Client) PhoneNumberEncryptWithOptions(request *PhoneNumberEncryptRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberEncryptResponse, _err error)
- func (client *Client) PhoneNumberStatusForAccount(request *PhoneNumberStatusForAccountRequest) (_result *PhoneNumberStatusForAccountResponse, _err error)
- func (client *Client) PhoneNumberStatusForAccountWithOptions(request *PhoneNumberStatusForAccountRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForAccountResponse, _err error)
- func (client *Client) PhoneNumberStatusForPublic(request *PhoneNumberStatusForPublicRequest) (_result *PhoneNumberStatusForPublicResponse, _err error)
- func (client *Client) PhoneNumberStatusForPublicWithOptions(request *PhoneNumberStatusForPublicRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForPublicResponse, _err error)
- func (client *Client) PhoneNumberStatusForReal(request *PhoneNumberStatusForRealRequest) (_result *PhoneNumberStatusForRealResponse, _err error)
- func (client *Client) PhoneNumberStatusForRealWithOptions(request *PhoneNumberStatusForRealRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForRealResponse, _err error)
- func (client *Client) PhoneNumberStatusForSms(request *PhoneNumberStatusForSmsRequest) (_result *PhoneNumberStatusForSmsResponse, _err error)
- func (client *Client) PhoneNumberStatusForSmsWithOptions(request *PhoneNumberStatusForSmsRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForSmsResponse, _err error)
- func (client *Client) PhoneNumberStatusForVirtual(request *PhoneNumberStatusForVirtualRequest) (_result *PhoneNumberStatusForVirtualResponse, _err error)
- func (client *Client) PhoneNumberStatusForVirtualWithOptions(request *PhoneNumberStatusForVirtualRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForVirtualResponse, _err error)
- func (client *Client) PhoneNumberStatusForVoice(request *PhoneNumberStatusForVoiceRequest) (_result *PhoneNumberStatusForVoiceResponse, _err error)
- func (client *Client) PhoneNumberStatusForVoiceWithOptions(request *PhoneNumberStatusForVoiceRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForVoiceResponse, _err error)
- func (client *Client) QueryAvailableAuthCode(request *QueryAvailableAuthCodeRequest) (_result *QueryAvailableAuthCodeResponse, _err error)
- func (client *Client) QueryAvailableAuthCodeWithOptions(request *QueryAvailableAuthCodeRequest, runtime *util.RuntimeOptions) (_result *QueryAvailableAuthCodeResponse, _err error)
- func (client *Client) QueryPhoneNumberOnlineTime(request *QueryPhoneNumberOnlineTimeRequest) (_result *QueryPhoneNumberOnlineTimeResponse, _err error)
- func (client *Client) QueryPhoneNumberOnlineTimeWithOptions(request *QueryPhoneNumberOnlineTimeRequest, runtime *util.RuntimeOptions) (_result *QueryPhoneNumberOnlineTimeResponse, _err error)
- func (client *Client) QueryPhoneTwiceTelVerify(request *QueryPhoneTwiceTelVerifyRequest) (_result *QueryPhoneTwiceTelVerifyResponse, _err error)
- func (client *Client) QueryPhoneTwiceTelVerifyWithOptions(request *QueryPhoneTwiceTelVerifyRequest, runtime *util.RuntimeOptions) (_result *QueryPhoneTwiceTelVerifyResponse, _err error)
- func (client *Client) QueryTagApplyRule(request *QueryTagApplyRuleRequest) (_result *QueryTagApplyRuleResponse, _err error)
- func (client *Client) QueryTagApplyRuleWithOptions(request *QueryTagApplyRuleRequest, runtime *util.RuntimeOptions) (_result *QueryTagApplyRuleResponse, _err error)
- func (client *Client) QueryTagInfoBySelection(request *QueryTagInfoBySelectionRequest) (_result *QueryTagInfoBySelectionResponse, _err error)
- func (client *Client) QueryTagInfoBySelectionWithOptions(request *QueryTagInfoBySelectionRequest, runtime *util.RuntimeOptions) (_result *QueryTagInfoBySelectionResponse, _err error)
- func (client *Client) QueryTagListPage(request *QueryTagListPageRequest) (_result *QueryTagListPageResponse, _err error)
- func (client *Client) QueryTagListPageWithOptions(request *QueryTagListPageRequest, runtime *util.RuntimeOptions) (_result *QueryTagListPageResponse, _err error)
- func (client *Client) QueryUsageStatisticsByTagId(request *QueryUsageStatisticsByTagIdRequest) (_result *QueryUsageStatisticsByTagIdResponse, _err error)
- func (client *Client) QueryUsageStatisticsByTagIdWithOptions(request *QueryUsageStatisticsByTagIdRequest, runtime *util.RuntimeOptions) (_result *QueryUsageStatisticsByTagIdResponse, _err error)
- func (client *Client) ThreeElementsVerification(request *ThreeElementsVerificationRequest) (_result *ThreeElementsVerificationResponse, _err error)
- func (client *Client) ThreeElementsVerificationWithOptions(request *ThreeElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *ThreeElementsVerificationResponse, _err error)
- func (client *Client) TwoElementsVerification(request *TwoElementsVerificationRequest) (_result *TwoElementsVerificationResponse, _err error)
- func (client *Client) TwoElementsVerificationWithOptions(request *TwoElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *TwoElementsVerificationResponse, _err error)
- func (client *Client) UAIDCollection(request *UAIDCollectionRequest) (_result *UAIDCollectionResponse, _err error)
- func (client *Client) UAIDCollectionWithOptions(request *UAIDCollectionRequest, runtime *util.RuntimeOptions) (_result *UAIDCollectionResponse, _err error)
- func (client *Client) UAIDConversion(request *UAIDConversionRequest) (_result *UAIDConversionResponse, _err error)
- func (client *Client) UAIDConversionWithOptions(request *UAIDConversionRequest, runtime *util.RuntimeOptions) (_result *UAIDConversionResponse, _err error)
- func (client *Client) UAIDVerification(request *UAIDVerificationRequest) (_result *UAIDVerificationResponse, _err error)
- func (client *Client) UAIDVerificationWithOptions(request *UAIDVerificationRequest, runtime *util.RuntimeOptions) (_result *UAIDVerificationResponse, _err error)
- type CompanyFourElementsVerificationRequest
- func (s CompanyFourElementsVerificationRequest) GoString() string
- func (s *CompanyFourElementsVerificationRequest) SetAuthCode(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetEpCertName(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetEpCertNo(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetLegalPersonCertName(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetLegalPersonCertNo(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetOwnerId(v int64) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyFourElementsVerificationRequest
- func (s *CompanyFourElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyFourElementsVerificationRequest
- func (s CompanyFourElementsVerificationRequest) String() string
- type CompanyFourElementsVerificationResponse
- func (s CompanyFourElementsVerificationResponse) GoString() string
- func (s *CompanyFourElementsVerificationResponse) SetBody(v *CompanyFourElementsVerificationResponseBody) *CompanyFourElementsVerificationResponse
- func (s *CompanyFourElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyFourElementsVerificationResponse
- func (s *CompanyFourElementsVerificationResponse) SetStatusCode(v int32) *CompanyFourElementsVerificationResponse
- func (s CompanyFourElementsVerificationResponse) String() string
- type CompanyFourElementsVerificationResponseBody
- func (s CompanyFourElementsVerificationResponseBody) GoString() string
- func (s *CompanyFourElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyFourElementsVerificationResponseBody
- func (s *CompanyFourElementsVerificationResponseBody) SetCode(v string) *CompanyFourElementsVerificationResponseBody
- func (s *CompanyFourElementsVerificationResponseBody) SetData(v *CompanyFourElementsVerificationResponseBodyData) *CompanyFourElementsVerificationResponseBody
- func (s *CompanyFourElementsVerificationResponseBody) SetMessage(v string) *CompanyFourElementsVerificationResponseBody
- func (s *CompanyFourElementsVerificationResponseBody) SetRequestId(v string) *CompanyFourElementsVerificationResponseBody
- func (s CompanyFourElementsVerificationResponseBody) String() string
- type CompanyFourElementsVerificationResponseBodyData
- func (s CompanyFourElementsVerificationResponseBodyData) GoString() string
- func (s *CompanyFourElementsVerificationResponseBodyData) SetDetailInfo(v *CompanyFourElementsVerificationResponseBodyDataDetailInfo) *CompanyFourElementsVerificationResponseBodyData
- func (s *CompanyFourElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyFourElementsVerificationResponseBodyData
- func (s *CompanyFourElementsVerificationResponseBodyData) SetReasonCode(v int64) *CompanyFourElementsVerificationResponseBodyData
- func (s *CompanyFourElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyFourElementsVerificationResponseBodyData
- func (s CompanyFourElementsVerificationResponseBodyData) String() string
- type CompanyFourElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyFourElementsVerificationResponseBodyDataDetailInfo) GoString() string
- func (s *CompanyFourElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyFourElementsVerificationResponseBodyDataDetailInfo
- func (s *CompanyFourElementsVerificationResponseBodyDataDetailInfo) SetOpenTime(v string) *CompanyFourElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyFourElementsVerificationResponseBodyDataDetailInfo) String() string
- type CompanyThreeElementsVerificationRequest
- func (s CompanyThreeElementsVerificationRequest) GoString() string
- func (s *CompanyThreeElementsVerificationRequest) SetAuthCode(v string) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetEpCertName(v string) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetEpCertNo(v string) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetLegalPersonCertName(v string) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetOwnerId(v int64) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyThreeElementsVerificationRequest
- func (s *CompanyThreeElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyThreeElementsVerificationRequest
- func (s CompanyThreeElementsVerificationRequest) String() string
- type CompanyThreeElementsVerificationResponse
- func (s CompanyThreeElementsVerificationResponse) GoString() string
- func (s *CompanyThreeElementsVerificationResponse) SetBody(v *CompanyThreeElementsVerificationResponseBody) *CompanyThreeElementsVerificationResponse
- func (s *CompanyThreeElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyThreeElementsVerificationResponse
- func (s *CompanyThreeElementsVerificationResponse) SetStatusCode(v int32) *CompanyThreeElementsVerificationResponse
- func (s CompanyThreeElementsVerificationResponse) String() string
- type CompanyThreeElementsVerificationResponseBody
- func (s CompanyThreeElementsVerificationResponseBody) GoString() string
- func (s *CompanyThreeElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyThreeElementsVerificationResponseBody
- func (s *CompanyThreeElementsVerificationResponseBody) SetCode(v string) *CompanyThreeElementsVerificationResponseBody
- func (s *CompanyThreeElementsVerificationResponseBody) SetData(v *CompanyThreeElementsVerificationResponseBodyData) *CompanyThreeElementsVerificationResponseBody
- func (s *CompanyThreeElementsVerificationResponseBody) SetMessage(v string) *CompanyThreeElementsVerificationResponseBody
- func (s *CompanyThreeElementsVerificationResponseBody) SetRequestId(v string) *CompanyThreeElementsVerificationResponseBody
- func (s CompanyThreeElementsVerificationResponseBody) String() string
- type CompanyThreeElementsVerificationResponseBodyData
- func (s CompanyThreeElementsVerificationResponseBodyData) GoString() string
- func (s *CompanyThreeElementsVerificationResponseBodyData) SetDetailInfo(v *CompanyThreeElementsVerificationResponseBodyDataDetailInfo) *CompanyThreeElementsVerificationResponseBodyData
- func (s *CompanyThreeElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyThreeElementsVerificationResponseBodyData
- func (s *CompanyThreeElementsVerificationResponseBodyData) SetReasonCode(v int64) *CompanyThreeElementsVerificationResponseBodyData
- func (s *CompanyThreeElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyThreeElementsVerificationResponseBodyData
- func (s CompanyThreeElementsVerificationResponseBodyData) String() string
- type CompanyThreeElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyThreeElementsVerificationResponseBodyDataDetailInfo) GoString() string
- func (s *CompanyThreeElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyThreeElementsVerificationResponseBodyDataDetailInfo
- func (s *CompanyThreeElementsVerificationResponseBodyDataDetailInfo) SetOpenTime(v string) *CompanyThreeElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyThreeElementsVerificationResponseBodyDataDetailInfo) String() string
- type CompanyTwoElementsVerificationRequest
- func (s CompanyTwoElementsVerificationRequest) GoString() string
- func (s *CompanyTwoElementsVerificationRequest) SetAuthCode(v string) *CompanyTwoElementsVerificationRequest
- func (s *CompanyTwoElementsVerificationRequest) SetEpCertName(v string) *CompanyTwoElementsVerificationRequest
- func (s *CompanyTwoElementsVerificationRequest) SetEpCertNo(v string) *CompanyTwoElementsVerificationRequest
- func (s *CompanyTwoElementsVerificationRequest) SetOwnerId(v int64) *CompanyTwoElementsVerificationRequest
- func (s *CompanyTwoElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyTwoElementsVerificationRequest
- func (s *CompanyTwoElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyTwoElementsVerificationRequest
- func (s CompanyTwoElementsVerificationRequest) String() string
- type CompanyTwoElementsVerificationResponse
- func (s CompanyTwoElementsVerificationResponse) GoString() string
- func (s *CompanyTwoElementsVerificationResponse) SetBody(v *CompanyTwoElementsVerificationResponseBody) *CompanyTwoElementsVerificationResponse
- func (s *CompanyTwoElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyTwoElementsVerificationResponse
- func (s *CompanyTwoElementsVerificationResponse) SetStatusCode(v int32) *CompanyTwoElementsVerificationResponse
- func (s CompanyTwoElementsVerificationResponse) String() string
- type CompanyTwoElementsVerificationResponseBody
- func (s CompanyTwoElementsVerificationResponseBody) GoString() string
- func (s *CompanyTwoElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyTwoElementsVerificationResponseBody
- func (s *CompanyTwoElementsVerificationResponseBody) SetCode(v string) *CompanyTwoElementsVerificationResponseBody
- func (s *CompanyTwoElementsVerificationResponseBody) SetData(v *CompanyTwoElementsVerificationResponseBodyData) *CompanyTwoElementsVerificationResponseBody
- func (s *CompanyTwoElementsVerificationResponseBody) SetMessage(v string) *CompanyTwoElementsVerificationResponseBody
- func (s *CompanyTwoElementsVerificationResponseBody) SetRequestId(v string) *CompanyTwoElementsVerificationResponseBody
- func (s CompanyTwoElementsVerificationResponseBody) String() string
- type CompanyTwoElementsVerificationResponseBodyData
- func (s CompanyTwoElementsVerificationResponseBodyData) GoString() string
- func (s *CompanyTwoElementsVerificationResponseBodyData) SetDetailInfo(v *CompanyTwoElementsVerificationResponseBodyDataDetailInfo) *CompanyTwoElementsVerificationResponseBodyData
- func (s *CompanyTwoElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyTwoElementsVerificationResponseBodyData
- func (s *CompanyTwoElementsVerificationResponseBodyData) SetReasonCode(v string) *CompanyTwoElementsVerificationResponseBodyData
- func (s *CompanyTwoElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyTwoElementsVerificationResponseBodyData
- func (s CompanyTwoElementsVerificationResponseBodyData) String() string
- type CompanyTwoElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyTwoElementsVerificationResponseBodyDataDetailInfo) GoString() string
- func (s *CompanyTwoElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyTwoElementsVerificationResponseBodyDataDetailInfo
- func (s *CompanyTwoElementsVerificationResponseBodyDataDetailInfo) SetOpenTime(v string) *CompanyTwoElementsVerificationResponseBodyDataDetailInfo
- func (s CompanyTwoElementsVerificationResponseBodyDataDetailInfo) String() string
- type DescribeEmptyNumberRequest
- func (s DescribeEmptyNumberRequest) GoString() string
- func (s *DescribeEmptyNumberRequest) SetAuthCode(v string) *DescribeEmptyNumberRequest
- func (s *DescribeEmptyNumberRequest) SetInputNumber(v string) *DescribeEmptyNumberRequest
- func (s *DescribeEmptyNumberRequest) SetMask(v string) *DescribeEmptyNumberRequest
- func (s *DescribeEmptyNumberRequest) SetOwnerId(v int64) *DescribeEmptyNumberRequest
- func (s *DescribeEmptyNumberRequest) SetResourceOwnerAccount(v string) *DescribeEmptyNumberRequest
- func (s *DescribeEmptyNumberRequest) SetResourceOwnerId(v int64) *DescribeEmptyNumberRequest
- func (s DescribeEmptyNumberRequest) String() string
- type DescribeEmptyNumberResponse
- func (s DescribeEmptyNumberResponse) GoString() string
- func (s *DescribeEmptyNumberResponse) SetBody(v *DescribeEmptyNumberResponseBody) *DescribeEmptyNumberResponse
- func (s *DescribeEmptyNumberResponse) SetHeaders(v map[string]*string) *DescribeEmptyNumberResponse
- func (s *DescribeEmptyNumberResponse) SetStatusCode(v int32) *DescribeEmptyNumberResponse
- func (s DescribeEmptyNumberResponse) String() string
- type DescribeEmptyNumberResponseBody
- func (s DescribeEmptyNumberResponseBody) GoString() string
- func (s *DescribeEmptyNumberResponseBody) SetCode(v string) *DescribeEmptyNumberResponseBody
- func (s *DescribeEmptyNumberResponseBody) SetData(v *DescribeEmptyNumberResponseBodyData) *DescribeEmptyNumberResponseBody
- func (s *DescribeEmptyNumberResponseBody) SetMessage(v string) *DescribeEmptyNumberResponseBody
- func (s *DescribeEmptyNumberResponseBody) SetRequestId(v string) *DescribeEmptyNumberResponseBody
- func (s DescribeEmptyNumberResponseBody) String() string
- type DescribeEmptyNumberResponseBodyData
- func (s DescribeEmptyNumberResponseBodyData) GoString() string
- func (s *DescribeEmptyNumberResponseBodyData) SetNumber(v string) *DescribeEmptyNumberResponseBodyData
- func (s *DescribeEmptyNumberResponseBodyData) SetStatus(v string) *DescribeEmptyNumberResponseBodyData
- func (s DescribeEmptyNumberResponseBodyData) String() string
- type DescribeMobileOperatorAttributeRequest
- func (s DescribeMobileOperatorAttributeRequest) GoString() string
- func (s *DescribeMobileOperatorAttributeRequest) SetAuthCode(v string) *DescribeMobileOperatorAttributeRequest
- func (s *DescribeMobileOperatorAttributeRequest) SetInputNumber(v string) *DescribeMobileOperatorAttributeRequest
- func (s *DescribeMobileOperatorAttributeRequest) SetMask(v string) *DescribeMobileOperatorAttributeRequest
- func (s *DescribeMobileOperatorAttributeRequest) SetOwnerId(v int64) *DescribeMobileOperatorAttributeRequest
- func (s *DescribeMobileOperatorAttributeRequest) SetResourceOwnerAccount(v string) *DescribeMobileOperatorAttributeRequest
- func (s *DescribeMobileOperatorAttributeRequest) SetResourceOwnerId(v int64) *DescribeMobileOperatorAttributeRequest
- func (s DescribeMobileOperatorAttributeRequest) String() string
- type DescribeMobileOperatorAttributeResponse
- func (s DescribeMobileOperatorAttributeResponse) GoString() string
- func (s *DescribeMobileOperatorAttributeResponse) SetBody(v *DescribeMobileOperatorAttributeResponseBody) *DescribeMobileOperatorAttributeResponse
- func (s *DescribeMobileOperatorAttributeResponse) SetHeaders(v map[string]*string) *DescribeMobileOperatorAttributeResponse
- func (s *DescribeMobileOperatorAttributeResponse) SetStatusCode(v int32) *DescribeMobileOperatorAttributeResponse
- func (s DescribeMobileOperatorAttributeResponse) String() string
- type DescribeMobileOperatorAttributeResponseBody
- func (s DescribeMobileOperatorAttributeResponseBody) GoString() string
- func (s *DescribeMobileOperatorAttributeResponseBody) SetAccessDeniedDetail(v string) *DescribeMobileOperatorAttributeResponseBody
- func (s *DescribeMobileOperatorAttributeResponseBody) SetCode(v string) *DescribeMobileOperatorAttributeResponseBody
- func (s *DescribeMobileOperatorAttributeResponseBody) SetData(v *DescribeMobileOperatorAttributeResponseBodyData) *DescribeMobileOperatorAttributeResponseBody
- func (s *DescribeMobileOperatorAttributeResponseBody) SetMessage(v string) *DescribeMobileOperatorAttributeResponseBody
- func (s *DescribeMobileOperatorAttributeResponseBody) SetRequestId(v string) *DescribeMobileOperatorAttributeResponseBody
- func (s DescribeMobileOperatorAttributeResponseBody) String() string
- type DescribeMobileOperatorAttributeResponseBodyData
- func (s DescribeMobileOperatorAttributeResponseBodyData) GoString() string
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetBasicCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetCity(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetIsNumberPortability(v bool) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetProvince(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetRealNumber(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s *DescribeMobileOperatorAttributeResponseBodyData) SetSegmentCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
- func (s DescribeMobileOperatorAttributeResponseBodyData) String() string
- type DescribePhoneNumberAnalysisAIRequest
- func (s DescribePhoneNumberAnalysisAIRequest) GoString() string
- func (s *DescribePhoneNumberAnalysisAIRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetModelConfig(v string) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetRate(v int64) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisAIRequest
- func (s *DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisAIRequest
- func (s DescribePhoneNumberAnalysisAIRequest) String() string
- type DescribePhoneNumberAnalysisAIResponse
- func (s DescribePhoneNumberAnalysisAIResponse) GoString() string
- func (s *DescribePhoneNumberAnalysisAIResponse) SetBody(v *DescribePhoneNumberAnalysisAIResponseBody) *DescribePhoneNumberAnalysisAIResponse
- func (s *DescribePhoneNumberAnalysisAIResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisAIResponse
- func (s *DescribePhoneNumberAnalysisAIResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisAIResponse
- func (s DescribePhoneNumberAnalysisAIResponse) String() string
- type DescribePhoneNumberAnalysisAIResponseBody
- func (s DescribePhoneNumberAnalysisAIResponseBody) GoString() string
- func (s *DescribePhoneNumberAnalysisAIResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisAIResponseBody
- func (s *DescribePhoneNumberAnalysisAIResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisAIResponseBody
- func (s *DescribePhoneNumberAnalysisAIResponseBody) SetData(v *DescribePhoneNumberAnalysisAIResponseBodyData) *DescribePhoneNumberAnalysisAIResponseBody
- func (s *DescribePhoneNumberAnalysisAIResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisAIResponseBody
- func (s *DescribePhoneNumberAnalysisAIResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisAIResponseBody
- func (s DescribePhoneNumberAnalysisAIResponseBody) String() string
- type DescribePhoneNumberAnalysisAIResponseBodyData
- func (s DescribePhoneNumberAnalysisAIResponseBodyData) GoString() string
- func (s *DescribePhoneNumberAnalysisAIResponseBodyData) SetCode(v string) *DescribePhoneNumberAnalysisAIResponseBodyData
- func (s *DescribePhoneNumberAnalysisAIResponseBodyData) SetNumber(v string) *DescribePhoneNumberAnalysisAIResponseBodyData
- func (s DescribePhoneNumberAnalysisAIResponseBodyData) String() string
- type DescribePhoneNumberAnalysisPaiRequest
- func (s DescribePhoneNumberAnalysisPaiRequest) GoString() string
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetModelConfig(v string) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetRate(v int64) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisPaiRequest
- func (s *DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisPaiRequest
- func (s DescribePhoneNumberAnalysisPaiRequest) String() string
- type DescribePhoneNumberAnalysisPaiResponse
- func (s DescribePhoneNumberAnalysisPaiResponse) GoString() string
- func (s *DescribePhoneNumberAnalysisPaiResponse) SetBody(v *DescribePhoneNumberAnalysisPaiResponseBody) *DescribePhoneNumberAnalysisPaiResponse
- func (s *DescribePhoneNumberAnalysisPaiResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisPaiResponse
- func (s *DescribePhoneNumberAnalysisPaiResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisPaiResponse
- func (s DescribePhoneNumberAnalysisPaiResponse) String() string
- type DescribePhoneNumberAnalysisPaiResponseBody
- func (s DescribePhoneNumberAnalysisPaiResponseBody) GoString() string
- func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisPaiResponseBody
- func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisPaiResponseBody
- func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetData(v []*string) *DescribePhoneNumberAnalysisPaiResponseBody
- func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisPaiResponseBody
- func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisPaiResponseBody
- func (s DescribePhoneNumberAnalysisPaiResponseBody) String() string
- type DescribePhoneNumberAnalysisRequest
- func (s DescribePhoneNumberAnalysisRequest) GoString() string
- func (s *DescribePhoneNumberAnalysisRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetMask(v string) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetNumberType(v int64) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetRate(v int64) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisRequest
- func (s *DescribePhoneNumberAnalysisRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisRequest
- func (s DescribePhoneNumberAnalysisRequest) String() string
- type DescribePhoneNumberAnalysisResponse
- func (s DescribePhoneNumberAnalysisResponse) GoString() string
- func (s *DescribePhoneNumberAnalysisResponse) SetBody(v *DescribePhoneNumberAnalysisResponseBody) *DescribePhoneNumberAnalysisResponse
- func (s *DescribePhoneNumberAnalysisResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisResponse
- func (s *DescribePhoneNumberAnalysisResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisResponse
- func (s DescribePhoneNumberAnalysisResponse) String() string
- type DescribePhoneNumberAnalysisResponseBody
- func (s DescribePhoneNumberAnalysisResponseBody) GoString() string
- func (s *DescribePhoneNumberAnalysisResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisResponseBody
- func (s *DescribePhoneNumberAnalysisResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisResponseBody
- func (s *DescribePhoneNumberAnalysisResponseBody) SetData(v *DescribePhoneNumberAnalysisResponseBodyData) *DescribePhoneNumberAnalysisResponseBody
- func (s *DescribePhoneNumberAnalysisResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisResponseBody
- func (s *DescribePhoneNumberAnalysisResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisResponseBody
- func (s DescribePhoneNumberAnalysisResponseBody) String() string
- type DescribePhoneNumberAnalysisResponseBodyData
- func (s DescribePhoneNumberAnalysisResponseBodyData) GoString() string
- func (s *DescribePhoneNumberAnalysisResponseBodyData) SetList(v []*DescribePhoneNumberAnalysisResponseBodyDataList) *DescribePhoneNumberAnalysisResponseBodyData
- func (s DescribePhoneNumberAnalysisResponseBodyData) String() string
- type DescribePhoneNumberAnalysisResponseBodyDataList
- func (s DescribePhoneNumberAnalysisResponseBodyDataList) GoString() string
- func (s *DescribePhoneNumberAnalysisResponseBodyDataList) SetCode(v string) *DescribePhoneNumberAnalysisResponseBodyDataList
- func (s *DescribePhoneNumberAnalysisResponseBodyDataList) SetNumber(v string) *DescribePhoneNumberAnalysisResponseBodyDataList
- func (s DescribePhoneNumberAnalysisResponseBodyDataList) String() string
- type DescribePhoneNumberAnalysisTransparentRequest
- func (s DescribePhoneNumberAnalysisTransparentRequest) GoString() string
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetIp(v string) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetNumberType(v string) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisTransparentRequest
- func (s *DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisTransparentRequest
- func (s DescribePhoneNumberAnalysisTransparentRequest) String() string
- type DescribePhoneNumberAnalysisTransparentResponse
- func (s DescribePhoneNumberAnalysisTransparentResponse) GoString() string
- func (s *DescribePhoneNumberAnalysisTransparentResponse) SetBody(v *DescribePhoneNumberAnalysisTransparentResponseBody) *DescribePhoneNumberAnalysisTransparentResponse
- func (s *DescribePhoneNumberAnalysisTransparentResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisTransparentResponse
- func (s *DescribePhoneNumberAnalysisTransparentResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisTransparentResponse
- func (s DescribePhoneNumberAnalysisTransparentResponse) String() string
- type DescribePhoneNumberAnalysisTransparentResponseBody
- func (s DescribePhoneNumberAnalysisTransparentResponseBody) GoString() string
- func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
- func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
- func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetData(v *DescribePhoneNumberAnalysisTransparentResponseBodyData) *DescribePhoneNumberAnalysisTransparentResponseBody
- func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
- func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
- func (s DescribePhoneNumberAnalysisTransparentResponseBody) String() string
- type DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s DescribePhoneNumberAnalysisTransparentResponseBodyData) GoString() string
- func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetDeviceRisk(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetIpRisk(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetScore1(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetScore2(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetScore3(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
- func (s DescribePhoneNumberAnalysisTransparentResponseBodyData) String() string
- type DescribePhoneNumberAttributeRequest
- func (s DescribePhoneNumberAttributeRequest) GoString() string
- func (s *DescribePhoneNumberAttributeRequest) SetOwnerId(v int64) *DescribePhoneNumberAttributeRequest
- func (s *DescribePhoneNumberAttributeRequest) SetPhoneNumber(v string) *DescribePhoneNumberAttributeRequest
- func (s *DescribePhoneNumberAttributeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAttributeRequest
- func (s *DescribePhoneNumberAttributeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAttributeRequest
- func (s DescribePhoneNumberAttributeRequest) String() string
- type DescribePhoneNumberAttributeResponse
- func (s DescribePhoneNumberAttributeResponse) GoString() string
- func (s *DescribePhoneNumberAttributeResponse) SetBody(v *DescribePhoneNumberAttributeResponseBody) *DescribePhoneNumberAttributeResponse
- func (s *DescribePhoneNumberAttributeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAttributeResponse
- func (s *DescribePhoneNumberAttributeResponse) SetStatusCode(v int32) *DescribePhoneNumberAttributeResponse
- func (s DescribePhoneNumberAttributeResponse) String() string
- type DescribePhoneNumberAttributeResponseBody
- func (s DescribePhoneNumberAttributeResponseBody) GoString() string
- func (s *DescribePhoneNumberAttributeResponseBody) SetCode(v string) *DescribePhoneNumberAttributeResponseBody
- func (s *DescribePhoneNumberAttributeResponseBody) SetMessage(v string) *DescribePhoneNumberAttributeResponseBody
- func (s *DescribePhoneNumberAttributeResponseBody) SetPhoneNumberAttribute(v *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) *DescribePhoneNumberAttributeResponseBody
- func (s *DescribePhoneNumberAttributeResponseBody) SetRequestId(v string) *DescribePhoneNumberAttributeResponseBody
- func (s DescribePhoneNumberAttributeResponseBody) String() string
- type DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) GoString() string
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetBasicCarrier(v string) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetCarrier(v string) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetCity(v string) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetIsNumberPortability(v bool) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetNumberSegment(v int64) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetProvince(v string) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
- func (s DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) String() string
- type DescribePhoneNumberOnlineTimeRequest
- func (s DescribePhoneNumberOnlineTimeRequest) GoString() string
- func (s *DescribePhoneNumberOnlineTimeRequest) SetAuthCode(v string) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetCarrier(v string) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetInputNumber(v string) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetMask(v string) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetOwnerId(v int64) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberOnlineTimeRequest
- func (s *DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberOnlineTimeRequest
- func (s DescribePhoneNumberOnlineTimeRequest) String() string
- type DescribePhoneNumberOnlineTimeResponse
- func (s DescribePhoneNumberOnlineTimeResponse) GoString() string
- func (s *DescribePhoneNumberOnlineTimeResponse) SetBody(v *DescribePhoneNumberOnlineTimeResponseBody) *DescribePhoneNumberOnlineTimeResponse
- func (s *DescribePhoneNumberOnlineTimeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberOnlineTimeResponse
- func (s *DescribePhoneNumberOnlineTimeResponse) SetStatusCode(v int32) *DescribePhoneNumberOnlineTimeResponse
- func (s DescribePhoneNumberOnlineTimeResponse) String() string
- type DescribePhoneNumberOnlineTimeResponseBody
- func (s DescribePhoneNumberOnlineTimeResponseBody) GoString() string
- func (s *DescribePhoneNumberOnlineTimeResponseBody) SetCode(v string) *DescribePhoneNumberOnlineTimeResponseBody
- func (s *DescribePhoneNumberOnlineTimeResponseBody) SetData(v *DescribePhoneNumberOnlineTimeResponseBodyData) *DescribePhoneNumberOnlineTimeResponseBody
- func (s *DescribePhoneNumberOnlineTimeResponseBody) SetMessage(v string) *DescribePhoneNumberOnlineTimeResponseBody
- func (s *DescribePhoneNumberOnlineTimeResponseBody) SetRequestId(v string) *DescribePhoneNumberOnlineTimeResponseBody
- func (s DescribePhoneNumberOnlineTimeResponseBody) String() string
- type DescribePhoneNumberOnlineTimeResponseBodyData
- func (s DescribePhoneNumberOnlineTimeResponseBodyData) GoString() string
- func (s *DescribePhoneNumberOnlineTimeResponseBodyData) SetCarrierCode(v string) *DescribePhoneNumberOnlineTimeResponseBodyData
- func (s *DescribePhoneNumberOnlineTimeResponseBodyData) SetVerifyResult(v string) *DescribePhoneNumberOnlineTimeResponseBodyData
- func (s DescribePhoneNumberOnlineTimeResponseBodyData) String() string
- type DescribePhoneNumberOperatorAttributeRequest
- func (s DescribePhoneNumberOperatorAttributeRequest) GoString() string
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetAuthCode(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetFlowName(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetInputNumber(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetMask(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetOwnerId(v int64) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberOperatorAttributeRequest
- func (s *DescribePhoneNumberOperatorAttributeRequest) SetResultCount(v string) *DescribePhoneNumberOperatorAttributeRequest
- func (s DescribePhoneNumberOperatorAttributeRequest) String() string
- type DescribePhoneNumberOperatorAttributeResponse
- func (s DescribePhoneNumberOperatorAttributeResponse) GoString() string
- func (s *DescribePhoneNumberOperatorAttributeResponse) SetBody(v *DescribePhoneNumberOperatorAttributeResponseBody) *DescribePhoneNumberOperatorAttributeResponse
- func (s *DescribePhoneNumberOperatorAttributeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberOperatorAttributeResponse
- func (s *DescribePhoneNumberOperatorAttributeResponse) SetStatusCode(v int32) *DescribePhoneNumberOperatorAttributeResponse
- func (s DescribePhoneNumberOperatorAttributeResponse) String() string
- type DescribePhoneNumberOperatorAttributeResponseBody
- func (s DescribePhoneNumberOperatorAttributeResponseBody) GoString() string
- func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberOperatorAttributeResponseBody
- func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetCode(v string) *DescribePhoneNumberOperatorAttributeResponseBody
- func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetData(v *DescribePhoneNumberOperatorAttributeResponseBodyData) *DescribePhoneNumberOperatorAttributeResponseBody
- func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetMessage(v string) *DescribePhoneNumberOperatorAttributeResponseBody
- func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetRequestId(v string) *DescribePhoneNumberOperatorAttributeResponseBody
- func (s DescribePhoneNumberOperatorAttributeResponseBody) String() string
- type DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s DescribePhoneNumberOperatorAttributeResponseBodyData) GoString() string
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetBasicCarrier(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetCarrier(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetCity(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetIsNumberPortability(v bool) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetNumberSegment(v int64) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetProvince(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
- func (s DescribePhoneNumberOperatorAttributeResponseBodyData) String() string
- type DescribePhoneNumberRiskRequest
- func (s DescribePhoneNumberRiskRequest) GoString() string
- func (s *DescribePhoneNumberRiskRequest) SetAuthCode(v string) *DescribePhoneNumberRiskRequest
- func (s *DescribePhoneNumberRiskRequest) SetInputNumber(v string) *DescribePhoneNumberRiskRequest
- func (s *DescribePhoneNumberRiskRequest) SetMask(v string) *DescribePhoneNumberRiskRequest
- func (s *DescribePhoneNumberRiskRequest) SetOwnerId(v int64) *DescribePhoneNumberRiskRequest
- func (s *DescribePhoneNumberRiskRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberRiskRequest
- func (s *DescribePhoneNumberRiskRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberRiskRequest
- func (s DescribePhoneNumberRiskRequest) String() string
- type DescribePhoneNumberRiskResponse
- func (s DescribePhoneNumberRiskResponse) GoString() string
- func (s *DescribePhoneNumberRiskResponse) SetBody(v *DescribePhoneNumberRiskResponseBody) *DescribePhoneNumberRiskResponse
- func (s *DescribePhoneNumberRiskResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberRiskResponse
- func (s *DescribePhoneNumberRiskResponse) SetStatusCode(v int32) *DescribePhoneNumberRiskResponse
- func (s DescribePhoneNumberRiskResponse) String() string
- type DescribePhoneNumberRiskResponseBody
- func (s DescribePhoneNumberRiskResponseBody) GoString() string
- func (s *DescribePhoneNumberRiskResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberRiskResponseBody
- func (s *DescribePhoneNumberRiskResponseBody) SetCode(v string) *DescribePhoneNumberRiskResponseBody
- func (s *DescribePhoneNumberRiskResponseBody) SetData(v *DescribePhoneNumberRiskResponseBodyData) *DescribePhoneNumberRiskResponseBody
- func (s *DescribePhoneNumberRiskResponseBody) SetMessage(v string) *DescribePhoneNumberRiskResponseBody
- func (s *DescribePhoneNumberRiskResponseBody) SetRequestId(v string) *DescribePhoneNumberRiskResponseBody
- func (s DescribePhoneNumberRiskResponseBody) String() string
- type DescribePhoneNumberRiskResponseBodyData
- type DescribePhoneTwiceTelVerifyRequest
- func (s DescribePhoneTwiceTelVerifyRequest) GoString() string
- func (s *DescribePhoneTwiceTelVerifyRequest) SetAuthCode(v string) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetInputNumber(v string) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetMask(v string) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetOwnerId(v int64) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerAccount(v string) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerId(v int64) *DescribePhoneTwiceTelVerifyRequest
- func (s *DescribePhoneTwiceTelVerifyRequest) SetStartTime(v string) *DescribePhoneTwiceTelVerifyRequest
- func (s DescribePhoneTwiceTelVerifyRequest) String() string
- type DescribePhoneTwiceTelVerifyResponse
- func (s DescribePhoneTwiceTelVerifyResponse) GoString() string
- func (s *DescribePhoneTwiceTelVerifyResponse) SetBody(v *DescribePhoneTwiceTelVerifyResponseBody) *DescribePhoneTwiceTelVerifyResponse
- func (s *DescribePhoneTwiceTelVerifyResponse) SetHeaders(v map[string]*string) *DescribePhoneTwiceTelVerifyResponse
- func (s *DescribePhoneTwiceTelVerifyResponse) SetStatusCode(v int32) *DescribePhoneTwiceTelVerifyResponse
- func (s DescribePhoneTwiceTelVerifyResponse) String() string
- type DescribePhoneTwiceTelVerifyResponseBody
- func (s DescribePhoneTwiceTelVerifyResponseBody) GoString() string
- func (s *DescribePhoneTwiceTelVerifyResponseBody) SetCode(v string) *DescribePhoneTwiceTelVerifyResponseBody
- func (s *DescribePhoneTwiceTelVerifyResponseBody) SetData(v *DescribePhoneTwiceTelVerifyResponseBodyData) *DescribePhoneTwiceTelVerifyResponseBody
- func (s *DescribePhoneTwiceTelVerifyResponseBody) SetMessage(v string) *DescribePhoneTwiceTelVerifyResponseBody
- func (s *DescribePhoneTwiceTelVerifyResponseBody) SetRequestId(v string) *DescribePhoneTwiceTelVerifyResponseBody
- func (s DescribePhoneTwiceTelVerifyResponseBody) String() string
- type DescribePhoneTwiceTelVerifyResponseBodyData
- func (s DescribePhoneTwiceTelVerifyResponseBodyData) GoString() string
- func (s *DescribePhoneTwiceTelVerifyResponseBodyData) SetCarrier(v string) *DescribePhoneTwiceTelVerifyResponseBodyData
- func (s *DescribePhoneTwiceTelVerifyResponseBodyData) SetVerifyResult(v string) *DescribePhoneTwiceTelVerifyResponseBodyData
- func (s DescribePhoneTwiceTelVerifyResponseBodyData) String() string
- type GetUAIDApplyTokenSignRequest
- func (s GetUAIDApplyTokenSignRequest) GoString() string
- func (s *GetUAIDApplyTokenSignRequest) SetAuthCode(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetCarrier(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetClientType(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetFormat(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetOutId(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetOwnerId(v int64) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetParamKey(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetParamStr(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetResourceOwnerAccount(v string) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetResourceOwnerId(v int64) *GetUAIDApplyTokenSignRequest
- func (s *GetUAIDApplyTokenSignRequest) SetTime(v string) *GetUAIDApplyTokenSignRequest
- func (s GetUAIDApplyTokenSignRequest) String() string
- type GetUAIDApplyTokenSignResponse
- func (s GetUAIDApplyTokenSignResponse) GoString() string
- func (s *GetUAIDApplyTokenSignResponse) SetBody(v *GetUAIDApplyTokenSignResponseBody) *GetUAIDApplyTokenSignResponse
- func (s *GetUAIDApplyTokenSignResponse) SetHeaders(v map[string]*string) *GetUAIDApplyTokenSignResponse
- func (s *GetUAIDApplyTokenSignResponse) SetStatusCode(v int32) *GetUAIDApplyTokenSignResponse
- func (s GetUAIDApplyTokenSignResponse) String() string
- type GetUAIDApplyTokenSignResponseBody
- func (s GetUAIDApplyTokenSignResponseBody) GoString() string
- func (s *GetUAIDApplyTokenSignResponseBody) SetAccessDeniedDetail(v string) *GetUAIDApplyTokenSignResponseBody
- func (s *GetUAIDApplyTokenSignResponseBody) SetCode(v string) *GetUAIDApplyTokenSignResponseBody
- func (s *GetUAIDApplyTokenSignResponseBody) SetData(v *GetUAIDApplyTokenSignResponseBodyData) *GetUAIDApplyTokenSignResponseBody
- func (s *GetUAIDApplyTokenSignResponseBody) SetMessage(v string) *GetUAIDApplyTokenSignResponseBody
- func (s *GetUAIDApplyTokenSignResponseBody) SetRequestId(v string) *GetUAIDApplyTokenSignResponseBody
- func (s GetUAIDApplyTokenSignResponseBody) String() string
- type GetUAIDApplyTokenSignResponseBodyData
- func (s GetUAIDApplyTokenSignResponseBodyData) GoString() string
- func (s *GetUAIDApplyTokenSignResponseBodyData) SetCarrier(v string) *GetUAIDApplyTokenSignResponseBodyData
- func (s *GetUAIDApplyTokenSignResponseBodyData) SetOutId(v string) *GetUAIDApplyTokenSignResponseBodyData
- func (s *GetUAIDApplyTokenSignResponseBodyData) SetSign(v string) *GetUAIDApplyTokenSignResponseBodyData
- func (s GetUAIDApplyTokenSignResponseBodyData) String() string
- type GetUAIDConversionSignRequest
- func (s GetUAIDConversionSignRequest) GoString() string
- func (s *GetUAIDConversionSignRequest) SetAuthCode(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetCarrier(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetClientType(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetFormat(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetOutId(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetOwnerId(v int64) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetParamKey(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetParamStr(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetResourceOwnerAccount(v string) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetResourceOwnerId(v int64) *GetUAIDConversionSignRequest
- func (s *GetUAIDConversionSignRequest) SetTime(v string) *GetUAIDConversionSignRequest
- func (s GetUAIDConversionSignRequest) String() string
- type GetUAIDConversionSignResponse
- func (s GetUAIDConversionSignResponse) GoString() string
- func (s *GetUAIDConversionSignResponse) SetBody(v *GetUAIDConversionSignResponseBody) *GetUAIDConversionSignResponse
- func (s *GetUAIDConversionSignResponse) SetHeaders(v map[string]*string) *GetUAIDConversionSignResponse
- func (s *GetUAIDConversionSignResponse) SetStatusCode(v int32) *GetUAIDConversionSignResponse
- func (s GetUAIDConversionSignResponse) String() string
- type GetUAIDConversionSignResponseBody
- func (s GetUAIDConversionSignResponseBody) GoString() string
- func (s *GetUAIDConversionSignResponseBody) SetAccessDeniedDetail(v string) *GetUAIDConversionSignResponseBody
- func (s *GetUAIDConversionSignResponseBody) SetCode(v string) *GetUAIDConversionSignResponseBody
- func (s *GetUAIDConversionSignResponseBody) SetData(v *GetUAIDConversionSignResponseBodyData) *GetUAIDConversionSignResponseBody
- func (s *GetUAIDConversionSignResponseBody) SetMessage(v string) *GetUAIDConversionSignResponseBody
- func (s *GetUAIDConversionSignResponseBody) SetRequestId(v string) *GetUAIDConversionSignResponseBody
- func (s GetUAIDConversionSignResponseBody) String() string
- type GetUAIDConversionSignResponseBodyData
- func (s GetUAIDConversionSignResponseBodyData) GoString() string
- func (s *GetUAIDConversionSignResponseBodyData) SetCarrier(v string) *GetUAIDConversionSignResponseBodyData
- func (s *GetUAIDConversionSignResponseBodyData) SetOutId(v string) *GetUAIDConversionSignResponseBodyData
- func (s *GetUAIDConversionSignResponseBodyData) SetSign(v string) *GetUAIDConversionSignResponseBodyData
- func (s GetUAIDConversionSignResponseBodyData) String() string
- type InvalidPhoneNumberFilterRequest
- func (s InvalidPhoneNumberFilterRequest) GoString() string
- func (s *InvalidPhoneNumberFilterRequest) SetAuthCode(v string) *InvalidPhoneNumberFilterRequest
- func (s *InvalidPhoneNumberFilterRequest) SetInputNumber(v string) *InvalidPhoneNumberFilterRequest
- func (s *InvalidPhoneNumberFilterRequest) SetMask(v string) *InvalidPhoneNumberFilterRequest
- func (s *InvalidPhoneNumberFilterRequest) SetOwnerId(v int64) *InvalidPhoneNumberFilterRequest
- func (s *InvalidPhoneNumberFilterRequest) SetResourceOwnerAccount(v string) *InvalidPhoneNumberFilterRequest
- func (s *InvalidPhoneNumberFilterRequest) SetResourceOwnerId(v int64) *InvalidPhoneNumberFilterRequest
- func (s InvalidPhoneNumberFilterRequest) String() string
- type InvalidPhoneNumberFilterResponse
- func (s InvalidPhoneNumberFilterResponse) GoString() string
- func (s *InvalidPhoneNumberFilterResponse) SetBody(v *InvalidPhoneNumberFilterResponseBody) *InvalidPhoneNumberFilterResponse
- func (s *InvalidPhoneNumberFilterResponse) SetHeaders(v map[string]*string) *InvalidPhoneNumberFilterResponse
- func (s *InvalidPhoneNumberFilterResponse) SetStatusCode(v int32) *InvalidPhoneNumberFilterResponse
- func (s InvalidPhoneNumberFilterResponse) String() string
- type InvalidPhoneNumberFilterResponseBody
- func (s InvalidPhoneNumberFilterResponseBody) GoString() string
- func (s *InvalidPhoneNumberFilterResponseBody) SetCode(v string) *InvalidPhoneNumberFilterResponseBody
- func (s *InvalidPhoneNumberFilterResponseBody) SetData(v []*InvalidPhoneNumberFilterResponseBodyData) *InvalidPhoneNumberFilterResponseBody
- func (s *InvalidPhoneNumberFilterResponseBody) SetMessage(v string) *InvalidPhoneNumberFilterResponseBody
- func (s *InvalidPhoneNumberFilterResponseBody) SetRequestId(v string) *InvalidPhoneNumberFilterResponseBody
- func (s InvalidPhoneNumberFilterResponseBody) String() string
- type InvalidPhoneNumberFilterResponseBodyData
- func (s InvalidPhoneNumberFilterResponseBodyData) GoString() string
- func (s *InvalidPhoneNumberFilterResponseBodyData) SetCode(v string) *InvalidPhoneNumberFilterResponseBodyData
- func (s *InvalidPhoneNumberFilterResponseBodyData) SetEncryptedNumber(v string) *InvalidPhoneNumberFilterResponseBodyData
- func (s *InvalidPhoneNumberFilterResponseBodyData) SetExpireTime(v string) *InvalidPhoneNumberFilterResponseBodyData
- func (s *InvalidPhoneNumberFilterResponseBodyData) SetOriginalNumber(v string) *InvalidPhoneNumberFilterResponseBodyData
- func (s InvalidPhoneNumberFilterResponseBodyData) String() string
- type PhoneNumberConvertServiceRequest
- func (s PhoneNumberConvertServiceRequest) GoString() string
- func (s *PhoneNumberConvertServiceRequest) SetAuthCode(v string) *PhoneNumberConvertServiceRequest
- func (s *PhoneNumberConvertServiceRequest) SetInputNumber(v string) *PhoneNumberConvertServiceRequest
- func (s *PhoneNumberConvertServiceRequest) SetMask(v string) *PhoneNumberConvertServiceRequest
- func (s *PhoneNumberConvertServiceRequest) SetOwnerId(v int64) *PhoneNumberConvertServiceRequest
- func (s *PhoneNumberConvertServiceRequest) SetResourceOwnerAccount(v string) *PhoneNumberConvertServiceRequest
- func (s *PhoneNumberConvertServiceRequest) SetResourceOwnerId(v int64) *PhoneNumberConvertServiceRequest
- func (s PhoneNumberConvertServiceRequest) String() string
- type PhoneNumberConvertServiceResponse
- func (s PhoneNumberConvertServiceResponse) GoString() string
- func (s *PhoneNumberConvertServiceResponse) SetBody(v *PhoneNumberConvertServiceResponseBody) *PhoneNumberConvertServiceResponse
- func (s *PhoneNumberConvertServiceResponse) SetHeaders(v map[string]*string) *PhoneNumberConvertServiceResponse
- func (s *PhoneNumberConvertServiceResponse) SetStatusCode(v int32) *PhoneNumberConvertServiceResponse
- func (s PhoneNumberConvertServiceResponse) String() string
- type PhoneNumberConvertServiceResponseBody
- func (s PhoneNumberConvertServiceResponseBody) GoString() string
- func (s *PhoneNumberConvertServiceResponseBody) SetCode(v string) *PhoneNumberConvertServiceResponseBody
- func (s *PhoneNumberConvertServiceResponseBody) SetData(v []*PhoneNumberConvertServiceResponseBodyData) *PhoneNumberConvertServiceResponseBody
- func (s *PhoneNumberConvertServiceResponseBody) SetMessage(v string) *PhoneNumberConvertServiceResponseBody
- func (s *PhoneNumberConvertServiceResponseBody) SetRequestId(v string) *PhoneNumberConvertServiceResponseBody
- func (s PhoneNumberConvertServiceResponseBody) String() string
- type PhoneNumberConvertServiceResponseBodyData
- func (s PhoneNumberConvertServiceResponseBodyData) GoString() string
- func (s *PhoneNumberConvertServiceResponseBodyData) SetConverResult(v bool) *PhoneNumberConvertServiceResponseBodyData
- func (s *PhoneNumberConvertServiceResponseBodyData) SetNumber(v string) *PhoneNumberConvertServiceResponseBodyData
- func (s *PhoneNumberConvertServiceResponseBodyData) SetNumberMd5(v string) *PhoneNumberConvertServiceResponseBodyData
- func (s *PhoneNumberConvertServiceResponseBodyData) SetNumberSha256(v string) *PhoneNumberConvertServiceResponseBodyData
- func (s PhoneNumberConvertServiceResponseBodyData) String() string
- type PhoneNumberEncryptRequest
- func (s PhoneNumberEncryptRequest) GoString() string
- func (s *PhoneNumberEncryptRequest) SetAuthCode(v string) *PhoneNumberEncryptRequest
- func (s *PhoneNumberEncryptRequest) SetInputNumber(v string) *PhoneNumberEncryptRequest
- func (s *PhoneNumberEncryptRequest) SetMask(v string) *PhoneNumberEncryptRequest
- func (s *PhoneNumberEncryptRequest) SetOwnerId(v int64) *PhoneNumberEncryptRequest
- func (s *PhoneNumberEncryptRequest) SetResourceOwnerAccount(v string) *PhoneNumberEncryptRequest
- func (s *PhoneNumberEncryptRequest) SetResourceOwnerId(v int64) *PhoneNumberEncryptRequest
- func (s PhoneNumberEncryptRequest) String() string
- type PhoneNumberEncryptResponse
- func (s PhoneNumberEncryptResponse) GoString() string
- func (s *PhoneNumberEncryptResponse) SetBody(v *PhoneNumberEncryptResponseBody) *PhoneNumberEncryptResponse
- func (s *PhoneNumberEncryptResponse) SetHeaders(v map[string]*string) *PhoneNumberEncryptResponse
- func (s *PhoneNumberEncryptResponse) SetStatusCode(v int32) *PhoneNumberEncryptResponse
- func (s PhoneNumberEncryptResponse) String() string
- type PhoneNumberEncryptResponseBody
- func (s PhoneNumberEncryptResponseBody) GoString() string
- func (s *PhoneNumberEncryptResponseBody) SetCode(v string) *PhoneNumberEncryptResponseBody
- func (s *PhoneNumberEncryptResponseBody) SetData(v []*PhoneNumberEncryptResponseBodyData) *PhoneNumberEncryptResponseBody
- func (s *PhoneNumberEncryptResponseBody) SetMessage(v string) *PhoneNumberEncryptResponseBody
- func (s *PhoneNumberEncryptResponseBody) SetRequestId(v string) *PhoneNumberEncryptResponseBody
- func (s PhoneNumberEncryptResponseBody) String() string
- type PhoneNumberEncryptResponseBodyData
- func (s PhoneNumberEncryptResponseBodyData) GoString() string
- func (s *PhoneNumberEncryptResponseBodyData) SetEncryptedNumber(v string) *PhoneNumberEncryptResponseBodyData
- func (s *PhoneNumberEncryptResponseBodyData) SetExpireTime(v string) *PhoneNumberEncryptResponseBodyData
- func (s *PhoneNumberEncryptResponseBodyData) SetOriginalNumber(v string) *PhoneNumberEncryptResponseBodyData
- func (s PhoneNumberEncryptResponseBodyData) String() string
- type PhoneNumberStatusForAccountRequest
- func (s PhoneNumberStatusForAccountRequest) GoString() string
- func (s *PhoneNumberStatusForAccountRequest) SetAuthCode(v string) *PhoneNumberStatusForAccountRequest
- func (s *PhoneNumberStatusForAccountRequest) SetInputNumber(v string) *PhoneNumberStatusForAccountRequest
- func (s *PhoneNumberStatusForAccountRequest) SetMask(v string) *PhoneNumberStatusForAccountRequest
- func (s *PhoneNumberStatusForAccountRequest) SetOwnerId(v int64) *PhoneNumberStatusForAccountRequest
- func (s *PhoneNumberStatusForAccountRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForAccountRequest
- func (s *PhoneNumberStatusForAccountRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForAccountRequest
- func (s PhoneNumberStatusForAccountRequest) String() string
- type PhoneNumberStatusForAccountResponse
- func (s PhoneNumberStatusForAccountResponse) GoString() string
- func (s *PhoneNumberStatusForAccountResponse) SetBody(v *PhoneNumberStatusForAccountResponseBody) *PhoneNumberStatusForAccountResponse
- func (s *PhoneNumberStatusForAccountResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForAccountResponse
- func (s *PhoneNumberStatusForAccountResponse) SetStatusCode(v int32) *PhoneNumberStatusForAccountResponse
- func (s PhoneNumberStatusForAccountResponse) String() string
- type PhoneNumberStatusForAccountResponseBody
- func (s PhoneNumberStatusForAccountResponseBody) GoString() string
- func (s *PhoneNumberStatusForAccountResponseBody) SetCode(v string) *PhoneNumberStatusForAccountResponseBody
- func (s *PhoneNumberStatusForAccountResponseBody) SetData(v *PhoneNumberStatusForAccountResponseBodyData) *PhoneNumberStatusForAccountResponseBody
- func (s *PhoneNumberStatusForAccountResponseBody) SetMessage(v string) *PhoneNumberStatusForAccountResponseBody
- func (s *PhoneNumberStatusForAccountResponseBody) SetRequestId(v string) *PhoneNumberStatusForAccountResponseBody
- func (s PhoneNumberStatusForAccountResponseBody) String() string
- type PhoneNumberStatusForAccountResponseBodyData
- func (s PhoneNumberStatusForAccountResponseBodyData) GoString() string
- func (s *PhoneNumberStatusForAccountResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForAccountResponseBodyData
- func (s *PhoneNumberStatusForAccountResponseBodyData) SetStatus(v string) *PhoneNumberStatusForAccountResponseBodyData
- func (s PhoneNumberStatusForAccountResponseBodyData) String() string
- type PhoneNumberStatusForPublicRequest
- func (s PhoneNumberStatusForPublicRequest) GoString() string
- func (s *PhoneNumberStatusForPublicRequest) SetAuthCode(v string) *PhoneNumberStatusForPublicRequest
- func (s *PhoneNumberStatusForPublicRequest) SetInputNumber(v string) *PhoneNumberStatusForPublicRequest
- func (s *PhoneNumberStatusForPublicRequest) SetMask(v string) *PhoneNumberStatusForPublicRequest
- func (s *PhoneNumberStatusForPublicRequest) SetOwnerId(v int64) *PhoneNumberStatusForPublicRequest
- func (s *PhoneNumberStatusForPublicRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForPublicRequest
- func (s *PhoneNumberStatusForPublicRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForPublicRequest
- func (s PhoneNumberStatusForPublicRequest) String() string
- type PhoneNumberStatusForPublicResponse
- func (s PhoneNumberStatusForPublicResponse) GoString() string
- func (s *PhoneNumberStatusForPublicResponse) SetBody(v *PhoneNumberStatusForPublicResponseBody) *PhoneNumberStatusForPublicResponse
- func (s *PhoneNumberStatusForPublicResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForPublicResponse
- func (s *PhoneNumberStatusForPublicResponse) SetStatusCode(v int32) *PhoneNumberStatusForPublicResponse
- func (s PhoneNumberStatusForPublicResponse) String() string
- type PhoneNumberStatusForPublicResponseBody
- func (s PhoneNumberStatusForPublicResponseBody) GoString() string
- func (s *PhoneNumberStatusForPublicResponseBody) SetCode(v string) *PhoneNumberStatusForPublicResponseBody
- func (s *PhoneNumberStatusForPublicResponseBody) SetData(v *PhoneNumberStatusForPublicResponseBodyData) *PhoneNumberStatusForPublicResponseBody
- func (s *PhoneNumberStatusForPublicResponseBody) SetMessage(v string) *PhoneNumberStatusForPublicResponseBody
- func (s *PhoneNumberStatusForPublicResponseBody) SetRequestId(v string) *PhoneNumberStatusForPublicResponseBody
- func (s PhoneNumberStatusForPublicResponseBody) String() string
- type PhoneNumberStatusForPublicResponseBodyData
- func (s PhoneNumberStatusForPublicResponseBodyData) GoString() string
- func (s *PhoneNumberStatusForPublicResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForPublicResponseBodyData
- func (s *PhoneNumberStatusForPublicResponseBodyData) SetStatus(v string) *PhoneNumberStatusForPublicResponseBodyData
- func (s PhoneNumberStatusForPublicResponseBodyData) String() string
- type PhoneNumberStatusForRealRequest
- func (s PhoneNumberStatusForRealRequest) GoString() string
- func (s *PhoneNumberStatusForRealRequest) SetAuthCode(v string) *PhoneNumberStatusForRealRequest
- func (s *PhoneNumberStatusForRealRequest) SetInputNumber(v string) *PhoneNumberStatusForRealRequest
- func (s *PhoneNumberStatusForRealRequest) SetMask(v string) *PhoneNumberStatusForRealRequest
- func (s *PhoneNumberStatusForRealRequest) SetOwnerId(v int64) *PhoneNumberStatusForRealRequest
- func (s *PhoneNumberStatusForRealRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForRealRequest
- func (s *PhoneNumberStatusForRealRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForRealRequest
- func (s PhoneNumberStatusForRealRequest) String() string
- type PhoneNumberStatusForRealResponse
- func (s PhoneNumberStatusForRealResponse) GoString() string
- func (s *PhoneNumberStatusForRealResponse) SetBody(v *PhoneNumberStatusForRealResponseBody) *PhoneNumberStatusForRealResponse
- func (s *PhoneNumberStatusForRealResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForRealResponse
- func (s *PhoneNumberStatusForRealResponse) SetStatusCode(v int32) *PhoneNumberStatusForRealResponse
- func (s PhoneNumberStatusForRealResponse) String() string
- type PhoneNumberStatusForRealResponseBody
- func (s PhoneNumberStatusForRealResponseBody) GoString() string
- func (s *PhoneNumberStatusForRealResponseBody) SetCode(v string) *PhoneNumberStatusForRealResponseBody
- func (s *PhoneNumberStatusForRealResponseBody) SetData(v *PhoneNumberStatusForRealResponseBodyData) *PhoneNumberStatusForRealResponseBody
- func (s *PhoneNumberStatusForRealResponseBody) SetMessage(v string) *PhoneNumberStatusForRealResponseBody
- func (s *PhoneNumberStatusForRealResponseBody) SetRequestId(v string) *PhoneNumberStatusForRealResponseBody
- func (s PhoneNumberStatusForRealResponseBody) String() string
- type PhoneNumberStatusForRealResponseBodyData
- func (s PhoneNumberStatusForRealResponseBodyData) GoString() string
- func (s *PhoneNumberStatusForRealResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForRealResponseBodyData
- func (s *PhoneNumberStatusForRealResponseBodyData) SetStatus(v string) *PhoneNumberStatusForRealResponseBodyData
- func (s PhoneNumberStatusForRealResponseBodyData) String() string
- type PhoneNumberStatusForSmsRequest
- func (s PhoneNumberStatusForSmsRequest) GoString() string
- func (s *PhoneNumberStatusForSmsRequest) SetAuthCode(v string) *PhoneNumberStatusForSmsRequest
- func (s *PhoneNumberStatusForSmsRequest) SetInputNumber(v string) *PhoneNumberStatusForSmsRequest
- func (s *PhoneNumberStatusForSmsRequest) SetMask(v string) *PhoneNumberStatusForSmsRequest
- func (s *PhoneNumberStatusForSmsRequest) SetOwnerId(v int64) *PhoneNumberStatusForSmsRequest
- func (s *PhoneNumberStatusForSmsRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForSmsRequest
- func (s *PhoneNumberStatusForSmsRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForSmsRequest
- func (s PhoneNumberStatusForSmsRequest) String() string
- type PhoneNumberStatusForSmsResponse
- func (s PhoneNumberStatusForSmsResponse) GoString() string
- func (s *PhoneNumberStatusForSmsResponse) SetBody(v *PhoneNumberStatusForSmsResponseBody) *PhoneNumberStatusForSmsResponse
- func (s *PhoneNumberStatusForSmsResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForSmsResponse
- func (s *PhoneNumberStatusForSmsResponse) SetStatusCode(v int32) *PhoneNumberStatusForSmsResponse
- func (s PhoneNumberStatusForSmsResponse) String() string
- type PhoneNumberStatusForSmsResponseBody
- func (s PhoneNumberStatusForSmsResponseBody) GoString() string
- func (s *PhoneNumberStatusForSmsResponseBody) SetCode(v string) *PhoneNumberStatusForSmsResponseBody
- func (s *PhoneNumberStatusForSmsResponseBody) SetData(v *PhoneNumberStatusForSmsResponseBodyData) *PhoneNumberStatusForSmsResponseBody
- func (s *PhoneNumberStatusForSmsResponseBody) SetMessage(v string) *PhoneNumberStatusForSmsResponseBody
- func (s *PhoneNumberStatusForSmsResponseBody) SetRequestId(v string) *PhoneNumberStatusForSmsResponseBody
- func (s PhoneNumberStatusForSmsResponseBody) String() string
- type PhoneNumberStatusForSmsResponseBodyData
- func (s PhoneNumberStatusForSmsResponseBodyData) GoString() string
- func (s *PhoneNumberStatusForSmsResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForSmsResponseBodyData
- func (s *PhoneNumberStatusForSmsResponseBodyData) SetStatus(v string) *PhoneNumberStatusForSmsResponseBodyData
- func (s PhoneNumberStatusForSmsResponseBodyData) String() string
- type PhoneNumberStatusForVirtualRequest
- func (s PhoneNumberStatusForVirtualRequest) GoString() string
- func (s *PhoneNumberStatusForVirtualRequest) SetAuthCode(v string) *PhoneNumberStatusForVirtualRequest
- func (s *PhoneNumberStatusForVirtualRequest) SetInputNumber(v string) *PhoneNumberStatusForVirtualRequest
- func (s *PhoneNumberStatusForVirtualRequest) SetMask(v string) *PhoneNumberStatusForVirtualRequest
- func (s *PhoneNumberStatusForVirtualRequest) SetOwnerId(v int64) *PhoneNumberStatusForVirtualRequest
- func (s *PhoneNumberStatusForVirtualRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForVirtualRequest
- func (s *PhoneNumberStatusForVirtualRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForVirtualRequest
- func (s PhoneNumberStatusForVirtualRequest) String() string
- type PhoneNumberStatusForVirtualResponse
- func (s PhoneNumberStatusForVirtualResponse) GoString() string
- func (s *PhoneNumberStatusForVirtualResponse) SetBody(v *PhoneNumberStatusForVirtualResponseBody) *PhoneNumberStatusForVirtualResponse
- func (s *PhoneNumberStatusForVirtualResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForVirtualResponse
- func (s *PhoneNumberStatusForVirtualResponse) SetStatusCode(v int32) *PhoneNumberStatusForVirtualResponse
- func (s PhoneNumberStatusForVirtualResponse) String() string
- type PhoneNumberStatusForVirtualResponseBody
- func (s PhoneNumberStatusForVirtualResponseBody) GoString() string
- func (s *PhoneNumberStatusForVirtualResponseBody) SetCode(v string) *PhoneNumberStatusForVirtualResponseBody
- func (s *PhoneNumberStatusForVirtualResponseBody) SetData(v *PhoneNumberStatusForVirtualResponseBodyData) *PhoneNumberStatusForVirtualResponseBody
- func (s *PhoneNumberStatusForVirtualResponseBody) SetMessage(v string) *PhoneNumberStatusForVirtualResponseBody
- func (s *PhoneNumberStatusForVirtualResponseBody) SetRequestId(v string) *PhoneNumberStatusForVirtualResponseBody
- func (s PhoneNumberStatusForVirtualResponseBody) String() string
- type PhoneNumberStatusForVirtualResponseBodyData
- type PhoneNumberStatusForVoiceRequest
- func (s PhoneNumberStatusForVoiceRequest) GoString() string
- func (s *PhoneNumberStatusForVoiceRequest) SetAuthCode(v string) *PhoneNumberStatusForVoiceRequest
- func (s *PhoneNumberStatusForVoiceRequest) SetInputNumber(v string) *PhoneNumberStatusForVoiceRequest
- func (s *PhoneNumberStatusForVoiceRequest) SetMask(v string) *PhoneNumberStatusForVoiceRequest
- func (s *PhoneNumberStatusForVoiceRequest) SetOwnerId(v int64) *PhoneNumberStatusForVoiceRequest
- func (s *PhoneNumberStatusForVoiceRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForVoiceRequest
- func (s *PhoneNumberStatusForVoiceRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForVoiceRequest
- func (s PhoneNumberStatusForVoiceRequest) String() string
- type PhoneNumberStatusForVoiceResponse
- func (s PhoneNumberStatusForVoiceResponse) GoString() string
- func (s *PhoneNumberStatusForVoiceResponse) SetBody(v *PhoneNumberStatusForVoiceResponseBody) *PhoneNumberStatusForVoiceResponse
- func (s *PhoneNumberStatusForVoiceResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForVoiceResponse
- func (s *PhoneNumberStatusForVoiceResponse) SetStatusCode(v int32) *PhoneNumberStatusForVoiceResponse
- func (s PhoneNumberStatusForVoiceResponse) String() string
- type PhoneNumberStatusForVoiceResponseBody
- func (s PhoneNumberStatusForVoiceResponseBody) GoString() string
- func (s *PhoneNumberStatusForVoiceResponseBody) SetCode(v string) *PhoneNumberStatusForVoiceResponseBody
- func (s *PhoneNumberStatusForVoiceResponseBody) SetData(v *PhoneNumberStatusForVoiceResponseBodyData) *PhoneNumberStatusForVoiceResponseBody
- func (s *PhoneNumberStatusForVoiceResponseBody) SetMessage(v string) *PhoneNumberStatusForVoiceResponseBody
- func (s *PhoneNumberStatusForVoiceResponseBody) SetRequestId(v string) *PhoneNumberStatusForVoiceResponseBody
- func (s PhoneNumberStatusForVoiceResponseBody) String() string
- type PhoneNumberStatusForVoiceResponseBodyData
- func (s PhoneNumberStatusForVoiceResponseBodyData) GoString() string
- func (s *PhoneNumberStatusForVoiceResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForVoiceResponseBodyData
- func (s *PhoneNumberStatusForVoiceResponseBodyData) SetStatus(v string) *PhoneNumberStatusForVoiceResponseBodyData
- func (s PhoneNumberStatusForVoiceResponseBodyData) String() string
- type QueryAvailableAuthCodeRequest
- func (s QueryAvailableAuthCodeRequest) GoString() string
- func (s *QueryAvailableAuthCodeRequest) SetOwnerId(v int64) *QueryAvailableAuthCodeRequest
- func (s *QueryAvailableAuthCodeRequest) SetResourceOwnerAccount(v string) *QueryAvailableAuthCodeRequest
- func (s *QueryAvailableAuthCodeRequest) SetResourceOwnerId(v int64) *QueryAvailableAuthCodeRequest
- func (s *QueryAvailableAuthCodeRequest) SetTagId(v int64) *QueryAvailableAuthCodeRequest
- func (s QueryAvailableAuthCodeRequest) String() string
- type QueryAvailableAuthCodeResponse
- func (s QueryAvailableAuthCodeResponse) GoString() string
- func (s *QueryAvailableAuthCodeResponse) SetBody(v *QueryAvailableAuthCodeResponseBody) *QueryAvailableAuthCodeResponse
- func (s *QueryAvailableAuthCodeResponse) SetHeaders(v map[string]*string) *QueryAvailableAuthCodeResponse
- func (s *QueryAvailableAuthCodeResponse) SetStatusCode(v int32) *QueryAvailableAuthCodeResponse
- func (s QueryAvailableAuthCodeResponse) String() string
- type QueryAvailableAuthCodeResponseBody
- func (s QueryAvailableAuthCodeResponseBody) GoString() string
- func (s *QueryAvailableAuthCodeResponseBody) SetCode(v string) *QueryAvailableAuthCodeResponseBody
- func (s *QueryAvailableAuthCodeResponseBody) SetData(v []*string) *QueryAvailableAuthCodeResponseBody
- func (s *QueryAvailableAuthCodeResponseBody) SetMessage(v string) *QueryAvailableAuthCodeResponseBody
- func (s *QueryAvailableAuthCodeResponseBody) SetRequestId(v string) *QueryAvailableAuthCodeResponseBody
- func (s *QueryAvailableAuthCodeResponseBody) SetSuccess(v bool) *QueryAvailableAuthCodeResponseBody
- func (s QueryAvailableAuthCodeResponseBody) String() string
- type QueryPhoneNumberOnlineTimeRequest
- func (s QueryPhoneNumberOnlineTimeRequest) GoString() string
- func (s *QueryPhoneNumberOnlineTimeRequest) SetAuthCode(v string) *QueryPhoneNumberOnlineTimeRequest
- func (s *QueryPhoneNumberOnlineTimeRequest) SetInputNumber(v string) *QueryPhoneNumberOnlineTimeRequest
- func (s *QueryPhoneNumberOnlineTimeRequest) SetMask(v string) *QueryPhoneNumberOnlineTimeRequest
- func (s *QueryPhoneNumberOnlineTimeRequest) SetOwnerId(v int64) *QueryPhoneNumberOnlineTimeRequest
- func (s *QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerAccount(v string) *QueryPhoneNumberOnlineTimeRequest
- func (s *QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerId(v int64) *QueryPhoneNumberOnlineTimeRequest
- func (s QueryPhoneNumberOnlineTimeRequest) String() string
- type QueryPhoneNumberOnlineTimeResponse
- func (s QueryPhoneNumberOnlineTimeResponse) GoString() string
- func (s *QueryPhoneNumberOnlineTimeResponse) SetBody(v *QueryPhoneNumberOnlineTimeResponseBody) *QueryPhoneNumberOnlineTimeResponse
- func (s *QueryPhoneNumberOnlineTimeResponse) SetHeaders(v map[string]*string) *QueryPhoneNumberOnlineTimeResponse
- func (s *QueryPhoneNumberOnlineTimeResponse) SetStatusCode(v int32) *QueryPhoneNumberOnlineTimeResponse
- func (s QueryPhoneNumberOnlineTimeResponse) String() string
- type QueryPhoneNumberOnlineTimeResponseBody
- func (s QueryPhoneNumberOnlineTimeResponseBody) GoString() string
- func (s *QueryPhoneNumberOnlineTimeResponseBody) SetAccessDeniedDetail(v string) *QueryPhoneNumberOnlineTimeResponseBody
- func (s *QueryPhoneNumberOnlineTimeResponseBody) SetCode(v string) *QueryPhoneNumberOnlineTimeResponseBody
- func (s *QueryPhoneNumberOnlineTimeResponseBody) SetData(v *QueryPhoneNumberOnlineTimeResponseBodyData) *QueryPhoneNumberOnlineTimeResponseBody
- func (s *QueryPhoneNumberOnlineTimeResponseBody) SetMessage(v string) *QueryPhoneNumberOnlineTimeResponseBody
- func (s *QueryPhoneNumberOnlineTimeResponseBody) SetRequestId(v string) *QueryPhoneNumberOnlineTimeResponseBody
- func (s QueryPhoneNumberOnlineTimeResponseBody) String() string
- type QueryPhoneNumberOnlineTimeResponseBodyData
- func (s QueryPhoneNumberOnlineTimeResponseBodyData) GoString() string
- func (s *QueryPhoneNumberOnlineTimeResponseBodyData) SetCarrierCode(v string) *QueryPhoneNumberOnlineTimeResponseBodyData
- func (s *QueryPhoneNumberOnlineTimeResponseBodyData) SetVerifyResult(v int64) *QueryPhoneNumberOnlineTimeResponseBodyData
- func (s QueryPhoneNumberOnlineTimeResponseBodyData) String() string
- type QueryPhoneTwiceTelVerifyRequest
- func (s QueryPhoneTwiceTelVerifyRequest) GoString() string
- func (s *QueryPhoneTwiceTelVerifyRequest) SetAuthCode(v string) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetInputNumber(v string) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetMask(v string) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetOwnerId(v int64) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerAccount(v string) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerId(v int64) *QueryPhoneTwiceTelVerifyRequest
- func (s *QueryPhoneTwiceTelVerifyRequest) SetStartTime(v string) *QueryPhoneTwiceTelVerifyRequest
- func (s QueryPhoneTwiceTelVerifyRequest) String() string
- type QueryPhoneTwiceTelVerifyResponse
- func (s QueryPhoneTwiceTelVerifyResponse) GoString() string
- func (s *QueryPhoneTwiceTelVerifyResponse) SetBody(v *QueryPhoneTwiceTelVerifyResponseBody) *QueryPhoneTwiceTelVerifyResponse
- func (s *QueryPhoneTwiceTelVerifyResponse) SetHeaders(v map[string]*string) *QueryPhoneTwiceTelVerifyResponse
- func (s *QueryPhoneTwiceTelVerifyResponse) SetStatusCode(v int32) *QueryPhoneTwiceTelVerifyResponse
- func (s QueryPhoneTwiceTelVerifyResponse) String() string
- type QueryPhoneTwiceTelVerifyResponseBody
- func (s QueryPhoneTwiceTelVerifyResponseBody) GoString() string
- func (s *QueryPhoneTwiceTelVerifyResponseBody) SetAccessDeniedDetail(v string) *QueryPhoneTwiceTelVerifyResponseBody
- func (s *QueryPhoneTwiceTelVerifyResponseBody) SetCode(v string) *QueryPhoneTwiceTelVerifyResponseBody
- func (s *QueryPhoneTwiceTelVerifyResponseBody) SetData(v *QueryPhoneTwiceTelVerifyResponseBodyData) *QueryPhoneTwiceTelVerifyResponseBody
- func (s *QueryPhoneTwiceTelVerifyResponseBody) SetMessage(v string) *QueryPhoneTwiceTelVerifyResponseBody
- func (s *QueryPhoneTwiceTelVerifyResponseBody) SetRequestId(v string) *QueryPhoneTwiceTelVerifyResponseBody
- func (s QueryPhoneTwiceTelVerifyResponseBody) String() string
- type QueryPhoneTwiceTelVerifyResponseBodyData
- func (s QueryPhoneTwiceTelVerifyResponseBodyData) GoString() string
- func (s *QueryPhoneTwiceTelVerifyResponseBodyData) SetCarrierCode(v string) *QueryPhoneTwiceTelVerifyResponseBodyData
- func (s *QueryPhoneTwiceTelVerifyResponseBodyData) SetVerifyResult(v int64) *QueryPhoneTwiceTelVerifyResponseBodyData
- func (s QueryPhoneTwiceTelVerifyResponseBodyData) String() string
- type QueryTagApplyRuleRequest
- func (s QueryTagApplyRuleRequest) GoString() string
- func (s *QueryTagApplyRuleRequest) SetOwnerId(v int64) *QueryTagApplyRuleRequest
- func (s *QueryTagApplyRuleRequest) SetResourceOwnerAccount(v string) *QueryTagApplyRuleRequest
- func (s *QueryTagApplyRuleRequest) SetResourceOwnerId(v int64) *QueryTagApplyRuleRequest
- func (s *QueryTagApplyRuleRequest) SetTagId(v int64) *QueryTagApplyRuleRequest
- func (s QueryTagApplyRuleRequest) String() string
- type QueryTagApplyRuleResponse
- func (s QueryTagApplyRuleResponse) GoString() string
- func (s *QueryTagApplyRuleResponse) SetBody(v *QueryTagApplyRuleResponseBody) *QueryTagApplyRuleResponse
- func (s *QueryTagApplyRuleResponse) SetHeaders(v map[string]*string) *QueryTagApplyRuleResponse
- func (s *QueryTagApplyRuleResponse) SetStatusCode(v int32) *QueryTagApplyRuleResponse
- func (s QueryTagApplyRuleResponse) String() string
- type QueryTagApplyRuleResponseBody
- func (s QueryTagApplyRuleResponseBody) GoString() string
- func (s *QueryTagApplyRuleResponseBody) SetCode(v string) *QueryTagApplyRuleResponseBody
- func (s *QueryTagApplyRuleResponseBody) SetData(v *QueryTagApplyRuleResponseBodyData) *QueryTagApplyRuleResponseBody
- func (s *QueryTagApplyRuleResponseBody) SetMessage(v string) *QueryTagApplyRuleResponseBody
- func (s *QueryTagApplyRuleResponseBody) SetRequestId(v string) *QueryTagApplyRuleResponseBody
- func (s *QueryTagApplyRuleResponseBody) SetSuccess(v bool) *QueryTagApplyRuleResponseBody
- func (s QueryTagApplyRuleResponseBody) String() string
- type QueryTagApplyRuleResponseBodyData
- func (s QueryTagApplyRuleResponseBodyData) GoString() string
- func (s *QueryTagApplyRuleResponseBodyData) SetApplyMaterialDesc(v string) *QueryTagApplyRuleResponseBodyData
- func (s *QueryTagApplyRuleResponseBodyData) SetAutoAudit(v int64) *QueryTagApplyRuleResponseBodyData
- func (s *QueryTagApplyRuleResponseBodyData) SetChargingStandardLink(v string) *QueryTagApplyRuleResponseBodyData
- func (s *QueryTagApplyRuleResponseBodyData) SetEncryptedQuery(v int64) *QueryTagApplyRuleResponseBodyData
- func (s *QueryTagApplyRuleResponseBodyData) SetNeedApplyMaterial(v int64) *QueryTagApplyRuleResponseBodyData
- func (s *QueryTagApplyRuleResponseBodyData) SetSlaLink(v string) *QueryTagApplyRuleResponseBodyData
- func (s QueryTagApplyRuleResponseBodyData) String() string
- type QueryTagInfoBySelectionRequest
- func (s QueryTagInfoBySelectionRequest) GoString() string
- func (s *QueryTagInfoBySelectionRequest) SetIndustryId(v int64) *QueryTagInfoBySelectionRequest
- func (s *QueryTagInfoBySelectionRequest) SetOwnerId(v int64) *QueryTagInfoBySelectionRequest
- func (s *QueryTagInfoBySelectionRequest) SetResourceOwnerAccount(v string) *QueryTagInfoBySelectionRequest
- func (s *QueryTagInfoBySelectionRequest) SetResourceOwnerId(v int64) *QueryTagInfoBySelectionRequest
- func (s *QueryTagInfoBySelectionRequest) SetSceneId(v int64) *QueryTagInfoBySelectionRequest
- func (s *QueryTagInfoBySelectionRequest) SetTagId(v int64) *QueryTagInfoBySelectionRequest
- func (s QueryTagInfoBySelectionRequest) String() string
- type QueryTagInfoBySelectionResponse
- func (s QueryTagInfoBySelectionResponse) GoString() string
- func (s *QueryTagInfoBySelectionResponse) SetBody(v *QueryTagInfoBySelectionResponseBody) *QueryTagInfoBySelectionResponse
- func (s *QueryTagInfoBySelectionResponse) SetHeaders(v map[string]*string) *QueryTagInfoBySelectionResponse
- func (s *QueryTagInfoBySelectionResponse) SetStatusCode(v int32) *QueryTagInfoBySelectionResponse
- func (s QueryTagInfoBySelectionResponse) String() string
- type QueryTagInfoBySelectionResponseBody
- func (s QueryTagInfoBySelectionResponseBody) GoString() string
- func (s *QueryTagInfoBySelectionResponseBody) SetCode(v string) *QueryTagInfoBySelectionResponseBody
- func (s *QueryTagInfoBySelectionResponseBody) SetData(v []*QueryTagInfoBySelectionResponseBodyData) *QueryTagInfoBySelectionResponseBody
- func (s *QueryTagInfoBySelectionResponseBody) SetMessage(v string) *QueryTagInfoBySelectionResponseBody
- func (s *QueryTagInfoBySelectionResponseBody) SetRequestId(v string) *QueryTagInfoBySelectionResponseBody
- func (s *QueryTagInfoBySelectionResponseBody) SetSuccess(v bool) *QueryTagInfoBySelectionResponseBody
- func (s QueryTagInfoBySelectionResponseBody) String() string
- type QueryTagInfoBySelectionResponseBodyData
- func (s QueryTagInfoBySelectionResponseBodyData) GoString() string
- func (s *QueryTagInfoBySelectionResponseBodyData) SetAuthCodeList(v []*string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetComplexityType(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetDemoAddress(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetDocAddress(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetEnumDefinitionAddress(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetFlowName(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetIndustryId(v int64) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetIndustryName(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetParamList(v []*QueryTagInfoBySelectionResponseBodyDataParamList) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetRichTextDescription(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetSceneId(v int64) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetSceneName(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetTagId(v int64) *QueryTagInfoBySelectionResponseBodyData
- func (s *QueryTagInfoBySelectionResponseBodyData) SetTagName(v string) *QueryTagInfoBySelectionResponseBodyData
- func (s QueryTagInfoBySelectionResponseBodyData) String() string
- type QueryTagInfoBySelectionResponseBodyDataParamList
- func (s QueryTagInfoBySelectionResponseBodyDataParamList) GoString() string
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetCode(v string) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetHint(v string) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetMust(v bool) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetName(v string) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetType(v string) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s *QueryTagInfoBySelectionResponseBodyDataParamList) SetValueDict(v []*QueryTagInfoBySelectionResponseBodyDataParamListValueDict) *QueryTagInfoBySelectionResponseBodyDataParamList
- func (s QueryTagInfoBySelectionResponseBodyDataParamList) String() string
- type QueryTagInfoBySelectionResponseBodyDataParamListValueDict
- func (s QueryTagInfoBySelectionResponseBodyDataParamListValueDict) GoString() string
- func (s *QueryTagInfoBySelectionResponseBodyDataParamListValueDict) SetCode(v string) *QueryTagInfoBySelectionResponseBodyDataParamListValueDict
- func (s *QueryTagInfoBySelectionResponseBodyDataParamListValueDict) SetDesc(v string) *QueryTagInfoBySelectionResponseBodyDataParamListValueDict
- func (s QueryTagInfoBySelectionResponseBodyDataParamListValueDict) String() string
- type QueryTagListPageRequest
- func (s QueryTagListPageRequest) GoString() string
- func (s *QueryTagListPageRequest) SetOwnerId(v int64) *QueryTagListPageRequest
- func (s *QueryTagListPageRequest) SetPageNo(v int64) *QueryTagListPageRequest
- func (s *QueryTagListPageRequest) SetPageSize(v int64) *QueryTagListPageRequest
- func (s *QueryTagListPageRequest) SetResourceOwnerAccount(v string) *QueryTagListPageRequest
- func (s *QueryTagListPageRequest) SetResourceOwnerId(v int64) *QueryTagListPageRequest
- func (s QueryTagListPageRequest) String() string
- type QueryTagListPageResponse
- func (s QueryTagListPageResponse) GoString() string
- func (s *QueryTagListPageResponse) SetBody(v *QueryTagListPageResponseBody) *QueryTagListPageResponse
- func (s *QueryTagListPageResponse) SetHeaders(v map[string]*string) *QueryTagListPageResponse
- func (s *QueryTagListPageResponse) SetStatusCode(v int32) *QueryTagListPageResponse
- func (s QueryTagListPageResponse) String() string
- type QueryTagListPageResponseBody
- func (s QueryTagListPageResponseBody) GoString() string
- func (s *QueryTagListPageResponseBody) SetCode(v string) *QueryTagListPageResponseBody
- func (s *QueryTagListPageResponseBody) SetData(v *QueryTagListPageResponseBodyData) *QueryTagListPageResponseBody
- func (s *QueryTagListPageResponseBody) SetMessage(v string) *QueryTagListPageResponseBody
- func (s *QueryTagListPageResponseBody) SetRequestId(v string) *QueryTagListPageResponseBody
- func (s *QueryTagListPageResponseBody) SetSuccess(v bool) *QueryTagListPageResponseBody
- func (s QueryTagListPageResponseBody) String() string
- type QueryTagListPageResponseBodyData
- func (s QueryTagListPageResponseBodyData) GoString() string
- func (s *QueryTagListPageResponseBodyData) SetPageNo(v int64) *QueryTagListPageResponseBodyData
- func (s *QueryTagListPageResponseBodyData) SetPageSize(v int64) *QueryTagListPageResponseBodyData
- func (s *QueryTagListPageResponseBodyData) SetRecords(v []*QueryTagListPageResponseBodyDataRecords) *QueryTagListPageResponseBodyData
- func (s *QueryTagListPageResponseBodyData) SetTotalCount(v int64) *QueryTagListPageResponseBodyData
- func (s *QueryTagListPageResponseBodyData) SetTotalPage(v int64) *QueryTagListPageResponseBodyData
- func (s QueryTagListPageResponseBodyData) String() string
- type QueryTagListPageResponseBodyDataRecords
- func (s QueryTagListPageResponseBodyDataRecords) GoString() string
- func (s *QueryTagListPageResponseBodyDataRecords) SetApiName(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetCode(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetDocAddress(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetId(v int64) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetIndustryId(v int64) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetIndustryName(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetIntroduction(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetIsOpen(v int64) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetName(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetSaleStatusStr(v string) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetSceneId(v int64) *QueryTagListPageResponseBodyDataRecords
- func (s *QueryTagListPageResponseBodyDataRecords) SetSceneName(v string) *QueryTagListPageResponseBodyDataRecords
- func (s QueryTagListPageResponseBodyDataRecords) String() string
- type QueryUsageStatisticsByTagIdRequest
- func (s QueryUsageStatisticsByTagIdRequest) GoString() string
- func (s *QueryUsageStatisticsByTagIdRequest) SetBeginTime(v string) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetEndTime(v string) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetOwnerId(v int64) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetPageNo(v int64) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetPageSize(v int64) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetResourceOwnerAccount(v string) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetResourceOwnerId(v int64) *QueryUsageStatisticsByTagIdRequest
- func (s *QueryUsageStatisticsByTagIdRequest) SetTagId(v int64) *QueryUsageStatisticsByTagIdRequest
- func (s QueryUsageStatisticsByTagIdRequest) String() string
- type QueryUsageStatisticsByTagIdResponse
- func (s QueryUsageStatisticsByTagIdResponse) GoString() string
- func (s *QueryUsageStatisticsByTagIdResponse) SetBody(v *QueryUsageStatisticsByTagIdResponseBody) *QueryUsageStatisticsByTagIdResponse
- func (s *QueryUsageStatisticsByTagIdResponse) SetHeaders(v map[string]*string) *QueryUsageStatisticsByTagIdResponse
- func (s *QueryUsageStatisticsByTagIdResponse) SetStatusCode(v int32) *QueryUsageStatisticsByTagIdResponse
- func (s QueryUsageStatisticsByTagIdResponse) String() string
- type QueryUsageStatisticsByTagIdResponseBody
- func (s QueryUsageStatisticsByTagIdResponseBody) GoString() string
- func (s *QueryUsageStatisticsByTagIdResponseBody) SetCode(v string) *QueryUsageStatisticsByTagIdResponseBody
- func (s *QueryUsageStatisticsByTagIdResponseBody) SetData(v []*QueryUsageStatisticsByTagIdResponseBodyData) *QueryUsageStatisticsByTagIdResponseBody
- func (s *QueryUsageStatisticsByTagIdResponseBody) SetMessage(v string) *QueryUsageStatisticsByTagIdResponseBody
- func (s *QueryUsageStatisticsByTagIdResponseBody) SetRequestId(v string) *QueryUsageStatisticsByTagIdResponseBody
- func (s *QueryUsageStatisticsByTagIdResponseBody) SetSuccess(v bool) *QueryUsageStatisticsByTagIdResponseBody
- func (s QueryUsageStatisticsByTagIdResponseBody) String() string
- type QueryUsageStatisticsByTagIdResponseBodyData
- func (s QueryUsageStatisticsByTagIdResponseBodyData) GoString() string
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetAuthorizationCode(v string) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetFailTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetGmtDateStr(v string) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetId(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetIndustryName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetPartnerId(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetSceneName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetSuccessTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTagId(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTagName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
- func (s QueryUsageStatisticsByTagIdResponseBodyData) String() string
- type ThreeElementsVerificationRequest
- func (s ThreeElementsVerificationRequest) GoString() string
- func (s *ThreeElementsVerificationRequest) SetAuthCode(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetCertCode(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetInputNumber(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetMask(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetName(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetOwnerId(v int64) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetResourceOwnerAccount(v string) *ThreeElementsVerificationRequest
- func (s *ThreeElementsVerificationRequest) SetResourceOwnerId(v int64) *ThreeElementsVerificationRequest
- func (s ThreeElementsVerificationRequest) String() string
- type ThreeElementsVerificationResponse
- func (s ThreeElementsVerificationResponse) GoString() string
- func (s *ThreeElementsVerificationResponse) SetBody(v *ThreeElementsVerificationResponseBody) *ThreeElementsVerificationResponse
- func (s *ThreeElementsVerificationResponse) SetHeaders(v map[string]*string) *ThreeElementsVerificationResponse
- func (s *ThreeElementsVerificationResponse) SetStatusCode(v int32) *ThreeElementsVerificationResponse
- func (s ThreeElementsVerificationResponse) String() string
- type ThreeElementsVerificationResponseBody
- func (s ThreeElementsVerificationResponseBody) GoString() string
- func (s *ThreeElementsVerificationResponseBody) SetCode(v string) *ThreeElementsVerificationResponseBody
- func (s *ThreeElementsVerificationResponseBody) SetData(v *ThreeElementsVerificationResponseBodyData) *ThreeElementsVerificationResponseBody
- func (s *ThreeElementsVerificationResponseBody) SetMessage(v string) *ThreeElementsVerificationResponseBody
- func (s *ThreeElementsVerificationResponseBody) SetRequestId(v string) *ThreeElementsVerificationResponseBody
- func (s ThreeElementsVerificationResponseBody) String() string
- type ThreeElementsVerificationResponseBodyData
- func (s ThreeElementsVerificationResponseBodyData) GoString() string
- func (s *ThreeElementsVerificationResponseBodyData) SetBasicCarrier(v string) *ThreeElementsVerificationResponseBodyData
- func (s *ThreeElementsVerificationResponseBodyData) SetIsConsistent(v int32) *ThreeElementsVerificationResponseBodyData
- func (s ThreeElementsVerificationResponseBodyData) String() string
- type TwoElementsVerificationRequest
- func (s TwoElementsVerificationRequest) GoString() string
- func (s *TwoElementsVerificationRequest) SetAuthCode(v string) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetInputNumber(v string) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetMask(v string) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetName(v string) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetOwnerId(v int64) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetResourceOwnerAccount(v string) *TwoElementsVerificationRequest
- func (s *TwoElementsVerificationRequest) SetResourceOwnerId(v int64) *TwoElementsVerificationRequest
- func (s TwoElementsVerificationRequest) String() string
- type TwoElementsVerificationResponse
- func (s TwoElementsVerificationResponse) GoString() string
- func (s *TwoElementsVerificationResponse) SetBody(v *TwoElementsVerificationResponseBody) *TwoElementsVerificationResponse
- func (s *TwoElementsVerificationResponse) SetHeaders(v map[string]*string) *TwoElementsVerificationResponse
- func (s *TwoElementsVerificationResponse) SetStatusCode(v int32) *TwoElementsVerificationResponse
- func (s TwoElementsVerificationResponse) String() string
- type TwoElementsVerificationResponseBody
- func (s TwoElementsVerificationResponseBody) GoString() string
- func (s *TwoElementsVerificationResponseBody) SetCode(v string) *TwoElementsVerificationResponseBody
- func (s *TwoElementsVerificationResponseBody) SetData(v *TwoElementsVerificationResponseBodyData) *TwoElementsVerificationResponseBody
- func (s *TwoElementsVerificationResponseBody) SetMessage(v string) *TwoElementsVerificationResponseBody
- func (s *TwoElementsVerificationResponseBody) SetRequestId(v string) *TwoElementsVerificationResponseBody
- func (s TwoElementsVerificationResponseBody) String() string
- type TwoElementsVerificationResponseBodyData
- func (s TwoElementsVerificationResponseBodyData) GoString() string
- func (s *TwoElementsVerificationResponseBodyData) SetBasicCarrier(v string) *TwoElementsVerificationResponseBodyData
- func (s *TwoElementsVerificationResponseBodyData) SetIsConsistent(v int32) *TwoElementsVerificationResponseBodyData
- func (s TwoElementsVerificationResponseBodyData) String() string
- type UAIDCollectionRequest
- func (s UAIDCollectionRequest) GoString() string
- func (s *UAIDCollectionRequest) SetAuthCode(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetCarrier(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetIp(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetOutId(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetOwnerId(v int64) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetProvince(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetResourceOwnerAccount(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetResourceOwnerId(v int64) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetToken(v string) *UAIDCollectionRequest
- func (s *UAIDCollectionRequest) SetUserGrantId(v string) *UAIDCollectionRequest
- func (s UAIDCollectionRequest) String() string
- type UAIDCollectionResponse
- func (s UAIDCollectionResponse) GoString() string
- func (s *UAIDCollectionResponse) SetBody(v *UAIDCollectionResponseBody) *UAIDCollectionResponse
- func (s *UAIDCollectionResponse) SetHeaders(v map[string]*string) *UAIDCollectionResponse
- func (s *UAIDCollectionResponse) SetStatusCode(v int32) *UAIDCollectionResponse
- func (s UAIDCollectionResponse) String() string
- type UAIDCollectionResponseBody
- func (s UAIDCollectionResponseBody) GoString() string
- func (s *UAIDCollectionResponseBody) SetAccessDeniedDetail(v string) *UAIDCollectionResponseBody
- func (s *UAIDCollectionResponseBody) SetCode(v string) *UAIDCollectionResponseBody
- func (s *UAIDCollectionResponseBody) SetMessage(v string) *UAIDCollectionResponseBody
- func (s *UAIDCollectionResponseBody) SetModel(v *UAIDCollectionResponseBodyModel) *UAIDCollectionResponseBody
- func (s *UAIDCollectionResponseBody) SetRequestId(v string) *UAIDCollectionResponseBody
- func (s UAIDCollectionResponseBody) String() string
- type UAIDCollectionResponseBodyModel
- type UAIDConversionRequest
- func (s UAIDConversionRequest) GoString() string
- func (s *UAIDConversionRequest) SetAuthCode(v string) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetCarrier(v string) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetOutId(v string) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetOwnerId(v int64) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetResourceOwnerAccount(v string) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetResourceOwnerId(v int64) *UAIDConversionRequest
- func (s *UAIDConversionRequest) SetUaidList(v string) *UAIDConversionRequest
- func (s UAIDConversionRequest) String() string
- type UAIDConversionResponse
- func (s UAIDConversionResponse) GoString() string
- func (s *UAIDConversionResponse) SetBody(v *UAIDConversionResponseBody) *UAIDConversionResponse
- func (s *UAIDConversionResponse) SetHeaders(v map[string]*string) *UAIDConversionResponse
- func (s *UAIDConversionResponse) SetStatusCode(v int32) *UAIDConversionResponse
- func (s UAIDConversionResponse) String() string
- type UAIDConversionResponseBody
- func (s UAIDConversionResponseBody) GoString() string
- func (s *UAIDConversionResponseBody) SetAccessDeniedDetail(v string) *UAIDConversionResponseBody
- func (s *UAIDConversionResponseBody) SetCode(v string) *UAIDConversionResponseBody
- func (s *UAIDConversionResponseBody) SetMessage(v string) *UAIDConversionResponseBody
- func (s *UAIDConversionResponseBody) SetModel(v *UAIDConversionResponseBodyModel) *UAIDConversionResponseBody
- func (s *UAIDConversionResponseBody) SetRequestId(v string) *UAIDConversionResponseBody
- func (s UAIDConversionResponseBody) String() string
- type UAIDConversionResponseBodyModel
- type UAIDVerificationRequest
- func (s UAIDVerificationRequest) GoString() string
- func (s *UAIDVerificationRequest) SetAuthCode(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetCarrier(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetIp(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetOutId(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetOwnerId(v int64) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetProvince(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetResourceOwnerAccount(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetResourceOwnerId(v int64) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetToken(v string) *UAIDVerificationRequest
- func (s *UAIDVerificationRequest) SetUserGrantId(v string) *UAIDVerificationRequest
- func (s UAIDVerificationRequest) String() string
- type UAIDVerificationResponse
- func (s UAIDVerificationResponse) GoString() string
- func (s *UAIDVerificationResponse) SetBody(v *UAIDVerificationResponseBody) *UAIDVerificationResponse
- func (s *UAIDVerificationResponse) SetHeaders(v map[string]*string) *UAIDVerificationResponse
- func (s *UAIDVerificationResponse) SetStatusCode(v int32) *UAIDVerificationResponse
- func (s UAIDVerificationResponse) String() string
- type UAIDVerificationResponseBody
- func (s UAIDVerificationResponseBody) GoString() string
- func (s *UAIDVerificationResponseBody) SetAccessDeniedDetail(v string) *UAIDVerificationResponseBody
- func (s *UAIDVerificationResponseBody) SetCode(v string) *UAIDVerificationResponseBody
- func (s *UAIDVerificationResponseBody) SetData(v *UAIDVerificationResponseBodyData) *UAIDVerificationResponseBody
- func (s *UAIDVerificationResponseBody) SetMessage(v string) *UAIDVerificationResponseBody
- func (s *UAIDVerificationResponseBody) SetRequestId(v string) *UAIDVerificationResponseBody
- func (s UAIDVerificationResponseBody) String() string
- type UAIDVerificationResponseBodyData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertNoThreeElementVerificationRequest ¶ added in v3.9.0
type CertNoThreeElementVerificationRequest struct { // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值 CertName *string `json:"CertName,omitempty" xml:"CertName,omitempty"` // This parameter is required. // // example: // // 3***************0 CertNo *string `json:"CertNo,omitempty" xml:"CertNo,omitempty"` // This parameter is required. // // example: // // iVBOFMKODOFNDFP123DFSMOO... CertPicture *string `json:"CertPicture,omitempty" xml:"CertPicture,omitempty"` // example: // // 示例值示例值 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (CertNoThreeElementVerificationRequest) GoString ¶ added in v3.9.0
func (s CertNoThreeElementVerificationRequest) GoString() string
func (*CertNoThreeElementVerificationRequest) SetAuthCode ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetAuthCode(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetCertName ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetCertName(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetCertNo ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetCertNo(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetCertPicture ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetCertPicture(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetMask ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetMask(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetOwnerId ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetOwnerId(v int64) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetResourceOwnerAccount ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetResourceOwnerAccount(v string) *CertNoThreeElementVerificationRequest
func (*CertNoThreeElementVerificationRequest) SetResourceOwnerId ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationRequest) SetResourceOwnerId(v int64) *CertNoThreeElementVerificationRequest
func (CertNoThreeElementVerificationRequest) String ¶ added in v3.9.0
func (s CertNoThreeElementVerificationRequest) String() string
type CertNoThreeElementVerificationResponse ¶ added in v3.9.0
type CertNoThreeElementVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CertNoThreeElementVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CertNoThreeElementVerificationResponse) GoString ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponse) GoString() string
func (*CertNoThreeElementVerificationResponse) SetHeaders ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponse) SetHeaders(v map[string]*string) *CertNoThreeElementVerificationResponse
func (*CertNoThreeElementVerificationResponse) SetStatusCode ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponse) SetStatusCode(v int32) *CertNoThreeElementVerificationResponse
func (CertNoThreeElementVerificationResponse) String ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponse) String() string
type CertNoThreeElementVerificationResponseBody ¶ added in v3.9.0
type CertNoThreeElementVerificationResponseBody struct { // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *CertNoThreeElementVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 68A40250-50CD-034C-B728-0BD******177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CertNoThreeElementVerificationResponseBody) GoString ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponseBody) GoString() string
func (*CertNoThreeElementVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponseBody) SetAccessDeniedDetail(v string) *CertNoThreeElementVerificationResponseBody
func (*CertNoThreeElementVerificationResponseBody) SetCode ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponseBody) SetCode(v string) *CertNoThreeElementVerificationResponseBody
func (*CertNoThreeElementVerificationResponseBody) SetMessage ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponseBody) SetMessage(v string) *CertNoThreeElementVerificationResponseBody
func (*CertNoThreeElementVerificationResponseBody) SetRequestId ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponseBody) SetRequestId(v string) *CertNoThreeElementVerificationResponseBody
func (CertNoThreeElementVerificationResponseBody) String ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponseBody) String() string
type CertNoThreeElementVerificationResponseBodyData ¶ added in v3.9.0
type CertNoThreeElementVerificationResponseBodyData struct { // example: // // 1 IsConsistent *string `json:"IsConsistent,omitempty" xml:"IsConsistent,omitempty"` }
func (CertNoThreeElementVerificationResponseBodyData) GoString ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponseBodyData) GoString() string
func (*CertNoThreeElementVerificationResponseBodyData) SetIsConsistent ¶ added in v3.9.0
func (s *CertNoThreeElementVerificationResponseBodyData) SetIsConsistent(v string) *CertNoThreeElementVerificationResponseBodyData
func (CertNoThreeElementVerificationResponseBodyData) String ¶ added in v3.9.0
func (s CertNoThreeElementVerificationResponseBodyData) String() string
type CertNoTwoElementVerificationRequest ¶ added in v3.4.0
type CertNoTwoElementVerificationRequest struct { // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值 CertName *string `json:"CertName,omitempty" xml:"CertName,omitempty"` // This parameter is required. // // example: // // 331021200001010000 CertNo *string `json:"CertNo,omitempty" xml:"CertNo,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (CertNoTwoElementVerificationRequest) GoString ¶ added in v3.4.0
func (s CertNoTwoElementVerificationRequest) GoString() string
func (*CertNoTwoElementVerificationRequest) SetAuthCode ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetAuthCode(v string) *CertNoTwoElementVerificationRequest
func (*CertNoTwoElementVerificationRequest) SetCertName ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetCertName(v string) *CertNoTwoElementVerificationRequest
func (*CertNoTwoElementVerificationRequest) SetCertNo ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetCertNo(v string) *CertNoTwoElementVerificationRequest
func (*CertNoTwoElementVerificationRequest) SetOwnerId ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetOwnerId(v int64) *CertNoTwoElementVerificationRequest
func (*CertNoTwoElementVerificationRequest) SetResourceOwnerAccount ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetResourceOwnerAccount(v string) *CertNoTwoElementVerificationRequest
func (*CertNoTwoElementVerificationRequest) SetResourceOwnerId ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationRequest) SetResourceOwnerId(v int64) *CertNoTwoElementVerificationRequest
func (CertNoTwoElementVerificationRequest) String ¶ added in v3.4.0
func (s CertNoTwoElementVerificationRequest) String() string
type CertNoTwoElementVerificationResponse ¶ added in v3.4.0
type CertNoTwoElementVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CertNoTwoElementVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CertNoTwoElementVerificationResponse) GoString ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponse) GoString() string
func (*CertNoTwoElementVerificationResponse) SetHeaders ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponse) SetHeaders(v map[string]*string) *CertNoTwoElementVerificationResponse
func (*CertNoTwoElementVerificationResponse) SetStatusCode ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponse) SetStatusCode(v int32) *CertNoTwoElementVerificationResponse
func (CertNoTwoElementVerificationResponse) String ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponse) String() string
type CertNoTwoElementVerificationResponseBody ¶ added in v3.4.0
type CertNoTwoElementVerificationResponseBody struct { // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *CertNoTwoElementVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CertNoTwoElementVerificationResponseBody) GoString ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponseBody) GoString() string
func (*CertNoTwoElementVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponseBody) SetAccessDeniedDetail(v string) *CertNoTwoElementVerificationResponseBody
func (*CertNoTwoElementVerificationResponseBody) SetCode ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponseBody) SetCode(v string) *CertNoTwoElementVerificationResponseBody
func (*CertNoTwoElementVerificationResponseBody) SetMessage ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponseBody) SetMessage(v string) *CertNoTwoElementVerificationResponseBody
func (*CertNoTwoElementVerificationResponseBody) SetRequestId ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponseBody) SetRequestId(v string) *CertNoTwoElementVerificationResponseBody
func (CertNoTwoElementVerificationResponseBody) String ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponseBody) String() string
type CertNoTwoElementVerificationResponseBodyData ¶ added in v3.4.0
type CertNoTwoElementVerificationResponseBodyData struct { // example: // // 1 IsConsistent *string `json:"IsConsistent,omitempty" xml:"IsConsistent,omitempty"` }
func (CertNoTwoElementVerificationResponseBodyData) GoString ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponseBodyData) GoString() string
func (*CertNoTwoElementVerificationResponseBodyData) SetIsConsistent ¶ added in v3.4.0
func (s *CertNoTwoElementVerificationResponseBodyData) SetIsConsistent(v string) *CertNoTwoElementVerificationResponseBodyData
func (CertNoTwoElementVerificationResponseBodyData) String ¶ added in v3.4.0
func (s CertNoTwoElementVerificationResponseBodyData) String() string
type Client ¶
func (*Client) CertNoThreeElementVerification ¶ added in v3.9.0
func (client *Client) CertNoThreeElementVerification(request *CertNoThreeElementVerificationRequest) (_result *CertNoThreeElementVerificationResponse, _err error)
Summary:
身份证三要素
@param request - CertNoThreeElementVerificationRequest
@return CertNoThreeElementVerificationResponse
func (*Client) CertNoThreeElementVerificationWithOptions ¶ added in v3.9.0
func (client *Client) CertNoThreeElementVerificationWithOptions(request *CertNoThreeElementVerificationRequest, runtime *util.RuntimeOptions) (_result *CertNoThreeElementVerificationResponse, _err error)
Summary:
身份证三要素
@param request - CertNoThreeElementVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return CertNoThreeElementVerificationResponse
func (*Client) CertNoTwoElementVerification ¶ added in v3.4.0
func (client *Client) CertNoTwoElementVerification(request *CertNoTwoElementVerificationRequest) (_result *CertNoTwoElementVerificationResponse, _err error)
Summary:
身份证二要素认证
@param request - CertNoTwoElementVerificationRequest
@return CertNoTwoElementVerificationResponse
func (*Client) CertNoTwoElementVerificationWithOptions ¶ added in v3.4.0
func (client *Client) CertNoTwoElementVerificationWithOptions(request *CertNoTwoElementVerificationRequest, runtime *util.RuntimeOptions) (_result *CertNoTwoElementVerificationResponse, _err error)
Summary:
身份证二要素认证
@param request - CertNoTwoElementVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return CertNoTwoElementVerificationResponse
func (*Client) CompanyFourElementsVerification ¶ added in v3.2.0
func (client *Client) CompanyFourElementsVerification(request *CompanyFourElementsVerificationRequest) (_result *CompanyFourElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name, the business license number, and the name and ID card of the legal representative belong to the same enterprise. The verification is successful only when the preceding four elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyFourElementsVerificationRequest
@return CompanyFourElementsVerificationResponse
func (*Client) CompanyFourElementsVerificationWithOptions ¶ added in v3.2.0
func (client *Client) CompanyFourElementsVerificationWithOptions(request *CompanyFourElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyFourElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name, the business license number, and the name and ID card of the legal representative belong to the same enterprise. The verification is successful only when the preceding four elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyFourElementsVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return CompanyFourElementsVerificationResponse
func (*Client) CompanyThreeElementsVerification ¶ added in v3.2.0
func (client *Client) CompanyThreeElementsVerification(request *CompanyThreeElementsVerificationRequest) (_result *CompanyThreeElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name, the business license number, and the name of the legal representative belong to the same enterprise. The verification is successful only when the three elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyThreeElementsVerificationRequest
@return CompanyThreeElementsVerificationResponse
func (*Client) CompanyThreeElementsVerificationWithOptions ¶ added in v3.2.0
func (client *Client) CompanyThreeElementsVerificationWithOptions(request *CompanyThreeElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyThreeElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name, the business license number, and the name of the legal representative belong to the same enterprise. The verification is successful only when the three elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyThreeElementsVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return CompanyThreeElementsVerificationResponse
func (*Client) CompanyTwoElementsVerification ¶ added in v3.2.0
func (client *Client) CompanyTwoElementsVerification(request *CompanyTwoElementsVerificationRequest) (_result *CompanyTwoElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name and the business license number belong to the same enterprise. The verification is successful only when the two elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyTwoElementsVerificationRequest
@return CompanyTwoElementsVerificationResponse
func (*Client) CompanyTwoElementsVerificationWithOptions ¶ added in v3.2.0
func (client *Client) CompanyTwoElementsVerificationWithOptions(request *CompanyTwoElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *CompanyTwoElementsVerificationResponse, _err error)
Summary:
Verifies whether the enterprise name and the business license number belong to the same enterprise. The verification is successful only when the two elements belong to the same enterprise and the business status of the enterprise is Active.
Description:
Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4). - You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1. - Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - CompanyTwoElementsVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return CompanyTwoElementsVerificationResponse
func (*Client) DescribeEmptyNumber ¶
func (client *Client) DescribeEmptyNumber(request *DescribeEmptyNumberRequest) (_result *DescribeEmptyNumberResponse, _err error)
Summary:
Predicts whether a phone number is a nonexistent number by using AI algorithms.
Description:
You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.** - You are charged only if the value of Code is OK and the value of Status is not UNKNOWN. - The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
### [](#)Authorization information
By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
@param request - DescribeEmptyNumberRequest
@return DescribeEmptyNumberResponse
func (*Client) DescribeEmptyNumberWithOptions ¶
func (client *Client) DescribeEmptyNumberWithOptions(request *DescribeEmptyNumberRequest, runtime *util.RuntimeOptions) (_result *DescribeEmptyNumberResponse, _err error)
Summary:
Predicts whether a phone number is a nonexistent number by using AI algorithms.
Description:
You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.** - You are charged only if the value of Code is OK and the value of Status is not UNKNOWN. - The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
### [](#)Authorization information
By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
@param request - DescribeEmptyNumberRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribeEmptyNumberResponse
func (*Client) DescribeMobileOperatorAttribute ¶ added in v3.10.0
func (client *Client) DescribeMobileOperatorAttribute(request *DescribeMobileOperatorAttributeRequest) (_result *DescribeMobileOperatorAttributeResponse, _err error)
Summary:
号码归属地查询v2
@param request - DescribeMobileOperatorAttributeRequest
@return DescribeMobileOperatorAttributeResponse
func (*Client) DescribeMobileOperatorAttributeWithOptions ¶ added in v3.10.0
func (client *Client) DescribeMobileOperatorAttributeWithOptions(request *DescribeMobileOperatorAttributeRequest, runtime *util.RuntimeOptions) (_result *DescribeMobileOperatorAttributeResponse, _err error)
Summary:
号码归属地查询v2
@param request - DescribeMobileOperatorAttributeRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribeMobileOperatorAttributeResponse
func (*Client) DescribePhoneNumberAnalysis ¶
func (client *Client) DescribePhoneNumberAnalysis(request *DescribePhoneNumberAnalysisRequest) (_result *DescribePhoneNumberAnalysisResponse, _err error)
Summary:
号码分析实时查询蚂蚁
@param request - DescribePhoneNumberAnalysisRequest
@return DescribePhoneNumberAnalysisResponse
func (*Client) DescribePhoneNumberAnalysisAI ¶ added in v3.1.0
func (client *Client) DescribePhoneNumberAnalysisAI(request *DescribePhoneNumberAnalysisAIRequest) (_result *DescribePhoneNumberAnalysisAIResponse, _err error)
Summary:
Obtains the analysis results of a phone number.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
@param request - DescribePhoneNumberAnalysisAIRequest
@return DescribePhoneNumberAnalysisAIResponse
func (*Client) DescribePhoneNumberAnalysisAIWithOptions ¶ added in v3.1.0
func (client *Client) DescribePhoneNumberAnalysisAIWithOptions(request *DescribePhoneNumberAnalysisAIRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisAIResponse, _err error)
Summary:
Obtains the analysis results of a phone number.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
@param request - DescribePhoneNumberAnalysisAIRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberAnalysisAIResponse
func (*Client) DescribePhoneNumberAnalysisPai ¶ added in v3.11.0
func (client *Client) DescribePhoneNumberAnalysisPai(request *DescribePhoneNumberAnalysisPaiRequest) (_result *DescribePhoneNumberAnalysisPaiResponse, _err error)
Summary:
号码分析服务pai供应商批量查询接口
@param request - DescribePhoneNumberAnalysisPaiRequest
@return DescribePhoneNumberAnalysisPaiResponse
func (*Client) DescribePhoneNumberAnalysisPaiWithOptions ¶ added in v3.11.0
func (client *Client) DescribePhoneNumberAnalysisPaiWithOptions(request *DescribePhoneNumberAnalysisPaiRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisPaiResponse, _err error)
Summary:
号码分析服务pai供应商批量查询接口
@param request - DescribePhoneNumberAnalysisPaiRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberAnalysisPaiResponse
func (*Client) DescribePhoneNumberAnalysisTransparent ¶ added in v3.4.0
func (client *Client) DescribePhoneNumberAnalysisTransparent(request *DescribePhoneNumberAnalysisTransparentRequest) (_result *DescribePhoneNumberAnalysisTransparentResponse, _err error)
Summary:
泛行业人群筛选
@param request - DescribePhoneNumberAnalysisTransparentRequest
@return DescribePhoneNumberAnalysisTransparentResponse
func (*Client) DescribePhoneNumberAnalysisTransparentWithOptions ¶ added in v3.4.0
func (client *Client) DescribePhoneNumberAnalysisTransparentWithOptions(request *DescribePhoneNumberAnalysisTransparentRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisTransparentResponse, _err error)
Summary:
泛行业人群筛选
@param request - DescribePhoneNumberAnalysisTransparentRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberAnalysisTransparentResponse
func (*Client) DescribePhoneNumberAnalysisWithOptions ¶
func (client *Client) DescribePhoneNumberAnalysisWithOptions(request *DescribePhoneNumberAnalysisRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAnalysisResponse, _err error)
Summary:
号码分析实时查询蚂蚁
@param request - DescribePhoneNumberAnalysisRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberAnalysisResponse
func (*Client) DescribePhoneNumberAttribute
deprecated
added in
v3.1.0
func (client *Client) DescribePhoneNumberAttribute(request *DescribePhoneNumberAttributeRequest) (_result *DescribePhoneNumberAttributeResponse, _err error)
Deprecated: OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
Summary:
Queries the carrier, registration location, and mobile number portability information of a phone number.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
### [](#qps)QPS limits
You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - DescribePhoneNumberAttributeRequest
@return DescribePhoneNumberAttributeResponse Deprecated
func (*Client) DescribePhoneNumberAttributeWithOptions
deprecated
added in
v3.1.0
func (client *Client) DescribePhoneNumberAttributeWithOptions(request *DescribePhoneNumberAttributeRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberAttributeResponse, _err error)
Deprecated: OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
Summary:
Queries the carrier, registration location, and mobile number portability information of a phone number.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
### [](#qps)QPS limits
You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - DescribePhoneNumberAttributeRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberAttributeResponse Deprecated
func (*Client) DescribePhoneNumberOnlineTime ¶
func (client *Client) DescribePhoneNumberOnlineTime(request *DescribePhoneNumberOnlineTimeRequest) (_result *DescribePhoneNumberOnlineTimeResponse, _err error)
Summary:
Queries the usage period of a phone number of a user.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - DescribePhoneNumberOnlineTimeRequest
@return DescribePhoneNumberOnlineTimeResponse
func (*Client) DescribePhoneNumberOnlineTimeWithOptions ¶
func (client *Client) DescribePhoneNumberOnlineTimeWithOptions(request *DescribePhoneNumberOnlineTimeRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberOnlineTimeResponse, _err error)
Summary:
Queries the usage period of a phone number of a user.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - DescribePhoneNumberOnlineTimeRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberOnlineTimeResponse
func (*Client) DescribePhoneNumberOperatorAttribute ¶
func (client *Client) DescribePhoneNumberOperatorAttribute(request *DescribePhoneNumberOperatorAttributeRequest) (_result *DescribePhoneNumberOperatorAttributeResponse, _err error)
Summary:
Queries the attribute information about a phone number, including the registration province, registration city, basic carrier (such as China Mobile, China Unicom, China Telecom, or China Broadnet), reseller of mobile communications services (such as Alibaba Communications), mobile number portability, and the number segment to which the phone number belongs.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154008.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext* - and phone numbers that are encrypted by using **MD5* - and **SHA256**. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - DescribePhoneNumberOperatorAttributeRequest
@return DescribePhoneNumberOperatorAttributeResponse
func (*Client) DescribePhoneNumberOperatorAttributeWithOptions ¶
func (client *Client) DescribePhoneNumberOperatorAttributeWithOptions(request *DescribePhoneNumberOperatorAttributeRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberOperatorAttributeResponse, _err error)
Summary:
Queries the attribute information about a phone number, including the registration province, registration city, basic carrier (such as China Mobile, China Unicom, China Telecom, or China Broadnet), reseller of mobile communications services (such as Alibaba Communications), mobile number portability, and the number segment to which the phone number belongs.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154008.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext* - and phone numbers that are encrypted by using **MD5* - and **SHA256**. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
@param request - DescribePhoneNumberOperatorAttributeRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberOperatorAttributeResponse
func (*Client) DescribePhoneNumberRisk ¶ added in v3.5.0
func (client *Client) DescribePhoneNumberRisk(request *DescribePhoneNumberRiskRequest) (_result *DescribePhoneNumberRiskResponse, _err error)
Summary:
风险用户评分
@param request - DescribePhoneNumberRiskRequest
@return DescribePhoneNumberRiskResponse
func (*Client) DescribePhoneNumberRiskWithOptions ¶ added in v3.5.0
func (client *Client) DescribePhoneNumberRiskWithOptions(request *DescribePhoneNumberRiskRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneNumberRiskResponse, _err error)
Summary:
风险用户评分
@param request - DescribePhoneNumberRiskRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneNumberRiskResponse
func (*Client) DescribePhoneTwiceTelVerify ¶
func (client *Client) DescribePhoneTwiceTelVerify(request *DescribePhoneTwiceTelVerifyRequest) (_result *DescribePhoneTwiceTelVerifyResponse, _err error)
Summary:
Verifies whether a phone number is a reassigned phone number by calling this operation.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
## [](#qps)QPS limits
You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
## [](#)Authorization information
By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
@param request - DescribePhoneTwiceTelVerifyRequest
@return DescribePhoneTwiceTelVerifyResponse
func (*Client) DescribePhoneTwiceTelVerifyWithOptions ¶
func (client *Client) DescribePhoneTwiceTelVerifyWithOptions(request *DescribePhoneTwiceTelVerifyRequest, runtime *util.RuntimeOptions) (_result *DescribePhoneTwiceTelVerifyResponse, _err error)
Summary:
Verifies whether a phone number is a reassigned phone number by calling this operation.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
## [](#qps)QPS limits
You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
## [](#)Authorization information
By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
@param request - DescribePhoneTwiceTelVerifyRequest
@param runtime - runtime options for this request RuntimeOptions
@return DescribePhoneTwiceTelVerifyResponse
func (*Client) GetEndpoint ¶
func (*Client) GetUAIDApplyTokenSign ¶ added in v3.3.0
func (client *Client) GetUAIDApplyTokenSign(request *GetUAIDApplyTokenSignRequest) (_result *GetUAIDApplyTokenSignResponse, _err error)
Summary:
获取UAID申请Token所需的签名字段
@param request - GetUAIDApplyTokenSignRequest
@return GetUAIDApplyTokenSignResponse
func (*Client) GetUAIDApplyTokenSignWithOptions ¶ added in v3.3.0
func (client *Client) GetUAIDApplyTokenSignWithOptions(request *GetUAIDApplyTokenSignRequest, runtime *util.RuntimeOptions) (_result *GetUAIDApplyTokenSignResponse, _err error)
Summary:
获取UAID申请Token所需的签名字段
@param request - GetUAIDApplyTokenSignRequest
@param runtime - runtime options for this request RuntimeOptions
@return GetUAIDApplyTokenSignResponse
func (*Client) GetUAIDConversionSign ¶ added in v3.8.0
func (client *Client) GetUAIDConversionSign(request *GetUAIDConversionSignRequest) (_result *GetUAIDConversionSignResponse, _err error)
Summary:
获取号码采集服务申请Token所需的签名字段
@param request - GetUAIDConversionSignRequest
@return GetUAIDConversionSignResponse
func (*Client) GetUAIDConversionSignWithOptions ¶ added in v3.8.0
func (client *Client) GetUAIDConversionSignWithOptions(request *GetUAIDConversionSignRequest, runtime *util.RuntimeOptions) (_result *GetUAIDConversionSignResponse, _err error)
Summary:
获取号码采集服务申请Token所需的签名字段
@param request - GetUAIDConversionSignRequest
@param runtime - runtime options for this request RuntimeOptions
@return GetUAIDConversionSignResponse
func (*Client) InvalidPhoneNumberFilter ¶
func (client *Client) InvalidPhoneNumberFilter(request *InvalidPhoneNumberFilterRequest) (_result *InvalidPhoneNumberFilterResponse, _err error)
Summary:
Filters invalid phone numbers.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - InvalidPhoneNumberFilterRequest
@return InvalidPhoneNumberFilterResponse
func (*Client) InvalidPhoneNumberFilterWithOptions ¶
func (client *Client) InvalidPhoneNumberFilterWithOptions(request *InvalidPhoneNumberFilterRequest, runtime *util.RuntimeOptions) (_result *InvalidPhoneNumberFilterResponse, _err error)
Summary:
Filters invalid phone numbers.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - InvalidPhoneNumberFilterRequest
@param runtime - runtime options for this request RuntimeOptions
@return InvalidPhoneNumberFilterResponse
func (*Client) PhoneNumberConvertService ¶ added in v3.2.0
func (client *Client) PhoneNumberConvertService(request *PhoneNumberConvertServiceRequest) (_result *PhoneNumberConvertServiceResponse, _err error)
@param request - PhoneNumberConvertServiceRequest
@return PhoneNumberConvertServiceResponse
func (*Client) PhoneNumberConvertServiceWithOptions ¶ added in v3.2.0
func (client *Client) PhoneNumberConvertServiceWithOptions(request *PhoneNumberConvertServiceRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberConvertServiceResponse, _err error)
@param request - PhoneNumberConvertServiceRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberConvertServiceResponse
func (*Client) PhoneNumberEncrypt ¶
func (client *Client) PhoneNumberEncrypt(request *PhoneNumberEncryptRequest) (_result *PhoneNumberEncryptResponse, _err error)
Summary:
Encrypts the original phone number into a virtual number that starts with 140. Cell Phone Number Service integrates the communications services provided by Alibaba Cloud. This allows you to initiate a call by using a virtual number that starts with 140.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberEncryptRequest
@return PhoneNumberEncryptResponse
func (*Client) PhoneNumberEncryptWithOptions ¶
func (client *Client) PhoneNumberEncryptWithOptions(request *PhoneNumberEncryptRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberEncryptResponse, _err error)
Summary:
Encrypts the original phone number into a virtual number that starts with 140. Cell Phone Number Service integrates the communications services provided by Alibaba Cloud. This allows you to initiate a call by using a virtual number that starts with 140.
Description:
Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberEncryptRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberEncryptResponse
func (*Client) PhoneNumberStatusForAccount ¶
func (client *Client) PhoneNumberStatusForAccount(request *PhoneNumberStatusForAccountRequest) (_result *PhoneNumberStatusForAccountResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForAccountRequest
@return PhoneNumberStatusForAccountResponse
func (*Client) PhoneNumberStatusForAccountWithOptions ¶
func (client *Client) PhoneNumberStatusForAccountWithOptions(request *PhoneNumberStatusForAccountRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForAccountResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForAccountRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForAccountResponse
func (*Client) PhoneNumberStatusForPublic ¶
func (client *Client) PhoneNumberStatusForPublic(request *PhoneNumberStatusForPublicRequest) (_result *PhoneNumberStatusForPublicResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForPublicRequest
@return PhoneNumberStatusForPublicResponse
func (*Client) PhoneNumberStatusForPublicWithOptions ¶
func (client *Client) PhoneNumberStatusForPublicWithOptions(request *PhoneNumberStatusForPublicRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForPublicResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForPublicRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForPublicResponse
func (*Client) PhoneNumberStatusForReal ¶
func (client *Client) PhoneNumberStatusForReal(request *PhoneNumberStatusForRealRequest) (_result *PhoneNumberStatusForRealResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForRealRequest
@return PhoneNumberStatusForRealResponse
func (*Client) PhoneNumberStatusForRealWithOptions ¶
func (client *Client) PhoneNumberStatusForRealWithOptions(request *PhoneNumberStatusForRealRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForRealResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForRealRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForRealResponse
func (*Client) PhoneNumberStatusForSms ¶
func (client *Client) PhoneNumberStatusForSms(request *PhoneNumberStatusForSmsRequest) (_result *PhoneNumberStatusForSmsResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForSmsRequest
@return PhoneNumberStatusForSmsResponse
func (*Client) PhoneNumberStatusForSmsWithOptions ¶
func (client *Client) PhoneNumberStatusForSmsWithOptions(request *PhoneNumberStatusForSmsRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForSmsResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForSmsRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForSmsResponse
func (*Client) PhoneNumberStatusForVirtual ¶
func (client *Client) PhoneNumberStatusForVirtual(request *PhoneNumberStatusForVirtualRequest) (_result *PhoneNumberStatusForVirtualResponse, _err error)
Summary:
Queries the status of a virtual phone number. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForVirtualRequest
@return PhoneNumberStatusForVirtualResponse
func (*Client) PhoneNumberStatusForVirtualWithOptions ¶
func (client *Client) PhoneNumberStatusForVirtualWithOptions(request *PhoneNumberStatusForVirtualRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForVirtualResponse, _err error)
Summary:
Queries the status of a virtual phone number. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForVirtualRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForVirtualResponse
func (*Client) PhoneNumberStatusForVoice ¶
func (client *Client) PhoneNumberStatusForVoice(request *PhoneNumberStatusForVoiceRequest) (_result *PhoneNumberStatusForVoiceResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForVoiceRequest
@return PhoneNumberStatusForVoiceResponse
func (*Client) PhoneNumberStatusForVoiceWithOptions ¶
func (client *Client) PhoneNumberStatusForVoiceWithOptions(request *PhoneNumberStatusForVoiceRequest, runtime *util.RuntimeOptions) (_result *PhoneNumberStatusForVoiceResponse, _err error)
Summary:
Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html). - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
### [](#qps)QPS limits
You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - PhoneNumberStatusForVoiceRequest
@param runtime - runtime options for this request RuntimeOptions
@return PhoneNumberStatusForVoiceResponse
func (*Client) QueryAvailableAuthCode ¶ added in v3.2.0
func (client *Client) QueryAvailableAuthCode(request *QueryAvailableAuthCodeRequest) (_result *QueryAvailableAuthCodeResponse, _err error)
Summary:
Queries available authorization codes.
@param request - QueryAvailableAuthCodeRequest
@return QueryAvailableAuthCodeResponse
func (*Client) QueryAvailableAuthCodeWithOptions ¶ added in v3.2.0
func (client *Client) QueryAvailableAuthCodeWithOptions(request *QueryAvailableAuthCodeRequest, runtime *util.RuntimeOptions) (_result *QueryAvailableAuthCodeResponse, _err error)
Summary:
Queries available authorization codes.
@param request - QueryAvailableAuthCodeRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryAvailableAuthCodeResponse
func (*Client) QueryPhoneNumberOnlineTime ¶ added in v3.6.0
func (client *Client) QueryPhoneNumberOnlineTime(request *QueryPhoneNumberOnlineTimeRequest) (_result *QueryPhoneNumberOnlineTimeResponse, _err error)
Summary:
在网时长专用接口
@param request - QueryPhoneNumberOnlineTimeRequest
@return QueryPhoneNumberOnlineTimeResponse
func (*Client) QueryPhoneNumberOnlineTimeWithOptions ¶ added in v3.6.0
func (client *Client) QueryPhoneNumberOnlineTimeWithOptions(request *QueryPhoneNumberOnlineTimeRequest, runtime *util.RuntimeOptions) (_result *QueryPhoneNumberOnlineTimeResponse, _err error)
Summary:
在网时长专用接口
@param request - QueryPhoneNumberOnlineTimeRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryPhoneNumberOnlineTimeResponse
func (*Client) QueryPhoneTwiceTelVerify ¶ added in v3.7.0
func (client *Client) QueryPhoneTwiceTelVerify(request *QueryPhoneTwiceTelVerifyRequest) (_result *QueryPhoneTwiceTelVerifyResponse, _err error)
Summary:
二次号携号转网号码查询
@param request - QueryPhoneTwiceTelVerifyRequest
@return QueryPhoneTwiceTelVerifyResponse
func (*Client) QueryPhoneTwiceTelVerifyWithOptions ¶ added in v3.7.0
func (client *Client) QueryPhoneTwiceTelVerifyWithOptions(request *QueryPhoneTwiceTelVerifyRequest, runtime *util.RuntimeOptions) (_result *QueryPhoneTwiceTelVerifyResponse, _err error)
Summary:
二次号携号转网号码查询
@param request - QueryPhoneTwiceTelVerifyRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryPhoneTwiceTelVerifyResponse
func (*Client) QueryTagApplyRule ¶ added in v3.2.0
func (client *Client) QueryTagApplyRule(request *QueryTagApplyRuleRequest) (_result *QueryTagApplyRuleResponse, _err error)
Summary:
Queries tag application rules.
@param request - QueryTagApplyRuleRequest
@return QueryTagApplyRuleResponse
func (*Client) QueryTagApplyRuleWithOptions ¶ added in v3.2.0
func (client *Client) QueryTagApplyRuleWithOptions(request *QueryTagApplyRuleRequest, runtime *util.RuntimeOptions) (_result *QueryTagApplyRuleResponse, _err error)
Summary:
Queries tag application rules.
@param request - QueryTagApplyRuleRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryTagApplyRuleResponse
func (*Client) QueryTagInfoBySelection ¶ added in v3.2.0
func (client *Client) QueryTagInfoBySelection(request *QueryTagInfoBySelectionRequest) (_result *QueryTagInfoBySelectionResponse, _err error)
Summary:
Queries information about tags.
@param request - QueryTagInfoBySelectionRequest
@return QueryTagInfoBySelectionResponse
func (*Client) QueryTagInfoBySelectionWithOptions ¶ added in v3.2.0
func (client *Client) QueryTagInfoBySelectionWithOptions(request *QueryTagInfoBySelectionRequest, runtime *util.RuntimeOptions) (_result *QueryTagInfoBySelectionResponse, _err error)
Summary:
Queries information about tags.
@param request - QueryTagInfoBySelectionRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryTagInfoBySelectionResponse
func (*Client) QueryTagListPage ¶ added in v3.2.0
func (client *Client) QueryTagListPage(request *QueryTagListPageRequest) (_result *QueryTagListPageResponse, _err error)
Summary:
Queries a list of tags by page.
@param request - QueryTagListPageRequest
@return QueryTagListPageResponse
func (*Client) QueryTagListPageWithOptions ¶ added in v3.2.0
func (client *Client) QueryTagListPageWithOptions(request *QueryTagListPageRequest, runtime *util.RuntimeOptions) (_result *QueryTagListPageResponse, _err error)
Summary:
Queries a list of tags by page.
@param request - QueryTagListPageRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryTagListPageResponse
func (*Client) QueryUsageStatisticsByTagId ¶ added in v3.2.0
func (client *Client) QueryUsageStatisticsByTagId(request *QueryUsageStatisticsByTagIdRequest) (_result *QueryUsageStatisticsByTagIdResponse, _err error)
Summary:
Queries the usage statistics based on tag IDs.
@param request - QueryUsageStatisticsByTagIdRequest
@return QueryUsageStatisticsByTagIdResponse
func (*Client) QueryUsageStatisticsByTagIdWithOptions ¶ added in v3.2.0
func (client *Client) QueryUsageStatisticsByTagIdWithOptions(request *QueryUsageStatisticsByTagIdRequest, runtime *util.RuntimeOptions) (_result *QueryUsageStatisticsByTagIdResponse, _err error)
Summary:
Queries the usage statistics based on tag IDs.
@param request - QueryUsageStatisticsByTagIdRequest
@param runtime - runtime options for this request RuntimeOptions
@return QueryUsageStatisticsByTagIdResponse
func (*Client) ThreeElementsVerification ¶
func (client *Client) ThreeElementsVerification(request *ThreeElementsVerificationRequest) (_result *ThreeElementsVerificationResponse, _err error)
Summary:
Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - ThreeElementsVerificationRequest
@return ThreeElementsVerificationResponse
func (*Client) ThreeElementsVerificationWithOptions ¶
func (client *Client) ThreeElementsVerificationWithOptions(request *ThreeElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *ThreeElementsVerificationResponse, _err error)
Summary:
Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - ThreeElementsVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return ThreeElementsVerificationResponse
func (*Client) TwoElementsVerification ¶
func (client *Client) TwoElementsVerification(request *TwoElementsVerificationRequest) (_result *TwoElementsVerificationResponse, _err error)
Summary:
Verifies whether the name and phone number entered by a user belong to the same user.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - TwoElementsVerificationRequest
@return TwoElementsVerificationResponse
func (*Client) TwoElementsVerificationWithOptions ¶
func (client *Client) TwoElementsVerificationWithOptions(request *TwoElementsVerificationRequest, runtime *util.RuntimeOptions) (_result *TwoElementsVerificationResponse, _err error)
Summary:
Verifies whether the name and phone number entered by a user belong to the same user.
Description:
Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service. - Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label. - You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
### [](#qps)QPS limits
You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
@param request - TwoElementsVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return TwoElementsVerificationResponse
func (*Client) UAIDCollection ¶ added in v3.8.0
func (client *Client) UAIDCollection(request *UAIDCollectionRequest) (_result *UAIDCollectionResponse, _err error)
Summary:
UAID采集 ¶
@param request - UAIDCollectionRequest
@return UAIDCollectionResponse
func (*Client) UAIDCollectionWithOptions ¶ added in v3.8.0
func (client *Client) UAIDCollectionWithOptions(request *UAIDCollectionRequest, runtime *util.RuntimeOptions) (_result *UAIDCollectionResponse, _err error)
Summary:
UAID采集 ¶
@param request - UAIDCollectionRequest
@param runtime - runtime options for this request RuntimeOptions
@return UAIDCollectionResponse
func (*Client) UAIDConversion ¶ added in v3.8.0
func (client *Client) UAIDConversion(request *UAIDConversionRequest) (_result *UAIDConversionResponse, _err error)
Summary:
uaid号码转换服务
@param request - UAIDConversionRequest
@return UAIDConversionResponse
func (*Client) UAIDConversionWithOptions ¶ added in v3.8.0
func (client *Client) UAIDConversionWithOptions(request *UAIDConversionRequest, runtime *util.RuntimeOptions) (_result *UAIDConversionResponse, _err error)
Summary:
uaid号码转换服务
@param request - UAIDConversionRequest
@param runtime - runtime options for this request RuntimeOptions
@return UAIDConversionResponse
func (*Client) UAIDVerification ¶ added in v3.3.0
func (client *Client) UAIDVerification(request *UAIDVerificationRequest) (_result *UAIDVerificationResponse, _err error)
Summary:
获取UAID
@param request - UAIDVerificationRequest
@return UAIDVerificationResponse
func (*Client) UAIDVerificationWithOptions ¶ added in v3.3.0
func (client *Client) UAIDVerificationWithOptions(request *UAIDVerificationRequest, runtime *util.RuntimeOptions) (_result *UAIDVerificationResponse, _err error)
Summary:
获取UAID
@param request - UAIDVerificationRequest
@param runtime - runtime options for this request RuntimeOptions
@return UAIDVerificationResponse
type CompanyFourElementsVerificationRequest ¶ added in v3.2.0
type CompanyFourElementsVerificationRequest struct { // The authorization code. // // > On the [My Applications](https://dytns.console.aliyun.com/analysis/apply) page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/overview?spm=a2c4g.608385.0.0.79847f8b3awqUC), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The enterprise name. // // example: // // 示例值示例值 EpCertName *string `json:"EpCertName,omitempty" xml:"EpCertName,omitempty"` // The business license number. // // This parameter is required. // // example: // // 9242032*******J627 EpCertNo *string `json:"EpCertNo,omitempty" xml:"EpCertNo,omitempty"` // The name of the legal representative. // // > If an enterprise has multiple legal representatives, separate them with commas (,). // // This parameter is required. // // example: // // 示例值 LegalPersonCertName *string `json:"LegalPersonCertName,omitempty" xml:"LegalPersonCertName,omitempty"` // The ID card number of the legal representative. // // > If an enterprise has multiple legal representatives, separate the ID card numbers with commas (,). // // This parameter is required. // // example: // // 331021********0011 LegalPersonCertNo *string `json:"LegalPersonCertNo,omitempty" xml:"LegalPersonCertNo,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (CompanyFourElementsVerificationRequest) GoString ¶ added in v3.2.0
func (s CompanyFourElementsVerificationRequest) GoString() string
func (*CompanyFourElementsVerificationRequest) SetAuthCode ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetAuthCode(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetEpCertName ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetEpCertName(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetEpCertNo ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetEpCertNo(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetLegalPersonCertName ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetLegalPersonCertName(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetLegalPersonCertNo ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetLegalPersonCertNo(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetOwnerId ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetOwnerId(v int64) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyFourElementsVerificationRequest
func (*CompanyFourElementsVerificationRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyFourElementsVerificationRequest
func (CompanyFourElementsVerificationRequest) String ¶ added in v3.2.0
func (s CompanyFourElementsVerificationRequest) String() string
type CompanyFourElementsVerificationResponse ¶ added in v3.2.0
type CompanyFourElementsVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CompanyFourElementsVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CompanyFourElementsVerificationResponse) GoString ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponse) GoString() string
func (*CompanyFourElementsVerificationResponse) SetHeaders ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyFourElementsVerificationResponse
func (*CompanyFourElementsVerificationResponse) SetStatusCode ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponse) SetStatusCode(v int32) *CompanyFourElementsVerificationResponse
func (CompanyFourElementsVerificationResponse) String ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponse) String() string
type CompanyFourElementsVerificationResponseBody ¶ added in v3.2.0
type CompanyFourElementsVerificationResponseBody struct { // The details about the access denial. // // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // The response code. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *CompanyFourElementsVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CompanyFourElementsVerificationResponseBody) GoString ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponseBody) GoString() string
func (*CompanyFourElementsVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyFourElementsVerificationResponseBody
func (*CompanyFourElementsVerificationResponseBody) SetCode ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBody) SetCode(v string) *CompanyFourElementsVerificationResponseBody
func (*CompanyFourElementsVerificationResponseBody) SetMessage ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBody) SetMessage(v string) *CompanyFourElementsVerificationResponseBody
func (*CompanyFourElementsVerificationResponseBody) SetRequestId ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBody) SetRequestId(v string) *CompanyFourElementsVerificationResponseBody
func (CompanyFourElementsVerificationResponseBody) String ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponseBody) String() string
type CompanyFourElementsVerificationResponseBodyData ¶ added in v3.2.0
type CompanyFourElementsVerificationResponseBodyData struct { // The information about the enterprise. DetailInfo *CompanyFourElementsVerificationResponseBodyDataDetailInfo `json:"DetailInfo,omitempty" xml:"DetailInfo,omitempty" type:"Struct"` // The fields to be verified. InconsistentData []*string `json:"InconsistentData,omitempty" xml:"InconsistentData,omitempty" type:"Repeated"` // The code of the verification result. Valid values: // // - 0: The four elements belong to the same enterprise. // // - 1: The four elements belong to the same enterprise, but the business status of the enterprise is abnormal. // // - 2: The legal representative information cannot match the enterprise information. // // - 3: The four elements do not belong to the same enterprise. // // - 4: No information about the enterprise is found. // // - 5: No information about the legal representative is found. // // example: // // 0 ReasonCode *int64 `json:"ReasonCode,omitempty" xml:"ReasonCode,omitempty"` // The verification result. Valid values: // // - true: The four elements belong to the same enterprise and the business status of the enterprise is Active. // // - false: The four elements do not belong to the same enterprise. // // example: // // true VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (CompanyFourElementsVerificationResponseBodyData) GoString ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponseBodyData) GoString() string
func (*CompanyFourElementsVerificationResponseBodyData) SetDetailInfo ¶ added in v3.2.0
func (*CompanyFourElementsVerificationResponseBodyData) SetInconsistentData ¶ added in v3.2.1
func (s *CompanyFourElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyFourElementsVerificationResponseBodyData
func (*CompanyFourElementsVerificationResponseBodyData) SetReasonCode ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBodyData) SetReasonCode(v int64) *CompanyFourElementsVerificationResponseBodyData
func (*CompanyFourElementsVerificationResponseBodyData) SetVerifyResult ¶ added in v3.2.0
func (s *CompanyFourElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyFourElementsVerificationResponseBodyData
func (CompanyFourElementsVerificationResponseBodyData) String ¶ added in v3.2.0
func (s CompanyFourElementsVerificationResponseBodyData) String() string
type CompanyFourElementsVerificationResponseBodyDataDetailInfo ¶ added in v3.2.1
type CompanyFourElementsVerificationResponseBodyDataDetailInfo struct { // The business status of the enterprise. // // example: // // Active EnterpriseStatus *string `json:"EnterpriseStatus,omitempty" xml:"EnterpriseStatus,omitempty"` // The business term of the enterprise. // // example: // // 2023-05-25/2053-05-24 OpenTime *string `json:"OpenTime,omitempty" xml:"OpenTime,omitempty"` }
func (CompanyFourElementsVerificationResponseBodyDataDetailInfo) GoString ¶ added in v3.2.1
func (s CompanyFourElementsVerificationResponseBodyDataDetailInfo) GoString() string
func (*CompanyFourElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus ¶ added in v3.2.1
func (s *CompanyFourElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyFourElementsVerificationResponseBodyDataDetailInfo
func (*CompanyFourElementsVerificationResponseBodyDataDetailInfo) SetOpenTime ¶ added in v3.2.1
func (CompanyFourElementsVerificationResponseBodyDataDetailInfo) String ¶ added in v3.2.1
func (s CompanyFourElementsVerificationResponseBodyDataDetailInfo) String() string
type CompanyThreeElementsVerificationRequest ¶ added in v3.2.0
type CompanyThreeElementsVerificationRequest struct { // The authorization code. // // > On the [My Applications](https://dytns.console.aliyun.com/analysis/apply) page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/overview?spm=a2c4g.608385.0.0.79847f8b3awqUC), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The enterprise name. // // This parameter is required. // // example: // // 示例值 EpCertName *string `json:"EpCertName,omitempty" xml:"EpCertName,omitempty"` // The business license number. // // This parameter is required. // // example: // // 9242032*******J627 EpCertNo *string `json:"EpCertNo,omitempty" xml:"EpCertNo,omitempty"` // The name of the legal representative. // // > If an enterprise has multiple legal representatives, separate them with commas (,). // // This parameter is required. // // example: // // 示例值示例值 LegalPersonCertName *string `json:"LegalPersonCertName,omitempty" xml:"LegalPersonCertName,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (CompanyThreeElementsVerificationRequest) GoString ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationRequest) GoString() string
func (*CompanyThreeElementsVerificationRequest) SetAuthCode ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetAuthCode(v string) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetEpCertName ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetEpCertName(v string) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetEpCertNo ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetEpCertNo(v string) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetLegalPersonCertName ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetLegalPersonCertName(v string) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetOwnerId ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetOwnerId(v int64) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyThreeElementsVerificationRequest
func (*CompanyThreeElementsVerificationRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyThreeElementsVerificationRequest
func (CompanyThreeElementsVerificationRequest) String ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationRequest) String() string
type CompanyThreeElementsVerificationResponse ¶ added in v3.2.0
type CompanyThreeElementsVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CompanyThreeElementsVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CompanyThreeElementsVerificationResponse) GoString ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponse) GoString() string
func (*CompanyThreeElementsVerificationResponse) SetHeaders ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyThreeElementsVerificationResponse
func (*CompanyThreeElementsVerificationResponse) SetStatusCode ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponse) SetStatusCode(v int32) *CompanyThreeElementsVerificationResponse
func (CompanyThreeElementsVerificationResponse) String ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponse) String() string
type CompanyThreeElementsVerificationResponseBody ¶ added in v3.2.0
type CompanyThreeElementsVerificationResponseBody struct { // The details about the access denial. // // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // The response code. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *CompanyThreeElementsVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // 68A40250-50CD-034C-B728-0BD135850177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CompanyThreeElementsVerificationResponseBody) GoString ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponseBody) GoString() string
func (*CompanyThreeElementsVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyThreeElementsVerificationResponseBody
func (*CompanyThreeElementsVerificationResponseBody) SetCode ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBody) SetCode(v string) *CompanyThreeElementsVerificationResponseBody
func (*CompanyThreeElementsVerificationResponseBody) SetMessage ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBody) SetMessage(v string) *CompanyThreeElementsVerificationResponseBody
func (*CompanyThreeElementsVerificationResponseBody) SetRequestId ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBody) SetRequestId(v string) *CompanyThreeElementsVerificationResponseBody
func (CompanyThreeElementsVerificationResponseBody) String ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponseBody) String() string
type CompanyThreeElementsVerificationResponseBodyData ¶ added in v3.2.0
type CompanyThreeElementsVerificationResponseBodyData struct { // The information about the enterprise. DetailInfo *CompanyThreeElementsVerificationResponseBodyDataDetailInfo `json:"DetailInfo,omitempty" xml:"DetailInfo,omitempty" type:"Struct"` // The fields to be verified. InconsistentData []*string `json:"InconsistentData,omitempty" xml:"InconsistentData,omitempty" type:"Repeated"` // The code of the verification result. Valid values: // // - 0: The three elements belong to the same enterprise. // // - 1: The three elements belong to the same enterprise, and the business status of the enterprise is abnormal. // // - 2: The legal representative information cannot match the enterprise information. // // - 3: The three elements do not belong to the same enterprise. // // - 4: No information about the enterprise is found. // // - 5: No information about the legal representative is found. // // example: // // 0 ReasonCode *int64 `json:"ReasonCode,omitempty" xml:"ReasonCode,omitempty"` // The verification result. Valid values: // // - true: The three elements belong to the same enterprise and the business status of the enterprise is Active. // // - false: The three elements do not belong to the same enterprise. // // example: // // true VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (CompanyThreeElementsVerificationResponseBodyData) GoString ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponseBodyData) GoString() string
func (*CompanyThreeElementsVerificationResponseBodyData) SetDetailInfo ¶ added in v3.2.0
func (*CompanyThreeElementsVerificationResponseBodyData) SetInconsistentData ¶ added in v3.2.1
func (s *CompanyThreeElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyThreeElementsVerificationResponseBodyData
func (*CompanyThreeElementsVerificationResponseBodyData) SetReasonCode ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBodyData) SetReasonCode(v int64) *CompanyThreeElementsVerificationResponseBodyData
func (*CompanyThreeElementsVerificationResponseBodyData) SetVerifyResult ¶ added in v3.2.0
func (s *CompanyThreeElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyThreeElementsVerificationResponseBodyData
func (CompanyThreeElementsVerificationResponseBodyData) String ¶ added in v3.2.0
func (s CompanyThreeElementsVerificationResponseBodyData) String() string
type CompanyThreeElementsVerificationResponseBodyDataDetailInfo ¶ added in v3.2.1
type CompanyThreeElementsVerificationResponseBodyDataDetailInfo struct { // The business status of the enterprise. // // example: // // Active EnterpriseStatus *string `json:"EnterpriseStatus,omitempty" xml:"EnterpriseStatus,omitempty"` // The business term of the enterprise. // // example: // // 2023-05-25/2053-05-24 OpenTime *string `json:"OpenTime,omitempty" xml:"OpenTime,omitempty"` }
func (CompanyThreeElementsVerificationResponseBodyDataDetailInfo) GoString ¶ added in v3.2.1
func (s CompanyThreeElementsVerificationResponseBodyDataDetailInfo) GoString() string
func (*CompanyThreeElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus ¶ added in v3.2.1
func (s *CompanyThreeElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyThreeElementsVerificationResponseBodyDataDetailInfo
func (*CompanyThreeElementsVerificationResponseBodyDataDetailInfo) SetOpenTime ¶ added in v3.2.1
func (CompanyThreeElementsVerificationResponseBodyDataDetailInfo) String ¶ added in v3.2.1
func (s CompanyThreeElementsVerificationResponseBodyDataDetailInfo) String() string
type CompanyTwoElementsVerificationRequest ¶ added in v3.2.0
type CompanyTwoElementsVerificationRequest struct { // The authorization code. // // > On the [My Applications](https://dytns.console.aliyun.com/analysis/apply) page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/overview?spm=a2c4g.608385.0.0.79847f8b3awqUC), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The enterprise name. // // This parameter is required. // // example: // // 示例值示例值 EpCertName *string `json:"EpCertName,omitempty" xml:"EpCertName,omitempty"` // The business license number. // // This parameter is required. // // example: // // 9242032*******J627 EpCertNo *string `json:"EpCertNo,omitempty" xml:"EpCertNo,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (CompanyTwoElementsVerificationRequest) GoString ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationRequest) GoString() string
func (*CompanyTwoElementsVerificationRequest) SetAuthCode ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetAuthCode(v string) *CompanyTwoElementsVerificationRequest
func (*CompanyTwoElementsVerificationRequest) SetEpCertName ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetEpCertName(v string) *CompanyTwoElementsVerificationRequest
func (*CompanyTwoElementsVerificationRequest) SetEpCertNo ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetEpCertNo(v string) *CompanyTwoElementsVerificationRequest
func (*CompanyTwoElementsVerificationRequest) SetOwnerId ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetOwnerId(v int64) *CompanyTwoElementsVerificationRequest
func (*CompanyTwoElementsVerificationRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetResourceOwnerAccount(v string) *CompanyTwoElementsVerificationRequest
func (*CompanyTwoElementsVerificationRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationRequest) SetResourceOwnerId(v int64) *CompanyTwoElementsVerificationRequest
func (CompanyTwoElementsVerificationRequest) String ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationRequest) String() string
type CompanyTwoElementsVerificationResponse ¶ added in v3.2.0
type CompanyTwoElementsVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CompanyTwoElementsVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CompanyTwoElementsVerificationResponse) GoString ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponse) GoString() string
func (*CompanyTwoElementsVerificationResponse) SetHeaders ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponse) SetHeaders(v map[string]*string) *CompanyTwoElementsVerificationResponse
func (*CompanyTwoElementsVerificationResponse) SetStatusCode ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponse) SetStatusCode(v int32) *CompanyTwoElementsVerificationResponse
func (CompanyTwoElementsVerificationResponse) String ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponse) String() string
type CompanyTwoElementsVerificationResponseBody ¶ added in v3.2.0
type CompanyTwoElementsVerificationResponseBody struct { // The details about the access denial. // // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // The response code. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *CompanyTwoElementsVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // 68A40250-50CD-034C-B728-0BD135850177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CompanyTwoElementsVerificationResponseBody) GoString ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponseBody) GoString() string
func (*CompanyTwoElementsVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBody) SetAccessDeniedDetail(v string) *CompanyTwoElementsVerificationResponseBody
func (*CompanyTwoElementsVerificationResponseBody) SetCode ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBody) SetCode(v string) *CompanyTwoElementsVerificationResponseBody
func (*CompanyTwoElementsVerificationResponseBody) SetMessage ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBody) SetMessage(v string) *CompanyTwoElementsVerificationResponseBody
func (*CompanyTwoElementsVerificationResponseBody) SetRequestId ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBody) SetRequestId(v string) *CompanyTwoElementsVerificationResponseBody
func (CompanyTwoElementsVerificationResponseBody) String ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponseBody) String() string
type CompanyTwoElementsVerificationResponseBodyData ¶ added in v3.2.0
type CompanyTwoElementsVerificationResponseBodyData struct { // The information about the enterprise. DetailInfo *CompanyTwoElementsVerificationResponseBodyDataDetailInfo `json:"DetailInfo,omitempty" xml:"DetailInfo,omitempty" type:"Struct"` // The fields to be verified. InconsistentData []*string `json:"InconsistentData,omitempty" xml:"InconsistentData,omitempty" type:"Repeated"` // The code of the verification result. Valid values: // // - 0: The two elements belong to the same enterprise. // // - 1: The two elements belong to the same enterprise, but the business status of the enterprise is abnormal. // // - 3: The two elements do not belong to the same enterprise. // // - 4: No information about the enterprise is found. // // example: // // 0 ReasonCode *string `json:"ReasonCode,omitempty" xml:"ReasonCode,omitempty"` // The verification result. Valid values: // // - true: The two elements belong to the same enterprise and the business status of the enterprise is Active. // // - false: The two elements do not belong to the same enterprise. // // example: // // true VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (CompanyTwoElementsVerificationResponseBodyData) GoString ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponseBodyData) GoString() string
func (*CompanyTwoElementsVerificationResponseBodyData) SetDetailInfo ¶ added in v3.2.0
func (*CompanyTwoElementsVerificationResponseBodyData) SetInconsistentData ¶ added in v3.2.1
func (s *CompanyTwoElementsVerificationResponseBodyData) SetInconsistentData(v []*string) *CompanyTwoElementsVerificationResponseBodyData
func (*CompanyTwoElementsVerificationResponseBodyData) SetReasonCode ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBodyData) SetReasonCode(v string) *CompanyTwoElementsVerificationResponseBodyData
func (*CompanyTwoElementsVerificationResponseBodyData) SetVerifyResult ¶ added in v3.2.0
func (s *CompanyTwoElementsVerificationResponseBodyData) SetVerifyResult(v string) *CompanyTwoElementsVerificationResponseBodyData
func (CompanyTwoElementsVerificationResponseBodyData) String ¶ added in v3.2.0
func (s CompanyTwoElementsVerificationResponseBodyData) String() string
type CompanyTwoElementsVerificationResponseBodyDataDetailInfo ¶ added in v3.2.1
type CompanyTwoElementsVerificationResponseBodyDataDetailInfo struct { // The business status of the enterprise. // // example: // // Active EnterpriseStatus *string `json:"EnterpriseStatus,omitempty" xml:"EnterpriseStatus,omitempty"` // The business term of the enterprise. // // example: // // 2023-05-25/2053-05-24 OpenTime *string `json:"OpenTime,omitempty" xml:"OpenTime,omitempty"` }
func (CompanyTwoElementsVerificationResponseBodyDataDetailInfo) GoString ¶ added in v3.2.1
func (s CompanyTwoElementsVerificationResponseBodyDataDetailInfo) GoString() string
func (*CompanyTwoElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus ¶ added in v3.2.1
func (s *CompanyTwoElementsVerificationResponseBodyDataDetailInfo) SetEnterpriseStatus(v string) *CompanyTwoElementsVerificationResponseBodyDataDetailInfo
func (*CompanyTwoElementsVerificationResponseBodyDataDetailInfo) SetOpenTime ¶ added in v3.2.1
func (CompanyTwoElementsVerificationResponseBodyDataDetailInfo) String ¶ added in v3.2.1
func (s CompanyTwoElementsVerificationResponseBodyDataDetailInfo) String() string
type DescribeEmptyNumberRequest ¶
type DescribeEmptyNumberRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // > You can query only one phone number a time. // // This parameter is required. // // example: // // 189****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribeEmptyNumberRequest) GoString ¶
func (s DescribeEmptyNumberRequest) GoString() string
func (*DescribeEmptyNumberRequest) SetAuthCode ¶
func (s *DescribeEmptyNumberRequest) SetAuthCode(v string) *DescribeEmptyNumberRequest
func (*DescribeEmptyNumberRequest) SetInputNumber ¶
func (s *DescribeEmptyNumberRequest) SetInputNumber(v string) *DescribeEmptyNumberRequest
func (*DescribeEmptyNumberRequest) SetMask ¶
func (s *DescribeEmptyNumberRequest) SetMask(v string) *DescribeEmptyNumberRequest
func (*DescribeEmptyNumberRequest) SetOwnerId ¶
func (s *DescribeEmptyNumberRequest) SetOwnerId(v int64) *DescribeEmptyNumberRequest
func (*DescribeEmptyNumberRequest) SetResourceOwnerAccount ¶
func (s *DescribeEmptyNumberRequest) SetResourceOwnerAccount(v string) *DescribeEmptyNumberRequest
func (*DescribeEmptyNumberRequest) SetResourceOwnerId ¶
func (s *DescribeEmptyNumberRequest) SetResourceOwnerId(v int64) *DescribeEmptyNumberRequest
func (DescribeEmptyNumberRequest) String ¶
func (s DescribeEmptyNumberRequest) String() string
type DescribeEmptyNumberResponse ¶
type DescribeEmptyNumberResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribeEmptyNumberResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribeEmptyNumberResponse) GoString ¶
func (s DescribeEmptyNumberResponse) GoString() string
func (*DescribeEmptyNumberResponse) SetBody ¶
func (s *DescribeEmptyNumberResponse) SetBody(v *DescribeEmptyNumberResponseBody) *DescribeEmptyNumberResponse
func (*DescribeEmptyNumberResponse) SetHeaders ¶
func (s *DescribeEmptyNumberResponse) SetHeaders(v map[string]*string) *DescribeEmptyNumberResponse
func (*DescribeEmptyNumberResponse) SetStatusCode ¶
func (s *DescribeEmptyNumberResponse) SetStatusCode(v int32) *DescribeEmptyNumberResponse
func (DescribeEmptyNumberResponse) String ¶
func (s DescribeEmptyNumberResponse) String() string
type DescribeEmptyNumberResponseBody ¶
type DescribeEmptyNumberResponseBody struct { // The HTTP status code. Valid values: // // - **OK**: The request is successful. // // - **InvalidPhoneNumber.Check**: The phone number is invalid. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *DescribeEmptyNumberResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeEmptyNumberResponseBody) GoString ¶
func (s DescribeEmptyNumberResponseBody) GoString() string
func (*DescribeEmptyNumberResponseBody) SetCode ¶
func (s *DescribeEmptyNumberResponseBody) SetCode(v string) *DescribeEmptyNumberResponseBody
func (*DescribeEmptyNumberResponseBody) SetData ¶
func (s *DescribeEmptyNumberResponseBody) SetData(v *DescribeEmptyNumberResponseBodyData) *DescribeEmptyNumberResponseBody
func (*DescribeEmptyNumberResponseBody) SetMessage ¶
func (s *DescribeEmptyNumberResponseBody) SetMessage(v string) *DescribeEmptyNumberResponseBody
func (*DescribeEmptyNumberResponseBody) SetRequestId ¶
func (s *DescribeEmptyNumberResponseBody) SetRequestId(v string) *DescribeEmptyNumberResponseBody
func (DescribeEmptyNumberResponseBody) String ¶
func (s DescribeEmptyNumberResponseBody) String() string
type DescribeEmptyNumberResponseBodyData ¶
type DescribeEmptyNumberResponseBodyData struct { // The specified phone number. // // example: // // 189****1234 Number *string `json:"Number,omitempty" xml:"Number,omitempty"` // The returned status for the queried phone number. Valid values: // // - **EMPTY**: The queried phone number is a nonexistent number. // // - **NORMAL**: The queried phone number is valid. // // - **SUSPECT_EMPTY**: The queried phone number is suspected to be a nonexistent number. // // - **UNKNOWN**: The queried phone number is unknown. // // example: // // EMPTY Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (DescribeEmptyNumberResponseBodyData) GoString ¶
func (s DescribeEmptyNumberResponseBodyData) GoString() string
func (*DescribeEmptyNumberResponseBodyData) SetNumber ¶
func (s *DescribeEmptyNumberResponseBodyData) SetNumber(v string) *DescribeEmptyNumberResponseBodyData
func (*DescribeEmptyNumberResponseBodyData) SetStatus ¶
func (s *DescribeEmptyNumberResponseBodyData) SetStatus(v string) *DescribeEmptyNumberResponseBodyData
func (DescribeEmptyNumberResponseBodyData) String ¶
func (s DescribeEmptyNumberResponseBodyData) String() string
type DescribeMobileOperatorAttributeRequest ¶ added in v3.10.0
type DescribeMobileOperatorAttributeRequest struct { // This parameter is required. // // example: // // 示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值示例值 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // This parameter is required. // // example: // // 示例值 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribeMobileOperatorAttributeRequest) GoString ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeRequest) GoString() string
func (*DescribeMobileOperatorAttributeRequest) SetAuthCode ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetAuthCode(v string) *DescribeMobileOperatorAttributeRequest
func (*DescribeMobileOperatorAttributeRequest) SetInputNumber ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetInputNumber(v string) *DescribeMobileOperatorAttributeRequest
func (*DescribeMobileOperatorAttributeRequest) SetMask ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetMask(v string) *DescribeMobileOperatorAttributeRequest
func (*DescribeMobileOperatorAttributeRequest) SetOwnerId ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetOwnerId(v int64) *DescribeMobileOperatorAttributeRequest
func (*DescribeMobileOperatorAttributeRequest) SetResourceOwnerAccount ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetResourceOwnerAccount(v string) *DescribeMobileOperatorAttributeRequest
func (*DescribeMobileOperatorAttributeRequest) SetResourceOwnerId ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeRequest) SetResourceOwnerId(v int64) *DescribeMobileOperatorAttributeRequest
func (DescribeMobileOperatorAttributeRequest) String ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeRequest) String() string
type DescribeMobileOperatorAttributeResponse ¶ added in v3.10.0
type DescribeMobileOperatorAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribeMobileOperatorAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribeMobileOperatorAttributeResponse) GoString ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponse) GoString() string
func (*DescribeMobileOperatorAttributeResponse) SetHeaders ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponse) SetHeaders(v map[string]*string) *DescribeMobileOperatorAttributeResponse
func (*DescribeMobileOperatorAttributeResponse) SetStatusCode ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponse) SetStatusCode(v int32) *DescribeMobileOperatorAttributeResponse
func (DescribeMobileOperatorAttributeResponse) String ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponse) String() string
type DescribeMobileOperatorAttributeResponseBody ¶ added in v3.10.0
type DescribeMobileOperatorAttributeResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // 示例值示例值 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *DescribeMobileOperatorAttributeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // 示例值示例值 Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 示例值示例值 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribeMobileOperatorAttributeResponseBody) GoString ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponseBody) GoString() string
func (*DescribeMobileOperatorAttributeResponseBody) SetAccessDeniedDetail ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBody) SetAccessDeniedDetail(v string) *DescribeMobileOperatorAttributeResponseBody
func (*DescribeMobileOperatorAttributeResponseBody) SetCode ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBody) SetCode(v string) *DescribeMobileOperatorAttributeResponseBody
func (*DescribeMobileOperatorAttributeResponseBody) SetMessage ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBody) SetMessage(v string) *DescribeMobileOperatorAttributeResponseBody
func (*DescribeMobileOperatorAttributeResponseBody) SetRequestId ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBody) SetRequestId(v string) *DescribeMobileOperatorAttributeResponseBody
func (DescribeMobileOperatorAttributeResponseBody) String ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponseBody) String() string
type DescribeMobileOperatorAttributeResponseBodyData ¶ added in v3.10.0
type DescribeMobileOperatorAttributeResponseBodyData struct { // example: // // 示例值示例值示例值 BasicCarrier *string `json:"BasicCarrier,omitempty" xml:"BasicCarrier,omitempty"` // example: // // 示例值 Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值示例值 City *string `json:"City,omitempty" xml:"City,omitempty"` // example: // // true IsNumberPortability *bool `json:"IsNumberPortability,omitempty" xml:"IsNumberPortability,omitempty"` // example: // // 示例值示例值 Province *string `json:"Province,omitempty" xml:"Province,omitempty"` // example: // // 示例值示例值 RealNumber *string `json:"RealNumber,omitempty" xml:"RealNumber,omitempty"` // example: // // 示例值示例值 SegmentCarrier *string `json:"SegmentCarrier,omitempty" xml:"SegmentCarrier,omitempty"` }
func (DescribeMobileOperatorAttributeResponseBodyData) GoString ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponseBodyData) GoString() string
func (*DescribeMobileOperatorAttributeResponseBodyData) SetBasicCarrier ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetBasicCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
func (*DescribeMobileOperatorAttributeResponseBodyData) SetCarrier ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
func (*DescribeMobileOperatorAttributeResponseBodyData) SetIsNumberPortability ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetIsNumberPortability(v bool) *DescribeMobileOperatorAttributeResponseBodyData
func (*DescribeMobileOperatorAttributeResponseBodyData) SetProvince ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetProvince(v string) *DescribeMobileOperatorAttributeResponseBodyData
func (*DescribeMobileOperatorAttributeResponseBodyData) SetRealNumber ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetRealNumber(v string) *DescribeMobileOperatorAttributeResponseBodyData
func (*DescribeMobileOperatorAttributeResponseBodyData) SetSegmentCarrier ¶ added in v3.10.0
func (s *DescribeMobileOperatorAttributeResponseBodyData) SetSegmentCarrier(v string) *DescribeMobileOperatorAttributeResponseBodyData
func (DescribeMobileOperatorAttributeResponseBodyData) String ¶ added in v3.10.0
func (s DescribeMobileOperatorAttributeResponseBodyData) String() string
type DescribePhoneNumberAnalysisAIRequest ¶ added in v3.1.0
type DescribePhoneNumberAnalysisAIRequest struct { // The authorization code. // // > On the ****[**Labels**](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can obtain an authorization code. // // This parameter is required. // // example: // // HwD***nG AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // This parameter is required. // // example: // // 187****5620 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The model parameter configuration. This field is required by some labels. // // example: // // {"trainingJobId": "17**********48"} ModelConfig *string `json:"ModelConfig,omitempty" xml:"ModelConfig,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // The score threshold for the phone number. Valid values: **0 to 100**. // // > The system provided by Alibaba Cloud determines whether to accept the specified score threshold. When the system does not accept the specified score threshold, the value of this field is invalid. // // example: // // 96 Rate *int64 `json:"Rate,omitempty" xml:"Rate,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberAnalysisAIRequest) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIRequest) GoString() string
func (*DescribePhoneNumberAnalysisAIRequest) SetAuthCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetInputNumber ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetModelConfig ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetModelConfig(v string) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetOwnerId ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetRate ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetRate(v int64) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerAccount ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisAIRequest
func (*DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerId ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisAIRequest
func (DescribePhoneNumberAnalysisAIRequest) String ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIRequest) String() string
type DescribePhoneNumberAnalysisAIResponse ¶ added in v3.1.0
type DescribePhoneNumberAnalysisAIResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberAnalysisAIResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberAnalysisAIResponse) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponse) GoString() string
func (*DescribePhoneNumberAnalysisAIResponse) SetHeaders ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisAIResponse
func (*DescribePhoneNumberAnalysisAIResponse) SetStatusCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisAIResponse
func (DescribePhoneNumberAnalysisAIResponse) String ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponse) String() string
type DescribePhoneNumberAnalysisAIResponseBody ¶ added in v3.1.0
type DescribePhoneNumberAnalysisAIResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // The response code. Valid values: // // - OK: The request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *DescribePhoneNumberAnalysisAIResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // 68A40250-50CD-034C-B728-0BD******177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberAnalysisAIResponseBody) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponseBody) GoString() string
func (*DescribePhoneNumberAnalysisAIResponseBody) SetAccessDeniedDetail ¶ added in v3.8.0
func (s *DescribePhoneNumberAnalysisAIResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisAIResponseBody
func (*DescribePhoneNumberAnalysisAIResponseBody) SetCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisAIResponseBody
func (*DescribePhoneNumberAnalysisAIResponseBody) SetMessage ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisAIResponseBody
func (*DescribePhoneNumberAnalysisAIResponseBody) SetRequestId ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisAIResponseBody
func (DescribePhoneNumberAnalysisAIResponseBody) String ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponseBody) String() string
type DescribePhoneNumberAnalysisAIResponseBodyData ¶ added in v3.1.0
type DescribePhoneNumberAnalysisAIResponseBodyData struct { // The returned code. // // - YES: The specified phone number is valid. // // - NO: The specified phone number is invalid. // // - UNKNOWN: The specified phone number is unknown // // example: // // YES Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The specified phone number. // // example: // // 187****5620 Number *string `json:"Number,omitempty" xml:"Number,omitempty"` }
func (DescribePhoneNumberAnalysisAIResponseBodyData) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponseBodyData) GoString() string
func (*DescribePhoneNumberAnalysisAIResponseBodyData) SetCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponseBodyData) SetCode(v string) *DescribePhoneNumberAnalysisAIResponseBodyData
func (*DescribePhoneNumberAnalysisAIResponseBodyData) SetNumber ¶ added in v3.1.0
func (s *DescribePhoneNumberAnalysisAIResponseBodyData) SetNumber(v string) *DescribePhoneNumberAnalysisAIResponseBodyData
func (DescribePhoneNumberAnalysisAIResponseBodyData) String ¶ added in v3.1.0
func (s DescribePhoneNumberAnalysisAIResponseBodyData) String() string
type DescribePhoneNumberAnalysisPaiRequest ¶ added in v3.11.0
type DescribePhoneNumberAnalysisPaiRequest struct { // This parameter is required. // // example: // // 示例值示例值示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // This parameter is required. // // example: // // 示例值示例值 ModelConfig *string `json:"ModelConfig,omitempty" xml:"ModelConfig,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 16 Rate *int64 `json:"Rate,omitempty" xml:"Rate,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberAnalysisPaiRequest) GoString ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiRequest) GoString() string
func (*DescribePhoneNumberAnalysisPaiRequest) SetAuthCode ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetInputNumber ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetModelConfig ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetModelConfig(v string) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetOwnerId ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetRate ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetRate(v int64) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerAccount ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisPaiRequest
func (*DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerId ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisPaiRequest
func (DescribePhoneNumberAnalysisPaiRequest) String ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiRequest) String() string
type DescribePhoneNumberAnalysisPaiResponse ¶ added in v3.11.0
type DescribePhoneNumberAnalysisPaiResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberAnalysisPaiResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberAnalysisPaiResponse) GoString ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiResponse) GoString() string
func (*DescribePhoneNumberAnalysisPaiResponse) SetHeaders ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisPaiResponse
func (*DescribePhoneNumberAnalysisPaiResponse) SetStatusCode ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisPaiResponse
func (DescribePhoneNumberAnalysisPaiResponse) String ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiResponse) String() string
type DescribePhoneNumberAnalysisPaiResponseBody ¶ added in v3.11.0
type DescribePhoneNumberAnalysisPaiResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // 示例值 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // example: // // 示例值示例值 Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 示例值示例值示例值 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberAnalysisPaiResponseBody) GoString ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiResponseBody) GoString() string
func (*DescribePhoneNumberAnalysisPaiResponseBody) SetAccessDeniedDetail ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisPaiResponseBody
func (*DescribePhoneNumberAnalysisPaiResponseBody) SetCode ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisPaiResponseBody
func (*DescribePhoneNumberAnalysisPaiResponseBody) SetData ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetData(v []*string) *DescribePhoneNumberAnalysisPaiResponseBody
func (*DescribePhoneNumberAnalysisPaiResponseBody) SetMessage ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisPaiResponseBody
func (*DescribePhoneNumberAnalysisPaiResponseBody) SetRequestId ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisPaiResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisPaiResponseBody
func (DescribePhoneNumberAnalysisPaiResponseBody) String ¶ added in v3.11.0
func (s DescribePhoneNumberAnalysisPaiResponseBody) String() string
type DescribePhoneNumberAnalysisRequest ¶
type DescribePhoneNumberAnalysisRequest struct { // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 1310000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // example: // // MD5 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` // example: // // 0 NumberType *int64 `json:"NumberType,omitempty" xml:"NumberType,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 10 Rate *int64 `json:"Rate,omitempty" xml:"Rate,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberAnalysisRequest) GoString ¶
func (s DescribePhoneNumberAnalysisRequest) GoString() string
func (*DescribePhoneNumberAnalysisRequest) SetAuthCode ¶
func (s *DescribePhoneNumberAnalysisRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetInputNumber ¶
func (s *DescribePhoneNumberAnalysisRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetMask ¶
func (s *DescribePhoneNumberAnalysisRequest) SetMask(v string) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetNumberType ¶
func (s *DescribePhoneNumberAnalysisRequest) SetNumberType(v int64) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetOwnerId ¶
func (s *DescribePhoneNumberAnalysisRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetRate ¶
func (s *DescribePhoneNumberAnalysisRequest) SetRate(v int64) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetResourceOwnerAccount ¶
func (s *DescribePhoneNumberAnalysisRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisRequest
func (*DescribePhoneNumberAnalysisRequest) SetResourceOwnerId ¶
func (s *DescribePhoneNumberAnalysisRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisRequest
func (DescribePhoneNumberAnalysisRequest) String ¶
func (s DescribePhoneNumberAnalysisRequest) String() string
type DescribePhoneNumberAnalysisResponse ¶
type DescribePhoneNumberAnalysisResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberAnalysisResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberAnalysisResponse) GoString ¶
func (s DescribePhoneNumberAnalysisResponse) GoString() string
func (*DescribePhoneNumberAnalysisResponse) SetHeaders ¶
func (s *DescribePhoneNumberAnalysisResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisResponse
func (*DescribePhoneNumberAnalysisResponse) SetStatusCode ¶
func (s *DescribePhoneNumberAnalysisResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisResponse
func (DescribePhoneNumberAnalysisResponse) String ¶
func (s DescribePhoneNumberAnalysisResponse) String() string
type DescribePhoneNumberAnalysisResponseBody ¶
type DescribePhoneNumberAnalysisResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *DescribePhoneNumberAnalysisResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberAnalysisResponseBody) GoString ¶
func (s DescribePhoneNumberAnalysisResponseBody) GoString() string
func (*DescribePhoneNumberAnalysisResponseBody) SetAccessDeniedDetail ¶ added in v3.11.0
func (s *DescribePhoneNumberAnalysisResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisResponseBody
func (*DescribePhoneNumberAnalysisResponseBody) SetCode ¶
func (s *DescribePhoneNumberAnalysisResponseBody) SetCode(v string) *DescribePhoneNumberAnalysisResponseBody
func (*DescribePhoneNumberAnalysisResponseBody) SetMessage ¶
func (s *DescribePhoneNumberAnalysisResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisResponseBody
func (*DescribePhoneNumberAnalysisResponseBody) SetRequestId ¶
func (s *DescribePhoneNumberAnalysisResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisResponseBody
func (DescribePhoneNumberAnalysisResponseBody) String ¶
func (s DescribePhoneNumberAnalysisResponseBody) String() string
type DescribePhoneNumberAnalysisResponseBodyData ¶
type DescribePhoneNumberAnalysisResponseBodyData struct {
List []*DescribePhoneNumberAnalysisResponseBodyDataList `json:"List,omitempty" xml:"List,omitempty" type:"Repeated"`
}
func (DescribePhoneNumberAnalysisResponseBodyData) GoString ¶
func (s DescribePhoneNumberAnalysisResponseBodyData) GoString() string
func (DescribePhoneNumberAnalysisResponseBodyData) String ¶
func (s DescribePhoneNumberAnalysisResponseBodyData) String() string
type DescribePhoneNumberAnalysisResponseBodyDataList ¶
type DescribePhoneNumberAnalysisResponseBodyDataList struct { // example: // // NO Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // 18752785620 Number *string `json:"Number,omitempty" xml:"Number,omitempty"` }
func (DescribePhoneNumberAnalysisResponseBodyDataList) GoString ¶
func (s DescribePhoneNumberAnalysisResponseBodyDataList) GoString() string
func (*DescribePhoneNumberAnalysisResponseBodyDataList) SetNumber ¶
func (s *DescribePhoneNumberAnalysisResponseBodyDataList) SetNumber(v string) *DescribePhoneNumberAnalysisResponseBodyDataList
func (DescribePhoneNumberAnalysisResponseBodyDataList) String ¶
func (s DescribePhoneNumberAnalysisResponseBodyDataList) String() string
type DescribePhoneNumberAnalysisTransparentRequest ¶ added in v3.4.0
type DescribePhoneNumberAnalysisTransparentRequest struct { // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 187****5620 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // example: // // 示例值示例值示例值 Ip *string `json:"Ip,omitempty" xml:"Ip,omitempty"` // This parameter is required. // // example: // // 示例值示例值示例值 NumberType *string `json:"NumberType,omitempty" xml:"NumberType,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberAnalysisTransparentRequest) GoString ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentRequest) GoString() string
func (*DescribePhoneNumberAnalysisTransparentRequest) SetAuthCode ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetAuthCode(v string) *DescribePhoneNumberAnalysisTransparentRequest
func (*DescribePhoneNumberAnalysisTransparentRequest) SetInputNumber ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetInputNumber(v string) *DescribePhoneNumberAnalysisTransparentRequest
func (*DescribePhoneNumberAnalysisTransparentRequest) SetNumberType ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetNumberType(v string) *DescribePhoneNumberAnalysisTransparentRequest
func (*DescribePhoneNumberAnalysisTransparentRequest) SetOwnerId ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetOwnerId(v int64) *DescribePhoneNumberAnalysisTransparentRequest
func (*DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerAccount ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAnalysisTransparentRequest
func (*DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerId ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAnalysisTransparentRequest
func (DescribePhoneNumberAnalysisTransparentRequest) String ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentRequest) String() string
type DescribePhoneNumberAnalysisTransparentResponse ¶ added in v3.4.0
type DescribePhoneNumberAnalysisTransparentResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberAnalysisTransparentResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberAnalysisTransparentResponse) GoString ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponse) GoString() string
func (*DescribePhoneNumberAnalysisTransparentResponse) SetHeaders ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAnalysisTransparentResponse
func (*DescribePhoneNumberAnalysisTransparentResponse) SetStatusCode ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponse) SetStatusCode(v int32) *DescribePhoneNumberAnalysisTransparentResponse
func (DescribePhoneNumberAnalysisTransparentResponse) String ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponse) String() string
type DescribePhoneNumberAnalysisTransparentResponseBody ¶ added in v3.4.0
type DescribePhoneNumberAnalysisTransparentResponseBody struct { // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *DescribePhoneNumberAnalysisTransparentResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberAnalysisTransparentResponseBody) GoString ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponseBody) GoString() string
func (*DescribePhoneNumberAnalysisTransparentResponseBody) SetAccessDeniedDetail ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
func (*DescribePhoneNumberAnalysisTransparentResponseBody) SetMessage ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetMessage(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
func (*DescribePhoneNumberAnalysisTransparentResponseBody) SetRequestId ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponseBody) SetRequestId(v string) *DescribePhoneNumberAnalysisTransparentResponseBody
func (DescribePhoneNumberAnalysisTransparentResponseBody) String ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponseBody) String() string
type DescribePhoneNumberAnalysisTransparentResponseBodyData ¶ added in v3.4.0
type DescribePhoneNumberAnalysisTransparentResponseBodyData struct { // example: // // 示例值示例值示例值 DeviceRisk *string `json:"Device_risk,omitempty" xml:"Device_risk,omitempty"` // example: // // 示例值示例值 IpRisk *string `json:"Ip_risk,omitempty" xml:"Ip_risk,omitempty"` // example: // // 0.6 Score1 *string `json:"Score1,omitempty" xml:"Score1,omitempty"` // example: // // 0.2 Score2 *string `json:"Score2,omitempty" xml:"Score2,omitempty"` // example: // // 0.8 Score3 *string `json:"Score3,omitempty" xml:"Score3,omitempty"` }
func (DescribePhoneNumberAnalysisTransparentResponseBodyData) GoString ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponseBodyData) GoString() string
func (*DescribePhoneNumberAnalysisTransparentResponseBodyData) SetDeviceRisk ¶ added in v3.4.0
func (s *DescribePhoneNumberAnalysisTransparentResponseBodyData) SetDeviceRisk(v string) *DescribePhoneNumberAnalysisTransparentResponseBodyData
func (DescribePhoneNumberAnalysisTransparentResponseBodyData) String ¶ added in v3.4.0
func (s DescribePhoneNumberAnalysisTransparentResponseBodyData) String() string
type DescribePhoneNumberAttributeRequest ¶ added in v3.1.0
type DescribePhoneNumberAttributeRequest struct { OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // The phone number that you want to query. // // This parameter is required. // // example: // // 1390000**** PhoneNumber *string `json:"PhoneNumber,omitempty" xml:"PhoneNumber,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberAttributeRequest) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeRequest) GoString() string
func (*DescribePhoneNumberAttributeRequest) SetOwnerId ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeRequest) SetOwnerId(v int64) *DescribePhoneNumberAttributeRequest
func (*DescribePhoneNumberAttributeRequest) SetPhoneNumber ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeRequest) SetPhoneNumber(v string) *DescribePhoneNumberAttributeRequest
func (*DescribePhoneNumberAttributeRequest) SetResourceOwnerAccount ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberAttributeRequest
func (*DescribePhoneNumberAttributeRequest) SetResourceOwnerId ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberAttributeRequest
func (DescribePhoneNumberAttributeRequest) String ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeRequest) String() string
type DescribePhoneNumberAttributeResponse ¶ added in v3.1.0
type DescribePhoneNumberAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberAttributeResponse) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponse) GoString() string
func (*DescribePhoneNumberAttributeResponse) SetHeaders ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberAttributeResponse
func (*DescribePhoneNumberAttributeResponse) SetStatusCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponse) SetStatusCode(v int32) *DescribePhoneNumberAttributeResponse
func (DescribePhoneNumberAttributeResponse) String ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponse) String() string
type DescribePhoneNumberAttributeResponseBody ¶ added in v3.1.0
type DescribePhoneNumberAttributeResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **InvalidParameter**: The specified phone number is invalid or the parameter format is invalid. // // - **PhoneNumberNotfound**: No attribute information can be found for the specified phone number. // // - **isp.UNKNOWN**: An unknown exception occurred. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The attribute information about the phone number. PhoneNumberAttribute *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute `json:"PhoneNumberAttribute,omitempty" xml:"PhoneNumberAttribute,omitempty" type:"Struct"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberAttributeResponseBody) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponseBody) GoString() string
func (*DescribePhoneNumberAttributeResponseBody) SetCode ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBody) SetCode(v string) *DescribePhoneNumberAttributeResponseBody
func (*DescribePhoneNumberAttributeResponseBody) SetMessage ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBody) SetMessage(v string) *DescribePhoneNumberAttributeResponseBody
func (*DescribePhoneNumberAttributeResponseBody) SetPhoneNumberAttribute ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBody) SetPhoneNumberAttribute(v *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) *DescribePhoneNumberAttributeResponseBody
func (*DescribePhoneNumberAttributeResponseBody) SetRequestId ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBody) SetRequestId(v string) *DescribePhoneNumberAttributeResponseBody
func (DescribePhoneNumberAttributeResponseBody) String ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponseBody) String() string
type DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute ¶ added in v3.1.0
type DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute struct { // The basic carrier. Valid values: // // - **China Mobile** // // - **China Unicom** // // - **China Telecom** BasicCarrier *string `json:"BasicCarrier,omitempty" xml:"BasicCarrier,omitempty"` // The actual carrier, including the virtual network operator (VNO). If the phone number involves mobile number portability, the value of this parameter is the carrier after mobile number portability. Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The city where the phone number is registered. City *string `json:"City,omitempty" xml:"City,omitempty"` // Indicates whether the phone number involves mobile number portability. Valid values: // // - **true** // // - **false** // // example: // // false IsNumberPortability *bool `json:"IsNumberPortability,omitempty" xml:"IsNumberPortability,omitempty"` // The number segment to which the phone number belongs. // // example: // // 139 NumberSegment *int64 `json:"NumberSegment,omitempty" xml:"NumberSegment,omitempty"` // The province where the phone number is registered. Province *string `json:"Province,omitempty" xml:"Province,omitempty"` }
func (DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) GoString ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) GoString() string
func (*DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetBasicCarrier ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetBasicCarrier(v string) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
func (*DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetCarrier ¶ added in v3.1.0
func (*DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetIsNumberPortability ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetIsNumberPortability(v bool) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
func (*DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetNumberSegment ¶ added in v3.1.0
func (s *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetNumberSegment(v int64) *DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute
func (*DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) SetProvince ¶ added in v3.1.0
func (DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) String ¶ added in v3.1.0
func (s DescribePhoneNumberAttributeResponseBodyPhoneNumberAttribute) String() string
type DescribePhoneNumberOnlineTimeRequest ¶
type DescribePhoneNumberOnlineTimeRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The carrier. Valid values: // // - **MOBILE**: China Mobile // // - **UNICOM**: China Unicom // // - **TELECOM**: China Telecom // // > Alibaba Cloud automatically determines the carrier based on the carrier who assigns the phone number. Therefore, the value of this field does not affect the query result. // // example: // // UNICOM Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 1390000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberOnlineTimeRequest) GoString ¶
func (s DescribePhoneNumberOnlineTimeRequest) GoString() string
func (*DescribePhoneNumberOnlineTimeRequest) SetAuthCode ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetAuthCode(v string) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetCarrier ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetCarrier(v string) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetInputNumber ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetInputNumber(v string) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetMask ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetMask(v string) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetOwnerId ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetOwnerId(v int64) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerAccount ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberOnlineTimeRequest
func (*DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerId ¶
func (s *DescribePhoneNumberOnlineTimeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberOnlineTimeRequest
func (DescribePhoneNumberOnlineTimeRequest) String ¶
func (s DescribePhoneNumberOnlineTimeRequest) String() string
type DescribePhoneNumberOnlineTimeResponse ¶
type DescribePhoneNumberOnlineTimeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberOnlineTimeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberOnlineTimeResponse) GoString ¶
func (s DescribePhoneNumberOnlineTimeResponse) GoString() string
func (*DescribePhoneNumberOnlineTimeResponse) SetHeaders ¶
func (s *DescribePhoneNumberOnlineTimeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberOnlineTimeResponse
func (*DescribePhoneNumberOnlineTimeResponse) SetStatusCode ¶
func (s *DescribePhoneNumberOnlineTimeResponse) SetStatusCode(v int32) *DescribePhoneNumberOnlineTimeResponse
func (DescribePhoneNumberOnlineTimeResponse) String ¶
func (s DescribePhoneNumberOnlineTimeResponse) String() string
type DescribePhoneNumberOnlineTimeResponseBody ¶
type DescribePhoneNumberOnlineTimeResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **PortabilityNumberNotSupported**: The phone number that is involved in mobile number portability is not supported. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // > You are charged if the value of Code is OK and the value of VerifyResult is not -1. For more information, see [Pricing](https://help.aliyun.com/document_detail/154751.html). // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *DescribePhoneNumberOnlineTimeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberOnlineTimeResponseBody) GoString ¶
func (s DescribePhoneNumberOnlineTimeResponseBody) GoString() string
func (*DescribePhoneNumberOnlineTimeResponseBody) SetCode ¶
func (s *DescribePhoneNumberOnlineTimeResponseBody) SetCode(v string) *DescribePhoneNumberOnlineTimeResponseBody
func (*DescribePhoneNumberOnlineTimeResponseBody) SetMessage ¶
func (s *DescribePhoneNumberOnlineTimeResponseBody) SetMessage(v string) *DescribePhoneNumberOnlineTimeResponseBody
func (*DescribePhoneNumberOnlineTimeResponseBody) SetRequestId ¶
func (s *DescribePhoneNumberOnlineTimeResponseBody) SetRequestId(v string) *DescribePhoneNumberOnlineTimeResponseBody
func (DescribePhoneNumberOnlineTimeResponseBody) String ¶
func (s DescribePhoneNumberOnlineTimeResponseBody) String() string
type DescribePhoneNumberOnlineTimeResponseBodyData ¶
type DescribePhoneNumberOnlineTimeResponseBodyData struct { // The carrier code. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // - **CBN**: China Broadnet // // example: // // CMCC CarrierCode *string `json:"CarrierCode,omitempty" xml:"CarrierCode,omitempty"` // The enumerated value of the usage period of a phone number. Valid values: // // - **-1**: No usage period information is available for the phone number. // // - **0**: The phone number status is abnormal. For example, the phone number is a nonexistent number. // // - **1* - :[0-3) months. // // - **2* - :[3-6] months. // // - **3* - :(6-12] months. // // - **4* - :(12-24] months. // // - **5* - :(24,+) months. // // example: // // 1 VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (DescribePhoneNumberOnlineTimeResponseBodyData) GoString ¶
func (s DescribePhoneNumberOnlineTimeResponseBodyData) GoString() string
func (*DescribePhoneNumberOnlineTimeResponseBodyData) SetCarrierCode ¶
func (s *DescribePhoneNumberOnlineTimeResponseBodyData) SetCarrierCode(v string) *DescribePhoneNumberOnlineTimeResponseBodyData
func (*DescribePhoneNumberOnlineTimeResponseBodyData) SetVerifyResult ¶
func (s *DescribePhoneNumberOnlineTimeResponseBodyData) SetVerifyResult(v string) *DescribePhoneNumberOnlineTimeResponseBodyData
func (DescribePhoneNumberOnlineTimeResponseBodyData) String ¶
func (s DescribePhoneNumberOnlineTimeResponseBodyData) String() string
type DescribePhoneNumberOperatorAttributeRequest ¶
type DescribePhoneNumberOperatorAttributeRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // example: // // 示例值 FlowName *string `json:"FlowName,omitempty" xml:"FlowName,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 139****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5**: The phone number is MD5-encrypted. // // - **SHA256**: The phone number is SHA256-encrypted. // // > Letters in the string must be uppercase. // // This parameter is required. // // example: // // MD5 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // example: // // 示例值示例值示例值 ResultCount *string `json:"ResultCount,omitempty" xml:"ResultCount,omitempty"` }
func (DescribePhoneNumberOperatorAttributeRequest) GoString ¶
func (s DescribePhoneNumberOperatorAttributeRequest) GoString() string
func (*DescribePhoneNumberOperatorAttributeRequest) SetAuthCode ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetAuthCode(v string) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetFlowName ¶ added in v3.8.1
func (s *DescribePhoneNumberOperatorAttributeRequest) SetFlowName(v string) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetInputNumber ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetInputNumber(v string) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetMask ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetMask(v string) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetOwnerId ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetOwnerId(v int64) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerAccount ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerId ¶
func (s *DescribePhoneNumberOperatorAttributeRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberOperatorAttributeRequest
func (*DescribePhoneNumberOperatorAttributeRequest) SetResultCount ¶ added in v3.8.1
func (s *DescribePhoneNumberOperatorAttributeRequest) SetResultCount(v string) *DescribePhoneNumberOperatorAttributeRequest
func (DescribePhoneNumberOperatorAttributeRequest) String ¶
func (s DescribePhoneNumberOperatorAttributeRequest) String() string
type DescribePhoneNumberOperatorAttributeResponse ¶
type DescribePhoneNumberOperatorAttributeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberOperatorAttributeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberOperatorAttributeResponse) GoString ¶
func (s DescribePhoneNumberOperatorAttributeResponse) GoString() string
func (*DescribePhoneNumberOperatorAttributeResponse) SetHeaders ¶
func (s *DescribePhoneNumberOperatorAttributeResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberOperatorAttributeResponse
func (*DescribePhoneNumberOperatorAttributeResponse) SetStatusCode ¶
func (s *DescribePhoneNumberOperatorAttributeResponse) SetStatusCode(v int32) *DescribePhoneNumberOperatorAttributeResponse
func (DescribePhoneNumberOperatorAttributeResponse) String ¶
func (s DescribePhoneNumberOperatorAttributeResponse) String() string
type DescribePhoneNumberOperatorAttributeResponseBody ¶
type DescribePhoneNumberOperatorAttributeResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // The response code. Valid values: // // - **OK**: The request is successful. // // - **InvalidParameter**: The specified phone number is invalid or the parameter format is invalid. // // - **PhoneNumberNotfound**: No attribute information can be found for the specified phone number. // // - **isp.UNKNOWN**: An unknown exception occurred. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *DescribePhoneNumberOperatorAttributeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // 68A40250-50CD-034C-B728-0BD135850177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberOperatorAttributeResponseBody) GoString ¶
func (s DescribePhoneNumberOperatorAttributeResponseBody) GoString() string
func (*DescribePhoneNumberOperatorAttributeResponseBody) SetAccessDeniedDetail ¶ added in v3.8.1
func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberOperatorAttributeResponseBody
func (*DescribePhoneNumberOperatorAttributeResponseBody) SetMessage ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetMessage(v string) *DescribePhoneNumberOperatorAttributeResponseBody
func (*DescribePhoneNumberOperatorAttributeResponseBody) SetRequestId ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBody) SetRequestId(v string) *DescribePhoneNumberOperatorAttributeResponseBody
func (DescribePhoneNumberOperatorAttributeResponseBody) String ¶
func (s DescribePhoneNumberOperatorAttributeResponseBody) String() string
type DescribePhoneNumberOperatorAttributeResponseBodyData ¶
type DescribePhoneNumberOperatorAttributeResponseBodyData struct { // The basic carrier. Valid values: // // - **China Mobile** // // - **China Unicom** // // - **China Telecom** // // - **China Broadnet** // // example: // // China Mobile BasicCarrier *string `json:"BasicCarrier,omitempty" xml:"BasicCarrier,omitempty"` // The actual carrier, including the virtual network operator (VNO). If the phone number involves mobile number portability, the value of this parameter is the carrier after mobile number portability. // // example: // // China Mobile Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The city where the phone number is registered. // // example: // // hangzhou City *string `json:"City,omitempty" xml:"City,omitempty"` // Indicates whether the phone number involves mobile number portability. Valid values: // // - **true** // // - **false** // // example: // // false IsNumberPortability *bool `json:"IsNumberPortability,omitempty" xml:"IsNumberPortability,omitempty"` // The number segment to which the phone number belongs. // // example: // // 139 NumberSegment *int64 `json:"NumberSegment,omitempty" xml:"NumberSegment,omitempty"` // The province where the phone number is registered. // // example: // // zhejiang Province *string `json:"Province,omitempty" xml:"Province,omitempty"` }
func (DescribePhoneNumberOperatorAttributeResponseBodyData) GoString ¶
func (s DescribePhoneNumberOperatorAttributeResponseBodyData) GoString() string
func (*DescribePhoneNumberOperatorAttributeResponseBodyData) SetBasicCarrier ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetBasicCarrier(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
func (*DescribePhoneNumberOperatorAttributeResponseBodyData) SetCarrier ¶
func (*DescribePhoneNumberOperatorAttributeResponseBodyData) SetIsNumberPortability ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetIsNumberPortability(v bool) *DescribePhoneNumberOperatorAttributeResponseBodyData
func (*DescribePhoneNumberOperatorAttributeResponseBodyData) SetNumberSegment ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetNumberSegment(v int64) *DescribePhoneNumberOperatorAttributeResponseBodyData
func (*DescribePhoneNumberOperatorAttributeResponseBodyData) SetProvince ¶
func (s *DescribePhoneNumberOperatorAttributeResponseBodyData) SetProvince(v string) *DescribePhoneNumberOperatorAttributeResponseBodyData
func (DescribePhoneNumberOperatorAttributeResponseBodyData) String ¶
func (s DescribePhoneNumberOperatorAttributeResponseBodyData) String() string
type DescribePhoneNumberRiskRequest ¶ added in v3.5.0
type DescribePhoneNumberRiskRequest struct { // This parameter is required. // // example: // // 示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // This parameter is required. // // example: // // 示例值示例值 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (DescribePhoneNumberRiskRequest) GoString ¶ added in v3.5.0
func (s DescribePhoneNumberRiskRequest) GoString() string
func (*DescribePhoneNumberRiskRequest) SetAuthCode ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetAuthCode(v string) *DescribePhoneNumberRiskRequest
func (*DescribePhoneNumberRiskRequest) SetInputNumber ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetInputNumber(v string) *DescribePhoneNumberRiskRequest
func (*DescribePhoneNumberRiskRequest) SetMask ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetMask(v string) *DescribePhoneNumberRiskRequest
func (*DescribePhoneNumberRiskRequest) SetOwnerId ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetOwnerId(v int64) *DescribePhoneNumberRiskRequest
func (*DescribePhoneNumberRiskRequest) SetResourceOwnerAccount ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetResourceOwnerAccount(v string) *DescribePhoneNumberRiskRequest
func (*DescribePhoneNumberRiskRequest) SetResourceOwnerId ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskRequest) SetResourceOwnerId(v int64) *DescribePhoneNumberRiskRequest
func (DescribePhoneNumberRiskRequest) String ¶ added in v3.5.0
func (s DescribePhoneNumberRiskRequest) String() string
type DescribePhoneNumberRiskResponse ¶ added in v3.5.0
type DescribePhoneNumberRiskResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneNumberRiskResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneNumberRiskResponse) GoString ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponse) GoString() string
func (*DescribePhoneNumberRiskResponse) SetBody ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponse) SetBody(v *DescribePhoneNumberRiskResponseBody) *DescribePhoneNumberRiskResponse
func (*DescribePhoneNumberRiskResponse) SetHeaders ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponse) SetHeaders(v map[string]*string) *DescribePhoneNumberRiskResponse
func (*DescribePhoneNumberRiskResponse) SetStatusCode ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponse) SetStatusCode(v int32) *DescribePhoneNumberRiskResponse
func (DescribePhoneNumberRiskResponse) String ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponse) String() string
type DescribePhoneNumberRiskResponseBody ¶ added in v3.5.0
type DescribePhoneNumberRiskResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *DescribePhoneNumberRiskResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneNumberRiskResponseBody) GoString ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponseBody) GoString() string
func (*DescribePhoneNumberRiskResponseBody) SetAccessDeniedDetail ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponseBody) SetAccessDeniedDetail(v string) *DescribePhoneNumberRiskResponseBody
func (*DescribePhoneNumberRiskResponseBody) SetCode ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponseBody) SetCode(v string) *DescribePhoneNumberRiskResponseBody
func (*DescribePhoneNumberRiskResponseBody) SetMessage ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponseBody) SetMessage(v string) *DescribePhoneNumberRiskResponseBody
func (*DescribePhoneNumberRiskResponseBody) SetRequestId ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponseBody) SetRequestId(v string) *DescribePhoneNumberRiskResponseBody
func (DescribePhoneNumberRiskResponseBody) String ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponseBody) String() string
type DescribePhoneNumberRiskResponseBodyData ¶ added in v3.5.0
type DescribePhoneNumberRiskResponseBodyData struct { // example: // // 示例值 VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (DescribePhoneNumberRiskResponseBodyData) GoString ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponseBodyData) GoString() string
func (*DescribePhoneNumberRiskResponseBodyData) SetVerifyResult ¶ added in v3.5.0
func (s *DescribePhoneNumberRiskResponseBodyData) SetVerifyResult(v string) *DescribePhoneNumberRiskResponseBodyData
func (DescribePhoneNumberRiskResponseBodyData) String ¶ added in v3.5.0
func (s DescribePhoneNumberRiskResponseBodyData) String() string
type DescribePhoneTwiceTelVerifyRequest ¶
type DescribePhoneTwiceTelVerifyRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 139******* InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // The registration time. Specify the time in the yyyy-MM-dd HH:mm:ss format. This time is the service registration time of the mobile phone user. If the service registration time is later than the time when the phone number is assigned by a carrier, it indicates that the phone number is not a reassigned number. Otherwise, the phone number is a reassigned number. // // > // // - If a carrier allocates a single number multiple times, the system will determine whether the phone number is a reassigned number based on the time when the carrier last allocated the phone number. // // - The service registration time must be later than 00:00:00 on January 1, 1970. // // This parameter is required. // // example: // // 2018-01-01 00:00:00 StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (DescribePhoneTwiceTelVerifyRequest) GoString ¶
func (s DescribePhoneTwiceTelVerifyRequest) GoString() string
func (*DescribePhoneTwiceTelVerifyRequest) SetAuthCode ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetAuthCode(v string) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetInputNumber ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetInputNumber(v string) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetMask ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetMask(v string) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetOwnerId ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetOwnerId(v int64) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerAccount ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerAccount(v string) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerId ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetResourceOwnerId(v int64) *DescribePhoneTwiceTelVerifyRequest
func (*DescribePhoneTwiceTelVerifyRequest) SetStartTime ¶
func (s *DescribePhoneTwiceTelVerifyRequest) SetStartTime(v string) *DescribePhoneTwiceTelVerifyRequest
func (DescribePhoneTwiceTelVerifyRequest) String ¶
func (s DescribePhoneTwiceTelVerifyRequest) String() string
type DescribePhoneTwiceTelVerifyResponse ¶
type DescribePhoneTwiceTelVerifyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DescribePhoneTwiceTelVerifyResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DescribePhoneTwiceTelVerifyResponse) GoString ¶
func (s DescribePhoneTwiceTelVerifyResponse) GoString() string
func (*DescribePhoneTwiceTelVerifyResponse) SetHeaders ¶
func (s *DescribePhoneTwiceTelVerifyResponse) SetHeaders(v map[string]*string) *DescribePhoneTwiceTelVerifyResponse
func (*DescribePhoneTwiceTelVerifyResponse) SetStatusCode ¶
func (s *DescribePhoneTwiceTelVerifyResponse) SetStatusCode(v int32) *DescribePhoneTwiceTelVerifyResponse
func (DescribePhoneTwiceTelVerifyResponse) String ¶
func (s DescribePhoneTwiceTelVerifyResponse) String() string
type DescribePhoneTwiceTelVerifyResponseBody ¶
type DescribePhoneTwiceTelVerifyResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **PortabilityNumberNotSupported**: The phone number that is involved in mobile number portability is not supported. // // - **RequestNumberNotSupported**: You are not allowed to query phone numbers assigned by China Broadnet (that is, phone numbers start with 192) and phone numbers assigned by virtual network operators (VNOs). // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // > You are charged for phone number verifications if the value of Code is OK and the value of VerifyResult is not 0. For more information, see [Pricing](https://help.aliyun.com/document_detail/154751.html). // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *DescribePhoneTwiceTelVerifyResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot and locate issues. // // example: // // 68A40250-50CD-034C-B728-0BD135850177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DescribePhoneTwiceTelVerifyResponseBody) GoString ¶
func (s DescribePhoneTwiceTelVerifyResponseBody) GoString() string
func (*DescribePhoneTwiceTelVerifyResponseBody) SetCode ¶
func (s *DescribePhoneTwiceTelVerifyResponseBody) SetCode(v string) *DescribePhoneTwiceTelVerifyResponseBody
func (*DescribePhoneTwiceTelVerifyResponseBody) SetMessage ¶
func (s *DescribePhoneTwiceTelVerifyResponseBody) SetMessage(v string) *DescribePhoneTwiceTelVerifyResponseBody
func (*DescribePhoneTwiceTelVerifyResponseBody) SetRequestId ¶
func (s *DescribePhoneTwiceTelVerifyResponseBody) SetRequestId(v string) *DescribePhoneTwiceTelVerifyResponseBody
func (DescribePhoneTwiceTelVerifyResponseBody) String ¶
func (s DescribePhoneTwiceTelVerifyResponseBody) String() string
type DescribePhoneTwiceTelVerifyResponseBodyData ¶
type DescribePhoneTwiceTelVerifyResponseBodyData struct { // The carrier. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > The returned result indicates the carrier who assigns the phone number. If the phone number involves mobile number portability, the carrier after mobile number portability is returned. // // example: // // CMCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The result of the request. Valid values: // // - **0**: It is unable to judge whether the phone number is a reassigned number. // // - **1**: The phone number is a reassigned number. // // - **2**: The phone number is not a reassigned number. // // - **3**: The phone number has been canceled. // // example: // // 1 VerifyResult *string `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (DescribePhoneTwiceTelVerifyResponseBodyData) GoString ¶
func (s DescribePhoneTwiceTelVerifyResponseBodyData) GoString() string
func (*DescribePhoneTwiceTelVerifyResponseBodyData) SetCarrier ¶
func (s *DescribePhoneTwiceTelVerifyResponseBodyData) SetCarrier(v string) *DescribePhoneTwiceTelVerifyResponseBodyData
func (*DescribePhoneTwiceTelVerifyResponseBodyData) SetVerifyResult ¶
func (s *DescribePhoneTwiceTelVerifyResponseBodyData) SetVerifyResult(v string) *DescribePhoneTwiceTelVerifyResponseBodyData
func (DescribePhoneTwiceTelVerifyResponseBodyData) String ¶
func (s DescribePhoneTwiceTelVerifyResponseBodyData) String() string
type GetUAIDApplyTokenSignRequest ¶ added in v3.3.0
type GetUAIDApplyTokenSignRequest struct { // This parameter is required. // // example: // // HwD97InG AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // CM Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // This parameter is required. // // example: // // 30300 ClientType *string `json:"ClientType,omitempty" xml:"ClientType,omitempty"` // example: // // 示例值示例值 Format *string `json:"Format,omitempty" xml:"Format,omitempty"` // This parameter is required. // // example: // // b8b5b3a*******0b9893484fdf412c99 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 955EC1A869852EA8BC66F********D7C6E92017BBD5B001C736EFEAFB775C232 ParamKey *string `json:"ParamKey,omitempty" xml:"ParamKey,omitempty"` // example: // // B2F0D4CD7A216D16CE2AF4BBC********29A454FDDD991F919106C12CB89ABA8 ParamStr *string `json:"ParamStr,omitempty" xml:"ParamStr,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // This parameter is required. // // example: // // 20121227180001165 Time *string `json:"Time,omitempty" xml:"Time,omitempty"` }
func (GetUAIDApplyTokenSignRequest) GoString ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignRequest) GoString() string
func (*GetUAIDApplyTokenSignRequest) SetAuthCode ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetAuthCode(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetCarrier ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetCarrier(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetClientType ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetClientType(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetFormat ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetFormat(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetOutId ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetOutId(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetOwnerId ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetOwnerId(v int64) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetParamKey ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetParamKey(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetParamStr ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetParamStr(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetResourceOwnerAccount ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetResourceOwnerAccount(v string) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetResourceOwnerId ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetResourceOwnerId(v int64) *GetUAIDApplyTokenSignRequest
func (*GetUAIDApplyTokenSignRequest) SetTime ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignRequest) SetTime(v string) *GetUAIDApplyTokenSignRequest
func (GetUAIDApplyTokenSignRequest) String ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignRequest) String() string
type GetUAIDApplyTokenSignResponse ¶ added in v3.3.0
type GetUAIDApplyTokenSignResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetUAIDApplyTokenSignResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetUAIDApplyTokenSignResponse) GoString ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponse) GoString() string
func (*GetUAIDApplyTokenSignResponse) SetBody ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponse) SetBody(v *GetUAIDApplyTokenSignResponseBody) *GetUAIDApplyTokenSignResponse
func (*GetUAIDApplyTokenSignResponse) SetHeaders ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponse) SetHeaders(v map[string]*string) *GetUAIDApplyTokenSignResponse
func (*GetUAIDApplyTokenSignResponse) SetStatusCode ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponse) SetStatusCode(v int32) *GetUAIDApplyTokenSignResponse
func (GetUAIDApplyTokenSignResponse) String ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponse) String() string
type GetUAIDApplyTokenSignResponseBody ¶ added in v3.3.0
type GetUAIDApplyTokenSignResponseBody struct { // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *GetUAIDApplyTokenSignResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 68A40250-50CD-034C-B728-0BD******177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetUAIDApplyTokenSignResponseBody) GoString ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponseBody) GoString() string
func (*GetUAIDApplyTokenSignResponseBody) SetAccessDeniedDetail ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBody) SetAccessDeniedDetail(v string) *GetUAIDApplyTokenSignResponseBody
func (*GetUAIDApplyTokenSignResponseBody) SetCode ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBody) SetCode(v string) *GetUAIDApplyTokenSignResponseBody
func (*GetUAIDApplyTokenSignResponseBody) SetMessage ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBody) SetMessage(v string) *GetUAIDApplyTokenSignResponseBody
func (*GetUAIDApplyTokenSignResponseBody) SetRequestId ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBody) SetRequestId(v string) *GetUAIDApplyTokenSignResponseBody
func (GetUAIDApplyTokenSignResponseBody) String ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponseBody) String() string
type GetUAIDApplyTokenSignResponseBodyData ¶ added in v3.3.0
type GetUAIDApplyTokenSignResponseBodyData struct { // example: // // CM Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // b8b5b3a*******0b9893484fdf412c99 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` // example: // // D2E204D74EEB373E468632********23F592C4C9 Sign *string `json:"Sign,omitempty" xml:"Sign,omitempty"` }
func (GetUAIDApplyTokenSignResponseBodyData) GoString ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponseBodyData) GoString() string
func (*GetUAIDApplyTokenSignResponseBodyData) SetCarrier ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBodyData) SetCarrier(v string) *GetUAIDApplyTokenSignResponseBodyData
func (*GetUAIDApplyTokenSignResponseBodyData) SetOutId ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBodyData) SetOutId(v string) *GetUAIDApplyTokenSignResponseBodyData
func (*GetUAIDApplyTokenSignResponseBodyData) SetSign ¶ added in v3.3.0
func (s *GetUAIDApplyTokenSignResponseBodyData) SetSign(v string) *GetUAIDApplyTokenSignResponseBodyData
func (GetUAIDApplyTokenSignResponseBodyData) String ¶ added in v3.3.0
func (s GetUAIDApplyTokenSignResponseBodyData) String() string
type GetUAIDConversionSignRequest ¶ added in v3.8.0
type GetUAIDConversionSignRequest struct { // This parameter is required. // // example: // // 示例值示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值示例值 Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值 ClientType *string `json:"ClientType,omitempty" xml:"ClientType,omitempty"` // example: // // 示例值示例值示例值 Format *string `json:"Format,omitempty" xml:"Format,omitempty"` // example: // // 示例值示例值示例值 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 示例值示例值 ParamKey *string `json:"ParamKey,omitempty" xml:"ParamKey,omitempty"` // example: // // 示例值示例值 ParamStr *string `json:"ParamStr,omitempty" xml:"ParamStr,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // example: // // 示例值示例值 Time *string `json:"Time,omitempty" xml:"Time,omitempty"` }
func (GetUAIDConversionSignRequest) GoString ¶ added in v3.8.0
func (s GetUAIDConversionSignRequest) GoString() string
func (*GetUAIDConversionSignRequest) SetAuthCode ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetAuthCode(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetCarrier ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetCarrier(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetClientType ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetClientType(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetFormat ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetFormat(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetOutId ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetOutId(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetOwnerId ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetOwnerId(v int64) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetParamKey ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetParamKey(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetParamStr ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetParamStr(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetResourceOwnerAccount ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetResourceOwnerAccount(v string) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetResourceOwnerId ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetResourceOwnerId(v int64) *GetUAIDConversionSignRequest
func (*GetUAIDConversionSignRequest) SetTime ¶ added in v3.8.0
func (s *GetUAIDConversionSignRequest) SetTime(v string) *GetUAIDConversionSignRequest
func (GetUAIDConversionSignRequest) String ¶ added in v3.8.0
func (s GetUAIDConversionSignRequest) String() string
type GetUAIDConversionSignResponse ¶ added in v3.8.0
type GetUAIDConversionSignResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetUAIDConversionSignResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetUAIDConversionSignResponse) GoString ¶ added in v3.8.0
func (s GetUAIDConversionSignResponse) GoString() string
func (*GetUAIDConversionSignResponse) SetBody ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponse) SetBody(v *GetUAIDConversionSignResponseBody) *GetUAIDConversionSignResponse
func (*GetUAIDConversionSignResponse) SetHeaders ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponse) SetHeaders(v map[string]*string) *GetUAIDConversionSignResponse
func (*GetUAIDConversionSignResponse) SetStatusCode ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponse) SetStatusCode(v int32) *GetUAIDConversionSignResponse
func (GetUAIDConversionSignResponse) String ¶ added in v3.8.0
func (s GetUAIDConversionSignResponse) String() string
type GetUAIDConversionSignResponseBody ¶ added in v3.8.0
type GetUAIDConversionSignResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *GetUAIDConversionSignResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetUAIDConversionSignResponseBody) GoString ¶ added in v3.8.0
func (s GetUAIDConversionSignResponseBody) GoString() string
func (*GetUAIDConversionSignResponseBody) SetAccessDeniedDetail ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBody) SetAccessDeniedDetail(v string) *GetUAIDConversionSignResponseBody
func (*GetUAIDConversionSignResponseBody) SetCode ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBody) SetCode(v string) *GetUAIDConversionSignResponseBody
func (*GetUAIDConversionSignResponseBody) SetMessage ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBody) SetMessage(v string) *GetUAIDConversionSignResponseBody
func (*GetUAIDConversionSignResponseBody) SetRequestId ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBody) SetRequestId(v string) *GetUAIDConversionSignResponseBody
func (GetUAIDConversionSignResponseBody) String ¶ added in v3.8.0
func (s GetUAIDConversionSignResponseBody) String() string
type GetUAIDConversionSignResponseBodyData ¶ added in v3.8.0
type GetUAIDConversionSignResponseBodyData struct { // example: // // 示例值示例值示例值 Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值示例值 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` // example: // // 示例值 Sign *string `json:"Sign,omitempty" xml:"Sign,omitempty"` }
func (GetUAIDConversionSignResponseBodyData) GoString ¶ added in v3.8.0
func (s GetUAIDConversionSignResponseBodyData) GoString() string
func (*GetUAIDConversionSignResponseBodyData) SetCarrier ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBodyData) SetCarrier(v string) *GetUAIDConversionSignResponseBodyData
func (*GetUAIDConversionSignResponseBodyData) SetOutId ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBodyData) SetOutId(v string) *GetUAIDConversionSignResponseBodyData
func (*GetUAIDConversionSignResponseBodyData) SetSign ¶ added in v3.8.0
func (s *GetUAIDConversionSignResponseBodyData) SetSign(v string) *GetUAIDConversionSignResponseBodyData
func (GetUAIDConversionSignResponseBodyData) String ¶ added in v3.8.0
func (s GetUAIDConversionSignResponseBodyData) String() string
type InvalidPhoneNumberFilterRequest ¶
type InvalidPhoneNumberFilterRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // This parameter is required. // // example: // // 1390000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. // // > Only the NORMAL encryption method is supported. // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (InvalidPhoneNumberFilterRequest) GoString ¶
func (s InvalidPhoneNumberFilterRequest) GoString() string
func (*InvalidPhoneNumberFilterRequest) SetAuthCode ¶
func (s *InvalidPhoneNumberFilterRequest) SetAuthCode(v string) *InvalidPhoneNumberFilterRequest
func (*InvalidPhoneNumberFilterRequest) SetInputNumber ¶
func (s *InvalidPhoneNumberFilterRequest) SetInputNumber(v string) *InvalidPhoneNumberFilterRequest
func (*InvalidPhoneNumberFilterRequest) SetMask ¶
func (s *InvalidPhoneNumberFilterRequest) SetMask(v string) *InvalidPhoneNumberFilterRequest
func (*InvalidPhoneNumberFilterRequest) SetOwnerId ¶
func (s *InvalidPhoneNumberFilterRequest) SetOwnerId(v int64) *InvalidPhoneNumberFilterRequest
func (*InvalidPhoneNumberFilterRequest) SetResourceOwnerAccount ¶
func (s *InvalidPhoneNumberFilterRequest) SetResourceOwnerAccount(v string) *InvalidPhoneNumberFilterRequest
func (*InvalidPhoneNumberFilterRequest) SetResourceOwnerId ¶
func (s *InvalidPhoneNumberFilterRequest) SetResourceOwnerId(v int64) *InvalidPhoneNumberFilterRequest
func (InvalidPhoneNumberFilterRequest) String ¶
func (s InvalidPhoneNumberFilterRequest) String() string
type InvalidPhoneNumberFilterResponse ¶
type InvalidPhoneNumberFilterResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *InvalidPhoneNumberFilterResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (InvalidPhoneNumberFilterResponse) GoString ¶
func (s InvalidPhoneNumberFilterResponse) GoString() string
func (*InvalidPhoneNumberFilterResponse) SetBody ¶
func (s *InvalidPhoneNumberFilterResponse) SetBody(v *InvalidPhoneNumberFilterResponseBody) *InvalidPhoneNumberFilterResponse
func (*InvalidPhoneNumberFilterResponse) SetHeaders ¶
func (s *InvalidPhoneNumberFilterResponse) SetHeaders(v map[string]*string) *InvalidPhoneNumberFilterResponse
func (*InvalidPhoneNumberFilterResponse) SetStatusCode ¶
func (s *InvalidPhoneNumberFilterResponse) SetStatusCode(v int32) *InvalidPhoneNumberFilterResponse
func (InvalidPhoneNumberFilterResponse) String ¶
func (s InvalidPhoneNumberFilterResponse) String() string
type InvalidPhoneNumberFilterResponseBody ¶
type InvalidPhoneNumberFilterResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **MobileNumberIllegal**: The phone number is invalid. // // - **EncyrptTypeIllegal**: The encryption type is invalid. // // - **MobileNumberTypeNotMatch**: The phone number does not match the encryption type. // // - **CarrierIllegal**: The carrier type is invalid. // // - **AuthCodeNotExist**: The authorization code does not exist. // // - **PortabilityNumberNotSupported**: Mobile number portability is not supported. // // - **Unknown**: An unknown exception occurred. // // - **AuthCodeAndApiNotMatch**: A system exception occurred. // // - **AuthCodeAndApiNotMatch**: The authorization code does not match the API operation. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // Details about the returned entries. Data []*InvalidPhoneNumberFilterResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (InvalidPhoneNumberFilterResponseBody) GoString ¶
func (s InvalidPhoneNumberFilterResponseBody) GoString() string
func (*InvalidPhoneNumberFilterResponseBody) SetCode ¶
func (s *InvalidPhoneNumberFilterResponseBody) SetCode(v string) *InvalidPhoneNumberFilterResponseBody
func (*InvalidPhoneNumberFilterResponseBody) SetMessage ¶
func (s *InvalidPhoneNumberFilterResponseBody) SetMessage(v string) *InvalidPhoneNumberFilterResponseBody
func (*InvalidPhoneNumberFilterResponseBody) SetRequestId ¶
func (s *InvalidPhoneNumberFilterResponseBody) SetRequestId(v string) *InvalidPhoneNumberFilterResponseBody
func (InvalidPhoneNumberFilterResponseBody) String ¶
func (s InvalidPhoneNumberFilterResponseBody) String() string
type InvalidPhoneNumberFilterResponseBodyData ¶
type InvalidPhoneNumberFilterResponseBodyData struct { // The returned filter results. // // - **YES**: the valid phone number. The mappings are returned. // // - **NO**: the invalid phone number. No mappings are returned. // // example: // // YES Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The encrypted phone number. // // example: // // 1400513**** EncryptedNumber *string `json:"EncryptedNumber,omitempty" xml:"EncryptedNumber,omitempty"` // The time when the phone number expires. // // example: // // 2022-05-27 16:05:23 ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` // The original phone number. // // example: // // 1390000**** OriginalNumber *string `json:"OriginalNumber,omitempty" xml:"OriginalNumber,omitempty"` }
func (InvalidPhoneNumberFilterResponseBodyData) GoString ¶
func (s InvalidPhoneNumberFilterResponseBodyData) GoString() string
func (*InvalidPhoneNumberFilterResponseBodyData) SetCode ¶
func (s *InvalidPhoneNumberFilterResponseBodyData) SetCode(v string) *InvalidPhoneNumberFilterResponseBodyData
func (*InvalidPhoneNumberFilterResponseBodyData) SetEncryptedNumber ¶
func (s *InvalidPhoneNumberFilterResponseBodyData) SetEncryptedNumber(v string) *InvalidPhoneNumberFilterResponseBodyData
func (*InvalidPhoneNumberFilterResponseBodyData) SetExpireTime ¶
func (s *InvalidPhoneNumberFilterResponseBodyData) SetExpireTime(v string) *InvalidPhoneNumberFilterResponseBodyData
func (*InvalidPhoneNumberFilterResponseBodyData) SetOriginalNumber ¶
func (s *InvalidPhoneNumberFilterResponseBodyData) SetOriginalNumber(v string) *InvalidPhoneNumberFilterResponseBodyData
func (InvalidPhoneNumberFilterResponseBodyData) String ¶
func (s InvalidPhoneNumberFilterResponseBodyData) String() string
type PhoneNumberConvertServiceRequest ¶ added in v3.2.0
type PhoneNumberConvertServiceRequest struct { // This parameter is required. AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // This parameter is required. Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberConvertServiceRequest) GoString ¶ added in v3.2.0
func (s PhoneNumberConvertServiceRequest) GoString() string
func (*PhoneNumberConvertServiceRequest) SetAuthCode ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetAuthCode(v string) *PhoneNumberConvertServiceRequest
func (*PhoneNumberConvertServiceRequest) SetInputNumber ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetInputNumber(v string) *PhoneNumberConvertServiceRequest
func (*PhoneNumberConvertServiceRequest) SetMask ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetMask(v string) *PhoneNumberConvertServiceRequest
func (*PhoneNumberConvertServiceRequest) SetOwnerId ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetOwnerId(v int64) *PhoneNumberConvertServiceRequest
func (*PhoneNumberConvertServiceRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetResourceOwnerAccount(v string) *PhoneNumberConvertServiceRequest
func (*PhoneNumberConvertServiceRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceRequest) SetResourceOwnerId(v int64) *PhoneNumberConvertServiceRequest
func (PhoneNumberConvertServiceRequest) String ¶ added in v3.2.0
func (s PhoneNumberConvertServiceRequest) String() string
type PhoneNumberConvertServiceResponse ¶ added in v3.2.0
type PhoneNumberConvertServiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberConvertServiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberConvertServiceResponse) GoString ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponse) GoString() string
func (*PhoneNumberConvertServiceResponse) SetHeaders ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponse) SetHeaders(v map[string]*string) *PhoneNumberConvertServiceResponse
func (*PhoneNumberConvertServiceResponse) SetStatusCode ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponse) SetStatusCode(v int32) *PhoneNumberConvertServiceResponse
func (PhoneNumberConvertServiceResponse) String ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponse) String() string
type PhoneNumberConvertServiceResponseBody ¶ added in v3.2.0
type PhoneNumberConvertServiceResponseBody struct { Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data []*PhoneNumberConvertServiceResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberConvertServiceResponseBody) GoString ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponseBody) GoString() string
func (*PhoneNumberConvertServiceResponseBody) SetCode ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBody) SetCode(v string) *PhoneNumberConvertServiceResponseBody
func (*PhoneNumberConvertServiceResponseBody) SetMessage ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBody) SetMessage(v string) *PhoneNumberConvertServiceResponseBody
func (*PhoneNumberConvertServiceResponseBody) SetRequestId ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBody) SetRequestId(v string) *PhoneNumberConvertServiceResponseBody
func (PhoneNumberConvertServiceResponseBody) String ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponseBody) String() string
type PhoneNumberConvertServiceResponseBodyData ¶ added in v3.2.0
type PhoneNumberConvertServiceResponseBodyData struct { ConverResult *bool `json:"ConverResult,omitempty" xml:"ConverResult,omitempty"` Number *string `json:"Number,omitempty" xml:"Number,omitempty"` NumberMd5 *string `json:"NumberMd5,omitempty" xml:"NumberMd5,omitempty"` NumberSha256 *string `json:"NumberSha256,omitempty" xml:"NumberSha256,omitempty"` }
func (PhoneNumberConvertServiceResponseBodyData) GoString ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponseBodyData) GoString() string
func (*PhoneNumberConvertServiceResponseBodyData) SetConverResult ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBodyData) SetConverResult(v bool) *PhoneNumberConvertServiceResponseBodyData
func (*PhoneNumberConvertServiceResponseBodyData) SetNumber ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBodyData) SetNumber(v string) *PhoneNumberConvertServiceResponseBodyData
func (*PhoneNumberConvertServiceResponseBodyData) SetNumberMd5 ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBodyData) SetNumberMd5(v string) *PhoneNumberConvertServiceResponseBodyData
func (*PhoneNumberConvertServiceResponseBodyData) SetNumberSha256 ¶ added in v3.2.0
func (s *PhoneNumberConvertServiceResponseBodyData) SetNumberSha256(v string) *PhoneNumberConvertServiceResponseBodyData
func (PhoneNumberConvertServiceResponseBodyData) String ¶ added in v3.2.0
func (s PhoneNumberConvertServiceResponseBodyData) String() string
type PhoneNumberEncryptRequest ¶
type PhoneNumberEncryptRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // > You can query only one phone number at a time. // // This parameter is required. // // example: // // 1390000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Set the value to **NORMAL**. // // > Only the NORMAL encryption method is supported. // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberEncryptRequest) GoString ¶
func (s PhoneNumberEncryptRequest) GoString() string
func (*PhoneNumberEncryptRequest) SetAuthCode ¶
func (s *PhoneNumberEncryptRequest) SetAuthCode(v string) *PhoneNumberEncryptRequest
func (*PhoneNumberEncryptRequest) SetInputNumber ¶
func (s *PhoneNumberEncryptRequest) SetInputNumber(v string) *PhoneNumberEncryptRequest
func (*PhoneNumberEncryptRequest) SetMask ¶
func (s *PhoneNumberEncryptRequest) SetMask(v string) *PhoneNumberEncryptRequest
func (*PhoneNumberEncryptRequest) SetOwnerId ¶
func (s *PhoneNumberEncryptRequest) SetOwnerId(v int64) *PhoneNumberEncryptRequest
func (*PhoneNumberEncryptRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberEncryptRequest) SetResourceOwnerAccount(v string) *PhoneNumberEncryptRequest
func (*PhoneNumberEncryptRequest) SetResourceOwnerId ¶
func (s *PhoneNumberEncryptRequest) SetResourceOwnerId(v int64) *PhoneNumberEncryptRequest
func (PhoneNumberEncryptRequest) String ¶
func (s PhoneNumberEncryptRequest) String() string
type PhoneNumberEncryptResponse ¶
type PhoneNumberEncryptResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberEncryptResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberEncryptResponse) GoString ¶
func (s PhoneNumberEncryptResponse) GoString() string
func (*PhoneNumberEncryptResponse) SetBody ¶
func (s *PhoneNumberEncryptResponse) SetBody(v *PhoneNumberEncryptResponseBody) *PhoneNumberEncryptResponse
func (*PhoneNumberEncryptResponse) SetHeaders ¶
func (s *PhoneNumberEncryptResponse) SetHeaders(v map[string]*string) *PhoneNumberEncryptResponse
func (*PhoneNumberEncryptResponse) SetStatusCode ¶
func (s *PhoneNumberEncryptResponse) SetStatusCode(v int32) *PhoneNumberEncryptResponse
func (PhoneNumberEncryptResponse) String ¶
func (s PhoneNumberEncryptResponse) String() string
type PhoneNumberEncryptResponseBody ¶
type PhoneNumberEncryptResponseBody struct { // The response code. // // - The value OK indicates that the request was successful. // // - Other values indicate that the request failed. For more information, see [Error codes](https://help.aliyun.com/document_detail/109196.html). // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // Details about the returned entries. Data []*PhoneNumberEncryptResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberEncryptResponseBody) GoString ¶
func (s PhoneNumberEncryptResponseBody) GoString() string
func (*PhoneNumberEncryptResponseBody) SetCode ¶
func (s *PhoneNumberEncryptResponseBody) SetCode(v string) *PhoneNumberEncryptResponseBody
func (*PhoneNumberEncryptResponseBody) SetData ¶
func (s *PhoneNumberEncryptResponseBody) SetData(v []*PhoneNumberEncryptResponseBodyData) *PhoneNumberEncryptResponseBody
func (*PhoneNumberEncryptResponseBody) SetMessage ¶
func (s *PhoneNumberEncryptResponseBody) SetMessage(v string) *PhoneNumberEncryptResponseBody
func (*PhoneNumberEncryptResponseBody) SetRequestId ¶
func (s *PhoneNumberEncryptResponseBody) SetRequestId(v string) *PhoneNumberEncryptResponseBody
func (PhoneNumberEncryptResponseBody) String ¶
func (s PhoneNumberEncryptResponseBody) String() string
type PhoneNumberEncryptResponseBodyData ¶
type PhoneNumberEncryptResponseBodyData struct { // The encrypted phone number. // // example: // // 1400513**** EncryptedNumber *string `json:"EncryptedNumber,omitempty" xml:"EncryptedNumber,omitempty"` // The time when the phone number expires. // // example: // // 2022-05-27 16:05:23 ExpireTime *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"` // The original phone number. // // example: // // 1390000**** OriginalNumber *string `json:"OriginalNumber,omitempty" xml:"OriginalNumber,omitempty"` }
func (PhoneNumberEncryptResponseBodyData) GoString ¶
func (s PhoneNumberEncryptResponseBodyData) GoString() string
func (*PhoneNumberEncryptResponseBodyData) SetEncryptedNumber ¶
func (s *PhoneNumberEncryptResponseBodyData) SetEncryptedNumber(v string) *PhoneNumberEncryptResponseBodyData
func (*PhoneNumberEncryptResponseBodyData) SetExpireTime ¶
func (s *PhoneNumberEncryptResponseBodyData) SetExpireTime(v string) *PhoneNumberEncryptResponseBodyData
func (*PhoneNumberEncryptResponseBodyData) SetOriginalNumber ¶
func (s *PhoneNumberEncryptResponseBodyData) SetOriginalNumber(v string) *PhoneNumberEncryptResponseBodyData
func (PhoneNumberEncryptResponseBodyData) String ¶
func (s PhoneNumberEncryptResponseBodyData) String() string
type PhoneNumberStatusForAccountRequest ¶
type PhoneNumberStatusForAccountRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 139****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForAccountRequest) GoString ¶
func (s PhoneNumberStatusForAccountRequest) GoString() string
func (*PhoneNumberStatusForAccountRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForAccountRequest) SetAuthCode(v string) *PhoneNumberStatusForAccountRequest
func (*PhoneNumberStatusForAccountRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForAccountRequest) SetInputNumber(v string) *PhoneNumberStatusForAccountRequest
func (*PhoneNumberStatusForAccountRequest) SetMask ¶
func (s *PhoneNumberStatusForAccountRequest) SetMask(v string) *PhoneNumberStatusForAccountRequest
func (*PhoneNumberStatusForAccountRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForAccountRequest) SetOwnerId(v int64) *PhoneNumberStatusForAccountRequest
func (*PhoneNumberStatusForAccountRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForAccountRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForAccountRequest
func (*PhoneNumberStatusForAccountRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForAccountRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForAccountRequest
func (PhoneNumberStatusForAccountRequest) String ¶
func (s PhoneNumberStatusForAccountRequest) String() string
type PhoneNumberStatusForAccountResponse ¶
type PhoneNumberStatusForAccountResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForAccountResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForAccountResponse) GoString ¶
func (s PhoneNumberStatusForAccountResponse) GoString() string
func (*PhoneNumberStatusForAccountResponse) SetHeaders ¶
func (s *PhoneNumberStatusForAccountResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForAccountResponse
func (*PhoneNumberStatusForAccountResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForAccountResponse) SetStatusCode(v int32) *PhoneNumberStatusForAccountResponse
func (PhoneNumberStatusForAccountResponse) String ¶
func (s PhoneNumberStatusForAccountResponse) String() string
type PhoneNumberStatusForAccountResponseBody ¶
type PhoneNumberStatusForAccountResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForAccountResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForAccountResponseBody) GoString ¶
func (s PhoneNumberStatusForAccountResponseBody) GoString() string
func (*PhoneNumberStatusForAccountResponseBody) SetCode ¶
func (s *PhoneNumberStatusForAccountResponseBody) SetCode(v string) *PhoneNumberStatusForAccountResponseBody
func (*PhoneNumberStatusForAccountResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForAccountResponseBody) SetMessage(v string) *PhoneNumberStatusForAccountResponseBody
func (*PhoneNumberStatusForAccountResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForAccountResponseBody) SetRequestId(v string) *PhoneNumberStatusForAccountResponseBody
func (PhoneNumberStatusForAccountResponseBody) String ¶
func (s PhoneNumberStatusForAccountResponseBody) String() string
type PhoneNumberStatusForAccountResponseBodyData ¶
type PhoneNumberStatusForAccountResponseBodyData struct { // The basic carrier who assings the phone number. If the queried phone number involves mobile number portability, the carrier after mobile number portability is returned. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > You are not allowed to query the phone numbers assigned by China Broadnet. // // example: // // CMCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The returned status for the queried phone number. Valid values: // // - **NORMAL**: The queried phone number is valid. // // - **SHUTDOWN**: The queried phone number is suspended. // // - **POWER_OFF**: The queried phone number cannot be connected. // // - **NOT_EXIST**: The queried phone number is a nonexistent number. // // - **DEFECT**: The queried phone number is invalid. // // - **UNKNOWN**: The queried phone number is unknown. // // > Due to system adjustment of the carrier, the BUSY and POWER_OFF states cannot be returned for the numbers assigned by China Telecom. [For more information, see the official announcements](https://help.aliyun.com/document_detail/2489709.html). // // example: // // NORMAL Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (PhoneNumberStatusForAccountResponseBodyData) GoString ¶
func (s PhoneNumberStatusForAccountResponseBodyData) GoString() string
func (*PhoneNumberStatusForAccountResponseBodyData) SetCarrier ¶
func (s *PhoneNumberStatusForAccountResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForAccountResponseBodyData
func (*PhoneNumberStatusForAccountResponseBodyData) SetStatus ¶
func (s *PhoneNumberStatusForAccountResponseBodyData) SetStatus(v string) *PhoneNumberStatusForAccountResponseBodyData
func (PhoneNumberStatusForAccountResponseBodyData) String ¶
func (s PhoneNumberStatusForAccountResponseBodyData) String() string
type PhoneNumberStatusForPublicRequest ¶
type PhoneNumberStatusForPublicRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization ID. // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, the value of this field is an 11-digit phone number. // // - If the value of Mask is MD5, the value of this field is a 32-bit encrypted string. // // - If the value of Mask is SHA256, the value of this field is a 64-bit encrypted string. // // > Letters in the encrypted strings are not case-sensitive. // // example: // // 139****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForPublicRequest) GoString ¶
func (s PhoneNumberStatusForPublicRequest) GoString() string
func (*PhoneNumberStatusForPublicRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForPublicRequest) SetAuthCode(v string) *PhoneNumberStatusForPublicRequest
func (*PhoneNumberStatusForPublicRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForPublicRequest) SetInputNumber(v string) *PhoneNumberStatusForPublicRequest
func (*PhoneNumberStatusForPublicRequest) SetMask ¶
func (s *PhoneNumberStatusForPublicRequest) SetMask(v string) *PhoneNumberStatusForPublicRequest
func (*PhoneNumberStatusForPublicRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForPublicRequest) SetOwnerId(v int64) *PhoneNumberStatusForPublicRequest
func (*PhoneNumberStatusForPublicRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForPublicRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForPublicRequest
func (*PhoneNumberStatusForPublicRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForPublicRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForPublicRequest
func (PhoneNumberStatusForPublicRequest) String ¶
func (s PhoneNumberStatusForPublicRequest) String() string
type PhoneNumberStatusForPublicResponse ¶
type PhoneNumberStatusForPublicResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForPublicResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForPublicResponse) GoString ¶
func (s PhoneNumberStatusForPublicResponse) GoString() string
func (*PhoneNumberStatusForPublicResponse) SetHeaders ¶
func (s *PhoneNumberStatusForPublicResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForPublicResponse
func (*PhoneNumberStatusForPublicResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForPublicResponse) SetStatusCode(v int32) *PhoneNumberStatusForPublicResponse
func (PhoneNumberStatusForPublicResponse) String ¶
func (s PhoneNumberStatusForPublicResponse) String() string
type PhoneNumberStatusForPublicResponseBody ¶
type PhoneNumberStatusForPublicResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // > For a list of error codes, see [Service error codes](https://next.api.aliyun.com/document/Dytnsapi/2020-02-17/errorCode). // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForPublicResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-****-****-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForPublicResponseBody) GoString ¶
func (s PhoneNumberStatusForPublicResponseBody) GoString() string
func (*PhoneNumberStatusForPublicResponseBody) SetCode ¶
func (s *PhoneNumberStatusForPublicResponseBody) SetCode(v string) *PhoneNumberStatusForPublicResponseBody
func (*PhoneNumberStatusForPublicResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForPublicResponseBody) SetMessage(v string) *PhoneNumberStatusForPublicResponseBody
func (*PhoneNumberStatusForPublicResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForPublicResponseBody) SetRequestId(v string) *PhoneNumberStatusForPublicResponseBody
func (PhoneNumberStatusForPublicResponseBody) String ¶
func (s PhoneNumberStatusForPublicResponseBody) String() string
type PhoneNumberStatusForPublicResponseBodyData ¶
type PhoneNumberStatusForPublicResponseBodyData struct { // The basic carrier who assigns the phone number. If the queried phone number involves mobile number portability, the carrier after mobile number portability is returned. // // Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > You are not allowed to query the phone numbers assigned by China Broadnet. // // example: // // CMCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The returned status for the queried phone number. Valid values: // // - **NORMAL**: The queried phone number can be reached. // // - **SHUTDOWN**: The queried phone number is suspended. // // - **POWER_OFF**: The phone is powered off. // // - **NOT_EXIST**: The queried phone number is a nonexistent number. // // - **SUSPECTED_POWER_OFF**: The phone is suspected to be powered off. // // - **BUSY**: The queried phone number is busy. // // - **UNKNOWN**: The queried phone number is unknown. // // > Due to system adjustment of the carrier, the BUSY and POWER_OFF states cannot be returned for the numbers assigned by China Telecom. [For more information, see the official announcements](https://help.aliyun.com/document_detail/2489709.html). // // example: // // NORMAL Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (PhoneNumberStatusForPublicResponseBodyData) GoString ¶
func (s PhoneNumberStatusForPublicResponseBodyData) GoString() string
func (*PhoneNumberStatusForPublicResponseBodyData) SetCarrier ¶
func (s *PhoneNumberStatusForPublicResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForPublicResponseBodyData
func (*PhoneNumberStatusForPublicResponseBodyData) SetStatus ¶
func (s *PhoneNumberStatusForPublicResponseBodyData) SetStatus(v string) *PhoneNumberStatusForPublicResponseBodyData
func (PhoneNumberStatusForPublicResponseBodyData) String ¶
func (s PhoneNumberStatusForPublicResponseBodyData) String() string
type PhoneNumberStatusForRealRequest ¶
type PhoneNumberStatusForRealRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization ID. // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, the value of this field is an 11-digit phone number. // // - If the value of Mask is MD5, the value of this field is a 32-bit encrypted string. // // - If the value of Mask is SHA256, the value of this field is a 64-bit encrypted string. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 189****8999 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForRealRequest) GoString ¶
func (s PhoneNumberStatusForRealRequest) GoString() string
func (*PhoneNumberStatusForRealRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForRealRequest) SetAuthCode(v string) *PhoneNumberStatusForRealRequest
func (*PhoneNumberStatusForRealRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForRealRequest) SetInputNumber(v string) *PhoneNumberStatusForRealRequest
func (*PhoneNumberStatusForRealRequest) SetMask ¶
func (s *PhoneNumberStatusForRealRequest) SetMask(v string) *PhoneNumberStatusForRealRequest
func (*PhoneNumberStatusForRealRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForRealRequest) SetOwnerId(v int64) *PhoneNumberStatusForRealRequest
func (*PhoneNumberStatusForRealRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForRealRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForRealRequest
func (*PhoneNumberStatusForRealRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForRealRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForRealRequest
func (PhoneNumberStatusForRealRequest) String ¶
func (s PhoneNumberStatusForRealRequest) String() string
type PhoneNumberStatusForRealResponse ¶
type PhoneNumberStatusForRealResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForRealResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForRealResponse) GoString ¶
func (s PhoneNumberStatusForRealResponse) GoString() string
func (*PhoneNumberStatusForRealResponse) SetBody ¶
func (s *PhoneNumberStatusForRealResponse) SetBody(v *PhoneNumberStatusForRealResponseBody) *PhoneNumberStatusForRealResponse
func (*PhoneNumberStatusForRealResponse) SetHeaders ¶
func (s *PhoneNumberStatusForRealResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForRealResponse
func (*PhoneNumberStatusForRealResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForRealResponse) SetStatusCode(v int32) *PhoneNumberStatusForRealResponse
func (PhoneNumberStatusForRealResponse) String ¶
func (s PhoneNumberStatusForRealResponse) String() string
type PhoneNumberStatusForRealResponseBody ¶
type PhoneNumberStatusForRealResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForRealResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForRealResponseBody) GoString ¶
func (s PhoneNumberStatusForRealResponseBody) GoString() string
func (*PhoneNumberStatusForRealResponseBody) SetCode ¶
func (s *PhoneNumberStatusForRealResponseBody) SetCode(v string) *PhoneNumberStatusForRealResponseBody
func (*PhoneNumberStatusForRealResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForRealResponseBody) SetMessage(v string) *PhoneNumberStatusForRealResponseBody
func (*PhoneNumberStatusForRealResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForRealResponseBody) SetRequestId(v string) *PhoneNumberStatusForRealResponseBody
func (PhoneNumberStatusForRealResponseBody) String ¶
func (s PhoneNumberStatusForRealResponseBody) String() string
type PhoneNumberStatusForRealResponseBodyData ¶
type PhoneNumberStatusForRealResponseBodyData struct { // The basic carrier who assigns the phone number. If the queried phone number involves mobile number portability, the carrier after mobile number portability is returned. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > You are not allowed to query the phone numbers assigned by China Broadnet. // // example: // // CMCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The returned status for the queried phone number. Valid values: // // - **NORMAL**: The queried phone number can be reached. // // - **SHUTDOWN**: The queried phone number is suspended. // // - **POWER_OFF**: The phone is powered off. // // - **NOT_EXIST**: The queried phone number is a nonexistent number. // // - **BUSY**: The queried phone number is busy. // // - **SUSPECTED_POWER_OFF**: The phone is suspected to be powered off. // // - **DEFECT**: The queried phone number is invalid. // // - **UNKNOWN**: The queried phone number is unknown. // // > Due to system adjustment of the carrier, the BUSY and POWER_OFF states cannot be returned for the numbers assigned by China Telecom. [For more information, see the official announcements](https://help.aliyun.com/document_detail/2489709.html). // // example: // // NORMAL Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (PhoneNumberStatusForRealResponseBodyData) GoString ¶
func (s PhoneNumberStatusForRealResponseBodyData) GoString() string
func (*PhoneNumberStatusForRealResponseBodyData) SetCarrier ¶
func (s *PhoneNumberStatusForRealResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForRealResponseBodyData
func (*PhoneNumberStatusForRealResponseBodyData) SetStatus ¶
func (s *PhoneNumberStatusForRealResponseBodyData) SetStatus(v string) *PhoneNumberStatusForRealResponseBodyData
func (PhoneNumberStatusForRealResponseBodyData) String ¶
func (s PhoneNumberStatusForRealResponseBodyData) String() string
type PhoneNumberStatusForSmsRequest ¶
type PhoneNumberStatusForSmsRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // zf08***pi6 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 181****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: plaintext // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForSmsRequest) GoString ¶
func (s PhoneNumberStatusForSmsRequest) GoString() string
func (*PhoneNumberStatusForSmsRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForSmsRequest) SetAuthCode(v string) *PhoneNumberStatusForSmsRequest
func (*PhoneNumberStatusForSmsRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForSmsRequest) SetInputNumber(v string) *PhoneNumberStatusForSmsRequest
func (*PhoneNumberStatusForSmsRequest) SetMask ¶
func (s *PhoneNumberStatusForSmsRequest) SetMask(v string) *PhoneNumberStatusForSmsRequest
func (*PhoneNumberStatusForSmsRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForSmsRequest) SetOwnerId(v int64) *PhoneNumberStatusForSmsRequest
func (*PhoneNumberStatusForSmsRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForSmsRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForSmsRequest
func (*PhoneNumberStatusForSmsRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForSmsRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForSmsRequest
func (PhoneNumberStatusForSmsRequest) String ¶
func (s PhoneNumberStatusForSmsRequest) String() string
type PhoneNumberStatusForSmsResponse ¶
type PhoneNumberStatusForSmsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForSmsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForSmsResponse) GoString ¶
func (s PhoneNumberStatusForSmsResponse) GoString() string
func (*PhoneNumberStatusForSmsResponse) SetBody ¶
func (s *PhoneNumberStatusForSmsResponse) SetBody(v *PhoneNumberStatusForSmsResponseBody) *PhoneNumberStatusForSmsResponse
func (*PhoneNumberStatusForSmsResponse) SetHeaders ¶
func (s *PhoneNumberStatusForSmsResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForSmsResponse
func (*PhoneNumberStatusForSmsResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForSmsResponse) SetStatusCode(v int32) *PhoneNumberStatusForSmsResponse
func (PhoneNumberStatusForSmsResponse) String ¶
func (s PhoneNumberStatusForSmsResponse) String() string
type PhoneNumberStatusForSmsResponseBody ¶
type PhoneNumberStatusForSmsResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForSmsResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // 68A40250-50CD-034C-B728-0BD135850177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForSmsResponseBody) GoString ¶
func (s PhoneNumberStatusForSmsResponseBody) GoString() string
func (*PhoneNumberStatusForSmsResponseBody) SetCode ¶
func (s *PhoneNumberStatusForSmsResponseBody) SetCode(v string) *PhoneNumberStatusForSmsResponseBody
func (*PhoneNumberStatusForSmsResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForSmsResponseBody) SetMessage(v string) *PhoneNumberStatusForSmsResponseBody
func (*PhoneNumberStatusForSmsResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForSmsResponseBody) SetRequestId(v string) *PhoneNumberStatusForSmsResponseBody
func (PhoneNumberStatusForSmsResponseBody) String ¶
func (s PhoneNumberStatusForSmsResponseBody) String() string
type PhoneNumberStatusForSmsResponseBodyData ¶
type PhoneNumberStatusForSmsResponseBodyData struct { // The basic carrier who assigns the phone number. If the queried phone number involves mobile number portability, the carrier after mobile number portability is returned. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > You are not allowed to query the phone numbers assigned by China Broadnet. // // example: // // CMCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The returned status for the queried phone number. Valid values: // // - **NORMAL**: The queried phone number can be reached. // // - **SHUTDOWN**: The queried phone number is suspended. // // - **POWER_OFF**: The phone is powered off. // // - **NOT_EXIST**: The queried phone number is a nonexistent number. // // - **DEFECT**: The queried phone number is invalid. // // - **UNKNOWN**: The queried phone number is unknown. // // > Due to system adjustment of the carrier, the BUSY, SUSPECTED_POWER_OFF, and POWER_OFF states cannot be returned for the numbers assigned by China Telecom. [For more information, see the official announcements](https://help.aliyun.com/document_detail/2489709.html). // // example: // // NORMAL Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (PhoneNumberStatusForSmsResponseBodyData) GoString ¶
func (s PhoneNumberStatusForSmsResponseBodyData) GoString() string
func (*PhoneNumberStatusForSmsResponseBodyData) SetCarrier ¶
func (s *PhoneNumberStatusForSmsResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForSmsResponseBodyData
func (*PhoneNumberStatusForSmsResponseBodyData) SetStatus ¶
func (s *PhoneNumberStatusForSmsResponseBodyData) SetStatus(v string) *PhoneNumberStatusForSmsResponseBodyData
func (PhoneNumberStatusForSmsResponseBodyData) String ¶
func (s PhoneNumberStatusForSmsResponseBodyData) String() string
type PhoneNumberStatusForVirtualRequest ¶
type PhoneNumberStatusForVirtualRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization ID. // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, the value of this field is an 11-digit phone number. // // - If the value of Mask is MD5, the value of this field is a 32-bit encrypted string. // // - If the value of Mask is SHA256, the value of this field is a 64-bit encrypted string. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 139****0000 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method of the phone number. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForVirtualRequest) GoString ¶
func (s PhoneNumberStatusForVirtualRequest) GoString() string
func (*PhoneNumberStatusForVirtualRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForVirtualRequest) SetAuthCode(v string) *PhoneNumberStatusForVirtualRequest
func (*PhoneNumberStatusForVirtualRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForVirtualRequest) SetInputNumber(v string) *PhoneNumberStatusForVirtualRequest
func (*PhoneNumberStatusForVirtualRequest) SetMask ¶
func (s *PhoneNumberStatusForVirtualRequest) SetMask(v string) *PhoneNumberStatusForVirtualRequest
func (*PhoneNumberStatusForVirtualRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForVirtualRequest) SetOwnerId(v int64) *PhoneNumberStatusForVirtualRequest
func (*PhoneNumberStatusForVirtualRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForVirtualRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForVirtualRequest
func (*PhoneNumberStatusForVirtualRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForVirtualRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForVirtualRequest
func (PhoneNumberStatusForVirtualRequest) String ¶
func (s PhoneNumberStatusForVirtualRequest) String() string
type PhoneNumberStatusForVirtualResponse ¶
type PhoneNumberStatusForVirtualResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForVirtualResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForVirtualResponse) GoString ¶
func (s PhoneNumberStatusForVirtualResponse) GoString() string
func (*PhoneNumberStatusForVirtualResponse) SetHeaders ¶
func (s *PhoneNumberStatusForVirtualResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForVirtualResponse
func (*PhoneNumberStatusForVirtualResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForVirtualResponse) SetStatusCode(v int32) *PhoneNumberStatusForVirtualResponse
func (PhoneNumberStatusForVirtualResponse) String ¶
func (s PhoneNumberStatusForVirtualResponse) String() string
type PhoneNumberStatusForVirtualResponseBody ¶
type PhoneNumberStatusForVirtualResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForVirtualResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForVirtualResponseBody) GoString ¶
func (s PhoneNumberStatusForVirtualResponseBody) GoString() string
func (*PhoneNumberStatusForVirtualResponseBody) SetCode ¶
func (s *PhoneNumberStatusForVirtualResponseBody) SetCode(v string) *PhoneNumberStatusForVirtualResponseBody
func (*PhoneNumberStatusForVirtualResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForVirtualResponseBody) SetMessage(v string) *PhoneNumberStatusForVirtualResponseBody
func (*PhoneNumberStatusForVirtualResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForVirtualResponseBody) SetRequestId(v string) *PhoneNumberStatusForVirtualResponseBody
func (PhoneNumberStatusForVirtualResponseBody) String ¶
func (s PhoneNumberStatusForVirtualResponseBody) String() string
type PhoneNumberStatusForVirtualResponseBodyData ¶
type PhoneNumberStatusForVirtualResponseBodyData struct { // Indicate whether the phone number is a virtual number assigned by the carrier. Valid values: // // - **true** // // - **false** // // example: // // true IsPrivacyNumber *bool `json:"IsPrivacyNumber,omitempty" xml:"IsPrivacyNumber,omitempty"` }
func (PhoneNumberStatusForVirtualResponseBodyData) GoString ¶
func (s PhoneNumberStatusForVirtualResponseBodyData) GoString() string
func (*PhoneNumberStatusForVirtualResponseBodyData) SetIsPrivacyNumber ¶
func (s *PhoneNumberStatusForVirtualResponseBodyData) SetIsPrivacyNumber(v bool) *PhoneNumberStatusForVirtualResponseBodyData
func (PhoneNumberStatusForVirtualResponseBodyData) String ¶
func (s PhoneNumberStatusForVirtualResponseBodyData) String() string
type PhoneNumberStatusForVoiceRequest ¶
type PhoneNumberStatusForVoiceRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // Dd1r***4id AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be queried. // // - If the value of Mask is NORMAL, specify an 11-digit phone number in plaintext. // // - If the value of Mask is MD5, specify a 32-bit string that is encrypted by using MD5. // // - If the value of Mask is SHA256, specify a 64-bit string that is encrypted by using SHA256. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 139****1234 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method. Valid values: // // - **NORMAL**: plaintext // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // NORMAL Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (PhoneNumberStatusForVoiceRequest) GoString ¶
func (s PhoneNumberStatusForVoiceRequest) GoString() string
func (*PhoneNumberStatusForVoiceRequest) SetAuthCode ¶
func (s *PhoneNumberStatusForVoiceRequest) SetAuthCode(v string) *PhoneNumberStatusForVoiceRequest
func (*PhoneNumberStatusForVoiceRequest) SetInputNumber ¶
func (s *PhoneNumberStatusForVoiceRequest) SetInputNumber(v string) *PhoneNumberStatusForVoiceRequest
func (*PhoneNumberStatusForVoiceRequest) SetMask ¶
func (s *PhoneNumberStatusForVoiceRequest) SetMask(v string) *PhoneNumberStatusForVoiceRequest
func (*PhoneNumberStatusForVoiceRequest) SetOwnerId ¶
func (s *PhoneNumberStatusForVoiceRequest) SetOwnerId(v int64) *PhoneNumberStatusForVoiceRequest
func (*PhoneNumberStatusForVoiceRequest) SetResourceOwnerAccount ¶
func (s *PhoneNumberStatusForVoiceRequest) SetResourceOwnerAccount(v string) *PhoneNumberStatusForVoiceRequest
func (*PhoneNumberStatusForVoiceRequest) SetResourceOwnerId ¶
func (s *PhoneNumberStatusForVoiceRequest) SetResourceOwnerId(v int64) *PhoneNumberStatusForVoiceRequest
func (PhoneNumberStatusForVoiceRequest) String ¶
func (s PhoneNumberStatusForVoiceRequest) String() string
type PhoneNumberStatusForVoiceResponse ¶
type PhoneNumberStatusForVoiceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PhoneNumberStatusForVoiceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PhoneNumberStatusForVoiceResponse) GoString ¶
func (s PhoneNumberStatusForVoiceResponse) GoString() string
func (*PhoneNumberStatusForVoiceResponse) SetHeaders ¶
func (s *PhoneNumberStatusForVoiceResponse) SetHeaders(v map[string]*string) *PhoneNumberStatusForVoiceResponse
func (*PhoneNumberStatusForVoiceResponse) SetStatusCode ¶
func (s *PhoneNumberStatusForVoiceResponse) SetStatusCode(v int32) *PhoneNumberStatusForVoiceResponse
func (PhoneNumberStatusForVoiceResponse) String ¶
func (s PhoneNumberStatusForVoiceResponse) String() string
type PhoneNumberStatusForVoiceResponseBody ¶
type PhoneNumberStatusForVoiceResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - **OperatorLimit**: The carrier prohibits the query of the phone number. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *PhoneNumberStatusForVoiceResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The unique request ID. It is a common parameter and can be used to troubleshoot issues. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (PhoneNumberStatusForVoiceResponseBody) GoString ¶
func (s PhoneNumberStatusForVoiceResponseBody) GoString() string
func (*PhoneNumberStatusForVoiceResponseBody) SetCode ¶
func (s *PhoneNumberStatusForVoiceResponseBody) SetCode(v string) *PhoneNumberStatusForVoiceResponseBody
func (*PhoneNumberStatusForVoiceResponseBody) SetMessage ¶
func (s *PhoneNumberStatusForVoiceResponseBody) SetMessage(v string) *PhoneNumberStatusForVoiceResponseBody
func (*PhoneNumberStatusForVoiceResponseBody) SetRequestId ¶
func (s *PhoneNumberStatusForVoiceResponseBody) SetRequestId(v string) *PhoneNumberStatusForVoiceResponseBody
func (PhoneNumberStatusForVoiceResponseBody) String ¶
func (s PhoneNumberStatusForVoiceResponseBody) String() string
type PhoneNumberStatusForVoiceResponseBodyData ¶
type PhoneNumberStatusForVoiceResponseBodyData struct { // The basic carrier who assigns the phone number. If the queried phone number involves mobile number portability, the carrier after mobile number portability is returned. Valid values: // // - **CMCC**: China Mobile // // - **CUCC**: China Unicom // // - **CTCC**: China Telecom // // > You are not allowed to query the phone numbers assigned by China Broadnet. // // example: // // CTCC Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // The returned status for the queried phone number. Valid values: // // - **NORMAL**: The queried phone number can be reached. // // - **SHUTDOWN**: The queried phone number is suspended. // // - **POWER_OFF**: The phone is powered off. // // - **NOT_EXIST**: The queried phone number is a nonexistent number. // // - **SUSPECTED_POWER_OFF**: The phone is suspected to be powered off. // // - **DEFECT**: The queried phone number is invalid. // // - **UNKNOWN**: The queried phone number is unknown. // // > Due to system adjustment of the carrier, the BUSY, SUSPECTED_POWER_OFF, and POWER_OFF states cannot be returned for the numbers assigned by China Telecom. [For more information, see the official announcements](https://help.aliyun.com/document_detail/2489709.html). // // example: // // NORMAL Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (PhoneNumberStatusForVoiceResponseBodyData) GoString ¶
func (s PhoneNumberStatusForVoiceResponseBodyData) GoString() string
func (*PhoneNumberStatusForVoiceResponseBodyData) SetCarrier ¶
func (s *PhoneNumberStatusForVoiceResponseBodyData) SetCarrier(v string) *PhoneNumberStatusForVoiceResponseBodyData
func (*PhoneNumberStatusForVoiceResponseBodyData) SetStatus ¶
func (s *PhoneNumberStatusForVoiceResponseBodyData) SetStatus(v string) *PhoneNumberStatusForVoiceResponseBodyData
func (PhoneNumberStatusForVoiceResponseBodyData) String ¶
func (s PhoneNumberStatusForVoiceResponseBodyData) String() string
type QueryAvailableAuthCodeRequest ¶ added in v3.2.0
type QueryAvailableAuthCodeRequest struct { OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // The tag ID. // // example: // // 22 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` }
func (QueryAvailableAuthCodeRequest) GoString ¶ added in v3.2.0
func (s QueryAvailableAuthCodeRequest) GoString() string
func (*QueryAvailableAuthCodeRequest) SetOwnerId ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeRequest) SetOwnerId(v int64) *QueryAvailableAuthCodeRequest
func (*QueryAvailableAuthCodeRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeRequest) SetResourceOwnerAccount(v string) *QueryAvailableAuthCodeRequest
func (*QueryAvailableAuthCodeRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeRequest) SetResourceOwnerId(v int64) *QueryAvailableAuthCodeRequest
func (*QueryAvailableAuthCodeRequest) SetTagId ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeRequest) SetTagId(v int64) *QueryAvailableAuthCodeRequest
func (QueryAvailableAuthCodeRequest) String ¶ added in v3.2.0
func (s QueryAvailableAuthCodeRequest) String() string
type QueryAvailableAuthCodeResponse ¶ added in v3.2.0
type QueryAvailableAuthCodeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryAvailableAuthCodeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryAvailableAuthCodeResponse) GoString ¶ added in v3.2.0
func (s QueryAvailableAuthCodeResponse) GoString() string
func (*QueryAvailableAuthCodeResponse) SetBody ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponse) SetBody(v *QueryAvailableAuthCodeResponseBody) *QueryAvailableAuthCodeResponse
func (*QueryAvailableAuthCodeResponse) SetHeaders ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponse) SetHeaders(v map[string]*string) *QueryAvailableAuthCodeResponse
func (*QueryAvailableAuthCodeResponse) SetStatusCode ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponse) SetStatusCode(v int32) *QueryAvailableAuthCodeResponse
func (QueryAvailableAuthCodeResponse) String ¶ added in v3.2.0
func (s QueryAvailableAuthCodeResponse) String() string
type QueryAvailableAuthCodeResponseBody ¶ added in v3.2.0
type QueryAvailableAuthCodeResponseBody struct { // The response code. **OK* - indicates that the request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned data. Data []*string `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // 6ADDCD31-6BC7-5913-A47F-E29A07E37FEE RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // Indicates whether the request is successful. Valid values: // // - true // // - false // // example: // // false Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (QueryAvailableAuthCodeResponseBody) GoString ¶ added in v3.2.0
func (s QueryAvailableAuthCodeResponseBody) GoString() string
func (*QueryAvailableAuthCodeResponseBody) SetCode ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponseBody) SetCode(v string) *QueryAvailableAuthCodeResponseBody
func (*QueryAvailableAuthCodeResponseBody) SetData ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponseBody) SetData(v []*string) *QueryAvailableAuthCodeResponseBody
func (*QueryAvailableAuthCodeResponseBody) SetMessage ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponseBody) SetMessage(v string) *QueryAvailableAuthCodeResponseBody
func (*QueryAvailableAuthCodeResponseBody) SetRequestId ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponseBody) SetRequestId(v string) *QueryAvailableAuthCodeResponseBody
func (*QueryAvailableAuthCodeResponseBody) SetSuccess ¶ added in v3.2.0
func (s *QueryAvailableAuthCodeResponseBody) SetSuccess(v bool) *QueryAvailableAuthCodeResponseBody
func (QueryAvailableAuthCodeResponseBody) String ¶ added in v3.2.0
func (s QueryAvailableAuthCodeResponseBody) String() string
type QueryPhoneNumberOnlineTimeRequest ¶ added in v3.6.0
type QueryPhoneNumberOnlineTimeRequest struct { // example: // // 示例值示例值示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // example: // // 示例值 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // example: // // 示例值示例值 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (QueryPhoneNumberOnlineTimeRequest) GoString ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeRequest) GoString() string
func (*QueryPhoneNumberOnlineTimeRequest) SetAuthCode ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetAuthCode(v string) *QueryPhoneNumberOnlineTimeRequest
func (*QueryPhoneNumberOnlineTimeRequest) SetInputNumber ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetInputNumber(v string) *QueryPhoneNumberOnlineTimeRequest
func (*QueryPhoneNumberOnlineTimeRequest) SetMask ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetMask(v string) *QueryPhoneNumberOnlineTimeRequest
func (*QueryPhoneNumberOnlineTimeRequest) SetOwnerId ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetOwnerId(v int64) *QueryPhoneNumberOnlineTimeRequest
func (*QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerAccount ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerAccount(v string) *QueryPhoneNumberOnlineTimeRequest
func (*QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerId ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeRequest) SetResourceOwnerId(v int64) *QueryPhoneNumberOnlineTimeRequest
func (QueryPhoneNumberOnlineTimeRequest) String ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeRequest) String() string
type QueryPhoneNumberOnlineTimeResponse ¶ added in v3.6.0
type QueryPhoneNumberOnlineTimeResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryPhoneNumberOnlineTimeResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryPhoneNumberOnlineTimeResponse) GoString ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponse) GoString() string
func (*QueryPhoneNumberOnlineTimeResponse) SetHeaders ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponse) SetHeaders(v map[string]*string) *QueryPhoneNumberOnlineTimeResponse
func (*QueryPhoneNumberOnlineTimeResponse) SetStatusCode ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponse) SetStatusCode(v int32) *QueryPhoneNumberOnlineTimeResponse
func (QueryPhoneNumberOnlineTimeResponse) String ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponse) String() string
type QueryPhoneNumberOnlineTimeResponseBody ¶ added in v3.6.0
type QueryPhoneNumberOnlineTimeResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *QueryPhoneNumberOnlineTimeResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (QueryPhoneNumberOnlineTimeResponseBody) GoString ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponseBody) GoString() string
func (*QueryPhoneNumberOnlineTimeResponseBody) SetAccessDeniedDetail ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBody) SetAccessDeniedDetail(v string) *QueryPhoneNumberOnlineTimeResponseBody
func (*QueryPhoneNumberOnlineTimeResponseBody) SetCode ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBody) SetCode(v string) *QueryPhoneNumberOnlineTimeResponseBody
func (*QueryPhoneNumberOnlineTimeResponseBody) SetMessage ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBody) SetMessage(v string) *QueryPhoneNumberOnlineTimeResponseBody
func (*QueryPhoneNumberOnlineTimeResponseBody) SetRequestId ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBody) SetRequestId(v string) *QueryPhoneNumberOnlineTimeResponseBody
func (QueryPhoneNumberOnlineTimeResponseBody) String ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponseBody) String() string
type QueryPhoneNumberOnlineTimeResponseBodyData ¶ added in v3.6.0
type QueryPhoneNumberOnlineTimeResponseBodyData struct { // example: // // 示例值示例值示例值 CarrierCode *string `json:"CarrierCode,omitempty" xml:"CarrierCode,omitempty"` // example: // // 29 VerifyResult *int64 `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (QueryPhoneNumberOnlineTimeResponseBodyData) GoString ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponseBodyData) GoString() string
func (*QueryPhoneNumberOnlineTimeResponseBodyData) SetCarrierCode ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBodyData) SetCarrierCode(v string) *QueryPhoneNumberOnlineTimeResponseBodyData
func (*QueryPhoneNumberOnlineTimeResponseBodyData) SetVerifyResult ¶ added in v3.6.0
func (s *QueryPhoneNumberOnlineTimeResponseBodyData) SetVerifyResult(v int64) *QueryPhoneNumberOnlineTimeResponseBodyData
func (QueryPhoneNumberOnlineTimeResponseBodyData) String ¶ added in v3.6.0
func (s QueryPhoneNumberOnlineTimeResponseBodyData) String() string
type QueryPhoneTwiceTelVerifyRequest ¶ added in v3.7.0
type QueryPhoneTwiceTelVerifyRequest struct { // This parameter is required. // // example: // // 示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值示例值 InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // This parameter is required. // // example: // // 示例值示例值 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // This parameter is required. // // example: // // 示例值示例值示例值 StartTime *string `json:"StartTime,omitempty" xml:"StartTime,omitempty"` }
func (QueryPhoneTwiceTelVerifyRequest) GoString ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyRequest) GoString() string
func (*QueryPhoneTwiceTelVerifyRequest) SetAuthCode ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetAuthCode(v string) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetInputNumber ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetInputNumber(v string) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetMask ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetMask(v string) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetOwnerId ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetOwnerId(v int64) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerAccount ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerAccount(v string) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerId ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetResourceOwnerId(v int64) *QueryPhoneTwiceTelVerifyRequest
func (*QueryPhoneTwiceTelVerifyRequest) SetStartTime ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyRequest) SetStartTime(v string) *QueryPhoneTwiceTelVerifyRequest
func (QueryPhoneTwiceTelVerifyRequest) String ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyRequest) String() string
type QueryPhoneTwiceTelVerifyResponse ¶ added in v3.7.0
type QueryPhoneTwiceTelVerifyResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryPhoneTwiceTelVerifyResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryPhoneTwiceTelVerifyResponse) GoString ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponse) GoString() string
func (*QueryPhoneTwiceTelVerifyResponse) SetBody ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponse) SetBody(v *QueryPhoneTwiceTelVerifyResponseBody) *QueryPhoneTwiceTelVerifyResponse
func (*QueryPhoneTwiceTelVerifyResponse) SetHeaders ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponse) SetHeaders(v map[string]*string) *QueryPhoneTwiceTelVerifyResponse
func (*QueryPhoneTwiceTelVerifyResponse) SetStatusCode ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponse) SetStatusCode(v int32) *QueryPhoneTwiceTelVerifyResponse
func (QueryPhoneTwiceTelVerifyResponse) String ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponse) String() string
type QueryPhoneTwiceTelVerifyResponseBody ¶ added in v3.7.0
type QueryPhoneTwiceTelVerifyResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *QueryPhoneTwiceTelVerifyResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` Message *string `json:"Message,omitempty" xml:"Message,omitempty"` RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (QueryPhoneTwiceTelVerifyResponseBody) GoString ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponseBody) GoString() string
func (*QueryPhoneTwiceTelVerifyResponseBody) SetAccessDeniedDetail ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBody) SetAccessDeniedDetail(v string) *QueryPhoneTwiceTelVerifyResponseBody
func (*QueryPhoneTwiceTelVerifyResponseBody) SetCode ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBody) SetCode(v string) *QueryPhoneTwiceTelVerifyResponseBody
func (*QueryPhoneTwiceTelVerifyResponseBody) SetMessage ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBody) SetMessage(v string) *QueryPhoneTwiceTelVerifyResponseBody
func (*QueryPhoneTwiceTelVerifyResponseBody) SetRequestId ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBody) SetRequestId(v string) *QueryPhoneTwiceTelVerifyResponseBody
func (QueryPhoneTwiceTelVerifyResponseBody) String ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponseBody) String() string
type QueryPhoneTwiceTelVerifyResponseBodyData ¶ added in v3.7.0
type QueryPhoneTwiceTelVerifyResponseBodyData struct { // example: // // 示例值示例值 CarrierCode *string `json:"CarrierCode,omitempty" xml:"CarrierCode,omitempty"` // example: // // 73 VerifyResult *int64 `json:"VerifyResult,omitempty" xml:"VerifyResult,omitempty"` }
func (QueryPhoneTwiceTelVerifyResponseBodyData) GoString ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponseBodyData) GoString() string
func (*QueryPhoneTwiceTelVerifyResponseBodyData) SetCarrierCode ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBodyData) SetCarrierCode(v string) *QueryPhoneTwiceTelVerifyResponseBodyData
func (*QueryPhoneTwiceTelVerifyResponseBodyData) SetVerifyResult ¶ added in v3.7.0
func (s *QueryPhoneTwiceTelVerifyResponseBodyData) SetVerifyResult(v int64) *QueryPhoneTwiceTelVerifyResponseBodyData
func (QueryPhoneTwiceTelVerifyResponseBodyData) String ¶ added in v3.7.0
func (s QueryPhoneTwiceTelVerifyResponseBodyData) String() string
type QueryTagApplyRuleRequest ¶ added in v3.2.0
type QueryTagApplyRuleRequest struct { OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // The tag ID. // // example: // // 61 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` }
func (QueryTagApplyRuleRequest) GoString ¶ added in v3.2.0
func (s QueryTagApplyRuleRequest) GoString() string
func (*QueryTagApplyRuleRequest) SetOwnerId ¶ added in v3.2.0
func (s *QueryTagApplyRuleRequest) SetOwnerId(v int64) *QueryTagApplyRuleRequest
func (*QueryTagApplyRuleRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *QueryTagApplyRuleRequest) SetResourceOwnerAccount(v string) *QueryTagApplyRuleRequest
func (*QueryTagApplyRuleRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *QueryTagApplyRuleRequest) SetResourceOwnerId(v int64) *QueryTagApplyRuleRequest
func (*QueryTagApplyRuleRequest) SetTagId ¶ added in v3.2.0
func (s *QueryTagApplyRuleRequest) SetTagId(v int64) *QueryTagApplyRuleRequest
func (QueryTagApplyRuleRequest) String ¶ added in v3.2.0
func (s QueryTagApplyRuleRequest) String() string
type QueryTagApplyRuleResponse ¶ added in v3.2.0
type QueryTagApplyRuleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryTagApplyRuleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryTagApplyRuleResponse) GoString ¶ added in v3.2.0
func (s QueryTagApplyRuleResponse) GoString() string
func (*QueryTagApplyRuleResponse) SetBody ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponse) SetBody(v *QueryTagApplyRuleResponseBody) *QueryTagApplyRuleResponse
func (*QueryTagApplyRuleResponse) SetHeaders ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponse) SetHeaders(v map[string]*string) *QueryTagApplyRuleResponse
func (*QueryTagApplyRuleResponse) SetStatusCode ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponse) SetStatusCode(v int32) *QueryTagApplyRuleResponse
func (QueryTagApplyRuleResponse) String ¶ added in v3.2.0
func (s QueryTagApplyRuleResponse) String() string
type QueryTagApplyRuleResponseBody ¶ added in v3.2.0
type QueryTagApplyRuleResponseBody struct { // The response code. **OK* - indicates that the request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned data. Data *QueryTagApplyRuleResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-****-****-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // Indicates whether the request is successful. Valid values: // // - true // // - false // // example: // // false Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (QueryTagApplyRuleResponseBody) GoString ¶ added in v3.2.0
func (s QueryTagApplyRuleResponseBody) GoString() string
func (*QueryTagApplyRuleResponseBody) SetCode ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBody) SetCode(v string) *QueryTagApplyRuleResponseBody
func (*QueryTagApplyRuleResponseBody) SetData ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBody) SetData(v *QueryTagApplyRuleResponseBodyData) *QueryTagApplyRuleResponseBody
func (*QueryTagApplyRuleResponseBody) SetMessage ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBody) SetMessage(v string) *QueryTagApplyRuleResponseBody
func (*QueryTagApplyRuleResponseBody) SetRequestId ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBody) SetRequestId(v string) *QueryTagApplyRuleResponseBody
func (*QueryTagApplyRuleResponseBody) SetSuccess ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBody) SetSuccess(v bool) *QueryTagApplyRuleResponseBody
func (QueryTagApplyRuleResponseBody) String ¶ added in v3.2.0
func (s QueryTagApplyRuleResponseBody) String() string
type QueryTagApplyRuleResponseBodyData ¶ added in v3.2.0
type QueryTagApplyRuleResponseBodyData struct { // The requirements for application materials. // // example: // // Requirements for application materials ApplyMaterialDesc *string `json:"ApplyMaterialDesc,omitempty" xml:"ApplyMaterialDesc,omitempty"` // Indicates whether the application is automatically approved. // // example: // // 16 AutoAudit *int64 `json:"AutoAudit,omitempty" xml:"AutoAudit,omitempty"` // The URL for the billing documentation. // // example: // // aliyundoc.com ChargingStandardLink *string `json:"ChargingStandardLink,omitempty" xml:"ChargingStandardLink,omitempty"` // indicates whether encrypted queries are supported. // // example: // // 99 EncryptedQuery *int64 `json:"EncryptedQuery,omitempty" xml:"EncryptedQuery,omitempty"` // Indicates whether application materials are required. // // example: // // 46 NeedApplyMaterial *int64 `json:"NeedApplyMaterial,omitempty" xml:"NeedApplyMaterial,omitempty"` // The URL for the service agreement. // // example: // // example.aliyundoc.com SlaLink *string `json:"SlaLink,omitempty" xml:"SlaLink,omitempty"` }
func (QueryTagApplyRuleResponseBodyData) GoString ¶ added in v3.2.0
func (s QueryTagApplyRuleResponseBodyData) GoString() string
func (*QueryTagApplyRuleResponseBodyData) SetApplyMaterialDesc ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetApplyMaterialDesc(v string) *QueryTagApplyRuleResponseBodyData
func (*QueryTagApplyRuleResponseBodyData) SetAutoAudit ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetAutoAudit(v int64) *QueryTagApplyRuleResponseBodyData
func (*QueryTagApplyRuleResponseBodyData) SetChargingStandardLink ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetChargingStandardLink(v string) *QueryTagApplyRuleResponseBodyData
func (*QueryTagApplyRuleResponseBodyData) SetEncryptedQuery ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetEncryptedQuery(v int64) *QueryTagApplyRuleResponseBodyData
func (*QueryTagApplyRuleResponseBodyData) SetNeedApplyMaterial ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetNeedApplyMaterial(v int64) *QueryTagApplyRuleResponseBodyData
func (*QueryTagApplyRuleResponseBodyData) SetSlaLink ¶ added in v3.2.0
func (s *QueryTagApplyRuleResponseBodyData) SetSlaLink(v string) *QueryTagApplyRuleResponseBodyData
func (QueryTagApplyRuleResponseBodyData) String ¶ added in v3.2.0
func (s QueryTagApplyRuleResponseBodyData) String() string
type QueryTagInfoBySelectionRequest ¶ added in v3.2.0
type QueryTagInfoBySelectionRequest struct { // The industry ID. // // example: // // 58 IndustryId *int64 `json:"IndustryId,omitempty" xml:"IndustryId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // The scene ID. // // example: // // 83 SceneId *int64 `json:"SceneId,omitempty" xml:"SceneId,omitempty"` // The tag ID. // // example: // // 71 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` }
func (QueryTagInfoBySelectionRequest) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionRequest) GoString() string
func (*QueryTagInfoBySelectionRequest) SetIndustryId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetIndustryId(v int64) *QueryTagInfoBySelectionRequest
func (*QueryTagInfoBySelectionRequest) SetOwnerId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetOwnerId(v int64) *QueryTagInfoBySelectionRequest
func (*QueryTagInfoBySelectionRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetResourceOwnerAccount(v string) *QueryTagInfoBySelectionRequest
func (*QueryTagInfoBySelectionRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetResourceOwnerId(v int64) *QueryTagInfoBySelectionRequest
func (*QueryTagInfoBySelectionRequest) SetSceneId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetSceneId(v int64) *QueryTagInfoBySelectionRequest
func (*QueryTagInfoBySelectionRequest) SetTagId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionRequest) SetTagId(v int64) *QueryTagInfoBySelectionRequest
func (QueryTagInfoBySelectionRequest) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionRequest) String() string
type QueryTagInfoBySelectionResponse ¶ added in v3.2.0
type QueryTagInfoBySelectionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryTagInfoBySelectionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryTagInfoBySelectionResponse) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponse) GoString() string
func (*QueryTagInfoBySelectionResponse) SetBody ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponse) SetBody(v *QueryTagInfoBySelectionResponseBody) *QueryTagInfoBySelectionResponse
func (*QueryTagInfoBySelectionResponse) SetHeaders ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponse) SetHeaders(v map[string]*string) *QueryTagInfoBySelectionResponse
func (*QueryTagInfoBySelectionResponse) SetStatusCode ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponse) SetStatusCode(v int32) *QueryTagInfoBySelectionResponse
func (QueryTagInfoBySelectionResponse) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponse) String() string
type QueryTagInfoBySelectionResponseBody ¶ added in v3.2.0
type QueryTagInfoBySelectionResponseBody struct { // The response code. **OK* - indicates that the request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned data. Data []*QueryTagInfoBySelectionResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // 1C3B8084-3A7D-570B-BC84-BF945A9CF65E RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // Indicates whether the request is successful. Valid values: // // - true // // - false // // example: // // false Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (QueryTagInfoBySelectionResponseBody) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBody) GoString() string
func (*QueryTagInfoBySelectionResponseBody) SetCode ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBody) SetCode(v string) *QueryTagInfoBySelectionResponseBody
func (*QueryTagInfoBySelectionResponseBody) SetMessage ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBody) SetMessage(v string) *QueryTagInfoBySelectionResponseBody
func (*QueryTagInfoBySelectionResponseBody) SetRequestId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBody) SetRequestId(v string) *QueryTagInfoBySelectionResponseBody
func (*QueryTagInfoBySelectionResponseBody) SetSuccess ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBody) SetSuccess(v bool) *QueryTagInfoBySelectionResponseBody
func (QueryTagInfoBySelectionResponseBody) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBody) String() string
type QueryTagInfoBySelectionResponseBodyData ¶ added in v3.2.0
type QueryTagInfoBySelectionResponseBodyData struct { // The list of available authorization codes. AuthCodeList []*string `json:"AuthCodeList,omitempty" xml:"AuthCodeList,omitempty" type:"Repeated"` ComplexityType *string `json:"ComplexityType,omitempty" xml:"ComplexityType,omitempty"` // The URL for the API demo. // // example: // // https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.2573870.0.0.3aa921cbOrtqJz DemoAddress *string `json:"DemoAddress,omitempty" xml:"DemoAddress,omitempty"` // The URL for the API documentation. // // example: // // https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.2573870.0.0.3aa921cbOrtqJz DocAddress *string `json:"DocAddress,omitempty" xml:"DocAddress,omitempty"` // The URL for the definitions of the enumerated values. // // example: // // example.aliyundoc.com EnumDefinitionAddress *string `json:"EnumDefinitionAddress,omitempty" xml:"EnumDefinitionAddress,omitempty"` // The flow name. // // example: // // process name FlowName *string `json:"FlowName,omitempty" xml:"FlowName,omitempty"` // The industry ID. // // example: // // 83 IndustryId *int64 `json:"IndustryId,omitempty" xml:"IndustryId,omitempty"` // The industry name. // // example: // // logistics IndustryName *string `json:"IndustryName,omitempty" xml:"IndustryName,omitempty"` // The list of tag parameters. ParamList []*QueryTagInfoBySelectionResponseBodyDataParamList `json:"ParamList,omitempty" xml:"ParamList,omitempty" type:"Repeated"` RichTextDescription *string `json:"RichTextDescription,omitempty" xml:"RichTextDescription,omitempty"` // The scene ID. // // example: // // 41 SceneId *int64 `json:"SceneId,omitempty" xml:"SceneId,omitempty"` // The scene name. // // example: // // General scenario SceneName *string `json:"SceneName,omitempty" xml:"SceneName,omitempty"` // The tag ID. // // example: // // 31 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` // The tag name. // // example: // // Number ownership TagName *string `json:"TagName,omitempty" xml:"TagName,omitempty"` }
func (QueryTagInfoBySelectionResponseBodyData) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyData) GoString() string
func (*QueryTagInfoBySelectionResponseBodyData) SetAuthCodeList ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetAuthCodeList(v []*string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetComplexityType ¶ added in v3.3.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetComplexityType(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetDemoAddress ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetDemoAddress(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetDocAddress ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetDocAddress(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetEnumDefinitionAddress ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetEnumDefinitionAddress(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetFlowName ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetFlowName(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetIndustryId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetIndustryId(v int64) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetIndustryName ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetIndustryName(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetParamList ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetParamList(v []*QueryTagInfoBySelectionResponseBodyDataParamList) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetRichTextDescription ¶ added in v3.3.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetRichTextDescription(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetSceneId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetSceneId(v int64) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetSceneName ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetSceneName(v string) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetTagId ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetTagId(v int64) *QueryTagInfoBySelectionResponseBodyData
func (*QueryTagInfoBySelectionResponseBodyData) SetTagName ¶ added in v3.2.0
func (s *QueryTagInfoBySelectionResponseBodyData) SetTagName(v string) *QueryTagInfoBySelectionResponseBodyData
func (QueryTagInfoBySelectionResponseBodyData) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyData) String() string
type QueryTagInfoBySelectionResponseBodyDataParamList ¶ added in v3.2.0
type QueryTagInfoBySelectionResponseBodyDataParamList struct { // The English name of the parameter. // // example: // // preame Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The input hint. // // example: // // none Hint *string `json:"Hint,omitempty" xml:"Hint,omitempty"` // Indicates whether the parameter is required. // // example: // // false Must *bool `json:"Must,omitempty" xml:"Must,omitempty"` // The Chinese name of the parameter. // // example: // // none Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // The type. The code that corresponds to EnumUIWidgetTypes. // // example: // // aqzx Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // The definitions of the enumerated values such as Code or Desc. ValueDict []*QueryTagInfoBySelectionResponseBodyDataParamListValueDict `json:"ValueDict,omitempty" xml:"ValueDict,omitempty" type:"Repeated"` }
func (QueryTagInfoBySelectionResponseBodyDataParamList) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyDataParamList) GoString() string
func (*QueryTagInfoBySelectionResponseBodyDataParamList) SetValueDict ¶ added in v3.2.0
func (QueryTagInfoBySelectionResponseBodyDataParamList) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyDataParamList) String() string
type QueryTagInfoBySelectionResponseBodyDataParamListValueDict ¶ added in v3.2.0
type QueryTagInfoBySelectionResponseBodyDataParamListValueDict struct { // The English name. // // example: // // Aliyun Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The Chinese name. // // example: // // 阿里云 Desc *string `json:"Desc,omitempty" xml:"Desc,omitempty"` }
func (QueryTagInfoBySelectionResponseBodyDataParamListValueDict) GoString ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyDataParamListValueDict) GoString() string
func (QueryTagInfoBySelectionResponseBodyDataParamListValueDict) String ¶ added in v3.2.0
func (s QueryTagInfoBySelectionResponseBodyDataParamListValueDict) String() string
type QueryTagListPageRequest ¶ added in v3.2.0
type QueryTagListPageRequest struct { OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // The page number. Default value: **1**. // // example: // // 18 PageNo *int64 `json:"PageNo,omitempty" xml:"PageNo,omitempty"` // The number of entries per page. // // example: // // 66 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (QueryTagListPageRequest) GoString ¶ added in v3.2.0
func (s QueryTagListPageRequest) GoString() string
func (*QueryTagListPageRequest) SetOwnerId ¶ added in v3.2.0
func (s *QueryTagListPageRequest) SetOwnerId(v int64) *QueryTagListPageRequest
func (*QueryTagListPageRequest) SetPageNo ¶ added in v3.2.0
func (s *QueryTagListPageRequest) SetPageNo(v int64) *QueryTagListPageRequest
func (*QueryTagListPageRequest) SetPageSize ¶ added in v3.2.0
func (s *QueryTagListPageRequest) SetPageSize(v int64) *QueryTagListPageRequest
func (*QueryTagListPageRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *QueryTagListPageRequest) SetResourceOwnerAccount(v string) *QueryTagListPageRequest
func (*QueryTagListPageRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *QueryTagListPageRequest) SetResourceOwnerId(v int64) *QueryTagListPageRequest
func (QueryTagListPageRequest) String ¶ added in v3.2.0
func (s QueryTagListPageRequest) String() string
type QueryTagListPageResponse ¶ added in v3.2.0
type QueryTagListPageResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryTagListPageResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryTagListPageResponse) GoString ¶ added in v3.2.0
func (s QueryTagListPageResponse) GoString() string
func (*QueryTagListPageResponse) SetBody ¶ added in v3.2.0
func (s *QueryTagListPageResponse) SetBody(v *QueryTagListPageResponseBody) *QueryTagListPageResponse
func (*QueryTagListPageResponse) SetHeaders ¶ added in v3.2.0
func (s *QueryTagListPageResponse) SetHeaders(v map[string]*string) *QueryTagListPageResponse
func (*QueryTagListPageResponse) SetStatusCode ¶ added in v3.2.0
func (s *QueryTagListPageResponse) SetStatusCode(v int32) *QueryTagListPageResponse
func (QueryTagListPageResponse) String ¶ added in v3.2.0
func (s QueryTagListPageResponse) String() string
type QueryTagListPageResponseBody ¶ added in v3.2.0
type QueryTagListPageResponseBody struct { // The response code. **OK* - indicates that the request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned data. Data *QueryTagListPageResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // A4475657-BB7E-585D-9E09-37934F096103 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // Indicates whether the request is successful. Valid values: // // - true // // - false // // example: // // true Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (QueryTagListPageResponseBody) GoString ¶ added in v3.2.0
func (s QueryTagListPageResponseBody) GoString() string
func (*QueryTagListPageResponseBody) SetCode ¶ added in v3.2.0
func (s *QueryTagListPageResponseBody) SetCode(v string) *QueryTagListPageResponseBody
func (*QueryTagListPageResponseBody) SetData ¶ added in v3.2.0
func (s *QueryTagListPageResponseBody) SetData(v *QueryTagListPageResponseBodyData) *QueryTagListPageResponseBody
func (*QueryTagListPageResponseBody) SetMessage ¶ added in v3.2.0
func (s *QueryTagListPageResponseBody) SetMessage(v string) *QueryTagListPageResponseBody
func (*QueryTagListPageResponseBody) SetRequestId ¶ added in v3.2.0
func (s *QueryTagListPageResponseBody) SetRequestId(v string) *QueryTagListPageResponseBody
func (*QueryTagListPageResponseBody) SetSuccess ¶ added in v3.2.0
func (s *QueryTagListPageResponseBody) SetSuccess(v bool) *QueryTagListPageResponseBody
func (QueryTagListPageResponseBody) String ¶ added in v3.2.0
func (s QueryTagListPageResponseBody) String() string
type QueryTagListPageResponseBodyData ¶ added in v3.2.0
type QueryTagListPageResponseBodyData struct { // The page number. // // example: // // 11 PageNo *int64 `json:"PageNo,omitempty" xml:"PageNo,omitempty"` // The number of entries per page. // // example: // // 24 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // The retruned data. Records []*QueryTagListPageResponseBodyDataRecords `json:"Records,omitempty" xml:"Records,omitempty" type:"Repeated"` // The total number of returned entries. // // example: // // 32 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` // The total number of returned pages. // // example: // // 91 TotalPage *int64 `json:"TotalPage,omitempty" xml:"TotalPage,omitempty"` }
func (QueryTagListPageResponseBodyData) GoString ¶ added in v3.2.0
func (s QueryTagListPageResponseBodyData) GoString() string
func (*QueryTagListPageResponseBodyData) SetPageNo ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyData) SetPageNo(v int64) *QueryTagListPageResponseBodyData
func (*QueryTagListPageResponseBodyData) SetPageSize ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyData) SetPageSize(v int64) *QueryTagListPageResponseBodyData
func (*QueryTagListPageResponseBodyData) SetRecords ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyData) SetRecords(v []*QueryTagListPageResponseBodyDataRecords) *QueryTagListPageResponseBodyData
func (*QueryTagListPageResponseBodyData) SetTotalCount ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyData) SetTotalCount(v int64) *QueryTagListPageResponseBodyData
func (*QueryTagListPageResponseBodyData) SetTotalPage ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyData) SetTotalPage(v int64) *QueryTagListPageResponseBodyData
func (QueryTagListPageResponseBodyData) String ¶ added in v3.2.0
func (s QueryTagListPageResponseBodyData) String() string
type QueryTagListPageResponseBodyDataRecords ¶ added in v3.2.0
type QueryTagListPageResponseBodyDataRecords struct { // The API operation that is called by the frontend. // // example: // // TwoElementsVerification ApiName *string `json:"ApiName,omitempty" xml:"ApiName,omitempty"` // Code // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The URL for the API documentation. // // example: // // https://help.aliyun.com/document_detail/388997.html?spm=a2c4g.388997.0.0.cf804cc7DX4vlP DocAddress *string `json:"DocAddress,omitempty" xml:"DocAddress,omitempty"` // The tag ID. // // example: // // 75 Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"` // The industry ID. // // example: // // 2 IndustryId *int64 `json:"IndustryId,omitempty" xml:"IndustryId,omitempty"` // The industry name. // // example: // // Test IndustryName *string `json:"IndustryName,omitempty" xml:"IndustryName,omitempty"` // The tag description. // // example: // // for autotest new Introduction *string `json:"Introduction,omitempty" xml:"Introduction,omitempty"` // Indicates whether the number is activated. // // example: // // 45 IsOpen *int64 `json:"IsOpen,omitempty" xml:"IsOpen,omitempty"` // The tag name. // // example: // // Aliyun Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // - 0: The number is hidden. // // - 1: The number is public. // // example: // // 1 SaleStatusStr *string `json:"SaleStatusStr,omitempty" xml:"SaleStatusStr,omitempty"` // The scene ID. // // example: // // 13 SceneId *int64 `json:"SceneId,omitempty" xml:"SceneId,omitempty"` // The scene name. // // example: // // check SceneName *string `json:"SceneName,omitempty" xml:"SceneName,omitempty"` }
func (QueryTagListPageResponseBodyDataRecords) GoString ¶ added in v3.2.0
func (s QueryTagListPageResponseBodyDataRecords) GoString() string
func (*QueryTagListPageResponseBodyDataRecords) SetApiName ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetApiName(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetCode ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetCode(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetDocAddress ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetDocAddress(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetId ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetId(v int64) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetIndustryId ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetIndustryId(v int64) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetIndustryName ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetIndustryName(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetIntroduction ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetIntroduction(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetIsOpen ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetIsOpen(v int64) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetName ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetName(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetSaleStatusStr ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetSaleStatusStr(v string) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetSceneId ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetSceneId(v int64) *QueryTagListPageResponseBodyDataRecords
func (*QueryTagListPageResponseBodyDataRecords) SetSceneName ¶ added in v3.2.0
func (s *QueryTagListPageResponseBodyDataRecords) SetSceneName(v string) *QueryTagListPageResponseBodyDataRecords
func (QueryTagListPageResponseBodyDataRecords) String ¶ added in v3.2.0
func (s QueryTagListPageResponseBodyDataRecords) String() string
type QueryUsageStatisticsByTagIdRequest ¶ added in v3.2.0
type QueryUsageStatisticsByTagIdRequest struct { // The beginning of the time range to query. // // example: // // 20230308 BeginTime *string `json:"BeginTime,omitempty" xml:"BeginTime,omitempty"` // The end of the time range to query. // // example: // // 20230406 EndTime *string `json:"EndTime,omitempty" xml:"EndTime,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // The page number. Default value: 1. // // example: // // 1 PageNo *int64 `json:"PageNo,omitempty" xml:"PageNo,omitempty"` // The number of entries per page. // // example: // // 20 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // The tag ID. // // example: // // 14 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` }
func (QueryUsageStatisticsByTagIdRequest) GoString ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdRequest) GoString() string
func (*QueryUsageStatisticsByTagIdRequest) SetBeginTime ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetBeginTime(v string) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetEndTime ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetEndTime(v string) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetOwnerId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetOwnerId(v int64) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetPageNo ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetPageNo(v int64) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetPageSize ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetPageSize(v int64) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetResourceOwnerAccount ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetResourceOwnerAccount(v string) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetResourceOwnerId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetResourceOwnerId(v int64) *QueryUsageStatisticsByTagIdRequest
func (*QueryUsageStatisticsByTagIdRequest) SetTagId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdRequest) SetTagId(v int64) *QueryUsageStatisticsByTagIdRequest
func (QueryUsageStatisticsByTagIdRequest) String ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdRequest) String() string
type QueryUsageStatisticsByTagIdResponse ¶ added in v3.2.0
type QueryUsageStatisticsByTagIdResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *QueryUsageStatisticsByTagIdResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (QueryUsageStatisticsByTagIdResponse) GoString ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponse) GoString() string
func (*QueryUsageStatisticsByTagIdResponse) SetHeaders ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponse) SetHeaders(v map[string]*string) *QueryUsageStatisticsByTagIdResponse
func (*QueryUsageStatisticsByTagIdResponse) SetStatusCode ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponse) SetStatusCode(v int32) *QueryUsageStatisticsByTagIdResponse
func (QueryUsageStatisticsByTagIdResponse) String ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponse) String() string
type QueryUsageStatisticsByTagIdResponseBody ¶ added in v3.2.0
type QueryUsageStatisticsByTagIdResponseBody struct { // The response code. **OK* - indicates that the request is successful. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The returned data. Data []*QueryUsageStatisticsByTagIdResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Repeated"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // D45CC751-34DF-5797-81FB-9A2ED6DC024B RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // Indicates whether the call is successful. // // - true // // - false // // example: // // true Success *bool `json:"Success,omitempty" xml:"Success,omitempty"` }
func (QueryUsageStatisticsByTagIdResponseBody) GoString ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponseBody) GoString() string
func (*QueryUsageStatisticsByTagIdResponseBody) SetCode ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBody) SetCode(v string) *QueryUsageStatisticsByTagIdResponseBody
func (*QueryUsageStatisticsByTagIdResponseBody) SetMessage ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBody) SetMessage(v string) *QueryUsageStatisticsByTagIdResponseBody
func (*QueryUsageStatisticsByTagIdResponseBody) SetRequestId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBody) SetRequestId(v string) *QueryUsageStatisticsByTagIdResponseBody
func (*QueryUsageStatisticsByTagIdResponseBody) SetSuccess ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBody) SetSuccess(v bool) *QueryUsageStatisticsByTagIdResponseBody
func (QueryUsageStatisticsByTagIdResponseBody) String ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponseBody) String() string
type QueryUsageStatisticsByTagIdResponseBodyData ¶ added in v3.2.0
type QueryUsageStatisticsByTagIdResponseBodyData struct { // The authorization code. // // example: // // g61I8UV5zd AuthorizationCode *string `json:"AuthorizationCode,omitempty" xml:"AuthorizationCode,omitempty"` // The numbers for which the query failed. // // example: // // 71 FailTotal *int64 `json:"FailTotal,omitempty" xml:"FailTotal,omitempty"` // The creation time. // // example: // // 20230312 GmtDateStr *string `json:"GmtDateStr,omitempty" xml:"GmtDateStr,omitempty"` // The ID of the authorization code usage record. // // example: // // 17 Id *int64 `json:"Id,omitempty" xml:"Id,omitempty"` // The industry name. // // example: // // Home security IndustryName *string `json:"IndustryName,omitempty" xml:"IndustryName,omitempty"` // The customer product ID (PID). // // example: // // 89 PartnerId *int64 `json:"PartnerId,omitempty" xml:"PartnerId,omitempty"` // The scene name. // // example: // // Return visit SceneName *string `json:"SceneName,omitempty" xml:"SceneName,omitempty"` // The numbers for which the query succeeded. // // example: // // 93 SuccessTotal *int64 `json:"SuccessTotal,omitempty" xml:"SuccessTotal,omitempty"` // The tag name. // // example: // // 69 TagId *int64 `json:"TagId,omitempty" xml:"TagId,omitempty"` // The tag name. // // example: // // Alibaba Cloud Query TagName *string `json:"TagName,omitempty" xml:"TagName,omitempty"` // The total quantity of numbers that are involved in the query. // // example: // // 41 Total *int64 `json:"Total,omitempty" xml:"Total,omitempty"` }
func (QueryUsageStatisticsByTagIdResponseBodyData) GoString ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponseBodyData) GoString() string
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetAuthorizationCode ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetAuthorizationCode(v string) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetFailTotal ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetFailTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetGmtDateStr ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetGmtDateStr(v string) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetIndustryName ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetIndustryName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetPartnerId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetPartnerId(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetSceneName ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetSceneName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetSuccessTotal ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetSuccessTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetTagId ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTagId(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetTagName ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTagName(v string) *QueryUsageStatisticsByTagIdResponseBodyData
func (*QueryUsageStatisticsByTagIdResponseBodyData) SetTotal ¶ added in v3.2.0
func (s *QueryUsageStatisticsByTagIdResponseBodyData) SetTotal(v int64) *QueryUsageStatisticsByTagIdResponseBodyData
func (QueryUsageStatisticsByTagIdResponseBodyData) String ¶ added in v3.2.0
func (s QueryUsageStatisticsByTagIdResponseBodyData) String() string
type ThreeElementsVerificationRequest ¶
type ThreeElementsVerificationRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The ID card number to be verified. // // - If the value of Mask is NORMAL, specify a value in plaintext for this field. // // - If the value of Mask is MD5, specify a MD5-encrypted value for this field. // // - If the value of Mask is SHA256, specify a SHA256-encrypted value for this field. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 83d8040d3cb2181e04****dc6ff5566d4493876a4a5da782887446356b0a787e CertCode *string `json:"CertCode,omitempty" xml:"CertCode,omitempty"` // The phone number to be verified. // // - If the value of Mask is NORMAL, specify a value in plaintext for this field. // // - If the value of Mask is MD5, specify a MD5-encrypted value for this field. // // - If the value of Mask is SHA256, specify a SHA256-encrypted value for this field. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 1390000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method. Valid values: // // - **NORMAL**: The phone number is not encrypted. // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // MD5 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` // The name to be verified. // // - If the value of Mask is NORMAL, specify a value in plaintext for this field. // // - If the value of Mask is MD5, specify a MD5-encrypted value for this field. // // - If the value of Mask is SHA256, specify a SHA256-encrypted value for this field. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // Aliyun Name *string `json:"Name,omitempty" xml:"Name,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (ThreeElementsVerificationRequest) GoString ¶
func (s ThreeElementsVerificationRequest) GoString() string
func (*ThreeElementsVerificationRequest) SetAuthCode ¶
func (s *ThreeElementsVerificationRequest) SetAuthCode(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetCertCode ¶
func (s *ThreeElementsVerificationRequest) SetCertCode(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetInputNumber ¶
func (s *ThreeElementsVerificationRequest) SetInputNumber(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetMask ¶
func (s *ThreeElementsVerificationRequest) SetMask(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetName ¶
func (s *ThreeElementsVerificationRequest) SetName(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetOwnerId ¶
func (s *ThreeElementsVerificationRequest) SetOwnerId(v int64) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetResourceOwnerAccount ¶
func (s *ThreeElementsVerificationRequest) SetResourceOwnerAccount(v string) *ThreeElementsVerificationRequest
func (*ThreeElementsVerificationRequest) SetResourceOwnerId ¶
func (s *ThreeElementsVerificationRequest) SetResourceOwnerId(v int64) *ThreeElementsVerificationRequest
func (ThreeElementsVerificationRequest) String ¶
func (s ThreeElementsVerificationRequest) String() string
type ThreeElementsVerificationResponse ¶
type ThreeElementsVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ThreeElementsVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ThreeElementsVerificationResponse) GoString ¶
func (s ThreeElementsVerificationResponse) GoString() string
func (*ThreeElementsVerificationResponse) SetHeaders ¶
func (s *ThreeElementsVerificationResponse) SetHeaders(v map[string]*string) *ThreeElementsVerificationResponse
func (*ThreeElementsVerificationResponse) SetStatusCode ¶
func (s *ThreeElementsVerificationResponse) SetStatusCode(v int32) *ThreeElementsVerificationResponse
func (ThreeElementsVerificationResponse) String ¶
func (s ThreeElementsVerificationResponse) String() string
type ThreeElementsVerificationResponseBody ¶
type ThreeElementsVerificationResponseBody struct { // The response code. // // - **OK**: The request is successful. // // - For more information, see Error codes in this documentation. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *ThreeElementsVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE4C47 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ThreeElementsVerificationResponseBody) GoString ¶
func (s ThreeElementsVerificationResponseBody) GoString() string
func (*ThreeElementsVerificationResponseBody) SetCode ¶
func (s *ThreeElementsVerificationResponseBody) SetCode(v string) *ThreeElementsVerificationResponseBody
func (*ThreeElementsVerificationResponseBody) SetMessage ¶
func (s *ThreeElementsVerificationResponseBody) SetMessage(v string) *ThreeElementsVerificationResponseBody
func (*ThreeElementsVerificationResponseBody) SetRequestId ¶
func (s *ThreeElementsVerificationResponseBody) SetRequestId(v string) *ThreeElementsVerificationResponseBody
func (ThreeElementsVerificationResponseBody) String ¶
func (s ThreeElementsVerificationResponseBody) String() string
type ThreeElementsVerificationResponseBodyData ¶
type ThreeElementsVerificationResponseBodyData struct { // The basic carrier. Valid values: // // - **China Mobile** // // - **China Unicom** // // - **China Telecom** // // example: // // China Mobile BasicCarrier *string `json:"BasicCarrier,omitempty" xml:"BasicCarrier,omitempty"` // Indicates whether the specified name, phone number, and ID card number belong to the same user. Valid values: // // - **1**: The specified name, phone number, and ID card number belong to the same user. // // - **0**: The specified name, phone number, and ID card number do not belong to the same user. // // - **2**: The specified name, phone number, and ID card number cannot be found. // // **Note* - The phone number registration data of a user is usually updated one or three days after registration. The registration data can be queried only after the update. The following table shows the verification results under different phone number states. // // |Carrier/Phone number state|Out-of-service|Nonexistent|Canceled| // // |---|---|---|---| // // |China Mobile|Verifications can be carried out normally.|The specified name, phone number, and ID card number cannot be found.|The specified name, phone number, and ID card number cannot be found.| // // |China Unicom|Verifications can be carried out normally.|The specified name, phone number, and ID card number do not belong to the same user.|The specified name, phone number, and ID card number do not belong to the same user.| // // |China Telecom|Verifications can be carried out normally.|The specified name, phone number, and ID card number cannot be found.|The specified name, phone number, and ID card number cannot be found.| // // example: // // 1 IsConsistent *int32 `json:"IsConsistent,omitempty" xml:"IsConsistent,omitempty"` }
func (ThreeElementsVerificationResponseBodyData) GoString ¶
func (s ThreeElementsVerificationResponseBodyData) GoString() string
func (*ThreeElementsVerificationResponseBodyData) SetBasicCarrier ¶
func (s *ThreeElementsVerificationResponseBodyData) SetBasicCarrier(v string) *ThreeElementsVerificationResponseBodyData
func (*ThreeElementsVerificationResponseBodyData) SetIsConsistent ¶
func (s *ThreeElementsVerificationResponseBodyData) SetIsConsistent(v int32) *ThreeElementsVerificationResponseBodyData
func (ThreeElementsVerificationResponseBodyData) String ¶
func (s ThreeElementsVerificationResponseBodyData) String() string
type TwoElementsVerificationRequest ¶
type TwoElementsVerificationRequest struct { // The authorization code. // // > On the **My Applications* - page in the [Cell Phone Number Service console](https://dytns.console.aliyun.com/analysis/apply), you can obtain the authorization code (also known as authorization ID). // // This parameter is required. // // example: // // QASDW@#** AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // The phone number to be verified. // // - If the value of Mask is NORMAL, specify a value in plaintext for this field. // // - If the value of Mask is MD5, specify a MD5-encrypted value for this field. // // - If the value of Mask is SHA256, specify a SHA256-encrypted value for this field. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // 1390000**** InputNumber *string `json:"InputNumber,omitempty" xml:"InputNumber,omitempty"` // The encryption method. Valid values: // // - **NORMAL**: plaintext // // - **MD5** // // - **SHA256** // // This parameter is required. // // example: // // MD5 Mask *string `json:"Mask,omitempty" xml:"Mask,omitempty"` // The name to be verified. // // - If the value of Mask is NORMAL, specify a value in plaintext for this field. // // - If the value of Mask is MD5, specify a MD5-encrypted value for this field. // // - If the value of Mask is SHA256, specify a SHA256-encrypted value for this field. // // > Letters in the encrypted strings are not case-sensitive. // // This parameter is required. // // example: // // Aliyun Name *string `json:"Name,omitempty" xml:"Name,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` }
func (TwoElementsVerificationRequest) GoString ¶
func (s TwoElementsVerificationRequest) GoString() string
func (*TwoElementsVerificationRequest) SetAuthCode ¶
func (s *TwoElementsVerificationRequest) SetAuthCode(v string) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetInputNumber ¶
func (s *TwoElementsVerificationRequest) SetInputNumber(v string) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetMask ¶
func (s *TwoElementsVerificationRequest) SetMask(v string) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetName ¶
func (s *TwoElementsVerificationRequest) SetName(v string) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetOwnerId ¶
func (s *TwoElementsVerificationRequest) SetOwnerId(v int64) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetResourceOwnerAccount ¶
func (s *TwoElementsVerificationRequest) SetResourceOwnerAccount(v string) *TwoElementsVerificationRequest
func (*TwoElementsVerificationRequest) SetResourceOwnerId ¶
func (s *TwoElementsVerificationRequest) SetResourceOwnerId(v int64) *TwoElementsVerificationRequest
func (TwoElementsVerificationRequest) String ¶
func (s TwoElementsVerificationRequest) String() string
type TwoElementsVerificationResponse ¶
type TwoElementsVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *TwoElementsVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (TwoElementsVerificationResponse) GoString ¶
func (s TwoElementsVerificationResponse) GoString() string
func (*TwoElementsVerificationResponse) SetBody ¶
func (s *TwoElementsVerificationResponse) SetBody(v *TwoElementsVerificationResponseBody) *TwoElementsVerificationResponse
func (*TwoElementsVerificationResponse) SetHeaders ¶
func (s *TwoElementsVerificationResponse) SetHeaders(v map[string]*string) *TwoElementsVerificationResponse
func (*TwoElementsVerificationResponse) SetStatusCode ¶
func (s *TwoElementsVerificationResponse) SetStatusCode(v int32) *TwoElementsVerificationResponse
func (TwoElementsVerificationResponse) String ¶
func (s TwoElementsVerificationResponse) String() string
type TwoElementsVerificationResponseBody ¶
type TwoElementsVerificationResponseBody struct { // The response code. Valid values: // // - **OK**: The request is successful. // // - For more information, see Error codes in this documentation. // // - **RequestFrequencyLimit**: Repeated queries for the same phone number or name at a high frequency within a short period of time are prohibited due to restrictions that are set by carriers. If this error code is returned, please try again later. // // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // The response parameters. Data *TwoElementsVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // The returned message. // // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // The request ID. // // example: // // CC3BB6D2-2FDF-4321-9DCE-B38165CE**** RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (TwoElementsVerificationResponseBody) GoString ¶
func (s TwoElementsVerificationResponseBody) GoString() string
func (*TwoElementsVerificationResponseBody) SetCode ¶
func (s *TwoElementsVerificationResponseBody) SetCode(v string) *TwoElementsVerificationResponseBody
func (*TwoElementsVerificationResponseBody) SetMessage ¶
func (s *TwoElementsVerificationResponseBody) SetMessage(v string) *TwoElementsVerificationResponseBody
func (*TwoElementsVerificationResponseBody) SetRequestId ¶
func (s *TwoElementsVerificationResponseBody) SetRequestId(v string) *TwoElementsVerificationResponseBody
func (TwoElementsVerificationResponseBody) String ¶
func (s TwoElementsVerificationResponseBody) String() string
type TwoElementsVerificationResponseBodyData ¶
type TwoElementsVerificationResponseBodyData struct { // The basic carriers. Valid values: // // - **China Mobile** // // - **China Unicom** // // - **China Telecom** // // > You are not allowed to verify numbers assigned by China Broadnet. // // example: // // China Mobile BasicCarrier *string `json:"BasicCarrier,omitempty" xml:"BasicCarrier,omitempty"` // Indicates whether the specified name and phone number belong to the same user. Valid values: // // - **1**: The specified name and phone number belong to the same user. // // - **0**: The specified name and phone number do not belong to the same user. // // - **2**: The specified name and phone number cannot be found. // // The phone number registration data of a user is usually updated one or three days after registration. The registration data can be queried only after the update. The following table shows the verification results under different phone number states. // // |Carrier/Phone number state|Out-of-service|Nonexistent|Canceled| // // |---|---|---|---| // // |China Mobile|Verifications can be carried out normally.|The specified name and phone number cannot be found.|The specified name and phone number cannot be found.| // // |China Unicom|Verifications can be carried out normally.|The specified name and phone number do not belong to the same user.|The specified name and phone number do not belong to the same user.| // // |China Telecom|Verifications can be carried out normally.|The specified name and phone number cannot be found.|The specified name and phone number cannot be found.| // // example: // // 1 IsConsistent *int32 `json:"IsConsistent,omitempty" xml:"IsConsistent,omitempty"` }
func (TwoElementsVerificationResponseBodyData) GoString ¶
func (s TwoElementsVerificationResponseBodyData) GoString() string
func (*TwoElementsVerificationResponseBodyData) SetBasicCarrier ¶
func (s *TwoElementsVerificationResponseBodyData) SetBasicCarrier(v string) *TwoElementsVerificationResponseBodyData
func (*TwoElementsVerificationResponseBodyData) SetIsConsistent ¶
func (s *TwoElementsVerificationResponseBodyData) SetIsConsistent(v int32) *TwoElementsVerificationResponseBodyData
func (TwoElementsVerificationResponseBodyData) String ¶
func (s TwoElementsVerificationResponseBodyData) String() string
type UAIDCollectionRequest ¶ added in v3.8.0
type UAIDCollectionRequest struct { // This parameter is required. // // example: // // 示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // example: // // 示例值 Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值示例值示例值 Ip *string `json:"Ip,omitempty" xml:"Ip,omitempty"` // This parameter is required. // // example: // // 示例值示例值 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 示例值示例值 Province *string `json:"Province,omitempty" xml:"Province,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // This parameter is required. // // example: // // 示例值示例值 Token *string `json:"Token,omitempty" xml:"Token,omitempty"` // example: // // 示例值示例值 UserGrantId *string `json:"UserGrantId,omitempty" xml:"UserGrantId,omitempty"` }
func (UAIDCollectionRequest) GoString ¶ added in v3.8.0
func (s UAIDCollectionRequest) GoString() string
func (*UAIDCollectionRequest) SetAuthCode ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetAuthCode(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetCarrier ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetCarrier(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetIp ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetIp(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetOutId ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetOutId(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetOwnerId ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetOwnerId(v int64) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetProvince ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetProvince(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetResourceOwnerAccount ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetResourceOwnerAccount(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetResourceOwnerId ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetResourceOwnerId(v int64) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetToken ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetToken(v string) *UAIDCollectionRequest
func (*UAIDCollectionRequest) SetUserGrantId ¶ added in v3.8.0
func (s *UAIDCollectionRequest) SetUserGrantId(v string) *UAIDCollectionRequest
func (UAIDCollectionRequest) String ¶ added in v3.8.0
func (s UAIDCollectionRequest) String() string
type UAIDCollectionResponse ¶ added in v3.8.0
type UAIDCollectionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UAIDCollectionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UAIDCollectionResponse) GoString ¶ added in v3.8.0
func (s UAIDCollectionResponse) GoString() string
func (*UAIDCollectionResponse) SetBody ¶ added in v3.8.0
func (s *UAIDCollectionResponse) SetBody(v *UAIDCollectionResponseBody) *UAIDCollectionResponse
func (*UAIDCollectionResponse) SetHeaders ¶ added in v3.8.0
func (s *UAIDCollectionResponse) SetHeaders(v map[string]*string) *UAIDCollectionResponse
func (*UAIDCollectionResponse) SetStatusCode ¶ added in v3.8.0
func (s *UAIDCollectionResponse) SetStatusCode(v int32) *UAIDCollectionResponse
func (UAIDCollectionResponse) String ¶ added in v3.8.0
func (s UAIDCollectionResponse) String() string
type UAIDCollectionResponseBody ¶ added in v3.8.0
type UAIDCollectionResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // 示例值 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // 示例值示例值 Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Model *UAIDCollectionResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"` // example: // // 示例值示例值示例值 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UAIDCollectionResponseBody) GoString ¶ added in v3.8.0
func (s UAIDCollectionResponseBody) GoString() string
func (*UAIDCollectionResponseBody) SetAccessDeniedDetail ¶ added in v3.8.0
func (s *UAIDCollectionResponseBody) SetAccessDeniedDetail(v string) *UAIDCollectionResponseBody
func (*UAIDCollectionResponseBody) SetCode ¶ added in v3.8.0
func (s *UAIDCollectionResponseBody) SetCode(v string) *UAIDCollectionResponseBody
func (*UAIDCollectionResponseBody) SetMessage ¶ added in v3.8.0
func (s *UAIDCollectionResponseBody) SetMessage(v string) *UAIDCollectionResponseBody
func (*UAIDCollectionResponseBody) SetModel ¶ added in v3.8.0
func (s *UAIDCollectionResponseBody) SetModel(v *UAIDCollectionResponseBodyModel) *UAIDCollectionResponseBody
func (*UAIDCollectionResponseBody) SetRequestId ¶ added in v3.8.0
func (s *UAIDCollectionResponseBody) SetRequestId(v string) *UAIDCollectionResponseBody
func (UAIDCollectionResponseBody) String ¶ added in v3.8.0
func (s UAIDCollectionResponseBody) String() string
type UAIDCollectionResponseBodyModel ¶ added in v3.8.0
type UAIDCollectionResponseBodyModel struct { // example: // // 示例值 Uaid *string `json:"Uaid,omitempty" xml:"Uaid,omitempty"` }
func (UAIDCollectionResponseBodyModel) GoString ¶ added in v3.8.0
func (s UAIDCollectionResponseBodyModel) GoString() string
func (*UAIDCollectionResponseBodyModel) SetUaid ¶ added in v3.8.0
func (s *UAIDCollectionResponseBodyModel) SetUaid(v string) *UAIDCollectionResponseBodyModel
func (UAIDCollectionResponseBodyModel) String ¶ added in v3.8.0
func (s UAIDCollectionResponseBodyModel) String() string
type UAIDConversionRequest ¶ added in v3.8.0
type UAIDConversionRequest struct { // This parameter is required. // // example: // // 示例值 AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // 示例值示例值 Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值示例值示例值 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // example: // // 示例值示例值示例值 UaidList *string `json:"UaidList,omitempty" xml:"UaidList,omitempty"` }
func (UAIDConversionRequest) GoString ¶ added in v3.8.0
func (s UAIDConversionRequest) GoString() string
func (*UAIDConversionRequest) SetAuthCode ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetAuthCode(v string) *UAIDConversionRequest
func (*UAIDConversionRequest) SetCarrier ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetCarrier(v string) *UAIDConversionRequest
func (*UAIDConversionRequest) SetOutId ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetOutId(v string) *UAIDConversionRequest
func (*UAIDConversionRequest) SetOwnerId ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetOwnerId(v int64) *UAIDConversionRequest
func (*UAIDConversionRequest) SetResourceOwnerAccount ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetResourceOwnerAccount(v string) *UAIDConversionRequest
func (*UAIDConversionRequest) SetResourceOwnerId ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetResourceOwnerId(v int64) *UAIDConversionRequest
func (*UAIDConversionRequest) SetUaidList ¶ added in v3.8.0
func (s *UAIDConversionRequest) SetUaidList(v string) *UAIDConversionRequest
func (UAIDConversionRequest) String ¶ added in v3.8.0
func (s UAIDConversionRequest) String() string
type UAIDConversionResponse ¶ added in v3.8.0
type UAIDConversionResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UAIDConversionResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UAIDConversionResponse) GoString ¶ added in v3.8.0
func (s UAIDConversionResponse) GoString() string
func (*UAIDConversionResponse) SetBody ¶ added in v3.8.0
func (s *UAIDConversionResponse) SetBody(v *UAIDConversionResponseBody) *UAIDConversionResponse
func (*UAIDConversionResponse) SetHeaders ¶ added in v3.8.0
func (s *UAIDConversionResponse) SetHeaders(v map[string]*string) *UAIDConversionResponse
func (*UAIDConversionResponse) SetStatusCode ¶ added in v3.8.0
func (s *UAIDConversionResponse) SetStatusCode(v int32) *UAIDConversionResponse
func (UAIDConversionResponse) String ¶ added in v3.8.0
func (s UAIDConversionResponse) String() string
type UAIDConversionResponseBody ¶ added in v3.8.0
type UAIDConversionResponseBody struct { AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // 示例值示例值 Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // 示例值 Message *string `json:"Message,omitempty" xml:"Message,omitempty"` Model *UAIDConversionResponseBodyModel `json:"Model,omitempty" xml:"Model,omitempty" type:"Struct"` // example: // // 示例值示例值 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UAIDConversionResponseBody) GoString ¶ added in v3.8.0
func (s UAIDConversionResponseBody) GoString() string
func (*UAIDConversionResponseBody) SetAccessDeniedDetail ¶ added in v3.8.0
func (s *UAIDConversionResponseBody) SetAccessDeniedDetail(v string) *UAIDConversionResponseBody
func (*UAIDConversionResponseBody) SetCode ¶ added in v3.8.0
func (s *UAIDConversionResponseBody) SetCode(v string) *UAIDConversionResponseBody
func (*UAIDConversionResponseBody) SetMessage ¶ added in v3.8.0
func (s *UAIDConversionResponseBody) SetMessage(v string) *UAIDConversionResponseBody
func (*UAIDConversionResponseBody) SetModel ¶ added in v3.8.0
func (s *UAIDConversionResponseBody) SetModel(v *UAIDConversionResponseBodyModel) *UAIDConversionResponseBody
func (*UAIDConversionResponseBody) SetRequestId ¶ added in v3.8.0
func (s *UAIDConversionResponseBody) SetRequestId(v string) *UAIDConversionResponseBody
func (UAIDConversionResponseBody) String ¶ added in v3.8.0
func (s UAIDConversionResponseBody) String() string
type UAIDConversionResponseBodyModel ¶ added in v3.8.0
type UAIDConversionResponseBodyModel struct { // example: // // 示例值示例值示例值 PhoneList *string `json:"PhoneList,omitempty" xml:"PhoneList,omitempty"` }
func (UAIDConversionResponseBodyModel) GoString ¶ added in v3.8.0
func (s UAIDConversionResponseBodyModel) GoString() string
func (*UAIDConversionResponseBodyModel) SetPhoneList ¶ added in v3.8.0
func (s *UAIDConversionResponseBodyModel) SetPhoneList(v string) *UAIDConversionResponseBodyModel
func (UAIDConversionResponseBodyModel) String ¶ added in v3.8.0
func (s UAIDConversionResponseBodyModel) String() string
type UAIDVerificationRequest ¶ added in v3.3.0
type UAIDVerificationRequest struct { // This parameter is required. // // example: // // HwD97InG AuthCode *string `json:"AuthCode,omitempty" xml:"AuthCode,omitempty"` // This parameter is required. // // example: // // CM Carrier *string `json:"Carrier,omitempty" xml:"Carrier,omitempty"` // example: // // 示例值 Ip *string `json:"Ip,omitempty" xml:"Ip,omitempty"` // example: // // b8b5b3a*******0b9893484fdf412c99 OutId *string `json:"OutId,omitempty" xml:"OutId,omitempty"` OwnerId *int64 `json:"OwnerId,omitempty" xml:"OwnerId,omitempty"` // example: // // 示例值示例值 Province *string `json:"Province,omitempty" xml:"Province,omitempty"` ResourceOwnerAccount *string `json:"ResourceOwnerAccount,omitempty" xml:"ResourceOwnerAccount,omitempty"` ResourceOwnerId *int64 `json:"ResourceOwnerId,omitempty" xml:"ResourceOwnerId,omitempty"` // This parameter is required. // // example: // // MIGfMA0********3DQEBAQUAA4GNADCB Token *string `json:"Token,omitempty" xml:"Token,omitempty"` // example: // // Md****a3Em UserGrantId *string `json:"UserGrantId,omitempty" xml:"UserGrantId,omitempty"` }
func (UAIDVerificationRequest) GoString ¶ added in v3.3.0
func (s UAIDVerificationRequest) GoString() string
func (*UAIDVerificationRequest) SetAuthCode ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetAuthCode(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetCarrier ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetCarrier(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetIp ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetIp(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetOutId ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetOutId(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetOwnerId ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetOwnerId(v int64) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetProvince ¶ added in v3.5.1
func (s *UAIDVerificationRequest) SetProvince(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetResourceOwnerAccount ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetResourceOwnerAccount(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetResourceOwnerId ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetResourceOwnerId(v int64) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetToken ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetToken(v string) *UAIDVerificationRequest
func (*UAIDVerificationRequest) SetUserGrantId ¶ added in v3.3.0
func (s *UAIDVerificationRequest) SetUserGrantId(v string) *UAIDVerificationRequest
func (UAIDVerificationRequest) String ¶ added in v3.3.0
func (s UAIDVerificationRequest) String() string
type UAIDVerificationResponse ¶ added in v3.3.0
type UAIDVerificationResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UAIDVerificationResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UAIDVerificationResponse) GoString ¶ added in v3.3.0
func (s UAIDVerificationResponse) GoString() string
func (*UAIDVerificationResponse) SetBody ¶ added in v3.3.0
func (s *UAIDVerificationResponse) SetBody(v *UAIDVerificationResponseBody) *UAIDVerificationResponse
func (*UAIDVerificationResponse) SetHeaders ¶ added in v3.3.0
func (s *UAIDVerificationResponse) SetHeaders(v map[string]*string) *UAIDVerificationResponse
func (*UAIDVerificationResponse) SetStatusCode ¶ added in v3.3.0
func (s *UAIDVerificationResponse) SetStatusCode(v int32) *UAIDVerificationResponse
func (UAIDVerificationResponse) String ¶ added in v3.3.0
func (s UAIDVerificationResponse) String() string
type UAIDVerificationResponseBody ¶ added in v3.3.0
type UAIDVerificationResponseBody struct { // example: // // - AccessDeniedDetail *string `json:"AccessDeniedDetail,omitempty" xml:"AccessDeniedDetail,omitempty"` // example: // // OK Code *string `json:"Code,omitempty" xml:"Code,omitempty"` Data *UAIDVerificationResponseBodyData `json:"Data,omitempty" xml:"Data,omitempty" type:"Struct"` // example: // // OK Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 68A40250-50CD-034C-B728-0BD******177 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UAIDVerificationResponseBody) GoString ¶ added in v3.3.0
func (s UAIDVerificationResponseBody) GoString() string
func (*UAIDVerificationResponseBody) SetAccessDeniedDetail ¶ added in v3.3.0
func (s *UAIDVerificationResponseBody) SetAccessDeniedDetail(v string) *UAIDVerificationResponseBody
func (*UAIDVerificationResponseBody) SetCode ¶ added in v3.3.0
func (s *UAIDVerificationResponseBody) SetCode(v string) *UAIDVerificationResponseBody
func (*UAIDVerificationResponseBody) SetData ¶ added in v3.3.0
func (s *UAIDVerificationResponseBody) SetData(v *UAIDVerificationResponseBodyData) *UAIDVerificationResponseBody
func (*UAIDVerificationResponseBody) SetMessage ¶ added in v3.3.0
func (s *UAIDVerificationResponseBody) SetMessage(v string) *UAIDVerificationResponseBody
func (*UAIDVerificationResponseBody) SetRequestId ¶ added in v3.3.0
func (s *UAIDVerificationResponseBody) SetRequestId(v string) *UAIDVerificationResponseBody
func (UAIDVerificationResponseBody) String ¶ added in v3.3.0
func (s UAIDVerificationResponseBody) String() string
type UAIDVerificationResponseBodyData ¶ added in v3.3.0
type UAIDVerificationResponseBodyData struct { // example: // // B1E0C1********9F757AF52A035 Uaid *string `json:"Uaid,omitempty" xml:"Uaid,omitempty"` }
func (UAIDVerificationResponseBodyData) GoString ¶ added in v3.3.0
func (s UAIDVerificationResponseBodyData) GoString() string
func (*UAIDVerificationResponseBodyData) SetUaid ¶ added in v3.3.0
func (s *UAIDVerificationResponseBodyData) SetUaid(v string) *UAIDVerificationResponseBodyData
func (UAIDVerificationResponseBodyData) String ¶ added in v3.3.0
func (s UAIDVerificationResponseBodyData) String() string