credit_1_0

package
v1.6.63 Latest Latest
Warning

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

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

Documentation

Overview

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

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) Init

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

func (*Client) QueryScore

func (client *Client) QueryScore(request *QueryScoreRequest) (_result *QueryScoreResponse, _err error)

func (*Client) QueryScoreWithOptions

func (client *Client) QueryScoreWithOptions(request *QueryScoreRequest, headers *QueryScoreHeaders, runtime *util.RuntimeOptions) (_result *QueryScoreResponse, _err error)

type QueryScoreHeaders

type QueryScoreHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryScoreHeaders) GoString

func (s QueryScoreHeaders) GoString() string

func (*QueryScoreHeaders) SetCommonHeaders

func (s *QueryScoreHeaders) SetCommonHeaders(v map[string]*string) *QueryScoreHeaders

func (*QueryScoreHeaders) SetXAcsDingtalkAccessToken

func (s *QueryScoreHeaders) SetXAcsDingtalkAccessToken(v string) *QueryScoreHeaders

func (QueryScoreHeaders) String

func (s QueryScoreHeaders) String() string

type QueryScoreRequest

type QueryScoreRequest struct {
	Encryption *string `json:"encryption,omitempty" xml:"encryption,omitempty"`
	FullName   *string `json:"fullName,omitempty" xml:"fullName,omitempty"`
	IdCardCode *string `json:"idCardCode,omitempty" xml:"idCardCode,omitempty"`
	Mobile     *string `json:"mobile,omitempty" xml:"mobile,omitempty"`
	OrgName    *string `json:"orgName,omitempty" xml:"orgName,omitempty"`
	UniScCode  *string `json:"uniScCode,omitempty" xml:"uniScCode,omitempty"`
}

func (QueryScoreRequest) GoString

func (s QueryScoreRequest) GoString() string

func (*QueryScoreRequest) SetEncryption

func (s *QueryScoreRequest) SetEncryption(v string) *QueryScoreRequest

func (*QueryScoreRequest) SetFullName

func (s *QueryScoreRequest) SetFullName(v string) *QueryScoreRequest

func (*QueryScoreRequest) SetIdCardCode

func (s *QueryScoreRequest) SetIdCardCode(v string) *QueryScoreRequest

func (*QueryScoreRequest) SetMobile

func (s *QueryScoreRequest) SetMobile(v string) *QueryScoreRequest

func (*QueryScoreRequest) SetOrgName

func (s *QueryScoreRequest) SetOrgName(v string) *QueryScoreRequest

func (*QueryScoreRequest) SetUniScCode

func (s *QueryScoreRequest) SetUniScCode(v string) *QueryScoreRequest

func (QueryScoreRequest) String

func (s QueryScoreRequest) String() string

type QueryScoreResponse

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

func (QueryScoreResponse) GoString

func (s QueryScoreResponse) GoString() string

func (*QueryScoreResponse) SetBody

func (*QueryScoreResponse) SetHeaders

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

func (*QueryScoreResponse) SetStatusCode

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

func (QueryScoreResponse) String

func (s QueryScoreResponse) String() string

type QueryScoreResponseBody

type QueryScoreResponseBody struct {
	Result  *QueryScoreResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success *bool                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (QueryScoreResponseBody) GoString

func (s QueryScoreResponseBody) GoString() string

func (*QueryScoreResponseBody) SetResult

func (*QueryScoreResponseBody) SetSuccess

func (QueryScoreResponseBody) String

func (s QueryScoreResponseBody) String() string

type QueryScoreResponseBodyResult

type QueryScoreResponseBodyResult struct {
	CcocScore               *float64 `json:"ccocScore,omitempty" xml:"ccocScore,omitempty"`
	CityChangeCnt3y         *int64   `json:"cityChangeCnt3y,omitempty" xml:"cityChangeCnt3y,omitempty"`
	CityChangeTrend2y       *float64 `json:"cityChangeTrend2y,omitempty" xml:"cityChangeTrend2y,omitempty"`
	ClassificationOfOrg     *string  `json:"classificationOfOrg,omitempty" xml:"classificationOfOrg,omitempty"`
	GrowthRateLoginDays180d *float64 `json:"growthRateLoginDays180d,omitempty" xml:"growthRateLoginDays180d,omitempty"`
	IndChangeCnt3y          *int64   `json:"indChangeCnt3y,omitempty" xml:"indChangeCnt3y,omitempty"`
	IndChangeTrend2y        *float64 `json:"indChangeTrend2y,omitempty" xml:"indChangeTrend2y,omitempty"`
	JobChangeCnt3y          *int64   `json:"jobChangeCnt3y,omitempty" xml:"jobChangeCnt3y,omitempty"`
	JobTitle                *string  `json:"jobTitle,omitempty" xml:"jobTitle,omitempty"`
	JoinDays                *int64   `json:"joinDays,omitempty" xml:"joinDays,omitempty"`
	LoginDays14dPct         *float64 `json:"loginDays14dPct,omitempty" xml:"loginDays14dPct,omitempty"`
	LoginDays365dPct        *float64 `json:"loginDays365dPct,omitempty" xml:"loginDays365dPct,omitempty"`
	OrgCnt                  *int64   `json:"orgCnt,omitempty" xml:"orgCnt,omitempty"`
	OrgIndustrySubNameNew   *string  `json:"orgIndustrySubNameNew,omitempty" xml:"orgIndustrySubNameNew,omitempty"`
	OrgIndustryUpNameNew    *string  `json:"orgIndustryUpNameNew,omitempty" xml:"orgIndustryUpNameNew,omitempty"`
}

func (QueryScoreResponseBodyResult) GoString

func (s QueryScoreResponseBodyResult) GoString() string

func (*QueryScoreResponseBodyResult) SetCcocScore

func (*QueryScoreResponseBodyResult) SetCityChangeCnt3y

func (*QueryScoreResponseBodyResult) SetCityChangeTrend2y

func (*QueryScoreResponseBodyResult) SetClassificationOfOrg

func (*QueryScoreResponseBodyResult) SetGrowthRateLoginDays180d

func (s *QueryScoreResponseBodyResult) SetGrowthRateLoginDays180d(v float64) *QueryScoreResponseBodyResult

func (*QueryScoreResponseBodyResult) SetIndChangeCnt3y

func (*QueryScoreResponseBodyResult) SetIndChangeTrend2y

func (*QueryScoreResponseBodyResult) SetJobChangeCnt3y

func (*QueryScoreResponseBodyResult) SetJobTitle

func (*QueryScoreResponseBodyResult) SetJoinDays

func (*QueryScoreResponseBodyResult) SetLoginDays14dPct

func (*QueryScoreResponseBodyResult) SetLoginDays365dPct

func (*QueryScoreResponseBodyResult) SetOrgCnt

func (*QueryScoreResponseBodyResult) SetOrgIndustrySubNameNew

func (s *QueryScoreResponseBodyResult) SetOrgIndustrySubNameNew(v string) *QueryScoreResponseBodyResult

func (*QueryScoreResponseBodyResult) SetOrgIndustryUpNameNew

func (s *QueryScoreResponseBodyResult) SetOrgIndustryUpNameNew(v string) *QueryScoreResponseBodyResult

func (QueryScoreResponseBodyResult) String

Jump to

Keyboard shortcuts

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